An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by DavidEGrayson

A curated list of projects in awesome lists by DavidEGrayson .

https://github.com/davidegrayson/minimu9-ahrs

Program for reading data from the Pololu MinIMU-9 over I²C. Works on the Raspberry Pi and other embedded ARM Linux boards.

accelerometer gyro magnetometer minimu9 minimu9-ahrs pololu raspberry-pi rpi

Last synced: 03 Aug 2025

https://github.com/DavidEGrayson/minimu9-ahrs

Program for reading data from the Pololu MinIMU-9 over I²C. Works on the Raspberry Pi and other embedded ARM Linux boards.

accelerometer gyro magnetometer minimu9 minimu9-ahrs pololu raspberry-pi rpi

Last synced: 15 Mar 2025

https://github.com/davidegrayson/nixcrpkgs

Nice nix expressions for cross-compiling.

cross-compiler cross-compiler-toolchain nix nixpkgs

Last synced: 05 Apr 2025

https://github.com/davidegrayson/ruby_ecdsa

This gem implements the Elliptic Curve Digital Signature Algorithm (ECDSA) almost entirely in pure Ruby.

cryptography ecdsa ruby

Last synced: 05 Apr 2025

https://github.com/davidegrayson/ahrs-visualizer

Draws a 3D representation of an IMU's orientation. Developed for Raspberry Pi and OpenGL ES. Works with minimu9-ahrs.

Last synced: 20 Mar 2025

https://github.com/davidegrayson/docker-monit

Daemon that helps you monitor docker containers with tools like monit by maintaining PID files for the containers. I use this for replylater.com and it's not very polished yet but maybe some people will find it useful.

Last synced: 23 Mar 2025

https://github.com/davidegrayson/zumo-red

Code I used for the 2015 LVBots sumo contest. Runs on the Zumo 32U4 robot from Pololu.

Last synced: 21 Jul 2025

https://github.com/davidegrayson/websocket-chat

A minimal online chatroom implemented using HTML5's Websockets with a Ruby back end. It's pretty basic right now, and probably won't be useful to many people.

Last synced: 26 Oct 2025

https://github.com/davidegrayson/doku

Ruby gem for solving Sudoku-like puzzles using the Dancing Links algorithm by Donald Knuth.

Last synced: 23 Mar 2025

https://github.com/davidegrayson/anagram

Some algorithms for finding two-word anagrams. Probably not useful to anyone.

Last synced: 07 Jul 2025

https://github.com/davidegrayson/redstone-bot2

Minecraft bot implemented in Ruby. Sorry, there is no documentation yet!

Last synced: 26 Oct 2025

https://github.com/davidegrayson/intsafe

Implementation of intsafe.h for mingw-w64.

Last synced: 12 Apr 2025

https://github.com/davidegrayson/builtin_overflow

Files that will help me get __builtin_add_overflow, __builtin_sub_overflow, and __builtin_mul_overflow added to clang.

Last synced: 18 Feb 2026

https://github.com/davidegrayson/minecraft-rust

Not much to see here yet. Might be a Minecraft Bot later.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/native_nt_examples

Example code for compiling and running Windows NT apps with -Wl,--subsystem,native using mingw-w64

Last synced: 16 Jun 2025

https://github.com/davidegrayson/test-gnulib

A small C project you can use as a starting point for testing gnulib.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/kata-template-ruby-rspec-watchr

Template for test-driven development katas integrating Ruby, RSpec, and watchr.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/mingw-packages-deg

My mingw packages for MSYS2.

Last synced: 26 Aug 2025

https://github.com/davidegrayson/ruby-usb-pro

Eventually this might be a ruby gem for doing USB communication

Last synced: 04 Apr 2025

https://github.com/davidegrayson/bitwise-ruby

I'm trying to follow the Bitwise project using Ruby.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/drvdiff

Shows differences between Nix derivations.

Last synced: 29 Jul 2025

https://github.com/davidegrayson/practical-inline

Systematic testing of various ways to define inline functions in C and C++

Last synced: 12 Oct 2025

https://github.com/davidegrayson/riplight

Syntax highlighter for the Ruby language powered by Ripper, the interface to Ruby's parser. Not complete yet.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/binshow

Will eventually be a handy program for thoroughly showing the contents of any binary file.

Last synced: 30 Oct 2025

https://github.com/davidegrayson/race-timer

A C# GUI for timing races, intended for robot line-following competitions.

Last synced: 24 Jul 2025

https://github.com/davidegrayson/test_github

test github

Last synced: 26 Jan 2026

https://github.com/davidegrayson/rgdeg

Nothing much to see here yet, sorry.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/multibit-auditor

Ruby program for auditing a multibit wallet.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/nix-update

Utilities for updating Nix expressions for the Nix package manager to fetch later versions of upstream software.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/ffi

Ruby FFI

Last synced: 11 Jan 2026

https://github.com/davidegrayson/speedyscrabble

General stuff related to the game of Speedy Scrabble, also known as Anagrams or Word Thief.

Last synced: 26 Jul 2025

https://github.com/davidegrayson/deg-bitcoin-tools

Some scripts I am working on to do Bitcoin-related crypto stuff.

Last synced: 15 Jun 2025

https://github.com/davidegrayson/deg-headers

Useful single-file header libraries for C/C++

Last synced: 02 Jul 2025

https://github.com/davidegrayson/my-clang-format

repo for what I want to change about clang-format, probably temporary

Last synced: 23 Jun 2025

https://github.com/davidegrayson/adventofcode

My advent of code solutions, mostly in Ruby

Last synced: 05 Sep 2025

https://github.com/davidegrayson/signing-microscope

Ruby utilities for inspecting digital signatures and certificates on Windows. Not useful to anyone yet.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/win7appid

Automatically exported from code.google.com/p/win7appid

Last synced: 07 Nov 2025

https://github.com/davidegrayson/tune-crumble

Eventually this will be a Google Chrome Packaged App that does iTunes-to-Android replication.

Last synced: 07 Nov 2025

https://github.com/davidegrayson/imu-calibrator

Script for calibrating the magnetometer of an IMU.

Last synced: 09 Oct 2025

https://github.com/davidegrayson/gnulib

Small repository to keep track of my changes to gnulib. The real repository for gnulib is at git://git.savannah.gnu.org/gnulib.git

Last synced: 07 Nov 2025