Pinned Repositories
AutoGrowingNSTextField
http://stackoverflow.com/questions/14107385/getting-a-nstextfield-to-grow-with-the-text-in-auto-layout/14111406#14111406
canCloseDocumentWithDelegate
Shows how to implement the NSDocument method -canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: using Swift. Must use Objective-C to perform an NSInvocation.
CanSendText
Trying to solve the mystery of MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification
Core-Animation-Slider-Example
Core Animation Slider Example on OS X, for my Custom Controls from Scratch presentation
DHSendMIDI
Easily send MIDI messages from a Mac command line
DHSendOSC
Easily send UDP OSC messages from a Mac command line
RetinaQC
Investing how QCView and QCCompositionLayer work with retina displays
TOPtoPSN
TouchDesigner C++ plugin to take vertexes from a TOP and output as PosiStageNet data
Uno
The game of Uno created in C# WinForms
PresenterMirror
Hate giving demos in mirrored-displays mode? Use dual displays, but still see what’s on the secondary display in a window on the main!
DouglasHeriot's Repositories
DouglasHeriot/TOPtoPSN
TouchDesigner C++ plugin to take vertexes from a TOP and output as PosiStageNet data
DouglasHeriot/QCStageDisplay
ProPresenter stage display client, as a Quartz Composer plugin. Relies on Renewed Vision’s undocumented private protocol, so isn’t supported and may break at any time.
DouglasHeriot/theejs-nodejs-demo
Demo of Thee.js, using Node.js and Socket.io
DouglasHeriot/ansible-ssh
DouglasHeriot/Arduino-Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
DouglasHeriot/arduino-usb
Arduino UNO and MEGA2560 USB firmware for HID devices
DouglasHeriot/capnproto
Cap'n Proto serialization/RPC system
DouglasHeriot/chiliproject
ChiliProject is a web based project management system built on Ruby on Rails
DouglasHeriot/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
DouglasHeriot/F53OSC
A nice little Objective-C library for sending, receiving, and parsing OSC messages.
DouglasHeriot/GammaThingy
Changes screen gamma on iOS, no jailbreak required
DouglasHeriot/google-cloud-cpp
C++ Client Libraries for Google Cloud Services
DouglasHeriot/gosnmp
An SNMP library written in GoLang.
DouglasHeriot/influxql
Package influxql implements a parser for the InfluxDB query language.
DouglasHeriot/investcalc.github.io
Investment Frequency Calculator
DouglasHeriot/libartnet
An Open Source implementation of the ArtNet protocol
DouglasHeriot/libtins
High-level, multiplatform C++ network packet sniffing and crafting library.
DouglasHeriot/netbox
IP address management (IPAM) and data center infrastructure management (DCIM) tool.
DouglasHeriot/ola
The Open Lighting Architecture
DouglasHeriot/opentelemetry-operations-python
OpenTelemetry Python exporters for Google Cloud Monitoring and Trace
DouglasHeriot/oscpack
Automatically exported from code.google.com/p/oscpack
DouglasHeriot/raspbian-ua-netinst
Raspbian (minimal) unattended netinstaller
DouglasHeriot/rclone
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
DouglasHeriot/redmine
Mirror of redmine code source - Official SVN repository is at https://svn.redmine.org/redmine - contact: @jbbarth or jeanbaptiste.barth (at) gmail (dot) com
DouglasHeriot/SNMP-MIBS
SNMP MIB Collection
DouglasHeriot/Syphon-Framework
Syphon is a Mac OS X technology to allow applications to share video and still images with one another in realtime, instantly.
DouglasHeriot/Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
DouglasHeriot/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
DouglasHeriot/windows-dev-box-setup-scripts
Scripts to simplify setting up a Windows developer box
DouglasHeriot/xcode-googletest
Google Test integration with Xcode