You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
John Boiles
johnboiles
CTO Sol Reader. Previously MyMaskMovement, Twitter/Periscope, Peer, Penny, Yelp, UT Austin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this as a "Run Script" build phase in Xcode to enable Charles Proxy on iOS 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Super simple Arduino serial echo from one serial port to another
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jinja2 version of Django Rest Framework's rest_framework/templates/base.html file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to build GNURadio modules from source on OSX 10.9 with GNURadio installed via MacPorts
Building GNURadio Modules on OSX with MacPorts
I'm on OSX 10.9.4 and recently picked up an RTL2832u dongle. After trying to get GNURadio to build on Homebrew, I gave up and installed MacPorts (via Homebrew using Cask). Since MacPorts and Homebrew don't always play nicely, I silo'd my MacPorts PATH settings using this technique. With this method, you prefix any commands that you want to run in a MacPorts-friendly environment with a script that sets up your PATH. This keeps MacPorts from intruding when I don't want to use the things installed by MacPorts (which is most of the time). That script is also included in this Gist.
Not sure if it's unique to installs that use both MacPorts and Homebrew, but I ran into several issues:
PMT would raise linker errors that looked like this Undefined symbols for architecture x86_64: pmt::dict_has_key(. I fixed this by modernizing the project I was workin
Script for migrating data from Stripe to Balanced. Modify TODOs to fit your specific application then run after Stripe sends your data over to Balanced.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters