Skip to content

Instantly share code, notes, and snippets.

@interwebjill
interwebjill / ConnmanCheetSheet.md
Last active March 31, 2016 17:41
Connman Cheat Sheet

Connman Cheat Sheet

Configure WiFi

~$ sudo connmanctl 
connmanctl> enable wifi 
Enabled wifi 

connmanctl> scan wifi 

Scan completed for wifi

@interwebjill
interwebjill / BeagleBone:SillySpoofingMessage
Last active April 2, 2016 04:14
That Silly Spoofing Message
...that you get when first ssh-ing into your BeagleBone:
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Simply do what it says and all will be fine:
nano /Users/<you>/.ssh/known_hosts
...so that you can remote login via ssh and run graphical programs on the BBB.
# Step 1: Install XQuartz
Since 10.7, Mac OS no longer ships with an X11 server. Get one here:
http://www.xquartz.org/
@interwebjill
interwebjill / OQYonBBBinstall.md
Created April 20, 2016 01:47
OQY on BeagleBone Black

Specs: BeagleBone Black Rev. C Debian ALSA audio (native to OS) Python 2.7 Tkinter (native to Python)

@interwebjill
interwebjill / BBBkivy.md
Last active May 11, 2016 12:38
BBB:kivy

Setting up kivy package for python on BBB

For Debian.

Don't do it. It won't work. Just. No.

@interwebjill
interwebjill / kW_Observable.csv
Created February 4, 2018 02:15
Sample data from Exploratorium solar panel production and total building load
date PVkW TBLkW
2016/05/01 00:00 0.0 173.42265
2016/05/01 01:00 0.0 150.675
2016/05/01 02:00 0.0 143.70625
2016/05/01 03:00 0.0 124.28983999999998
2016/05/01 04:00 0.0 121.75078
2016/05/01 05:00 0.0 121.86016000000001
2016/05/01 06:00 0.0 143.40703
2016/05/01 07:00 532.0 125.56641
2016/05/01 08:00 580.0 144.46171999999999
@interwebjill
interwebjill / d3Boilerplate.js
Last active February 9, 2018 21:16
boilerplate for d3 projects
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
/* palette
*/
/* full-size */
@interwebjill
interwebjill / .block
Last active March 2, 2018 16:16
Zoomable Area SVG
license: gpl-3.0
@interwebjill
interwebjill / .block
Last active March 5, 2018 05:04
Multiple zoomable canvas area charts
license: mit
@interwebjill
interwebjill / .block
Last active March 5, 2018 19:58
Zoomable Area Canvas for Retina
license: gpl-3.0