Posts Tagged Code

IPMap Python Ip Address Locator Command Line Script

ipmap python ip location geocode

This program uses this site IpMap to get peoples location based off of their IP address.

It’s written in python. Enjoy.

Download SourceGPLv3 Code. Give back.
Usage:
python ipmap.py 74.125.45.100 all
python ipmap.py 74.125.45.100
python ipmap.py (This will get you the help screen)

Args:
all = Prints all details
nomap = Gets All, no map
loc = Gets: Country, Region, City
Read the rest of this entry »

Tags: , , , , , , , ,

DiS – Darkness is Spreading

dis - darkness is spreading

I coded this puzzle game that I now have hosted on Sourceforge here:
http://dis-game.sourceforge.net

It’s written in PHP and it is based off the game Flood-it. It takes the general principle and changes it some.

The levels are easily made and can be added pretty easily too.

I’d like to make a level editor, but that is defiantly for a later release.

Here is the plan:
-Make it look better
-Add Score
-Add Level Editor

Tags: , , , ,

Python Torrent Search and Download (TPB)

This python command line utility will search the pirate bay for a specific search string and pull out the torrent files and download them to your current directory.

by: Daniel Folkes

This is Licensed under GPLv3. Give Back.

tpb.jpg

    Download Source
  1. print “”"Pirate Bay Torrent Downloader – Command Line Interface
  2. Program Written by: Daniel Folkes
  3. website: http://danfolkes.com
  4. email: danfolkes @t gmail dot c0m
    Read the rest of this entry »

Tags: , , , ,

Colbert Report – Persian Gulf – Secret Code

colbert-lockwood

Beginning Credits:
346x
On J. J. Abrams Coffee Cup:
433u
On a Audience Member.
283H – thx john.

Those might be Longitude and Latitude, so, and you get somewhere north of Baghdad:
http://maps.google.com/maps?ie=UTF8&ll=34.6,43.3&spn=10.735985,23.291016&z=7

If you flip the numbers, you get the Black Sea, above Turkey.
http://maps.google.com/maps?ie=UTF8&ll=43.3,34.6&spn=10.735985,23.291016&z=7

I guess we will see if I am correct.

Tags: , , , , , , , , , , ,