Explore >> Select a destination


You are here

gist.github.com
| | mschaef.com
11.3 parsecs away

Travel
| |
| | acorwin.com
10.8 parsecs away

Travel
| | Lexers! I've sort of written lexers before, although not of this generality, so this material is mostly familiar to me. The chapter provides a simple lexer (below), in Java. Old Java (pre-generics, so, what, 1.4 or someting?). I'm doing the exercises here in C#. I've provided the lexer from the source; my github will provide...
| | github.com
3.0 parsecs away

Travel
| | An Open Source Machine Learning Framework for Everyone - Add bounds checks to jpeg parsing code. · tensorflow/tensorflow@5e0c9ff
| | rcoh.me
90.5 parsecs away

Travel
| Few data-structures are more ubiquitous in real-world development than the hash table. Nearly every major programming features an implementation in its standard library or built into the runtime. Yet, there is no conclusive best strategy to implement one and the major programming languages diverge widely in their implementations! I did a survey of the Hash map implementations in Go, Python, Ruby, Java, C#, C++, and Scala to compare and contrast how they were implemented.