35 skills found · Page 1 of 2
gobridge / Concurrency PatternsExamples taken from Rob Pike's talk about concurrency patterns.
go-proverbs / Go Proverbs.github.ioInspired by @rob_pike talk at Gopherfest SV 2015
kevinniechen / Go Concurrency PatternsGo concurrency patterns from Rob Pike's 2012 Google I/O talk
bbuck / Go LexerLexer based on Rob Pike's talk on YouTube (view README)
Heatwave / The Practice Of ProgrammingThe Practice of Programming by Brian W. Kernighan and Rob Pike
jackmott / Rust LexerA port of Rob Pike's Go lexer to Rust
rwos / Newsqueaksquint - Rob Pike's Newsqueak interpreter for Unix
tcd / TupeThe UNIX Programming Environment by Brian Kernighan and Rob Pike
kyx0r / PikevmRuss Cox/Rob Pike pikevm regex implementation
phonologus / QEDNOW OBSOLETE. UTF-8/Unicode-aware port of Rob Pike's QED editor for Unix
asankov / The Practice Of ProgrammingThis repository contains the exercises from the book "The Practice of Programming" by Brian W. Kernighan and Rob Pike.
drgrib / Go Concurrency Patterns 2012Ordered, complete, and sometimes enhanced versions of code from Rob Pike's 2012 talk
ProjectSerenity / AcmeGo port of Rob Pike's Acme editor.
ashishgandhi / Go Pike RegexA simple regular expression parser designed by Rob Pike and implemented in Go; a language Rob Pike designed.
tylov / Regexp9Regular expressions based on Rob Pike Plan9 regexp9. Forked from https://github.com/attractivechaos/benchmarks/tree/master/reb/regexp9
xplshn / GbcGo B Compiler, a working B compiler that is fully compliant with B, with nice warnings and errors, configurable via standard flags like -W/-Wno, and -F and -Fno to turn on/off warns/features. -std=B/-std=Bx for some extensions. Compatible with tsoding/b | Improved rewrite of CBC, using modernc.org/libqbe
Plan9-Archive / Dis InterpreterDis interpreter by Rob Pike
0mp / Vim RobpikeMinimalistic color scheme for Vim inspired by Rob Pike.
munckymagik / Go Concurrency Patterns In RustRob Pike's examples from the "Go Concurrency Patterns" talk, but in Rust
benhoyt / RepikeRob Pike's simple regex matcher converted to Go