Skip to content

Instantly share code, notes, and snippets.

# A guide to prevent pain and suffering while upgrading to OS X Mavericks
# This will vary greatly depending on system set up, so read the instructions carefully
# Back up Virtulenvs
####################
# Very important!
# For each virtualenv you have, run "pip freeze > requirements.txt" while in the activated virtualenv
# in order to prevent loss of dependencies during the upgrade.
@Modago
Modago / arduino_firmware.cpp
Created May 16, 2019 09:40 — forked from atduskgreg/arduino_firmware.cpp
send multiple values over serial from Processing to Arduino
int currentValue = 0;
int values[] = {0,0};
void setup() {
Serial.begin(9600);
}
void loop() {
if(Serial.available()){
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:14
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:14
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:14
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:15
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:15
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:15
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:15
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Modago
Modago / PY0101EN-1-1-Types.ipynb
Created September 23, 2019 11:15
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.