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++
-
Orthanc-filter
Orthanc-filter PublicForked from BCCF-UBCO-AD/Orthanc-TMI
A configurable DICOM redactor for Orthanc. This plugin will filter any data within incoming DICOM files according to the json configuration before writing the file to disk, information is preserved…
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.