Skip to content

Instantly share code, notes, and snippets.

@vinceallenvince
vinceallenvince / Titanic EDA - Family.ipynb
Created October 6, 2016 01:01
Titanic Kaggle competition - Feature EDA - Family
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vinceallenvince
vinceallenvince / Titanic EDA - Pclass.ipynb
Created October 5, 2016 17:13
Titanic Kaggle competition - Feature EDA - Pclass
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vinceallenvince
vinceallenvince / Titanic EDA - Person.ipynb
Created October 5, 2016 14:42
Titanic Kaggle competition - Feature EDA - Person
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vinceallenvince
vinceallenvince / Titanic EDA - Sex.ipynb
Created October 4, 2016 20:57
Titanic Kaggle competition - Feature EDA - Sex
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
## update LDXE autostart file
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
## add the following; -i passes reload frequency in seconds
@xset s off
@xset -dpms
@xset s noblank
@midori -a http://www.google.com/ -i 120 -e Fullscreen
## use the configuration tool to enable auto running of the GUI on powerup
@vinceallenvince
vinceallenvince / gist:9aa8a2b53e907e33e75f
Created January 19, 2016 04:01
Install opencv on RPi
Follow these instructions.
http://robertcastle.com/2014/02/installing-opencv-on-a-raspberry-pi/
Configure shared libraries
http://stackoverflow.com/questions/12335848/opencv-program-compile-error-libopencv-core-so-2-4-cannot-open-shared-object-f
Add `pkg-config opencv --cflags --libs` to your compile command
http://stackoverflow.com/questions/7816607/opencv-2-3-compiling-issue-undefined-refence-ubuntu-11-10
sudo pip install requests
sudo pip install pycrypto
sudo pip install pubnub>=3.7.5
@vinceallenvince
vinceallenvince / gist:e0a5e74082615b3cbbc9
Created January 6, 2016 12:07
one wifi point /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp