 |
All Source Codes - Newest source codes first |
Search |
Please select a language above and then click search.
|
|
|
|
|
Author
|
Plain Text
|
Download
|
Screenshot
|
Views
|
Rating
|
|
Basic Calculator
|
Izzmo
|
Yes 9,119 Chrs
|
Yes
|
-
|
1
|
-
|
|
A calculator which allows one to use numbers 0-9 with operators plus, minus, multiply and divide with the extra ability to use parenthesis.
This provides the full C# project file and Visual Studio Solution file (.sln).
This calculator was devel...
|
|
guessing game
|
jrockpunk1
|
Yes 1,272 Chrs
|
-
|
-
|
14
|
5.00 out of 10
|
|
Guessing game, easy enough to figure out
|
|
Guessing game
|
jrockpunk1
|
Yes 1,346 Chrs
|
-
|
-
|
15
|
-
|
|
Guess 3 numbers from 1-10 and see if they are in the randomly generated list. Easy game but you can change the size of the list.
|
|
Greatest Common Factor
|
jrockpunk1
|
Yes 809 Chrs
|
-
|
-
|
10
|
-
|
|
Test program using a recursive function. The program shows the highest common number divisible between the 2 numbers the user provides: for instance 300 and 200 would be 100, and it would print:
300 % 200 --> 100
200 % 100 --> 0
GCF> 100
|
|
(Python) Temp module
|
shadytyrant
|
Yes 2,615 Chrs
|
-
|
-
|
25
|
-
|
|
A module for converting temperature scales.
Converts Fahrenheit, Celsius, Kelvin, & Rankine
|
|
(Python) Palindrome Checker
|
shadytyrant
|
Yes 388 Chrs
|
-
|
-
|
18
|
-
|
|
Checks to see if an entered word is a palindrome. ( Same spelling forward and backward )
|
|
(Python) Gambling Problem
|
shadytyrant
|
Yes 661 Chrs
|
-
|
-
|
19
|
-
|
|
You pay 2 Dollars and you are allowed to throw 4 dice. If the sum of the dice is less than 9, you win 12 Dollars, otherwise you lose your investment. Should you play this game?
|
|
(Python) Bottles Of Beer
|
shadytyrant
|
Yes 358 Chrs
|
Yes
|
Yes
|
16
|
-
|
|
Prints the lyrics to 99 bottles of beer on the wall.
|
|
(Python) PyCalc
|
shadytyrant
|
Yes 19,041 Chrs
|
Yes
|
Yes
|
42
|
-
|
|
A simple but powerful calculator. You can use any of pythons built in math functions to write algorithms. You can find a few examples of this in the opt menu.
|
|
(Python) LibrarySql module
|
shadytyrant
|
Yes 7,114 Chrs
|
Yes
|
Yes
|
60
|
-
|
|
a module that handles SQL query's for the library database that comes in the zip file. Supports adding, removing, editing, and searching information.
|
|
(Python) Fibonacci Generator
|
shadytyrant
|
Yes 598 Chrs
|
Yes
|
Yes
|
62
|
-
|
|
Just a quick test on how to generate Fibonacci numbers
|
|
(Python) Encrypt N Crack
|
shadytyrant
|
Yes 9,509 Chrs
|
Yes
|
Yes
|
68
|
-
|
|
A GUI front end for my Hash module. Creates and cracks hashes using a wordlist.
|
|
(Python) Caesar Cipher GUI
|
shadytyrant
|
Yes 4,992 Chrs
|
Yes
|
Yes
|
51
|
-
|
|
Encodes and decodes a Caesar Cipher with a shift equal to a = d, 1 = 4
|
|
(Python) Linux File Backup with wx.GUI
|
shadytyrant
|
Yes 8,342 Chrs
|
Yes
|
Yes
|
55
|
-
|
|
Lets user pick files from a file dialog. Then creates a tar.gz archive in user defined directory.
|
|
(Python) Caesar Cipher
|
shadytyrant
|
Yes 3,421 Chrs
|
Yes
|
Yes
|
57
|
7.00 out of 10
|
|
Encodes and decodes a Caesar Cipher with a shift equal to a = d, 1 = 4
|
|
(Python) Port Scanner
|
shadytyrant
|
Yes 1,483 Chrs
|
Yes
|
Yes
|
62
|
8.00 out of 10
|
|
Scans a range of ports of a given IP address. Also keeps track of how long the scan takes.
|
|
(Python) Random Even Or Odd
|
shadytyrant
|
Yes 643 Chrs
|
Yes
|
Yes
|
49
|
5.00 out of 10
|
|
Was a quick project that took maybe 5 minutes. The goal was to design a program that generates 100 random numbers, and keeps a count of how many of those random numbers are even and how many are odd.
|
|
(Python) Encrypt N Crack Commandline Interface
|
shadytyrant
|
Yes 5,127 Chrs
|
Yes
|
Yes
|
80
|
7.00 out of 10
|
|
A command line front end to the Hash module. This program encrypts and cracks 3 types of hashes. The Hash module, a word list and this front end can all be found in the download.
|
|
(Python) Hash Encoding / Cracking Module
|
shadytyrant
|
Yes 3,144 Chrs
|
Yes
|
Yes
|
58
|
-
|
|
Module for creating and cracking hashes. Very flexible and is able to be ported to many different front ends.
|
|
(Python) Density/Mass/Volume Calculator
|
shadytyrant
|
Yes 3,253 Chrs
|
Yes
|
Yes
|
457
|
-
|
|
Calculates Density, Mass, or Volume from the other two.
|