eadmaster
eadmaster
i've tried this: ```` $ stack setup Downloading lts-16.17 build plan ...RedownloadFailed Request { host = "raw.githubusercontent.com" port = 443 secure = True requestHeaders = [] path = "/fpco/lts-haskell/master//lts-16.17.yaml" queryString...
add an Ascii art export function. Some examples of ascii art components i've found: - http://busyducks.com/ascii-art-arduinos - https://gist.github.com/iamamused/42cad8a59547ed5580e78d5274220813 (i'm actually collecting these to have a quick reference from the terminal)
I've tried this action with [pyupnpclient](https://github.com/fboender/pyupnpclient/issues/1) and [dlnap](https://github.com/cherezov/dlnap) and it fails in both cases. This is the output response: ``` HTTP/1.1 200 OK CONTENT-LENGTH: 1763 CONTENT-TYPE: text/xml; charset="utf-8" DATE: Fri,...
I am trying to run [testusbserial.py](https://github.com/kuri65536/sl4a/blob/master/android/USBHostSerialFacade/samplescripts/testusbserial.py) on my Android 4 smartphone running sl4a via the [QPython app](https://play.google.com/store/apps/details?id=org.qpython.qpy&hl=en). The script runs fine until line 63, then a permission dialog shows up...
these are easier to install than snaps, and have less compatibility issues (the snap image is not starting at all in my Ubuntu Bionic machine).
- a parser+decryptor for the [andOTP db is here](https://github.com/asmw/andOTP-decrypt) - a decryptor for the [Aegis db is here](https://raw.githubusercontent.com/beemdevelopment/Aegis/master/scripts/decrypt.py)
Not sure if it is doable, but i think it would be very useful having a command to copy/paste strings from/to the device clipboard.
Just like the one in the GUI: http://msxblue.com/manual/mixer.htm
it is missing in this core.
I am trying to hack a colorization option for mono games, similar to [what i've done with the VirtualBoy some years ago](https://eadmaster.altervista.org/pub/index.php?page=shaders&theme=tango). It looks more tricky than my previous attempt...