jeudi 25 avril 2013
mercredi 24 avril 2013
mardi 23 avril 2013
lundi 22 avril 2013
dimanche 21 avril 2013
mercredi 17 avril 2013
git reading
Reading framework
On my way looking for some stillish slider and framework found those sites
http://web-ui-fw.github.io/
http://www.andysowards.com/blog/2012/40-best-web-ui-interface-framework-kits/
http://dribbble.com/
nodeJS framework
https://github.com/joyent/node/wiki/modules#wiki-web-frameworks-full
http://web-ui-fw.github.io/
http://www.andysowards.com/blog/2012/40-best-web-ui-interface-framework-kits/
http://dribbble.com/
nodeJS framework
https://github.com/joyent/node/wiki/modules#wiki-web-frameworks-full
dimanche 14 avril 2013
ST2 over SSH
- As of writing, these instructions work only for Sublime Text 2. If I get a chance I'll look into forking rsub for the newly released ST3 (which runs Python3).
- If you don't already have Sublime Text's wonderful package manager, install it.
- Hit Ctrl+Shift+P, start typing "install" and select "Install Package"
- Start typing "rsub" and select it.
- Once it's installed, get on your terminal and do
nano ~/.ssh/config
- Paste the following lines:
Host your_remote_server.com RemoteForward 52698 127.0.0.1:52698
- Save (ctrl+w) and SSH into your server (ssh username@your_remote_server.com).
- 'Install' the rsub remote script:
sudo wget -O /usr/local/bin/rsub https://raw.github.com/aurora/rmate/master/rmate
- Make that script executable:
sudo chmod +x /usr/local/bin/rsub
- Lastly, run rsub on the remote file you want to edit locally:
rsub ~/my_project/my_file.html
and it should magically open in Sublime Text!
http://log.liminastudio.com/writing/tutorials/sublime-tunnel-of-love-how-to-edit-remote-files-with-sublime-text-via-an-ssh-tunnel
vendredi 5 avril 2013
coffee + sublime text2
Preferences > Browse Packages gets you to the right directory git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript git clone https://github.com/miksago/jade-tmbundle.git Jade git clone https://github.com/LearnBoost/stylus.git Stylus
Inscription à :
Articles (Atom)