ncoe's Stars
ziglang/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
logisim-evolution/logisim-evolution
Digital logic design tool and simulator
JSQLParser/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
mongodb/mongo-java-driver
The official MongoDB drivers for Java, Kotlin, and Scala
spring-projects/spring-data-mongodb
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
kdeldycke/awesome-falsehood
😱 Falsehoods Programmers Believe in
minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
DanielYWoo/fast-object-pool
A lightweight partitioned object pool, you can use it to pool expensive objects like jdbc connections, thrift clients etc.
marc4j/marc4j
Git repository initially imported from the Tigris CVS repo as of 2013.01.25
m2sf/m2j
Modula-2 to Java Translator and Compiler
trijezdci/MOTTO
Classic Modula-2 Source to Source Translator
redstar/m2lang
The LLVM-based Modula-2 compiler
redstar/m2-vscode
Modula-2 syntax highlighting for Visual Studio Code
stoicflame/enunciate
Build-time enhancement tool for Java-based Web services projects
robik/ConsoleD
Because colors are awesome.
adamdruppe/arsd
This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
jacob-carlborg/dstep
A tool for converting C and Objective-C headers to D modules
1100110/duststorm
Interactive books and tutorials for the D Programming Language
dlang/phobos
The standard library of the D programming language
jmcabo/avgtime
Like unix 'time' command, but with repetitions, median, std deviation
uncrustify/uncrustify
Code beautifier
dlang-community/Pegged
A Parsing Expression Grammar (PEG) module, using the D programming language.
CyberShadow/DustMite
General-purpose data reduction tool
vibe-d/vibe.d
Official vibe.d development
dlang/dub
Package and build management system for D
dlang/dmd
dmd D Programming Language compiler
linkrope/dunit
xUnit Testing Framework for D
jmcabo/dunit
D Unit Testing Framework - class MyTest {mixin TestMixin; testMethod(){assert(true);} }