Both sides previous revisionPrevious revisionNext revision | Previous revision |
start [2024/03/07 14:02] – austin | start [2024/09/22 22:08] (current) – external edit 127.0.0.1 |
---|
| |
====== Projects ====== | ====== Projects ====== |
| |
| ==== 6502 Computer ==== |
| |
| [[ 6502 Computer ]] |
| |
| ==== Nand2Tetris ==== |
| |
| I did some self learning going through Nand2Tetris. I completed the first 8 chapters and stopped when reaching the high level stuff as that wasn't new. |
| [[https://github.com/adrenlinerush/nand2tetris|Source]] |
| |
==== Adrenlinerush UI ==== | ==== Adrenlinerush UI ==== |
* Pug | * Pug |
* Bootstrap | * Bootstrap |
| |
| ==== Debian Packaging Scripts ==== |
| [[https://github.com/adrenlinerush/docker_deb_packager|Source]] |
| |
| Scripts/pattern used to build packages in the Bookworm Apt-Repository. |
| |
==== Retro Landing ==== | ==== Retro Landing ==== |
[[http://retro.adrenlinerush.net|Site]] | [[http://retro.adrenlinerush.net|Site]] [[https://github.com/adrenlinerush/retroweb|New Un-Deployed Source]] |
| |
A webpage rendering proxy written in python for retro machines that cannot understand modern HTML\CSS\JavaScript. Reads in real time from rss or HTML and renders in a format that windows 3.x browsers can understand including changing image format and size. | A webpage rendering proxy written in python for retro machines that cannot understand modern HTML\CSS\JavaScript. Reads in real time from rss or HTML and renders in a format that windows 3.x browsers can understand including changing image format and size. It appears that some sites and rss feeds have changed and it needs updating. I've restructured the existing code and cleaned it up so I'm ready to start fixing things. This new code isn't deployed as of yet. |
| |
==== IR Controls and GPIO I2C LCD Display for moc (Music on (the Console) ==== | ==== IR Controls and GPIO I2C LCD Display for moc (Music on (the Console) ==== |
[[https://github.com/adrenlinerush/curses_solitaire|Source]] | [[https://github.com/adrenlinerush/curses_solitaire|Source]] |
| |
Solitaire for the Linux shell using python and ncurses. Written with structure programming methods. | Solitaire for the Linux shell using python and ncurses. Written with structured programming methods. |
| |
==== FabGL Solitaire ==== | ==== FabGL Solitaire ==== |
| |
| |
==== Depricated ==== | ==== Deprecated ==== |
| |
[[https://github.com/adrenlinerush/adrenlinerushUI|AdrenlinerushUI-Python]] - A GUI that runs without X or Wayland using either framebuffer or drm via QT5 written in python. It features a VNC Client, Calculator, File Browser, Terminal, Media Player, and Web Browser. | [[https://github.com/adrenlinerush/adrenlinerushUI|AdrenlinerushUI-Python]] - A GUI that runs without X or Wayland using either framebuffer or drm via QT5 written in python. It features a VNC Client, Calculator, File Browser, Terminal, Media Player, and Web Browser. |