Pinned Repositories
a-json-library
A very fast json library
a-memory-library
A library for handling allocation
another-c-library
I've always thought it would be interesting to try and build the core algorithms. My hope is that others can benefit from this.
md5-library
A thin wrapper on https://people.csail.mit.edu/rivest/Md5.c
ml-notebooks
mnist-chatgpt
Mostly ChatGPT generated repo to work with mnist data
store_demo
A demo of nodejs, express+typescript+swagger, Postgres, Jupyter labs,nextjs+typescript+tailwind
the-io-library
A collection of IO routines that make working with large files easy
the-lz4-library
A wrapper on LZ4
the-macro-library
A library of C macros with an improvement to quicksort
contactandyc's Repositories
contactandyc/another-c-library
I've always thought it would be interesting to try and build the core algorithms. My hope is that others can benefit from this.
contactandyc/the-macro-library
A library of C macros with an improvement to quicksort
contactandyc/a-json-library
A very fast json library
contactandyc/a-memory-library
A library for handling allocation
contactandyc/md5-library
A thin wrapper on https://people.csail.mit.edu/rivest/Md5.c
contactandyc/the-io-library
A collection of IO routines that make working with large files easy
contactandyc/the-lz4-library
A wrapper on LZ4
contactandyc/mnist-chatgpt
Mostly ChatGPT generated repo to work with mnist data
contactandyc/a-cgi-library
A library for handling cgi in URLs
contactandyc/a-client-library
A http client library written in C
contactandyc/a-server-library
A server written in C using libuv
contactandyc/http-parser-library
A thin layer on top of libuv and llhttp
contactandyc/ml-concepts
Largely generated repo for understanding LLMs
contactandyc/ml-notebooks
contactandyc/search-ui
A search and rating UI in next.js
contactandyc/store_demo
A demo of nodejs, express+typescript+swagger, Postgres, Jupyter labs,nextjs+typescript+tailwind
contactandyc/a-bitset-library
A library for handling bit sets
contactandyc/a-cmake-library
contactandyc/a-template-library
A template for other libraries
contactandyc/a-tokenizer-library
contactandyc/llama2.c
Inference Llama 2 in one file of pure C
contactandyc/meilisearch
A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow.
contactandyc/qdrant
Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
contactandyc/rag-chatgpt
A repo to work on RAG for personal understanding