Pinned Repositories
aleph-formatter
A simple and efficient StringFormatter that supports named parameters (with a twist)
ansiscape
Color your output using Ansi Escape codes
hr-schema-mysql
DML and DDL scripts to generate the HR SQL Schema for MySQL
java-bean-validation-extension
A library that extends the Java Bean Validation with additional @Annotations.
java-interview-questions
Java interview questions
lc3-vm
A LC3 virtual machine implementation in a few lines of C code
mapneat
MapNeat is a JVM library written in Kotlin that provides an easy to use DSL (Domain Specific Language) for transforming JSON to JSON, XML to JSON, POJO to JSON in a declarative way.
mockneat
MockNeat - the modern faker lib.
neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
serverneat
A Kotlin DSL for creating mock servers - using MockNeat for generating data
nomemory's Repositories
nomemory/mockneat
MockNeat - the modern faker lib.
nomemory/lc3-vm
A LC3 virtual machine implementation in a few lines of C code
nomemory/java-bean-validation-extension
A library that extends the Java Bean Validation with additional @Annotations.
nomemory/neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
nomemory/hr-schema-mysql
DML and DDL scripts to generate the HR SQL Schema for MySQL
nomemory/mapneat
MapNeat is a JVM library written in Kotlin that provides an easy to use DSL (Domain Specific Language) for transforming JSON to JSON, XML to JSON, POJO to JSON in a declarative way.
nomemory/java-interview-questions
Java interview questions
nomemory/neat-chess
Java UCI Protocol implementation (Universal Chess Engine)
nomemory/microblog-c
nomemory/serverneat
A Kotlin DSL for creating mock servers - using MockNeat for generating data
nomemory/aleph-formatter
A simple and efficient StringFormatter that supports named parameters (with a twist)
nomemory/integers-snake
nomemory/chained-hash-table-c
A chained hash table implemented in C
nomemory/andreinc-site
My personal blog
nomemory/cpp-interview-questions
C++ interview questions
nomemory/bloomfilters-c
Bloom filters in C
nomemory/carsandpolice
A streaming example using Kafka/KSQLDB.
nomemory/open-adressing-hash-table-c
nomemory/open-addressing-java-maps
Some custom maps implemented in Java to experiment various algorithms
nomemory/uci-protocol-specification
nomemory/golang-exercises
Doing some exercises for learning golang
nomemory/hasher
Java implementation of Murmur2, Murmur3, XXHash, FNV1 and FNV1A.
nomemory/mockneat-site
Mockneat Jekyll Site
nomemory/mphmap
nomemory/mycv
my cv
nomemory/nomemory
nomemory/dbclesql
nomemory/pbinfo
nomemory/romanian-math
A repository containing math exam questions
nomemory/trees-recap
A repo containing some trees-related algorithms I wanted to recap