Projects in Awesome Lists by arkenidar
A curated list of projects in awesome lists by arkenidar .
https://github.com/arkenidar/simple
microcode machine (a C runtime and some microprograms are included). The challenge is compression of programs in this format. TODO: outputting that triggers memory mutation (program+data) for self-modification and read/write memory access by computed index.
Last synced: 03 Oct 2025
https://github.com/arkenidar/memory_computation_seed_implementation
A computational machine (MISC CPU) using look-up tables (LUT) to compute. Useful for programmable hardware designs like FPGAs or CPUs. It could be used for codes for genetic programming or other IR for software generation.
Last synced: 03 Nov 2025
https://github.com/arkenidar/resm_aka_bbjj
Raw Execution-Step Machine also known as Bit Bit Jump Jump machine. Computer/CPU design.Based on Turing Machine/BitBitJump machine.Extended,popularized,applied.Files,ideas,docs,programs,circuits,links.
easy-to-understand fpga genetic-programming hw naive programmable software-synthesis vm
Last synced: 26 Jan 2026
https://github.com/arkenidar/php_http
It embraces HTTP's request/response model, both for JSON API and for ViewTemplates/MVC. Run with: "sudo php -S localhost:80" or use "php -a".
Last synced: 03 Nov 2025
https://github.com/arkenidar/slim-chat
Simple web chat written in Slim (PHP) and JQuery (JavaScript). See also arkenidar/mini-chat for a chat that is not using any framework!
Last synced: 30 Jun 2025
https://github.com/arkenidar/copyjumpmachine
VM based on Copy and Jump operations, coded in #Python. #Turing_machine, #simulation of a Turing-complete machine (of "bit-bit-jump" type) that can run programs written in #microcode. It can simulate digital circuits such as logic gates, full-adders, counters, and all that can fit in the program memory and in the data memory.
Last synced: 16 Jun 2025
https://github.com/arkenidar/copyjump.js
copy-jump VM in JS . maybe answering : " what is computation in terms of bits and at the lower level ? "
Last synced: 26 Jan 2026
https://github.com/arkenidar/mic_capture
capture audio from microphone in phonegap
Last synced: 03 Nov 2025
https://github.com/arkenidar/ractive_examples
Front-end (web client) interactivity both in Vue.js and Ractive.js (you can compare them side-by-side). Use of VisualStudioCode is advised.
dhtml experiments html js ractivejs tutorials vuejs
Last synced: 13 Feb 2026
https://github.com/arkenidar/copyjumpvm
"copy+jump only" virtual machine. you can execute the program in file: "copyjumpvm/integer_counter.cj" for a quick demo (a program that counts a byte from 0 to 255)
Last synced: 03 Nov 2025
https://github.com/arkenidar/lua-sdl
raw SDL API use, not more sophisticated SDL-based like Love2D API
Last synced: 27 Jun 2025
https://github.com/arkenidar/mini-chat
A php+js chat system without composer and slim-php requirements (no php frameworks or libraries): check also arkenidar/slim-chat for a chat using the SlimPHP framework!
Last synced: 10 Jan 2026
https://github.com/arkenidar/node_rest
Express.js based implementation of a *REST API Server* PLUS a *REST API Client* that features an implementation of a library for consuming a REST API, written in plain/vanilla javascript, without using jQuery.
Last synced: 29 Apr 2026
https://github.com/arkenidar/sdl-lua-physics-ball
(conversion) from love2d to luajit
Last synced: 17 Apr 2026
https://github.com/arkenidar/quiz
quiz system with questions, score and selectable question set
Last synced: 25 Apr 2026
https://github.com/arkenidar/py-sql-task
SQL-Alchemy ( py + sql ) simple app ( task app ) . TextUI + DataBase
Last synced: 06 Jun 2026
https://github.com/arkenidar/tree-structure
js language programmable structurejs svelte tree
Last synced: 26 Apr 2026
https://github.com/arkenidar/calculator-raw
calculate from formula
calc formula js language programmable web
Last synced: 26 Apr 2026
https://github.com/arkenidar/java-sql
from https://zetcode.com/java/postgresql/
Last synced: 27 Apr 2026
https://github.com/arkenidar/rust-piston-graphics
Piston - a modular open source game engine
Last synced: 11 Jun 2025
https://github.com/arkenidar/java-spring-sql
Console app with JDBC (note: using Spring Framework)
java jdbc postgresql spring sql
Last synced: 13 Apr 2026
https://github.com/arkenidar/typescript-inheritance
tsc main.ts --target es6 && node main.js
javascript js learning nodejs typescript vscode
Last synced: 18 Apr 2026
https://github.com/arkenidar/electron-socket
A minimal Electron application with a socket connection
Last synced: 19 Apr 2026
https://github.com/arkenidar/flowgorithm-related
Flowgorithm is a free beginner's programming language that is based on graphical flowcharts.
Last synced: 13 Jul 2026
https://github.com/arkenidar/connect_four
Connect Four Game (offline/hotseat mode working plus a networked mode WIP)
Last synced: 03 Nov 2025
https://github.com/arkenidar/tools
Web browser-based text editor, command prompt shell, HTTP-based file upload (sensibly login protected, should adapt on mobile screens)
css html javascript login-system mobile php toolset
Last synced: 13 Apr 2026
https://github.com/arkenidar/php_frontcontroller
This set of files uses URL rewriting to intercept HTTP requests and e.g. to add a common "header code". Minimal demonstration of this architectural concept/pattern.
Last synced: 24 Jun 2025
https://github.com/arkenidar/ejs_plus
ejs_plus helpers and other related coding experimentations
Last synced: 05 Oct 2025
https://github.com/arkenidar/dhtml
dhtml html js naive plain react reactivity
Last synced: 02 May 2026
https://github.com/arkenidar/simple.js
extremely reduced virtual machine, uniform computational system, part of a framework for software rewriting and optimization (successor of https://github.com/arkenidar/simple) and part of a family of related projects of mine and others
Last synced: 03 Nov 2025
https://github.com/arkenidar/spring-demo1
Spring (Web+JDBC)
java jdbc postgresql spring sql web
Last synced: 20 Apr 2026
https://github.com/arkenidar/cpp-learning--lists
https://github.com/arkenidar/c_liste
Last synced: 04 Jul 2026
https://github.com/arkenidar/point_in_polygon
by checking if point is inside draws
2d algorithm canvas dhtml easy-to-understand js naive
Last synced: 26 Apr 2026
https://github.com/arkenidar/channels
async app built with "bottle", a pythonic web framework. inspired from a tutorial at: http://bottlepy.org/docs/dev/async.html
Last synced: 11 Sep 2025
https://github.com/arkenidar/cmakeproject1
sdl2-mixer app ported to cmake and vcpkg build for MS Visual Studio Classic
Last synced: 03 Nov 2025
https://github.com/arkenidar/luajit_embed
basic luajit embedded into C app ( maybe NDK too ) . see also Sol for Lua . MiniLua too . Bellard's TCC too .
Last synced: 03 Nov 2025
https://github.com/arkenidar/sse-demo-an-alternative-to-websockets
ServerSentEvents (SSE) messaging system (chat between 2 clients). Simpler solution than Web-Sockets in terms of working requirements (you can host on a cheap shared PHP/MySQL host even without SSH access).
Last synced: 03 Nov 2025
https://github.com/arkenidar/exec_lang.es
executes a language based on JSON. compare to the parenthesis of LISP. exploratory work.
Last synced: 04 May 2026
https://github.com/arkenidar/java_basics__stack
java basics: stack obtained from array. esercitazione con maggior uso dei generics, di static e di calcolo di "Numbers average". non interamente corretto ma materiale di studio e/o spiegazione. io ho aggiunto commenti in Italiano.
Last synced: 26 Jun 2025
https://github.com/arkenidar/c_liste
Liste in C (da zero, senza usare GLib ad esempio)
Last synced: 03 Nov 2025
https://github.com/arkenidar/lua_love2d_pointinpolygon-algorithm
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
algorithm easy-to-understand love2d-engine lua naive point-in-polygon zerobrane-studio
Last synced: 19 Aug 2025
https://github.com/arkenidar/zbytecode-cpp
UltraRISC CPU based on 1 bit copying + 1 bit path chooser + 2 path options per instruction
Last synced: 03 Nov 2025
https://github.com/arkenidar/lua-love2d
experiments with LOVE2D APIs
2d graphic graphical-user-interface gui love2d-engine naive sdl
Last synced: 03 Nov 2025
https://github.com/arkenidar/love2d-puzzle
8 puzzle
love2d-engine lua puzzle-game zerobrane-studio
Last synced: 03 Nov 2025
https://github.com/arkenidar/fork-cairosdl-demos
Fork of cairosdl demos (read "notes" directory)
Last synced: 03 Nov 2025
https://github.com/arkenidar/long_division.py
Algorithm for long division in Python with proper formatting of the result as a string.
Last synced: 03 Nov 2025
https://github.com/arkenidar/express_apps
http://expressjs.com/ example, exercise, basic and common functionalities are demonstrated. enjoy and give feedback, please.
Last synced: 03 Nov 2025
https://github.com/arkenidar/typescript_express_ejs
Base project for Typescript based JQuery + Express/EJS
Last synced: 03 Nov 2025
https://github.com/arkenidar/dotnet_simplewebapi
c# web api simple db (chat-gpt)
Last synced: 03 Nov 2025
https://github.com/arkenidar/dishes
A PHP only, no JavaScript, no frameworks, version of "Google's Tour of Heroes - Angular.js Tutorial"
Last synced: 03 Nov 2025
https://github.com/arkenidar/turing2
neoturing: uniform computational system derived from the nor machine (https://pragprog.com/magazines/2012-03/the-nor-machine)
Last synced: 03 Nov 2025
https://github.com/arkenidar/editor
DHTML editor ( + some Vue-JS & Ractive-JS support )
dhtml editor html javascript js plain ractivejs tailwindcss vuejs
Last synced: 18 Apr 2026
https://github.com/arkenidar/webapp-students
php sqlite redbean
db js php redbeanphp sqlite vue
Last synced: 09 Apr 2026
https://github.com/arkenidar/starter-luajit-sdl-love2d
basic starter example common with main.lua and app.lua layers (so you can have a glimpse of this style). for more: arkenidar/graphic gh repo
common layers love2d luajit msys2-mingw64 sdl2
Last synced: 21 Apr 2026
https://github.com/arkenidar/web--back-end
in JS: Web Server for Web apps
ejs express expressjs js knexjs knexjswithpostgresql mysql postgresql
Last synced: 06 Apr 2026
https://github.com/arkenidar/just-blog
[AI] [Java] Claude Sonnet 4 agent for Spring-based "Java web-app" about "blogging"
Last synced: 16 May 2026
https://github.com/arkenidar/sdl-cb-maze-game
mainly tests for codeblocks IDE projects (C language use of libSDL2 API)
2d cmake codeblocks-ide gcc-compiler libsdl2-dev linux maze-game msys2-mingw64 vscode windows
Last synced: 12 Apr 2026
https://github.com/arkenidar/rosegarden
sdl audio test ( keyboard note sounds )
Last synced: 03 Nov 2025
https://github.com/arkenidar/aspnet_keycloak
does login and logout with KeyCloak
Last synced: 25 Jan 2026
https://github.com/arkenidar/c-language-learning
about aspects of C language programming
Last synced: 22 Jun 2025
https://github.com/arkenidar/nodejs--http-server
TypeScript for ExpressJS: HTTP Request / Response Routes
express expressjs js mysql nodejs tnes typescript
Last synced: 10 Apr 2026
https://github.com/arkenidar/html_shortener
a way to encode html to make it shorter. it uses DOM API. the current state is: encoding working, decoding to be implemented, but designed.
Last synced: 11 Feb 2026
https://github.com/arkenidar/javascript-examples
Javascript examples. Interactive Templating with RactiveJS is demonstrated, with easily understandable code. RactiveJS home page: http://www.ractivejs.org/
Last synced: 24 Jan 2026