Pinned Repositories
bitcoinstats
A project to datamine the bitcoin blockchain and report statistics about it
blockchain21
A very simple bitcoin blockchain parser
blockchainsim
convexdecomposition
A windows application to test various convex decomposition strategies
debugview
This is a windows only remote debug visualization application. Allows simply console applications to have full remote graphics support.
digpak
Someone requested access to the ancient DIGIPAK sound drivers source code. I'm not sure why anyone would think this is useful but if so, have at it.
hierarchybuilder
A code snippet to derive hierarchies from a random collection of objects and joints/links to those objects
InspectXML
This is a windows tool which will scan a collection of XML files and generate an alphabetical list of all unique element names and attributes
sse2neon
Automatically exported from code.google.com/p/sse2neon
stltracking
A simple code snippet to demonstrate how to intercept memory allocations done by STL containers
jratcliff63367's Repositories
jratcliff63367/sse2neon
Automatically exported from code.google.com/p/sse2neon
jratcliff63367/digpak
Someone requested access to the ancient DIGIPAK sound drivers source code. I'm not sure why anyone would think this is useful but if so, have at it.
jratcliff63367/blockchain21
A very simple bitcoin blockchain parser
jratcliff63367/convexdecomposition
A windows application to test various convex decomposition strategies
jratcliff63367/debugview
This is a windows only remote debug visualization application. Allows simply console applications to have full remote graphics support.
jratcliff63367/stltracking
A simple code snippet to demonstrate how to intercept memory allocations done by STL containers
jratcliff63367/bitcoinstats
A project to datamine the bitcoin blockchain and report statistics about it
jratcliff63367/hierarchybuilder
A code snippet to derive hierarchies from a random collection of objects and joints/links to those objects
jratcliff63367/blockchainsim
jratcliff63367/InspectXML
This is a windows tool which will scan a collection of XML files and generate an alphabetical list of all unique element names and attributes
jratcliff63367/kdtree
A simple KdTree implementation
jratcliff63367/kmeanspp
My attempt at writing a human readable implementation of Kmeans++
jratcliff63367/physxframework
A wrapper DLL for doing simple PhysX simulations
jratcliff63367/SchemaCodeGen
A tool to convert a schema (data object model) into C++ code as well as the ability to serialize and deserialize in JSON
jratcliff63367/socketchat
A simple client/server chat app that demonstration; chat is compliant with redis interface
jratcliff63367/websockets
This project is just a copy of websocketspp with non-boost ASIO such that it builds for windows and linux out of the box
jratcliff63367/cornhole
A simple program to generate an 8 week schedule for a cornhole league
jratcliff63367/CreateDOM
A console tool to auto-generate a data-object-model and JSON schema from a spreadsheet input
jratcliff63367/FastXOR
Implements a fast XOR routine. XORs 64 bits at a time when possible.
jratcliff63367/juliohull
Convex hull implementation by Julio Jerez
jratcliff63367/obj2usda
Just a dumb utility to convert a Wavefront OBJ file to Pixar USDA, only preserves the raw geometry, nothing else.
jratcliff63367/picturetimeline
This is a python script which can generate a timeline from a random collection of photographs
jratcliff63367/redisproxy
This is a project which is used to analyze and parse the redis command API
jratcliff63367/simplejobsystem
A threadpooling sample
jratcliff63367/stonks
My project to track stocks
jratcliff63367/testleveldb
A depot to test my ability to build the leveldb source code in my own environment...
jratcliff63367/wsclient
Slightly refactored version of lightweight wsclient code