My github list
These are some of my random explorations, either of some concepts or some languages or some thoughts or scratching some need or ...
For example
- 2d xor fec was explored, when implementing parallel transfer of large data over a unreliable network
- dict compression was explored, when trying to get microcontroller with limited memory to store and transfer data, after delta and or runlength encoded
- spectrum analyzer (rtl-sdr), when trying to debug/refine a hardware design, without a actual spectrum analyzer at hand
- emulated spi, when working on designs with odd non standard spi handshakes and or no spi port ...
- linboothkvc, when trying to get control back as a user on a nook tablet
- fb detile/tile/ffmpeg, cas gnome screen capture was low framerate, so to do offline encoding/processing, among others
- fatfs cas the (uc)linux one then was slow with single sector reads, ignoring hints for collating, and need for withstanding pulling of power anytime, ...
- android file manager, cas there didnt seem to be a open source file manager with archives support for my use including embedded designs and also wanted to explore kotlin.
I may still need to add extracting from archive files (vague memory, I got into a new product design in the middle of this, which didnt go through at the end either ;(
- some out of frustration
- simplesvc, cas git was a no go on chromebook penguin linux vm initially bcas of its plan9 fs vagories or so (if I remember correctly)
- fsim skeleton, cas ms decided to not release a flight sim for last gen xbox, which I had originally mainly brought it with the hope that one day I will be able to
- diff for orcad, as cadence hadnt provided a mechanism to diff schematics, and I wanted to be sure of changes/updates commited, especially when working on large designs
- ...
Some are more complete, some skeletons and some are inbetween (initial protos or ...)
All of my stuff above are opensource (gpl) unless specified otherwise. Also thank you to all the opensource people out there for all their efforts.
Note: Some have been put into git from old dir backups of code, cvs,... later, trying to maintain original datetime in some cases, ...
Will upload more of my past explorations, as I find time ...
HanishKVC