Pinned Repositories
go-lightly
Clojure library to facilitate Go-like CSP concurrent programming
hive-json-schema
Tool to generate a Hive schema from a JSON example doc
kstorm
Example code showing how to use a Kafka Spout in Storm 0.9.3
land-of-lisp-in-clojure
Code from Barski's Land of Lisp book done in Clojure
little-schemer
Implementation of code in Little Schemer in Scala and Clojure
merkle-tree
Merkle Tree implementation in Java
mybatis-koans
A koan-style tutorial in Java for the MyBatis data mapper framework
MyBatis-UserGuide-Companion-Code
Companion and Demo code for the MyBatis 3 User Guide
PlusCal-Examples
Algorithm examples in PlusCal, the algorithm language of Lamport's TLA+
simplecsv
CSV parser for Java, based on the OpenCSV model, but fixing many of the inconsistencies and defects of that codebase.
quux00's Repositories
quux00/hive-json-schema
Tool to generate a Hive schema from a JSON example doc
quux00/merkle-tree
Merkle Tree implementation in Java
quux00/mybatis-koans
A koan-style tutorial in Java for the MyBatis data mapper framework
quux00/PlusCal-Examples
Algorithm examples in PlusCal, the algorithm language of Lamport's TLA+
quux00/little-schemer
Implementation of code in Little Schemer in Scala and Clojure
quux00/kstorm
Example code showing how to use a Kafka Spout in Storm 0.9.3
quux00/simplecsv
CSV parser for Java, based on the OpenCSV model, but fixing many of the inconsistencies and defects of that codebase.
quux00/fslocate
Indexer of files and "locate" client to lookup files like the Unix locate/updatedb program
quux00/opencsv
Defunct fork of the opencsv Java project
quux00/pikeregex
A small regex library in Go based on Rob Pike's C code in The Practice of Programming
quux00/assizes
"Courts of Assizes" assertion helper methods for use with the std Go testing library
quux00/capslock
A tiny JavaScript library to detect the Caps Lock key in web browsers
quux00/emacs24-setup
My config files for emacs24
quux00/rust-concurrency-examples
Translation of Go concurrency examples into Rust
quux00/cascading
Cascading is a feature rich API for defining and executing complex and fault tolerant data processing flows on a Hadoop cluster. See https://github.com/Cascading/cascading for the release repository.
quux00/cascading.avro
Cascading Scheme for the Apache Avro data serialization format
quux00/cq
neo4j cypher library for database/sql in go
quux00/disruptor
High Performance Inter-Thread Messaging Library
quux00/docker-splunk
Splunk Docker GitHub Repository
quux00/elasticsearch
Free and Open, Distributed, RESTful Search Engine
quux00/elasticsearch-hadoop
:elephant: Elasticsearch real-time search and analytics natively integrated with Hadoop
quux00/elasticsearch-specification
Elasticsearch full specification
quux00/elasticsearch-sql-odbc
ODBC driver for Elasticsearch SQL
quux00/flink
Apache Flink
quux00/httpclientAuthHelper
A library that helps authenticate Httpclient with services that use NTLM, KERBEROS, SSL authentications.
quux00/lucene
Apache Lucene open-source search software
quux00/ps4
Starting code for Problem Set 4 of CS4414.
quux00/rustKernelTimer
A simple and ugly kernel timer for *nix systems, implemented in Rust.
quux00/simpleRandom
An API compatible with Java.util.Random RNG with a focus on a simple secure API. Based on 'liburandy'.
quux00/Understanding.Computation.in.Go
Code from the Understanding Computation (O'Reilly 2013) book done in Go