Pinned Repositories
bateman
(ABANDONED) Simple stock trading system that optimizes its parameters with particle swarm optimization
habitbot
Recurring task tracker
labeled_goto_test
Simple benchmark of labeled gotos to see if they are actually faster than a switch table
lapwing_augmentor
Augment the Lapwing dictionary with alternatives for vowels
math-summary
Summary of math I've been reviewing which may eventually be useful to others
pg-streaming-analytics
An attempt to use change data capture with PostgreSQL 9.4 to do streaming analytics with Kafka
photolesce
A little photo aggregator
scraps
Miscellaneous stuff that doesn't fit anywhere else
Sunburn
Co-evolution of a simple space combat game - read notes.txt and http://goo.gl/CweSp for description
symbots
Simple neuroevolution with linear neurons
fearofcode's Repositories
fearofcode/bateman
(ABANDONED) Simple stock trading system that optimizes its parameters with particle swarm optimization
fearofcode/labeled_goto_test
Simple benchmark of labeled gotos to see if they are actually faster than a switch table
fearofcode/pg-streaming-analytics
An attempt to use change data capture with PostgreSQL 9.4 to do streaming analytics with Kafka
fearofcode/math-summary
Summary of math I've been reviewing which may eventually be useful to others
fearofcode/lapwing_augmentor
Augment the Lapwing dictionary with alternatives for vowels
fearofcode/lsh_rs
Simple standalone multi-threaded locality sensitive hashing implementation in Rust
fearofcode/advent_of_code2020
half-hearted attempt at advent of code 2020 (https://adventofcode.com) in Rust
fearofcode/algorithms-old
Crappy algorithm implementations in C
fearofcode/angularstore
code resulting from working through a book about angular.js
fearofcode/arete
Command line flashcard app
fearofcode/arete-javafx-poc
JavaFX app to try to practice programming via spaced repetition
fearofcode/arete-wpf-poc-latex-shelling
fearofcode/bart-weather
iOS app that shows the weather at BART stations. Intended for Bay Area commuters.
fearofcode/Book_NeuroevolutionThroughErlang
The resulting source code produced at the end of each chapter in Handbook of Neuroevolution Through Erlang.
fearofcode/bottledwater-pg
Change data capture from PostgreSQL into Kafka
fearofcode/bstviz
Visualizing balanced binary trees
fearofcode/deschutes
Streaming OLAP Filtering and Aggregation
fearofcode/dotfiles-macos-old
A humble Mac dotfiles repo featuring alacritty, yabai, skhd, and Alabaster Dark
fearofcode/gym
A toolkit for developing and comparing reinforcement learning algorithms.
fearofcode/JFX-MultiScreen-Simplified
Simplified version of https://github.com/acaicedo/JFX-MultiScreen
fearofcode/kickstart.nvim
A launch point for your personal nvim configuration
fearofcode/LGP
A robust LGP implementation on the JVM using Kotlin.
fearofcode/neat-pole-balancing
experiment with single pole balancing problem using NEAT
fearofcode/nyc-taxi-data
Import public NYC taxi and Uber trip data into PostgreSQL / PostGIS database, analyze with R
fearofcode/pbkdf2-gpu
A C++11 library for brute-forcing PBKDF2 using GPU and a tool for brute-forcing LUKS passwords.
fearofcode/pyrepl
Simple experimental low-latency hot-reloaded Python evaluator for Linux using inotify
fearofcode/shades
A small Mac app that allows you to superimpose transparent windows on top of your screen, so as to help with light sensitivity. Like the baby brother of f.lux or Night Shift.
fearofcode/swarmscale
Experiment with using particle swarm optimization to tune PID controllers
fearofcode/thrillseeker_redux
fearofcode/wpf-navigation-keyboard-shortcuts
simple example of using a frame, programmatic focus, keyboard shortcuts to create a simple but nice experience where UI state is preserved when switching between screens