Pinned Repositories
APIParser
Parses Java *source code* to extract the public API.
cffi-lua
A portable C FFI for Lua 5.1+
Common
Common functionality, shared by most on BlockWithMe projects.
LongDB
DB wrapper over multiple databases, with the goal of having a general "Cassandra" data-model, and use "long" as keys. It was made to see which DB would be appropriate for what task, in particular as embedded DB on the client side.
moduleinit
nim package that provides module/thread initialisation ordering
nimtemp
Temp repo, just to debug some issue with "hash()" in "table"
Util
This project contains "utility" code; common functionality, shared by most BlockWithMe projects.
WeeklyRecurringTasks
Automatically Clone Kanboard Tasks with the DAILY/WEEKLY/BIWEEKLY tag.
skunkiferous's Repositories
skunkiferous/moduleinit
nim package that provides module/thread initialisation ordering
skunkiferous/WeeklyRecurringTasks
Automatically Clone Kanboard Tasks with the DAILY/WEEKLY/BIWEEKLY tag.
skunkiferous/LongDB
DB wrapper over multiple databases, with the goal of having a general "Cassandra" data-model, and use "long" as keys. It was made to see which DB would be appropriate for what task, in particular as embedded DB on the client side.
skunkiferous/nimtemp
Temp repo, just to debug some issue with "hash()" in "table"
skunkiferous/Util
This project contains "utility" code; common functionality, shared by most BlockWithMe projects.
skunkiferous/APIParser
Parses Java *source code* to extract the public API.
skunkiferous/cffi-lua
A portable C FFI for Lua 5.1+
skunkiferous/Common
Common functionality, shared by most on BlockWithMe projects.
skunkiferous/CWPack
An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]
skunkiferous/GenericObject
*Multiple* different implementations of the GenericObject pattern
skunkiferous/Hacktors
Java application to demonstrate the use of JActors, and OSGi-based clustering, by immplementing a Hack-like game.
skunkiferous/jsonnet
A repo for my "generic" Jsonnet code, in particular a TSV parser, and "bigint" support
skunkiferous/LessObjects
A Java API that allows us to represent C-style bit-field structs and unions
skunkiferous/libffi
A portable foreign-function interface library.
skunkiferous/litetree
SQLite with Branches
skunkiferous/lua
The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html
skunkiferous/LuaJIT
Mirror of the LuaJIT git repository
skunkiferous/LuaMachine
Unreal Engine Plugin for Lua APIs implementation
skunkiferous/Maven
Will temporarily put my Maven artifacts here, until the are in Maven Central ...
skunkiferous/Meta
High-level representation of a IT infrastructure, from providers down to datatypes
skunkiferous/mpack
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
skunkiferous/msgpack-java
MessagePack serializer implementation for Java
skunkiferous/NimForUE
Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++
skunkiferous/oss-parent
Base configuration for Maven projects
skunkiferous/packages
List of packages for Nimble
skunkiferous/StealthGameUdemy
C++ Stealth Game for Udemy
skunkiferous/UnLua
A feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.
skunkiferous/yajl
A fast streaming JSON parsing library in C. This variant uses BSDMake to build and includes various fixes and enhancements.
skunkiferous/zstd-jni
JNI binding for Zstd