Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path
including the query string.
2
7398
posted 18 years ago by neal_grosskopf
My Favorites eclipse plugins: PDT, Subversive, Aptana and Symfoclipse
0
1558
posted 18 years ago by jlbfalcao
Startup eclipse code.
sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudoedit /usr/bin/eclipse
0
1456
posted 18 years ago by jlbfalcao
Cowthink is an ASCII script for Linux to show text in a bubble over a cows head
Picture: http://tinyurl.com/5mupb7
Download: http://www.nog.net/~tony/warez/cowsay.shtml
1
1540
posted 18 years ago by Sn0opy
https://www.chrisjmendez.com/2008/06/06/as3-regular-expression-basics/
12
3006
posted 18 years ago by chrisaiv
You'll need to download the latest version of jQuery for this to work, as it is linked in the tag. CSS/XHTML included.
15
5641
posted 18 years ago by dmosher
https://www.chrisjmendez.com/2008/06/04/ruby-open-a-text-file-and-re-write-its-contents-into-a-new-text-file/
1
2346
posted 18 years ago by chrisaiv
This rendition works for most of my tasks, but the inform may need to be changed to suit base64 encoded files.
0
2004
posted 18 years ago by breakerjump
Example code would remove all files/folders recursively starting from the current folder named file_name
0
1961
posted 18 years ago by jturmel
Some times you need some specific range of lines from a file and the commands 'head' and 'tail' are not enough for you. This could be a easy solution for this problem.
2
2582
posted 18 years ago by Juanje
Sorry, the comentaries are in spanish. I will translate them some day.
The examples results are indicated with:
# -> [result]
Usually is the "echo" result
0
1560
posted 18 years ago by Juanje