An open API service indexing awesome lists of open source software.

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.

programmable

Last synced: 03 Oct 2025

https://github.com/arkenidar/ffi-luajit-sdl

SDL2 * accessed from LuaJIT with the help of its FFI. (*) OpenGL also!

2d 3d ffi gl luajit maze obj opengl stl

Last synced: 07 May 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.

programmable

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/exercises_in_js_html

exercises in JS/HTML aka DHTML, in pure vanilla javascript. use of Visual Studio Code for it is suggested. made for helping newbies.

canvas dhtml js light plain ray

Last synced: 07 May 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

lua-sdl2--luarock maze-game

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/syntax_clang

syntax of C/C++ examples

c cpp

Last synced: 29 Apr 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.

js plain

Last synced: 29 Apr 2026

https://github.com/arkenidar/sdl-lua-physics-ball

(conversion) from love2d to luajit

lua physics sdl windows

Last synced: 17 Apr 2026

https://github.com/arkenidar/quiz

quiz system with questions, score and selectable question set

game json php

Last synced: 25 Apr 2026

https://github.com/arkenidar/vs_blazorapp1

Blazor app in C# for WWW

blazor csharp www

Last synced: 29 Apr 2026

https://github.com/arkenidar/luajit-ffi-toolset

toolset for luajit ffi, input "cdefs" (C language definitions)

bash c ffi lua luajit py

Last synced: 19 Apr 2026

https://github.com/arkenidar/php_http_apps_todo

php_http is a way of using html and sql with php in the http way

html http mvc naive php sql

Last synced: 18 Apr 2026

https://github.com/arkenidar/py-sql-task

SQL-Alchemy ( py + sql ) simple app ( task app ) . TextUI + DataBase

py sql

Last synced: 06 Jun 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/

java jdbc postgresql sql

Last synced: 27 Apr 2026

https://github.com/arkenidar/quiz-gcc

quiz-gcc inspired by quiz-php ( php repo at arkenidar/quiz ) .

c clang exercise game gcc msys quiz replit vscode windows

Last synced: 19 May 2026

https://github.com/arkenidar/rust-piston-graphics

Piston - a modular open source game engine

game piston rs

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

electron js socket

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.

algorithm flow logo lua

Last synced: 13 Jul 2026

https://github.com/arkenidar/connect_four

Connect Four Game (offline/hotseat mode working plus a networked mode WIP)

game js

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/c-and-cpp--libsdl2

C and C++ with libSDL2

c cpp libsdl2

Last synced: 14 May 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.

apache pattern php

Last synced: 24 Jun 2025

https://github.com/arkenidar/ejs_plus

ejs_plus helpers and other related coding experimentations

js language

Last synced: 05 Oct 2025

https://github.com/arkenidar/ffibuild-sdl-apps

luajit maze.lua

ffi love2d lua luajit sdl2

Last synced: 10 Mar 2026

https://github.com/arkenidar/snake-sdl

basic game : snake.c via libSDL3

c cmake game sdl sdl3 simple starter

Last synced: 04 Sep 2025

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

js language programmable

Last synced: 03 Nov 2025

https://github.com/arkenidar/knex-test

[ https://knexjs.org/ ] app with php variant for ease of experimentations

js knexjs knexjswithpostgresql mysql node pdo pg php postgres sql

Last synced: 11 Apr 2026

https://github.com/arkenidar/java-spring-db-crud

Java Spring DataBase Create-Read-Update-Delete (C.R.U.D.) using MySQL and JDBC

css form html java jdbc js mysql rest spring sql thymeleaf web

Last synced: 27 Feb 2026

https://github.com/arkenidar/sdl2-gl

OpenGL in SDL2, GL-ES in SDL2

2d 3d game gles msys msys2-mingw64 obj ogl opengl parse-h sdl sdl2 stl vscode

Last synced: 18 May 2026

https://github.com/arkenidar/symfony

Last synced: 16 Feb 2026

https://github.com/arkenidar/consoleapp-operators

C# operators and text parsing exercise

algorithm cli cs dhtml easy-to-understand html js naive php ts

Last synced: 18 Apr 2026

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/sdl-lua

simple libSDL + Lua combo

deplister embed game libsdl lua sdl2 sdl3

Last synced: 16 May 2026

https://github.com/arkenidar/fox-toolkit-apps

fox-toolkit.org apps built with GNU Make or CMake

3d cmake cpp gui make obj ogl parse-h

Last synced: 27 Apr 2026

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 .

c embedding luajit ndk

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.

js json language programmable

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.

java

Last synced: 26 Jun 2025

https://github.com/arkenidar/c_liste

Liste in C (da zero, senza usare GLib ad esempio)

c

Last synced: 03 Nov 2025

https://github.com/arkenidar/camera

html camera . photo-camera in dhtml5 web-applications .

camera dhtml html js plain

Last synced: 16 Jul 2026

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

programmable

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/dotnet_simpleef

Entity Framework ( E. F. )

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/list-app

html list app (see todomvc.com)

html js mvc naive plain todo-list todomvc

Last synced: 02 May 2026

https://github.com/arkenidar/dotnet_simplewebapi

c# web api simple db (chat-gpt)

cs ef webapi

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)

programmable

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/just-blog

[AI] [Java] Claude Sonnet 4 agent for Spring-based "Java web-app" about "blogging"

blog java spring

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 )

audio sdl

Last synced: 03 Nov 2025

https://github.com/arkenidar/aspnet_keycloak

does login and logout with KeyCloak

aspnet keycloak

Last synced: 25 Jan 2026

https://github.com/arkenidar/c-language-learning

about aspects of C language programming

c clang

Last synced: 22 Jun 2025

https://github.com/arkenidar/love2d-network-sockets

chat via sockets ( love2d foundation )

2d chat love2d socket ssh x11

Last synced: 12 May 2026

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