Pinned Loading
-
dfhack
dfhack PublicForked from DFHack/dfhack
forked development of dfhack primarily for plugins: cxxrandom, channel-safely, spectate, and whatever the future holds
C++
-
DICOM-tag-filter
DICOM-tag-filter PublicForked from BCCF-UBCO-AD/Orthanc-TMI
A highly configurable DICOM parser plugin for an Orthanc 1.9.7 server. Migrating is simple. Reads and parses a raw data buffer of a DICOM file, very fast, very very fast.
C
-
icosahedron-sphere
icosahedron-sphere PublicFor UE4 - Takes an icosahedron, subdivides it N times. Normalizes the vertices to create a unit-sphere. This implementation takes an underlying class which provides the aforementioned services and …
-
[C++] cool niche template stuff
[C++] cool niche template stuff 1struct delimiter_ctype : std::ctype<char> {
2static const mask* make_table(std::string delims) {
3// make a copy of the "C" locale table
4static std::vector<mask> v(classic_table(), classic_table() + table_size);
5for(mask m : v) {
-
game-of-the-amazons-ai
game-of-the-amazons-ai PublicAI agent for playing Game Of The Amazons. Each move includes two components moving your piece and placing a piece to limit movement on the board. Currently relies on an API for the GUI and client/s…
Java
If the problem persists, check the GitHub status page or contact support.