We Recommend

Circuit Design with VHDL Circuit Design with VHDL
This textbook teaches VHDL using system examples combined with programmable logic and supported by laboratory exercises. While other textbooks concentrate only on language features, Circuit Design with VHDL offers a fully integrated presentation of VHDL and design concepts by including a large number of complete design examples, illustrative circuit diagrams, a review of fundamental design concepts, fully explained solutions, and simulation results.


Posted By

Roshambo on 07/06/06


Tagged

Bash safari osx commandline cache


Versions (?)


Who likes this?

7 people have marked this snippet as a favorite

tylerhall
xaviaracil
n2linux
kaminogoya
jpb
mlanier
jdbaluch


OS X Icon Cache Cleaner-Upper


Published in: Other 


Greatly speeds up a slow Safari by purging any cached icons which have not been accessed in the past 30 days. Works well as a cron job.

From http://www.macosxhints.com/article.php?story=20040323144305318

  1. find $HOME/Library/Safari/Icons -type f -atime +30 -name "*.cache" -delete

Report this snippet 

You need to login to post a comment.