Lennie Budgell
Lennie Budgell
Solution would be to add url matching regex such as this to codebase with a urls only flag added to options ``` (([a-zA-Z][a-zA-Z0-9+-.]*\:\/\/)|mailto|data\:)([a-zA-Z0-9\.\&\/\?\:@\+-\_=#%;,])* ``` **Temporary easy solution until then** You...
Projects like onion scan are tools that make tor hidden service operators more aware and more likely to make their hidden service set up more hardened to these issues but...
I really like fresh onions as a good if not best starting page to search from that detects clones and filter by non up sites only options and also for...
> @Bedrovelsen [#786 (comment)](https://github.com/captbaritone/webamp/issues/786#issuecomment-495571368) Thanks, I had looked at this initially but was having issues with getting it to fire properly, however at the time was just tinkering and unfamiliar...
Wahoo, good addition.
```json [ { "title": "Structure-based ASCII art", "doi": "10.1145/1833349.1778789", "year": 2010 }, { "title": "ASCII Art Generation Using the Local Exhaustive Search on the GPU", "doi": "10.1109/CANDAR.2013.35", "year": 2013 },...
I have implemented the image processing steps for a of these papers then sent them to chafa and had things work out great a few years ago when first getting...
here is an implementation of the fast text placement paper ``` import cv2 import numpy as np import matplotlib.pyplot as plt from skimage import filters from scipy.ndimage import gaussian_filter #...
More so focused on the edge thinning than the ascii part
I too am wondering this and have started looking into making a handler.py for deployment using hugging face inference endpoints