Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
64% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
4
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #607
~43.5K People Reached
Interests
Punk rock, Ska, Music, skateboarding, Programming, Networking, Computers in General, anything UNIX/Linux
PC Specs
Intel dual core 2.4GHz, 2GB memory, 500GB Harddrive, ATi Radeon HD 2600xt, running Debian Linux with…
Favorite Tags
Member Avatar for A_Dubbs

Hello everyone! I am taking a python course at my college and I have recieved a question for my homework that I am having trouble with. [I]14) Write a program that finds the average of a series of numbers entered by the user. As in the previous problem, the program …

Member Avatar for B dawg
0
925
Member Avatar for template

Hi i am flash game developer and will protect my games from decompilers please help me. best regards.

Member Avatar for çadır
0
209
Member Avatar for aripaka

Hi all, I am a newbie to Linux. I am finding it interesting but i am wondering why Linux is not having any Antivirus or some security tools? wont this pose any security threat when we are accessing Internet?

Member Avatar for itexamstube
0
3K
Member Avatar for Tech B

Written in python2.6 I know there are a lot of key loggers out there, but i wanted to try my hand at it. It works like a charm =) [code] #Key Logger #By: K.B. Carte #Version 1.0 ################ import pythoncom, pyHook, sys, logging LOG_FILENAME = 'path\to\log.out' def OnKeyboardEvent(event): logging.basicConfig(filename=LOG_FILENAME, level=logging.DEBUG, …

Member Avatar for Tech B
0
4K
Member Avatar for newsguy

It has been one of the great blogging success stories, not to mention literary mysteries. But now the true identity of the Diary of a London Call Girl blogger has been revealed, by Belle de Jour herself. The blog, based upon a secret life covering 14 months as a high …

Member Avatar for flasp
4
2K
Member Avatar for sinisterduke

So i made a small game using pygame, and I want to be able to give it out to some friends who don't have python, so I want to make it into an EXE. i've been trying for several hours using several different methods, but nothings seems to be working. …

Member Avatar for tendragons
0
569
Member Avatar for camthalion95
Member Avatar for laima
0
201
Member Avatar for Shadow-Illusion

I am trying to insert data from a text file into an SQL table. I'm getting this error: " csv_data = csv.reader(file('TxtFile1.txt', 'r')) TypeError: 'list' object is not callable " [code] import MySQLdb, csv, sys conn = MySQLdb.connect (host = "localhost",user = "a", passwd = "b",db = "c") c = …

Member Avatar for djmagba
0
3K
Member Avatar for gunbuster363
Member Avatar for khess

I will never again refer to the Linux Desktop in any of my writings beyond this post. From now on, it's the Linux User Interface, which encompasses the likes of [URL="http://www.gnome.org"]GNOME[/URL], [URL="http://www.kde.org"]KDE[/URL], [URL="http://www.lxde.org"]LXDE[/URL], [URL="http://www.xfce.org"]XFCE[/URL], CLI and others. These Linux User Interfaces may be used on any Linux-enabled device. These interfaces …

Member Avatar for khakilang
1
569
Member Avatar for veledrom

Hi, I've installed Netbeans 6.5 which is for JAVA with apt-get and want to uninstall it. How do i do it? Thanks

Member Avatar for hughv
0
152
Member Avatar for kevintse

I am building applications targeting Windows Mobile, I need to read and write files. I am not sure whether to use the C++ standard library (iostreams) or the Windows API (ReadFile(), WriteFile()...). I think the Windows API is faster than the C++ standard library, but they are not object oriented, …

Member Avatar for Frederick2
0
215
Member Avatar for hondros

