• Stars
    star
    2
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

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

Repository Details

Wordle solver

More Repositories

1

inception

Inception movie explained programmatically
C
783
star
2

threads

User space threading library
C
11
star
3

cldb

Flat file database using on-disk redblack trees
C
9
star
4

ticket_spinlock

A user space implementation of ticket spinlocks similar to the one found in the linux kernel. Simple to understand and use.
8
star
5

tcp_proxy

Simple tcp proxy with or without splice syscall
C
4
star
6

auto-complete

Auto completion library using ternary trees
C
4
star
7

talloc

Fork of talloc-2.0.1 with my patches to add support for static talloc pool caches, changes to make nested pool tallocs work. Refer to talloc_test.c for the newly added talloc_pool_cache and talloc_cache APIs
C
4
star
8

contig-alloc

Contiguous allocator module for linux
C
3
star
9

continuations

Bootstrapping with continuations implemented in C which can be used as a framework to implement async only single threaded request server
C
3
star
10

io_cache

A fast read-only IO cache thats expected to be used for processing large data-sets or files preferably > 1GB atleast without worrying about the maintenance overhead associated with processing a large data-file. The user need not focus on managing the reads of such large files and could instead focus on the core-processing of his large data-sets stored in the file..
C
3
star
11

mir-os

x86 multitasking kernel
C
2
star
12

section221g_monitor

A US Visa section 221g case status monitor for Chennai US consulate at http://chennai.usconsulate.gov/221g-administrative-processing.html
Python
1
star
13

dotgame

Dots and Boxes game
Python
1
star
14

misc

Collection of small codes each in a subdirectory
C
1
star
15

taxi_scan

Scan taxis falling within a location identified by latitude and longitude and expose APIs to do management of updating taxis
C
1
star