jiaoyk's Repositories
jiaoyk/algorithms-sedgewick-wayne
Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne
jiaoyk/Building-a-Parser-from-scratch
Building a Parser from scratch, by Packt Publishing
jiaoyk/circle
The compiler is available for download. Get it!
jiaoyk/Data-Structures-for-Coding-Interviews-in-Java-1
Some questions regrading the beginners
jiaoyk/Design-Patterns-GoF
Working code for the Design Patterns book from the Gang of Four.
jiaoyk/documents
The source for the documents I wrote
jiaoyk/EPI-to-LC
Mappings of problems from the book Elements of Programming Interviews (EPI) to Leetcode
jiaoyk/EPI-Variants-Solutions
Solutions to Elements of Programming Interviews Variant Problems
jiaoyk/esquery
An idiomatic Go query builder for ElasticSearch
jiaoyk/goodsuff
Fast computation of the Boyer-Moore exact string matching algorithm good suffix table
jiaoyk/gorm-gin-with-mysql
Golang : Use gorm with mysql in gin
jiaoyk/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
Grokking the Coding Interview: Patterns for Coding Questions Alternative
jiaoyk/http-echo
A tiny go web server that echos what you start it with!
jiaoyk/IEEE-754
Web page to analyze IEEE-754 floating point values.
jiaoyk/leetcode-top-100-liked-questions
jiaoyk/libfsm
DFA regular expression library & friends
jiaoyk/linux_tcp_time_wait_patch
A Linux Kernel patch that changes the default TIME-WAIT duration.
jiaoyk/miscsrc
My collection of miscellaneous source code
jiaoyk/NodeInject
An inject tools for injecting js code into electron application
jiaoyk/NodeInject_Hook_example
A hooking example for NodeInject
jiaoyk/pikevm
An implementation of "Regular Expression Matching: the Virtual Machine Approach"
jiaoyk/protobuf_decoder
jiaoyk/protoc-gen-gotag
Add custom struct tags to protobuf generated structs
jiaoyk/Protod3
Protobuf metadata extraction tool
jiaoyk/regex-1
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
jiaoyk/resume
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
jiaoyk/rhexdump
A Rust hexdump library to format byte slices and files.
jiaoyk/Soluciones-Klenberg
Algorithm Design (Kleinberg Tardos 2005) - Solutions
jiaoyk/ssabook
Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was still online as of 2021-03, but then gone by 2021-09).
jiaoyk/testregex
A regex(3) test harness created by Glenn Fowler <gsf@research.att.com> but no longer available at research.att.com