examachine
AI researcher, inventor, entrepreneur, philosopher, musician, transhumanist, futurist, free software author, demo scene coder.
@celestial-intellect Dead City, Antarctica
Pinned Repositories
bitdrill
Bitdrill is the world's FASTEST frequent itemset mining / association rule mining tool, library, and framework.
digital-red
Digital-Red is a collection of succinct, elegant OCaml implementations of the algorithms in the famous MIT red book of algorithms.
drakon
Partial C++ parser written in Haskell / Parsec
fiat-shamir-zkp
OCaml implementation of Fiat-Shamir Zero Knowledge Proof system as a client/server authentication protocol
lasvegas-geom
Ocaml implementation of some randomized computational geometry algorithms
medic
A comprehensive DICOM 3.0 implementation in C++
micro-synthetic
An OCaml implementation of the Micro-Synthetic algorithm to verify a new theory of pattern discovery.
parallpairs
Parallel all-pairs similarity search algorithms in ocaml #ocaml
pisi
PISI package manager of Pardus linux written in Python. The original development branch by the main author.
promptspace
A volume rendering tool in C++ that implements the shear-warp factorization algorithm
examachine's Repositories
examachine/pisi
PISI package manager of Pardus linux written in Python. The original development branch by the main author.
examachine/fiat-shamir-zkp
OCaml implementation of Fiat-Shamir Zero Knowledge Proof system as a client/server authentication protocol
examachine/parallpairs
Parallel all-pairs similarity search algorithms in ocaml #ocaml
examachine/promptspace
A volume rendering tool in C++ that implements the shear-warp factorization algorithm
examachine/digital-red
Digital-Red is a collection of succinct, elegant OCaml implementations of the algorithms in the famous MIT red book of algorithms.
examachine/lasvegas-geom
Ocaml implementation of some randomized computational geometry algorithms
examachine/bitdrill
Bitdrill is the world's FASTEST frequent itemset mining / association rule mining tool, library, and framework.
examachine/drakon
Partial C++ parser written in Haskell / Parsec
examachine/micro-synthetic
An OCaml implementation of the Micro-Synthetic algorithm to verify a new theory of pattern discovery.
examachine/medic
A comprehensive DICOM 3.0 implementation in C++
examachine/multilevel-gpvs
A multi-level graph partitioning by vertex separator algorithm I implemented for my senior project
examachine/pcs
A pascal compilation system that makes heavy use of C++ template programming
examachine/soundex
Soundex algorithm implemented in ocaml
examachine/par-quicksort
Parallel quicksort on hypercube, written in C.
examachine/skel
Some skeleton codes that I wrote for quickly starting projects.
examachine/superquadrics
A demonstration of superquadrics with geometric meshes written in C++
examachine/atem
command line tool to convert MetaStock to csv
examachine/data
Datasets for data mining / information retrieval / machine learning research
examachine/justmake
exa's justmake build system
examachine/mapbuddy
A mobile app demo for communicating with friends over a map using XML-RPC written in C++
examachine/ocaml.org
Implementation of the ocaml.org website.
examachine/ocamlbuild
OCamlbuild
examachine/ocamlmpi
OCaml/MPI interface
examachine/Packages
A clone of the current Pardus-2011-devel package repository
examachine/parray
A parallel array library written in C++ that uses expression templates
examachine/pbmtoarff
Convert PBM images to ARFF format, someone might need this I suppose :V
examachine/pisi-gui
Graphical user interface for PISI package manager.
examachine/postagger
A part of speech tagger written in ocaml