I hereby claim:
- I am bluesquall on github.
- I am mjstanway (https://keybase.io/mjstanway) on keybase.
- I have a public key ASDJXIkeVXLzzSJZzIq40MUthjTT-deKGMWJatACjxG_Lgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "name": "reflector", | |
| "author": "mjs", | |
| "background": { | |
| "name": "Steel brushed wavy", | |
| "style": "background-image: url('/bg/metal/iron_texture61.jpg');" | |
| }, | |
| "switchMount": "cherry", | |
| "switchBrand": "cherry", |
| #!/bin/bash | |
| # Based on https://gist.github.com/the-admax/684d56db33f2f0792b69 | |
| # Adapt to your environment | |
| LTIB_ROOT=/opt/ltib | |
| ##################################### | |
| if [ "$USER" == 0 ]; then | |
| echo DO NOT RUN THIS SCRIPT AS ROOT |
| #!/usr/bin/env python | |
| """Player for general text log files.""" | |
| import serial | |
| import time | |
| __author__ = "M Jordan Stanway" | |
| __license__ = "MIT" | |
| def replay_text_file(infile, port='/dev/ttyS0', baudrate=9600, |
| glib_cv_long_long_format=ll | |
| glib_cv_stack_grows=no | |
| glib_cv_sane_realloc=yes | |
| glib_cv_have_strlcpy=no | |
| glib_cv_va_val_copy=yes | |
| glib_cv_rtldglobal_broken=no | |
| glib_cv_uscore=no | |
| glib_cv_monotonic_clock=no | |
| ac_cv_func_nonposix_getpwuid_r=no | |
| ac_cv_func_posix_getpwuid_r=yes |
| #!/usr/bin/env python | |
| """A useful method for passing named arguments with defaults to a SuperClass | |
| without having to write name=name for each argument in the call to the | |
| SuperClass method. | |
| I feel like this should already exist in the standard library, but I didn't | |
| find anything like it with a quick search. | |
| """ |
| #!/usr/bin/env python | |
| """ | |
| monterey-bay-gmtpy.py | |
| ===================== | |
| A gmtpy example to map Monterey Bay. | |
| """ | |
| import gmtpy |