Okay, so I have a tuple for a game, and this is it: [icode]['Hondros', {'Equiped': [['none', [], 0], ['Rags', [0, 1, 0, 0], 1, 1], ['Mocassins', [0, 0, 1, 0], 1, 1], ['Gauntlets', [0, 0, 0, 1], 6, 5]], 'Equipment': [0, 1, 1, 1], 'Stats': {'AC': 14, 'Strength': 15, 'Constitution': …

Member Avatar for hondros
0
166
Member Avatar for coffeebox

I know it seems that everyone is writing a 'backup' program these days. I started working on this a couple weeks ago and now my dream just keeps growing. I have written a script that uses rsync to backup selected files and folders in my home directory to an external …

Member Avatar for ov3rcl0ck
0
203
Member Avatar for EvaDo

Hi!totally new, i did an undergrad in non-python related science, and I'm trying to move into incorporating python into my postgrad, so my questions right now are fairly basic. I basically want to run muscle (a sequence alignment tool) on a large number of files.how do i start a python …

Member Avatar for Gribouillis
0
179
Member Avatar for kaydub123

I need to write: Starting weight of food (in lbs:ozs)=8:9 into a python 3.0, I'm very new to this and what I came up with was: Starting_weight_of_food_in_lbs{:}ozs=input("Enter Starting_weight_of_food_in_lbs{:}ozs") print("Starting_weight_of_food_in_lbs{:}ozs entered=", Starting_weight_of_food_in_lbs{:}ozs) and I belive i'm way off....any help would be great!

Member Avatar for masterofpuppets
0
129
Member Avatar for rajeshwari_ib
Member Avatar for Japus

Hello I've got a project running at school where I've got to create Pacman, everything is going great. But I want to load an image to use as ghost, background or pacman. Currently it's a square which is pretty stupid. But how can I convert the image from jpg, gif …

Member Avatar for ov3rcl0ck
0
191
Member Avatar for suki_boy

[CODE]Hi All,Im a newbie in Perl Coding,and i just cant get this to work it says error compiling[/CODE] This is an Exploit for Hacking Joomla com_cinema Heres the Code [CODE]#!/usr/bin/perl -w #Joomla Component Cinema 1.0 Remote SQL Injection # ######################################## #[~] Author : **RoAd_KiLlEr** #[~] Greetz : Ton![W]indowS,KHG,ALBOZ-CREW,B3r0-G & All …

Member Avatar for ov3rcl0ck
0
187
Member Avatar for ov3rcl0ck

I'm trying to strip HTML tags and replace certain tags with newlines and tabs. I just can't figure out a function to do this, any ideas? I'd prefer to use regex instead of a library.

Member Avatar for jlm699
0
103
Member Avatar for functionalCode

I have been searching and can't quite find how to call a C++ library function from masm. I would like to be able to call printf and system. Can anyone point me in the right direction? Thanks

Member Avatar for ov3rcl0ck
0
91
Member Avatar for coolbuddy059

I'm a student of engineering and decided to construct firewall for my major project.Can you provide some ideas about how I should proceed for my topic.I've decide to construct a packet-filtering firewall.

Member Avatar for rahul8590
0
166
Member Avatar for mps727

I have a Dell Netbook. I originally got it with XP since, while I know enough to use a Linux machine, I am more familiar with Windows. With XP my wireless stopped working. The wireless adapter was still listed in my device manager list but in all other situations Windows …

Member Avatar for mikeP32
0
267
Member Avatar for sanchitgarg

I have to write a code for generating random numbers without using random module and its function. How do I do it? I tried using the system time as it keeps on changing (importing milli seconds) but with tht I am able to get random nos in the range of …

Member Avatar for sanchitgarg
0
9K
Member Avatar for leegeorg07

Hi, i currently have these 2 files: [code] #!C:\Python26\python.exe #index.py print 'Content-type: text/html\n\n' print '<html><head>' print '<title>My Page</title>' print '</head><body>' print '<h1>Powers of two</h1>\n<ol>' print '<form action="sqr.py" method="post">' print '<label>How many numbers?</label>' print '<input type="text" name="b"/>' print '</ol></body></html>' [/code] and [code] #!C:\Python26\python.exe #sqr.py import cgi a = cgi.FieldStorage() b = …

Member Avatar for leegeorg07
0
249
Member Avatar for P00dle

Hi, I am reading data from a file. The data is mostly text, but has a small bit of binary in it, as well as a linefeed at the end of every block of text. Can Python read all of it and write it to another file, while not changing …

Member Avatar for P00dle
0
144
Member Avatar for PixelHead777

I swear, those things are like shurikens in these masses... I'm trying to make a loan calculator in python, as part of an assignment. I'm basing it off of two things. 1: [URL="http://www.efunda.com/formulae/finance/loan_calculator.cfm"]This website, which contains 3 different calculators.[/URL] 2: [URL="http://www.efunda.com/math/num_rootfinding/num_rootfinding.cfm#Newton_Raphson"]The link from the second calculator (my current pain)[/URL] I'm …

Member Avatar for woooee
0
226
Member Avatar for nerdagent

How would I limit mouse movement in python? For example I have a 480x480 grid where each block is 30. If I click on a block I would like to only be able to click in an area of one block around the block that I placed.

Member Avatar for ov3rcl0ck
0
76
Member Avatar for kiel19

Hi, I would like to set key for my Cisco 1200 series Wireless Access point such that users can be able to connect to it after providing a it. When I select static WEP, I am told to enter 26 Hexadecimal characters and yet I would like to provide users …

Member Avatar for ov3rcl0ck
0
185
Member Avatar for mohankumar554

hi, how to implement the web services in python. I know, two protocols SOAP and WSDL are used in web services but i don't know how to use them to implement the web services . so can anyone tell me how to implement and develop the web services..

Member Avatar for lightspeed1234
-1
87