Welcome To Snipplr
Everyone's Recent Snippets Tagged python
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
in case that you want to pass between multiple methods the same *args and unpack it
at the end
0
859
posted 15 years ago by silviud
This python script takes the SMS message and phone number as arguments.\\\\r\\\\n\\\\r\\\\n Before you run this script, please 1) search for \\\\\\\'yourusername\\\\\\\' in this file and replace it with your way2sms.com username. 2) search for \\\...
0
1357
posted 15 years ago by vissu
This is a script [tweeted by @gregmuellegger](http://twitter.com/gregmuellegger/status/16618146398). Example usage: Supports f("Hello %s.", ["World"]) and f("Hello %(name)s.", {name: "World"})
0
1259
posted 15 years ago by glends
Loads of code lifted from here :
http://www.tokeru.com/t/bin/view/Maya/MayaPython#ListDir
0
1237
posted 15 years ago by throb
This creates a zipfile with the same name as the input file in the same location as the input file. Only does a single file.
0
1172
posted 15 years ago by throb
Python
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'
0
2880
posted 15 years ago by adamteale