Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1
1933
posted 17 years ago by neal_grosskopf
It is necessary on occasion to execute a command in interactive shell. (I needed to to get access to some env vars... ) While there are many way to accomplish this I opted to run my cmd in interactive mode.
To do so I had to write this little wrappe...
0
3116
posted 17 years ago by adaminuwashinet
Python
URIエンコードã¨ãƒ‡ã‚³ãƒ¼ãƒ‰ã«ã¯urllibモジュールã®quote()ã¨unquote()ãŒä½¿ã¸ã‚‹
0
1633
posted 17 years ago by tamuratetsuya
The .jpg extension can be changed to any extension. So if you want to pull out only .txt files, you just need to replace the .jpg with .txt. If you want to list ALL files, just remove the condition.
1
2607
posted 17 years ago by fackz
Example uses an object from 3rd party API. Needed to turn it into xml for returning from a webservice.
0
1656
posted 17 years ago by jasonseney
This is sometimes not the best solution to a server caching your css files. But if you want to force a stubborn server to serve the most recent css file to the browser this seems to work. Could slow things down a touch, but for small css files not...
1
2439
posted 17 years ago by jadedbat
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
1
2724
posted 17 years ago by zerolab
When you forget to "SET NAMES utf8", you'll probably end up with a bunch of latin1 data in your utf8 column. This query fixes that, CONVERTing the existing data to its correct collation.
4
2281
posted 17 years ago by jdbartlett