Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by gek169
A curated list of projects in awesome lists by gek169 .
https://github.com/gek169/mhs-fs
The MHS Filesystem- A very simple linked-list based file system designed for recoverability and low data redundancy. Public domain filesystem (Version 1)
Last synced: 28 Nov 2024
https://github.com/gek169/ctok
simple parsed programming language idea i'm working on.
Last synced: 28 Nov 2024
https://github.com/gek169/tinygl_3ds
TinyGL demo for the Nintendo 3DS. Needs to be updated to the latest version of tinygl. Do not use.
Last synced: 28 Nov 2024
https://github.com/gek169/tgl_template_sdl
TinyGL Template Project using SDL 1.2 with SDL Mixer.
Last synced: 28 Nov 2024
https://github.com/gek169/aistatemachines
Custom notation and engine for state machine construction and per-iteration processing. Never write Game logic spaghetti again!
ai c99 entity-component game-development state-machine
Last synced: 28 Nov 2024
https://github.com/gek169/sisa64
Public domain 64 bit custom RISC architecture. Work in Progress.
assembly c99 cc0 emulator interpreter macro-assembler public-domain risc
Last synced: 28 Nov 2024
https://github.com/gek169/cgl
SDL2 graphics programs including TinyGL and GL 1.1 programs
Last synced: 28 Nov 2024
https://github.com/gek169/tinymalloc
Tiny Malloc and Free implementation which works for both freestanding and hosted C.
Last synced: 28 Nov 2024
https://github.com/gek169/seabass
the SEABASS Metaprogramming language (and metacompiler) repository. Public Domain Compiler. Compiles to C.
cc0 compiler compiler-construction compilers domainspecificlanguage jesus-is-lord metaprogramming parser public-domain seabass
Last synced: 28 Nov 2024
https://github.com/gek169/libmin
Minimal I/Oless C standard library replacement for embedded (read: not hosted) platforms.
Last synced: 28 Nov 2024
https://github.com/gek169/computedgoto
Computed goto for advanced branch-prediction accelerated bytecode interpretation.
Last synced: 28 Nov 2024
https://github.com/gek169/p5_game
little game engine idea with some friends
game-development game-engine game-engine-2d javascript p5js processing
Last synced: 28 Nov 2024
https://github.com/gek169/heightmap_rendering_3ds
Heightmap rendering on the nintendo 3ds
Last synced: 28 Nov 2024
https://github.com/gek169/cs215programs
Programs I wrote in or as part of CS215 in college
Last synced: 28 Nov 2024
https://github.com/gek169/stringutil
wow what an original idea for a library
Last synced: 28 Nov 2024
https://github.com/gek169/bvh_parser_noboost
bvh_parser by some engineering dude now modified so that it doesn't require boost or anything
Last synced: 28 Nov 2024
https://github.com/gek169/interview-questions
answers to various popular interview type questions in ansi C (Public Domain)
interview jobs practice-programming
Last synced: 28 Nov 2024
https://github.com/gek169/stringtree
Tree-container which is indexed with an ascii string (std::string)
Last synced: 28 Nov 2024
https://github.com/gek169/numberserializers
Number Serialization code written after hearing about facebook's problem encoding 64 bit integers in gcc strings.
Last synced: 28 Nov 2024
https://github.com/gek169/librepeat
C Macro library for creating flattened loops and embedded binary data in files
Last synced: 28 Nov 2024
https://github.com/gek169/tkinter_and_multithreaded_python
some multithreaded python stuff.
Last synced: 28 Nov 2024
https://github.com/gek169/power-of-two-containers
power of two containers for C++- never access memory out-of-bounds again!
Last synced: 28 Nov 2024
https://github.com/gek169/safepointer_c
Thread-safe, Platform independent, Safe Pointers for Pure C- Never use after free, leak, or read-past-by-one again!
Last synced: 28 Nov 2024
https://github.com/gek169/nginx-server-configuration
configuration of my home nginx server
Last synced: 28 Nov 2024
https://github.com/gek169/listthingsindircpp
List things in a directory in C++. one of a myriad of C++ experiments.
Last synced: 28 Nov 2024
https://github.com/gek169/infinite-memory
Infinite memory containers for C++, for security and code formal verification
Last synced: 28 Nov 2024
https://github.com/gek169/intpacker
integer packing and unpacking program written in C
Last synced: 28 Nov 2024
https://github.com/gek169/kernel8_ir
Kernel8 Intermediate representation language.
Last synced: 28 Nov 2024
https://github.com/gek169/fixedmemorycontainers
Extensive, Macro-templated Memory management container library for C which aims to be maintainable and non-intrusive.
Last synced: 28 Nov 2024
https://github.com/gek169/cs270
Programs I wrote as part of CS 270 in university.
Last synced: 28 Nov 2024
https://github.com/gek169/binarytodecimalandback
converts numbers to cheese assignments
Last synced: 28 Nov 2024
https://github.com/gek169/bussic
Containerized, Templated, Abstract Memory access and Computation for C++
Last synced: 28 Nov 2024
https://github.com/gek169/dogbertspeen2
Gif of dogbert spinning a power cord.
Last synced: 28 Nov 2024
https://github.com/gek169/lockstepthread
Cross-platform C99 lock step thread implementation especially useful for writing games, using pthreads
Last synced: 28 Nov 2024
https://github.com/gek169/godotsaveload
saving and loading system for Godot 3.2
Last synced: 28 Nov 2024
https://github.com/gek169/dockersql1
SQL server running inside a Docker Container for deployment anywhere.
Last synced: 28 Nov 2024
https://github.com/gek169/kernel9lang
Kernel9 Functional State Machine Programming Language
Last synced: 28 Nov 2024
https://github.com/gek169/extensible_expression_parsing_algo_example
A simple and extensible recursive-descent based algorithm for parsing expressions with operator precedence.
Last synced: 28 Nov 2024
https://github.com/gek169/openimgui_standard
Open Immediate Mode Gui Standards proposal, for cross platform GUI development and multiple input device standardization.
Last synced: 28 Nov 2024
https://github.com/gek169/tinyserver
Tiny C HTTP Server implementation with a functional calculator.
Last synced: 28 Nov 2024
https://github.com/gek169/dockerfiledevops
Demonstrating the power of dockerfiles for devops
Last synced: 28 Nov 2024
https://github.com/gek169/dockercontainerdemo
A simple docker container which runs an nginx server.
Last synced: 28 Nov 2024
https://github.com/gek169/c_destructors
Destructor and constructor convention for GCC and Clang.
Last synced: 28 Nov 2024
https://github.com/gek169/icebreaker-source
Source code for the icebreaker game in the debian repos, with compiling fixed.
Last synced: 28 Nov 2024
https://github.com/gek169/kernalemu-fake6502-dev
kernalemu modified to work with my fork of fake6502, for testing fake6502.
Last synced: 28 Nov 2024
https://github.com/gek169/ciscy
Public Domain emulator for a small 64 bit RISC architecture
Last synced: 28 Nov 2024
https://github.com/gek169/kjv-numerics-analysis
Code for analyzing the numerical properties of the King James Version translation of the Holy Scriptures, as proof of their divine inspiration by God.
Last synced: 28 Nov 2024
https://github.com/gek169/seabass_syntax_highlight
Syntax highlighting for my metaprogramming language, Seabass.
Last synced: 28 Nov 2024
https://github.com/gek169/electron_helloworld
Electron hello world application.
Last synced: 28 Nov 2024
https://github.com/gek169/rxincrmark
How fast can various platforms wrap a 32 bit unsigned integer in a loop?
Last synced: 28 Nov 2024
https://github.com/gek169/cache-simulator
CPU Cache simulator for hardware design, part of the S-ISA-64 project.
Last synced: 28 Nov 2024
https://github.com/gek169/cbmbasic
Commodore Basic Sources (my custom patch)
Last synced: 28 Nov 2024
https://github.com/gek169/macro_template_library
Public Domain tools for Advanced C Programming
Last synced: 28 Nov 2024
https://github.com/gek169/kjv_numerics_proof
Are the numerical patterns in the KJV random or real? Can they be found in other texts?
Last synced: 28 Nov 2024
https://github.com/gek169/gitmystuff
shell script to get my work downloaded and set up.
Last synced: 28 Nov 2024
https://github.com/gek169/public_key_crypto
My attempts to create more efficient public key cryptography schemes.
Last synced: 28 Nov 2024