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=13"
Tags:
meta:loc=13
x
Recipe 1 to 20 of 55
« Prev
1
2
3
Next »
75
k
views
2
score
A dictionary with multiple values for each key.
Python
/
algorithms
/
by
Allen Downey
(18 years ago)
74
k
views
1
score
Binary search
Python
/
algorithms
/
by
Karl Schärlund
(10 years ago, revision 2)
62
k
views
0
score
easy file parsing
Python
/
files
/
by
Michael Haimes
(17 years ago, revision 3)
55
k
views
1
score
lreplace() and rreplace(): Replace the beginning and ends of a strings
Python
/
regex
,
replace
,
string
/
by
Dan McDougall
(13 years ago)
50
k
views
2
score
Integer square root function
Python
/
integer
,
isqrt
,
math
,
mathematics
,
maths
,
root
,
square
/
by
Steven D'Aprano
(12 years ago)
41
k
views
1
score
Perl URL encode and decode
Perl
/
decode
,
encode
,
url
/
by
Trent Mick
(13 years ago)
40
k
views
3
score
receive UDP broadcasts
Python
/
broadcast
,
networking
,
udp
/
by
matt studiey
(13 years ago)
38
k
views
2
score
Using the MySQLdb interface
Python
/
database
/
by
Mark Nenadov
(21 years ago, revision 5)
34
k
views
1
score
Get user info on Windows, for current user
Python
/
network
/
by
Wolfgang Strobl
(22 years ago)
30
k
views
1
score
Quick and easy FIFO queue class
Python
/
algorithms
/
by
Danny Yoo
(20 years ago, revision 2)
30
k
views
1
score
Random number in a range
Tcl
/
graphics
,
math
/
by
Jeff Hobbs
(22 years ago)
29
k
views
1
score
A simple non-recursive directory walker
Python
/
files
/
by
Sébastien Sauvage
(18 years ago)
25
k
views
0
score
Calculate Easter (Western) given a year
Python
/
calendar
,
easter
/
by
Martin Diers
(15 years ago)
25
k
views
2
score
call a function/method X times per second
Python
/
oop
/
by
S W
(18 years ago, revision 2)
24
k
views
4
score
Walk a directory tree using a generator
Python
/ no tags /
by
Tom Good
(22 years ago, revision 2)
23
k
views
-1
score
Split a string on capitalized / uppercase char using Python
Python
/
string
,
string_parsing
,
text_processing
/
by
activestate
(14 years ago, revision 6)
20
k
views
1
score
create a unique web session id
Python
/
web
/
by
Yosef Gold
(23 years ago)
16
k
views
1
score
Exception handling in a single line
Python
/
exception
,
expression
,
function
,
list_comprehension
,
wrapper
/
by
Radek Szklarczyk
(14 years ago, revision 16)
15
k
views
2
score
Inline GIF image into code
Tcl
/
binding
/
by
Jeff Hobbs
(22 years ago)
15
k
views
3
score
Generate List of Numbers from Hyphenated and comma separeted string like "1-5,25-30,4,5"
Python
/
hypen
,
list
,
range
/
by
Siddhant Sanyam
(13 years ago)
Recipe 1 to 20 of 55
« Prev
1
2
3
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "meta:loc=13"
Top-rated recipes
wrist friendly dictionary
(Python)
Inserts thousand separators into a…
(Tcl)
Enhancing dir() with globs
(Python)
Binary Search with the bisect Modu…
(Python)
Walk a directory tree using a gene…
(Python)
Amazing estimation of Pi using the…
(Python)
Generate List of Numbers from Hyph…
(Python)
receive UDP broadcasts
(Python)
Simplify printing using the string…
(Python)
Examples for random float between …
(Python)
Related tags
+
−
algorithms
(5)
+
−
math
(3)
+
−
database
(2)
+
−
files
(2)
+
−
graphics
(2)
+
−
mathematics
(2)
+
−
regex
(2)
+
−
shortcuts
(2)
+
−
string
(2)
+
−
text
(2)
+
−
web
(2)
+
−
abc
+
−
animation
+
−
approximation
+
−
ascii
+
−
binding
+
−
broadcast
+
−
calendar
+
−
contextmanager
+
−
context_manager
x
Undo