cappellin


Member since 2010

4 snippets

6924 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

cappellin's Recent Snippets



« Prev 1 Next »
This script show/hide the hidden files and folders in your Mac OS X. It works in OS X 10.8 Mountain Lion, but I think it should work in 10.6 and 10.7, too.
0 4266 posted 13 years ago by cappellin
A favicon (short for favorites icon), also known as a shortcut icon, website icon, URL icon, or bookmark icon is a 16×16 or 32×32 pixel square icon associated with a particular website or webpage. The interesting bit here is the apple-touch-icon wh...
0 1899 posted 15 years ago by cappellin
The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.
0 4459 posted 15 years ago by cappellin
This snippet replaces all three different version strings in file `verid.h` using regular expressions with the value of properties `$(Major)`, `%(Minor)`, `$(SP)` and `$(Build)` when the property `$(Label)` has value _true_. To run this project you...
0 2472 posted 15 years ago by cappellin
« Prev 1 Next »