Pinned Repositories
facility
A Lambda Calculus interpreter implemented in C.
helix
An RSA encryption and uuencoding/uudecoding application from 2002.
image-processing-js
A pure JavaScript raster image processing engine: Affine transformations, convolutions, compositing, etc.
mpd-sacd
A version of the mpd music player daemon that includes support for Super Audio CDs and DVD-Audio discs
node-ffi-windows-example
A Node.js Foreign Function Interface example application that calls an entry point in the Windows kernel32.dll
observable-json-rest-api-client
Send HTTP requests (POST, GET, PUT, and DELETE) to JSON REST Web services or other Web servers. Responses are packaged as RxJS Observables.
thaw-interpreter
Programming language interpreters, including LISP, Scheme, and Prolog.
thaw-macd
A Moving Average Convergence / Divergence calculation algorithm.
thaw-parser
Programming language parsers, including LL(1), LR(0), LR(1), SLR(1), and LALR(1).
thaw-ta-math
Financial technical analysis library in TypeScript. Calculates indicators and overlays from OHLCV data.
tom-weatherhead's Repositories
tom-weatherhead/helix
An RSA encryption and uuencoding/uudecoding application from 2002.
tom-weatherhead/thaw-http-server-base
A generalized Typescript base class for simple HTTP servers.
tom-weatherhead/3d-labyrinth
A three-dimensional labyrinth generator and navigator, based on the monastery library in the movie "The Name of the Rose" (1986)
tom-weatherhead/a-star-heuristic-search
A* heuristic search
tom-weatherhead/angular-electron
A demo application built using Angular and Electron.
tom-weatherhead/electron-scraper
A Web page scraper implemented in Electron and Node.js
tom-weatherhead/get-http-response-body
Obtains the body of the response to an HTTP(S) GET request, with additional optional processing.
tom-weatherhead/http-get-regex-capture
Obtain text via an HTTP GET request, and then capture pieces of the text with regular expressions.
tom-weatherhead/inference
Parsers, interpreters, artificial intelligence, and more.
tom-weatherhead/lodash-chain-flow-comparison-medium
Medium's comparison of the size and speed of Lodash's chain vs. flow
tom-weatherhead/maximegris-angular-electron
Foo
tom-weatherhead/miniadd
An example of a highly portable npm package.
tom-weatherhead/pdchess1
A rudimentary chess game application with a command-line interface. Written in C.
tom-weatherhead/pdchess2
A rudimentary chess game application with a command-line interface. Written in C++.
tom-weatherhead/subtree-diff
Find files that are in one file system subtree but not in another.
tom-weatherhead/thaw-argon-mongodb-web-service
A MongoDB Node.js HTTP server intended for WINDOWS XP ONLY.
tom-weatherhead/thaw-argon-promisified-mongodb
A promisified TypeScript interface to MongoDB intended for Node.js lts/argon (version 4.9.1) and WINDOWS XP ONLY.
tom-weatherhead/thaw-argon-promisify
A TypeScript implementation of promisify() intended for Node.js lts/argon (version 4.9.1) and WINDOWS XP ONLY.
tom-weatherhead/thaw-data-sources
Data sources for Node.js applications
tom-weatherhead/thaw-gcd
Euclid's greatest common divisor algorithm as a JavaScript component and npm package
tom-weatherhead/thaw-http-json-client-node
JSON Web service client built on Node.js HTTP
tom-weatherhead/thaw-interpreter-types
TypeScript type information for thaw's interpreter code
tom-weatherhead/thaw-mongodb-client-direct
thaw-mongodb-client-direct
tom-weatherhead/thaw-mongodb-client-web
thaw-mongodb-client-web
tom-weatherhead/thaw-mongodb-web-service
A REST Web service that provides CRUD access to MongoDB databases.
tom-weatherhead/tic-tac-toe-docker
An Angular / Express.js Tic-Tac-Toe application, containerized for Docker.
tom-weatherhead/travis-ci-node-test
Test of Travis.ci's testing of a Node.js project
tom-weatherhead/vt
Virginia Tech MEAN Web Application
tom-weatherhead/vt-client
Virginia Tech project - Angular client
tom-weatherhead/vt-server
Virginia Tech project - MongoDB / REST Web service