January at paulcarvill.com, the home of Paul Carvill on the web 2010 at paulcarvill.com, the home of Paul Carvill on the web

link: paulcarvill at flickr

paulcarvill.com

Hi, I'm Paul Carvill and I'm a web developer. I am Head of Interface Development at LBi, Europe's largest digital agency.

I also like walking, cooking, Bollywood and rock 'n' roll.

Archive for January, 2010

links for 2010-01-22

Friday, January 22nd, 2010

links for 2010-01-21

Thursday, January 21st, 2010

links for 2010-01-20

Wednesday, January 20th, 2010

links for 2010-01-19

Tuesday, January 19th, 2010

links for 2010-01-18

Monday, January 18th, 2010

links for 2010-01-17

Sunday, January 17th, 2010
  • Excellent selection of full length Hindi movies, songs and clips, grouped into playlists such as "Romantic Songs", "Hit Songs (Old)", "Action & Dialogue" etc. Check out the massively kitchsy, kooky and cool song on their index page, Jan Pehchan Ho — ''…from super hit Suspense Thriller Gumnaam"!

Tree command for Mac OS X

Saturday, January 16th, 2010

This outputs a structured view of files and folder of the directory you execute it in:

find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'

e.g.

.
|____.git
| |____branches
| |____config
| |____description
| |____HEAD
| |____hooks
| | |____applypatch-msg.sample
| | |____commit-msg.sample
| | |____post-commit.sample
| | |____post-receive.sample
| | |____post-update.sample
| | |____pre-applypatch.sample
| | |____pre-commit.sample
| | |____pre-rebase.sample
| | |____prepare-commit-msg.sample
| | |____update.sample
| |____index
| |____info
| | |____exclude
| |____objects
| | |____info
| | |____pack
| |____refs
| | |____heads
| | |____tags
|____CHANGELOG.txt
|____COPYRIGHT.txt
|____cron.php
|____includes
| |____actions.inc
| |____batch.inc
| |____bootstrap.inc
| |____cache-install.inc
| |____cache.inc
| |____common.inc
| |____database.inc
| |____database.mysql-common.inc
| |____database.mysql.inc
| |____database.mysqli.inc
| |____database.pgsql.inc
| |____file.inc
| |____form.inc
| |____image.gd.inc
| |____image.inc
| |____install.inc
| |____install.mysql.inc
| |____install.mysqli.inc
| |____install.pgsql.inc
...

ls -R does something similar, but structured considerably differently.

links for 2010-01-15

Friday, January 15th, 2010

links for 2010-01-14

Thursday, January 14th, 2010

links for 2010-01-12

Tuesday, January 12th, 2010