Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Most viewed recipes tagged "meta:loc=22"
Tags:
meta:loc=22
x
Recipe 1 to 20 of 49
« Prev
1
2
3
Next »
160
k
views
5
score
Add an entry to a dictionary, unless the entry is already there
Python
/
shortcuts
/
by
Alex Martelli
(22 years ago, revision 2)
98
k
views
1
score
high precision FPS
Python
/
fps
,
game
,
games
,
pure
/
by
Jiri Justra
(8 years ago, revision 2)
78
k
views
5
score
Fast min/max function
Python
/
minmax
,
sorting
/
by
Raymond Hettinger
(12 years ago)
38
k
views
1
score
extract email addresses from files
Python
/
search
/
by
carl scharenberg
(21 years ago)
32
k
views
1
score
Finding the intersection of two dicts
Python
/
shortcuts
/
by
andy mckay
(22 years ago, revision 2)
30
k
views
1
score
Setting a file descriptor to blocking or non-blocking mode
C
/
blocking
,
file_descriptor
,
non_blocking
/
by
Emilio Monti
(13 years ago, revision 2)
27
k
views
2
score
Backup/download your tweets or anyone's tweets.
Python
/
tweets
,
twitter
/
by
Zach Seifts
(15 years ago, revision 3)
24
k
views
1
score
attrdict - a dict whose items can also be accessed as member variables
Python
/
shortcuts
/
by
Jimmy Retzlaff
(19 years ago, revision 2)
21
k
views
3
score
Retry Decorator in Python
Python
/
aspect
,
except
,
exception
,
retry
,
try
/
by
Alfe
(7 years ago)
20
k
views
3
score
Rename non-ASCII filenames to readable ASCII, i.e. replace accented characters, etc
Python
/
conversion
,
renaming
,
unicode
/
by
ccpizza
(12 years ago, revision 3)
19
k
views
2
score
Iterator to return items N-at-a-time
Python
/
algorithms
/
by
paul cannon
(18 years ago)
17
k
views
6
score
Load data in a web browser without using temp files
Python
/
shortcuts
/
by
Jimmy Retzlaff
(19 years ago, revision 3)
16
k
views
3
score
Method chaining or cascading
Python
/
cascade
,
cascading
,
chaining
,
method
/
by
Steven D'Aprano
(7 years ago)
15
k
views
1
score
Tuples with named elements
Python
/ no tags /
by
Andrew Durdin
(19 years ago, revision 2)
15
k
views
1
score
farey: Numeric to rational via Farey fractions
Python
/
algorithms
/
by
Scott David Daniels
(23 years ago)
15
k
views
-1
score
Fixed Point Iteration in Python
Python
/
fixed_point
,
mathematics
,
python
/
by
Captain DeadBones
(11 years ago)
14
k
views
1
score
Retrieving a line at random from a file of unknown size
Python
/
text
/
by
Richard Papworth
(22 years ago)
14
k
views
2
score
Disable File System Redirector
Python
/
32bit
,
64bit
,
python
,
redirector
,
windows
/
by
zxw
(12 years ago, revision 5)
14
k
views
1
score
Create Numeric/numarray/numpy array from iterator
Python
/
programs
/
by
Connelly Barnes
(18 years ago, revision 2)
13
k
views
1
score
Checks for a valid POSIX filename
Python
/
files
/
by
Richard Philips
(18 years ago)
Recipe 1 to 20 of 49
« Prev
1
2
3
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "meta:loc=22"
Top-rated recipes
Load data in a web browser without…
(Python)
Fast min/max function
(Python)
Add an entry to a dictionary, unle…
(Python)
Retry Decorator in Python
(Python)
Method chaining or cascading
(Python)
Rename non-ASCII filenames to read…
(Python)
Query a rpm file and return a dict…
(Python)
A simple shell script to keep the …
(Bash)
LXML Etree XML Object to basic Pyt…
(Python)
Disable File System Redirector
(Python)
Related tags
+
−
algorithms
(4)
+
−
python
(4)
+
−
shortcuts
(4)
+
−
search
(3)
+
−
text
(3)
+
−
files
(2)
+
−
network
(2)
+
−
sysadmin
(2)
+
−
utilities
(2)
+
−
windows
(2)
+
−
32bit
+
−
64bit
+
−
administration
+
−
apple
+
−
aspect
+
−
bash
+
−
batch
+
−
blocking
+
−
calculate
+
−
carlo
x
Undo