hit9's repos on GitHub
HTML · 932 人关注
img2txt
Image to Ascii Text with color support, can output to html or ansi terminal.
Python · 420 人关注
gif2txt
Gif image to Ascii Text
C · 131 人关注
bitproto
The bit level data interchange format for serializing data structures (long term maintenance).
Go · 92 人关注
htree
Package htree implements the in-memory hash tree. Hacker News: https://news.ycombinator.com/item?id=11369676
CSS · 65 人关注
GhResume
Another resume generator for github users. Seems still works, so many years...
Vim Script · 63 人关注
dotfiles
❤ My ~/.dotfiles for fish/[n]vim/tmux/git/alacritty.
C · 55 人关注
C-Snip
My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings
C · 40 人关注
C-list
Singly linked list in C. Alternative implementation at https://github.com/hit9/C-Snip
C++ · 29 人关注
code-snippets
My code snippets, mostly for blog https://writings.sh
C · 18 人关注
C-dict
hashtable(bkdr hash) in C. Alternative implementation checkout https://github.com/hit9/C-Snip
JavaScript · 18 人关注
ntt
Node Tiny Tests module.
Python · 11 人关注
mdconf.py
Python implementation for visionmedia's mdconf.
C++ · 9 人关注
bbuf
Dynamic bytes buffer for nodejs/iojs, a bit like the bytearray in Python.
Python · 9 人关注
dataclass-jsonable
Simple, practical and overridable conversions between dataclasses and jsonable dictionaries (long term maintenance).
JavaScript · 8 人关注
ipv4.js
IPv4 utils for nodejs/iojs.
C++ · 6 人关注
bt.cc
A lightweight C++ behavior tree library that separates data and behavior.
C++ · 5 人关注
Blinker.h
A lightweight signal/event library for C++, similar to Python's blinker, but designed to work with ticking loops.
JavaScript · 5 人关注
node-block-queue
Nodejs in-process blocking FIFO queue implementation.
JavaScript · 4 人关注
bytes.js
Utf8 bytes from/to string for nodejs/iojs.
Go · 4 人关注
ketama
Package ketama implements a consistent hashing ring (long term maintenance).
Python · 2 人关注
flask-idempotent2
Redis based idempotent support for sqlalchemy based flask applications (no longer maintained).
Go · 2 人关注
log
Package log implements leveled logging.
C++ · 1 人关注
ClearanceField
A simple incremental minimum obstacle distance field library on equal-weighted 2D grid map.
Python · 1 人关注
flask-docjson
Validate flask request and response json schemas via docstring (no longer maintained).
0 人关注
diffview.nvim
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Shell · 0 人关注
fish-pyenv
Adapt pyenv initialization for fish