Pinned Repositories
anim8or-scripts
anim8or scripting reference cache
animation-test1
A quick and dirty rough web animation application.
bootloader
A simple bootloader that can be built and ran on virtualbox or potentially a live machine.
CMatrix
A lightweight and fast sugar-free matrix library with an assembly-friendly ABI.
example-nashorn-mingw
An example for using Nashorn JavaScript engine from Java in 2023.
flash-projector-standalone
The last available flash projector. Used for playing Adobe Flash .swf files.
objective-c-examples-for-mingw
Some examples for using Objective C in the MinGW Development Environment
perlito5-cached-jar
cached(local repository hosted) version of perlito5 built on linux mint, see https://github.com/fglock/Perlito
poc-mingw-objc-root
A proof of concept for NSObject-like root-object behavior in objective c within the msys2/mingw environment.
QuickDirectories
A portable self contained quick directory hopper/archiver for people that make many experiments and hop around them often written in bash and perl because they're flexible, always there and don't radically change.
CodeDmitry's Repositories
CodeDmitry/anim8or-scripts
anim8or scripting reference cache
CodeDmitry/flash-projector-standalone
The last available flash projector. Used for playing Adobe Flash .swf files.
CodeDmitry/animation-test1
A quick and dirty rough web animation application.
CodeDmitry/bootloader
A simple bootloader that can be built and ran on virtualbox or potentially a live machine.
CodeDmitry/CMatrix
A lightweight and fast sugar-free matrix library with an assembly-friendly ABI.
CodeDmitry/CopyFilePath0001
A utility to get size of the file path on right click or as a second argument.
CodeDmitry/CopyFileSize0001
A Windows utility to copy size of the file on right click or as a second argument into the windows clipboard.
CodeDmitry/CPS633-Assignment2-2
CodeDmitry/example-nashorn-mingw
An example for using Nashorn JavaScript engine from Java in 2023.
CodeDmitry/example-winapi-fibers
Demonstrates basic usage of WINAPI Fibers.
CodeDmitry/objective-c-examples-for-mingw
Some examples for using Objective C in the MinGW Development Environment
CodeDmitry/perlito5-cached-jar
cached(local repository hosted) version of perlito5 built on linux mint, see https://github.com/fglock/Perlito
CodeDmitry/poc-mingw-objc-root
A proof of concept for NSObject-like root-object behavior in objective c within the msys2/mingw environment.
CodeDmitry/QuickDirectories
A portable self contained quick directory hopper/archiver for people that make many experiments and hop around them often written in bash and perl because they're flexible, always there and don't radically change.
CodeDmitry/flash_automation_jsfl_scripts
A collection of self-written self-contained jsfl scripts compatible with Adobe Flash CS3.
CodeDmitry/gl-matrix
Javascript Matrix and Vector library for High Performance WebGL apps
CodeDmitry/gtk3-helloworld-mingw
A GTK3 example that works on MinGW(for now)
CodeDmitry/html5_piano
record a tune and share it with others
CodeDmitry/info-recommended-links
Useful online tools/services I think you may be interested in.
CodeDmitry/jsonex-plon-poc
A proof of concept of JsonEx, providing isomorphism between javascript objects and strings, enabling portable/dynamically user-extensible modules.
CodeDmitry/Lambda-Calculator
CodeDmitry/NodePL
implementing NodeJS practices in Perl 5.6.
CodeDmitry/php-cheatsheet
Some useful php snippets.
CodeDmitry/poc-activex-control-winxp-vs6
proof of concept for creating ActiveX controls for Windows XP/Internet Explorer.
CodeDmitry/poc-async-promise-analogy
Demonstrates how async and await are syntactic sugar for Promises and then.
CodeDmitry/poc-java-runtime-thread-wait-simulation
A proof of concept for simulating Java's "wait for threads to finish before process termination" behavior.
CodeDmitry/poc-mini-c
Experiment - smallest C binary
CodeDmitry/poc-var-function-lambda-isomorphism
Demonstrates how variable declaration, initialization, function declaration and usage, and lambda function declaration and usage are interchangeable.
CodeDmitry/proto-mirrordraw
A quick and dirty prototype for a "mirror" drawing web application for learning to trace images to develop/test your muscle memory.
CodeDmitry/webgl-robot
Concept: can I port the robot arm example I got from class to the browser using webgl?