Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am elad on github.
  • I am elad (https://keybase.io/elad) on keybase.
  • I have a public key whose fingerprint is 52D6 EEB4 681B 6B26 3395 A61E CE8D 197D 666E B914

To claim this, I am signing this object:

Things I want in a text editor
From Atom:
- Free
- Default theme
- Community
- Autocomplete
From Sublime:
- No notion of "project" but rather "files" and "folder" and maybe "group"
@elad
elad / angular-bootstrap-tabs-stacked-side.html
Created September 11, 2015 00:02
Angular + Bootstrap tabs, stacked on the side
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="" ng-click="vm.activeTab = 'one'" data-toggle="pill">
One header
</a>
</li>
<li>
<a href="" ng-click="vm.activeTab = 'two'" data-toggle="pill">
Two header
</a>
@elad
elad / neural-style-ec2.txt
Created September 7, 2015 08:09
Running neural-style in EC2
Start a g2.2xlarge or better (GPU instance) with https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-ffba7b94
Login, username is ubuntu
Update a bunch of stuff and make sure cudnn R2 is used:
luarocks install image
luarocks install loadcaffe
luarocks install torch
export LD_LIBRARY_PATH=/home/ubuntu/torch-distro/install/lib:/home/ubuntu/torch-distro/install/lib:/home/ubuntu/cudnn-6.5-linux-x64-v2-rc2