version | Versioning specification based on semver 2.0
| Remy Noulin | 2019-12-23 15:14 |
netSerial | serializer producing compact bitstreams
| Remy Noulin | 2019-10-27 16:37 |
systemSetup | system setup, configuration and dotfiles
| Remy Noulin | 2023-04-06 07:40 |
ervy | Bring charts to terminal.
| Remy Noulin | 2020-04-12 10:19 |
perfecthash | perfect hash code generators
| Remy Noulin | 2022-08-04 05:17 |
sort | sort algorithms for any type of array
| Remy Noulin | 2019-06-29 07:44 |
boxen | Create boxes in the terminal
| Remy Noulin | 2019-06-29 07:40 |
tree | tree data structures
| Remy Noulin | 2019-06-29 07:44 |
wavlTree | wavl tree: weak AVL Tree
| Remy Noulin | 2018-12-29 19:40 |
linkedList | type-safe double linked lists
| Remy Noulin | 2019-09-01 09:03 |
hashfunctions | generic hash functions and PRFs: Jenkins, FNV, siphash
| Remy Noulin | 2019-05-22 15:46 |
hashlist | type-safe random access double linked lists
| Remy Noulin | 2019-06-29 07:41 |
singleList | type-safe single linked list with less memory allocations
| Remy Noulin | 2019-06-29 07:43 |
staticList | macros of double linked list with defined maximum length supporting any type, this list doesnt use malloc
| Remy Noulin | 2019-06-29 08:32 |
git-off | git off handles large files in git repos
| Remy Noulin | 2019-06-29 07:41 |
set | set with hash function
| Remy Noulin | 2019-06-29 07:43 |
emi | an emoji cli
| Remy Noulin | 2019-06-29 07:41 |
easydoneitCTui | Easydoneit Terminal UI
| Remy Noulin | 2020-04-19 09:39 |
emoji | emoji list in a C header
| Remy Noulin | 2019-06-29 07:41 |
nonstop | run a command and start it again when it finishes
| Remy Noulin | 2019-06-29 08:31 |
morph | morph command searches functions in files and replaces them with the given functions, when the parameters change order both function declaration and function calls are changed
| Remy Noulin | 2019-06-29 08:30 |
liveserver | simple live web server for local developments
| Remy Noulin | 2022-12-11 09:45 |
bcrypt | bcrypt with a threadpool
| Remy Noulin | 2019-06-29 07:39 |
sha256 | Simple C SHA256 implementation. Author: Brad Conte
| Remy Noulin | 2019-06-29 08:29 |
ws | Websocket frame builder and decoder (no transport)
| Remy Noulin | 2019-06-29 07:44 |
signalTimer | simple timer using SIGALARM
| Remy Noulin | 2019-06-29 07:43 |
zrle | Compress zeros using Run Length Encoding
| Remy Noulin | 2019-06-29 07:44 |
objects | objects in c
| Remy Noulin | 2019-06-29 07:42 |
printfRGB | add %k and %K type specifier to GNU printf for RBG colors
| Remy Noulin | 2018-06-02 12:17 |
hashtable | hash table macros for creating hash table functions, it supports any type key, value, hash
| Remy Noulin | 2022-03-21 21:08 |
simpleTemplates | Library for processing templates
| Remy Noulin | 2020-06-05 04:13 |
ring | dynamic ring array
| Remy Noulin | 2019-06-29 07:43 |
recordStdin | measure time between line coming from stdin, example: ls | recordStdin | tee ls.txt
| Remy Noulin | 2019-06-29 07:43 |
pretty | prettify json or yml files by printing an indented json
| Remy Noulin | 2019-06-29 07:43 |
pp | simple preprocessor for any type of file (command)
| Remy Noulin | 2019-06-29 07:42 |
preprocessor | simple preprocessor for any type of file
| Remy Noulin | 2020-06-06 10:33 |
playStdin | play recorded stdin with the commnad recordStdin. Time delays between lines are kept
| Remy Noulin | 2019-06-29 07:42 |
filelock | class for locking files in filesystem
| Remy Noulin | 2019-06-29 07:41 |
ini | An ini configuration file parser
| Remy Noulin | 2019-06-29 07:41 |
dog | list directory when argument is a directory, cat file when the argument is a file
| Remy Noulin | 2019-06-29 07:40 |
dmce | dmce compares code coverage to changed lines in a git repo
| Remy Noulin | 2019-10-23 12:42 |
clispinner | A simple cli spinner.
| Remy Noulin | 2019-06-29 07:40 |
blockFile | Save data in chunked in blocks in a file for creating databases
| Remy Noulin | 2021-08-08 12:07 |
lz4 | lz4 sheepy package
| Remy Noulin | 2019-08-06 06:03 |
straceMalloc | stracing malloc
| Remy Noulin | 2018-04-06 14:46 |
dynamicArray | general purpose dynamic array for one element type
| Remy Noulin | 2018-02-03 13:23 |
moonjsExamples | moonjs example (from tutorial)
| Remy Noulin | 2017-11-27 14:26 |
koreMoon | Kore io example with moonjs and websockets
| Remy Noulin | 2017-11-22 10:13 |
md | cat markdown files with syntax highlighting
| Remy Noulin | 2023-01-20 12:12 |
md4c | C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
| Remy Noulin | 2023-01-20 12:05 |
dmceDemo | dmce demo
| Remy Noulin | 2019-06-29 07:40 |
easydoneit-cli | Easydoneit cli is a simple task manager for terminals.
| Remy Noulin | 2014-10-20 18:56 |
md2html | Markdown to HTML converter
| Remy Noulin | 2019-06-29 07:42 |
checkPackages | Utility for checking libsheepy version used when compiling the packages in local shpPackages
| Remy Noulin | 2021-08-08 13:00 |
httpRedirect | Daemon that redirects http GET requests on port 80 to a specified url (https)
| Remy Noulin | 2019-05-25 16:20 |
base64 | Base64 encoder and decoder
| Remy Noulin | 2020-08-14 19:32 |
forb | Forb is static blog generator inspired by jekyll
| Remy Noulin | 2021-01-05 20:33 |
textPixel | Display images in terminal
| Remy Noulin | 2020-10-03 19:03 |
git-stats | Command line utility showing plots of git commits over time in the terminal
| Remy Noulin | 2021-06-05 14:44 |
txt2Cstring | Command for converting text to C string notation \n for new line, hexadecimal notation for non printable characters
| Remy Noulin | 2022-03-23 20:49 |
textDraw | Utility for drawing diagram in unicode with a json file format
| Remy Noulin | 2022-04-24 06:35 |
tuyau | Client/server for transfering files (like cp)
| Remy Noulin | 2022-09-02 18:13 |
sodiumTest | Libsodium examples, client/server system
| Remy Noulin | 2022-09-30 20:42 |
csvFmt | Display csv file with formating
| Remy Noulin | 2022-10-03 10:21 |
termfont | Display characters with unicode quadrants and halfblock
| Remy Noulin | 2022-12-01 10:36 |
spartserv | Simple client and server for the spartan protocol
| Remy Noulin | 2023-04-21 06:58 |