Skip to content

Instantly share code, notes, and snippets.

View ralovets's full-sized avatar

Roman Ralovets ralovets

  • San Francisco
View GitHub Profile
@ralovets
ralovets / commands
Created August 15, 2015 18:04
Install libraries
// http://deeplearning.net/software/pylearn2/
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git
sudo pip install Theano
git clone git://github.com/lisa-lab/pylearn2.git
cd pylearn2
sudo python setup.py develop
sudo apt-get install python-setuptools git-core
sudo apt-get install libyaml-dev python-yaml
sudo easy_install python-pip
@ralovets
ralovets / gist:5247ad71e97222427d36
Last active August 29, 2015 14:27 — forked from cshen/gist:6492856
Install Pylearn2 on a Ubuntu box
Install Pylearn2 on a Ubuntu box
https://github.com/lisa-lab/pylearn2
Assume that the default version of Python is 2.7.3
Tested on a machine with
- Linux 3.2.0-26-generic x86_64 GNU/Linux
- Ubuntu 12.04.2 LTS (Precise Pangolin)
@ralovets
ralovets / GistList!.md
Created April 16, 2015 12:56
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

@ralovets
ralovets / google_art_project.rb
Created May 3, 2011 08:59 — forked from henrik/google_art_project.rb
Google Art Project fullsize image downloader. Specify the page URL and the tiles are downloaded, stitched and trimmed.
# Google Art Project fullsize image downloader.
# By Henrik Nyh <http://henrik.nyh.se> 2011-02-05 under the MIT license.
# Requires Ruby and ImageMagick.
#
# Usage e.g.:
# ruby google_art_project.rb http://www.googleartproject.com/museums/tate/portrait-of-william-style-of-langley-174
#
# You can specify multiple URLs on the command line, separated by space.
# Or you can specify no URLs on the command line and instead list them at the end of this file, one on each line,
# with "__END__" before the list.