alex-precosky
Finally come to GitHub from the BitBucket world. Mainly an embedded systems person these days with some industrial automation and data science.
Seattle, USA
Pinned Repositories
AdventOfCode2015
ConsoleFridgeMonitor
urwid TUI for seeing the fridge temperature over MQTT
dms
Ethereum blockchain based Dead Man's Switch. Release your secure info to a trusted person upon your death!
dotfiles
My unix dotfiles managed by git stow
LEDTile
FPGA and RTOS based video display driver for an LED matrix, with HTTP control over WiFi
mqtt_sql_gateway_osgi
Kura module for putting MQTT values into a MySQL database
NI-DAQmx-Cpp11
Demonstrating Digital IO with NI_DAQmx in VS.NET 2013 C++
robot_quest
A Game Boy game to learn about making Game Boy games
xbeetemperature_osgi
Java microservice, OSGi bundle Eclipse Kura module for taking XBee sensor reading and publishing them to an MQTT broker
Y86_64_pipeline_demo
Simulates the 64-bit Y86-64 processor's pipeline
alex-precosky's Repositories
alex-precosky/ConsoleFridgeMonitor
urwid TUI for seeing the fridge temperature over MQTT
alex-precosky/dms
Ethereum blockchain based Dead Man's Switch. Release your secure info to a trusted person upon your death!
alex-precosky/NI-DAQmx-Cpp11
Demonstrating Digital IO with NI_DAQmx in VS.NET 2013 C++
alex-precosky/AdventOfCode2017
All 25 completed challenges from the 2017 Advent of Code
alex-precosky/Cache_Simulator
Simulates a memory cache and finds hit/miss rate for programs run in it
alex-precosky/DNSResolver
Experimenting with querying DNS servers to resolve hostnames
alex-precosky/e-notes
e-notes
alex-precosky/IoTFridgeSensorGateway
Python XBee to MQTT/MySQL gateway scripts for a fridge temperature sensor. Superseeded by my Java OSGi packages for Eclipse Kura
alex-precosky/sierra-gobi-drivers
Sierra Linux QMI "Gobi" drivers for CI use
alex-precosky/Virtual_Memory_Simulator
Academic exercise in memory address translation
alex-precosky/y86_64_disassembler
Disassembles object code into a assembler listing for the fictional Y86_64 instruction set
alex-precosky/Y86_64_Pipeline_Demo_2
Like the previous pipeline demo, but simulates the processor and not just the pipeline registers