Wikinaut

Results 175 comments of Wikinaut

Some way to overlay (including resizing and positioning) the 35c3 part of this https://content.events.ccc.de/35C3/35C3Logo.svg

Here are the svg files: * https://35css.0c3.de/img/35C3Logo.svg * https://35css.0c3.de/img/35C3LogoTR.svg ("freigestellt"; transparent background)

debian 10: Temporarily install OpenSSL 1.0 headers: ``` sudo apt-get install libssl1.0-dev -y ``` and change in ```Makefile``` the first two lines to ``` LIBS=-L/usr/lib/openssl-1.0 -lpcre -lcrypto -lm -lpthread CFLAGS=-ggdb...

See https://github.com/samr7/vanitygen/issues/106#issuecomment-342441203

I am working on a postprocessor. I intentionally do not use the sed "-i" option to avoid changes on the orginal html files. First approach creates a raw `all.html` file...

@flauschzelle Here is the final code in one file: https://gist.github.com/Wikinaut/39b2be7a5570a6cd41181f11c2577e30#file-patch-parsed-twitter-archive-sh Excerpt: ``` # Patch parsed Twitter Archiv Parser # Postprocessor for files generated by https://github.com/timhutton/twitter-archive-parser # init 18.12.2022 # Usage:...

Hi! If you like, please can you prepare a new makefile with "install" and "uninstall" and send a pr ?

@ryandesign Thanks for your plenty reports. I will try to catch up as my next project. I suppose that you only submitted and submit pull reports which fully works [at...

As far as I know (since many years), this appears to be impossible, unfortunately!

Ah, sounds good. However please keep in mind, that agrep uses (offers to use) a circus of algorithms, so for this case it might be valid. Looking forward to a(your)...