Links for 6/5/2010
pm :: May.10.2010 :: italian :: No Comments »
Links for 14/4/2010
- Exception-Handling Antipatterns | Java.net –
- Top-down and bottom-up design – Wikipedia, the free encyclopedia –
- Discussione:Progettazione top-down e bottom-up – Wikipedia –
- Talk:Top-down and bottom-up design – Wikipedia, the free encyclopedia –
- http://mockito.org/ –
- TDD from starting from user stories – a top-down style « Test everything –
- phpUnderControl –
- Pagetest – where web sites go to get FAST! –
pm :: Apr.16.2010 :: italian :: No Comments »
Ciao, Raimondo
Sei sempre stato un grande.
pm :: Apr.15.2010 :: italian :: No Comments »
Links for 9/4/2010
- Storia della musica – Indice Recensioni – b –
- InfoQ: GWT Roundup: A Roadmap and Related Projects –
- European NAvigator – The history of a united Europe on the Internet (videos, photos, maps, etc.) – Welcome to European NAvigator ENA, the first knowledge base dedicated to the history and institutions of a united Europe.
pm :: Apr.09.2010 :: italian :: No Comments »
Pimp my IDE
Dopo aver letto una discussione su stackoverflow, ho aggiornato il layout di Eclipse e di Emacs scegliendo il tema Zenburn.
La configurazione di Eclipse è relativamente facile: si scaricano i file di configurazione del layout e si sostituiscono quelli di default.
# scaricare i file di configurazione $ wget http://sites.google.com/site/srand2blogspot/eclipse-themes.zip $ unzip eclipse-themes.zip # bck file di default $ cd ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings $ cp org.eclipse.jdt.core.prefs org.eclipse.jdt.core.prefs.default $ cp org.eclipse.ui.editors.prefs org.eclipse.ui.editors.prefs.default # sovracrivere i file $ cp ~/themes/eclipse-themes/zenburn/org.eclipse.jdt.core.prefs . $ cp ~/themes/eclipse-themes/zenburn/org.eclipse.ui.editors.prefs .
La parte di Emacs è più laboriosa: occorre installare color-theme, scaricare il tema scelto e configurare Emacs.
# installare color-theme $ sudo aptitude install emacs-goodies-el # scaricare il tema (zenburn.el) $ cd ~/themes/emacs/ $ wget http://www.brockman.se/software/zenburn/zenburn.el $ emacs ~/.emacs
# editare .emacs aggiungendo: (require 'color-theme) (load-file "~/themes/emacs/zenburn.el") (color-theme-zenburn)
Ho trovato un altro tema (“galois”) interessante, ma alla fine ho lasciato Zenburn. Con il pacchetto
emacs-goodies-el
vengono scaricati anche 50 temi, che possono essere impostati con la combinazione
M-x color-theme-<TAB> <RETURN>
Prossimo step: aggiornare i font.
pm :: Apr.09.2010 :: italian :: No Comments »

