• Stars
    star
    2
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for the article showing LZ77 is behind the effectiveness of Gzip + KNN paper

More Repositories

1

cmonkey

C Implementation of the monkey programming language
C
63
star
2

chatgpt_plugins

Code for the article showing how to use the function call feature of OpenAI's chat APIs to create ChatGPT plugins
Python
47
star
3

apropos_web

A web interface for apropos
Python
21
star
4

apropos_replacement

GSoC Project for NetBSD. Aim of the project is to develop a replacement for apropos(1) using mandoc and FTS engine of Sqlite
C
20
star
5

nbspell

New spell(1) implementation for NetBSD
C
8
star
6

re

Regular Expression Engine
C
6
star
7

chatgpt_function_call_gotchas

Code for the article discussing some of the potential problems you may run into when using the function call features of OpenAI's chat completion API
Python
3
star
8

bloomfilters-and-beyond

A bloom filter implementation in Python to accompany my article on the same topic
Python
3
star
9

libcipher

A toy SSL/TLS library
C
2
star
10

unix-systems-programming

Implementation of the programs and exercises in the book "Unix Systems Programming -- Communication, Concurrency and Threads"
C
2
star
11

mod_hoverin

An Apache Module for hover.in
C
2
star
12

fast_fibonacci

Algorithms for Computing Fibonacci Numbers Quickly
Python
2
star
13

simple-hashtable

A very simple hashtable implementation in C
C
1
star
14

man-nlp-experiments

A set of experiments of the applications of Natural Language Processing on the Unix man page corpus
Jupyter Notebook
1
star
15

brickdb

A simple concurrent key-value store in go
Go
1
star
16

Paper

Paper
1
star
17

data-structures

Implementation of some common datastructures
C
1
star
18

vimrc

My modest .vimrc configuration
Vim Script
1
star
19

chatbot-poc

A proof-of-concept chatbot implementation
Jupyter Notebook
1
star
20

bloom-filter-et-al

Implementation of bloom filters and similar probabilistic data structures in C
C
1
star