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
Popular recipes by Captain DeadBones
Tags:
Recipe 21 to 40 of 47
« Prev
1
2
3
Next »
14
k
views
-1
score
Fixed Point Iteration in Python
Python
/
fixed_point
,
mathematics
,
python
/
by
Captain DeadBones
(10 years ago)
30
k
views
-1
score
Simple Python Script to Ask & Validate Password
Python
/
password
,
python
/
by
Captain DeadBones
(10 years ago)
64
k
views
1
score
Bisection Method in Python
Python
/
bisect
,
mathematics
,
python
/
by
Captain DeadBones
(10 years ago)
18
k
views
-1
score
Secant Method of Solving Equtions in Python
Python
/
mathematics
,
pytho
,
secant
/
by
Captain DeadBones
(10 years ago)
16
k
views
1
score
Storing a Single Username and Encrypted Password to a File
Python
/
encryption
,
file
,
python
/
by
Captain DeadBones
(10 years ago)
22
k
views
0
score
Code To Store Encrypted Password in a File
Python
/
encryption
,
password
,
python
/
by
Captain DeadBones
(10 years ago)
22
k
views
-1
score
Newton's Method to Solve Equations in Python
Python
/
mathematics
,
newtons_method
,
python
/
by
Captain DeadBones
(10 years ago)
18
k
views
-1
score
Verify Username and Password Using a File for Storage
Python
/
password
,
python
,
usernames
/
by
Captain DeadBones
(10 years ago)
6
k
views
-1
score
Verify a Single User Name and Password in Python
Python
/
password
,
python
,
usernames
/
by
Captain DeadBones
(10 years ago)
3
k
views
-1
score
Appending Encrypted Username and Passwords to a File
Python
/
encryption
,
file
,
python
/
by
Captain DeadBones
(10 years ago)
4
k
views
0
score
Password Request Code + Reading Password from File
Python
/
password
,
python
/
by
Captain DeadBones
(10 years ago)
4
k
views
-1
score
Simple Script to Ask the User for a Password x Times
Python
/
password
,
python
/
by
Captain DeadBones
(10 years ago)
3
k
views
-1
score
Promot & Verify Encrypted User Password
Python
/
encryption
,
password
,
python
/
by
Captain DeadBones
(10 years ago)
16
k
views
-1
score
Greatest Common Divisor using Recursion in Python
Python
/
gcd
,
math
,
python
/
by
Captain DeadBones
(10 years ago)
3
k
views
0
score
Play a Sound File in Python using PyGame
Python
/
pygame
,
python
,
sound
/
by
Captain DeadBones
(10 years ago)
20
k
views
0
score
"Effcient" Prime Number Generator in Python
Python
/
prime_generator
,
prime_number
/
by
Captain DeadBones
(10 years ago)
11
k
views
0
score
Find the nth prime in python
Python
/
primes
,
prime_generator
,
prime_number
/
by
Captain DeadBones
(10 years ago)
3
k
views
0
score
Morse Code Generator in Python
Python
/
morse_code
,
python
/
by
Captain DeadBones
(10 years ago)
3
k
views
0
score
Genreate x digits prime number in python, version 2
Python
/
primes
,
prime_generator
/
by
Captain DeadBones
(10 years ago)
2
k
views
0
score
Slightly Diffrent Morse Code Translator
Python
/
morse_code
,
python
/
by
Captain DeadBones
(10 years ago)
Recipe 21 to 40 of 47
« Prev
1
2
3
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes by Captain DeadBones
Top-rated recipes
The Game of Tic Tac Toe in Python
(Python)
The Game of Battleships in Python
(Python)
Plain Text Editor in Python
(Python)
Simple Substitution Cipher Algorit…
(Python)
Sending Email From A Python Program
(Python)
Verify html form with JavaScript
(JavaScript)
Detect what browser your website i…
(PHP)
Brute Force Break Caesar Cipher in…
(Python)
Storing a Single Username and Encr…
(Python)
Bisection Method in Python
(Python)
x
Undo