Forum: Python
Sep 23rd, 2007, 8:27 AM
|
|
Replies: 6
Views: 267
|
Forum: Python
Sep 22nd, 2007, 10:54 AM
|
|
Replies: 6
Views: 267
|
Forum: Python
Sep 21st, 2007, 9:35 PM
|
|
Replies: 6
Views: 267
PHP to Python?
Is there anyone that is able to convert this small php snippet
fputs($sock,"\\status\\"); $gotfinal=False; $data="";
socket_set_timeout($sock,0,200000);
$starttime=Time();
...
|
Forum: Coder's Corner Lounge
Jul 24th, 2005, 9:45 AM
|
|
Replies: 9
Views: 343
|
Forum: Coder's Corner Lounge
Jul 23rd, 2005, 1:33 PM
|
|
Replies: 1,430
Views: 23,529
|
Forum: Coder's Corner Lounge
Jul 23rd, 2005, 1:27 PM
|
|
Replies: 9
Views: 343
An alternative to 'Windows Search'...
got sick of windows search funtion, seemed slow to me!! might just be crap computer, so i decided to cook up my own version in Python, so if anyone is interested in a replacement!
Here it is
...
|
Forum: Other Programming Languages
Jul 18th, 2005, 3:44 PM
|
|
Replies: 13
Views: 418
Why dont you just put your head down and learn...
Why dont you just put your head down and learn your self?? I presume you must have taken the course to be given the assignment!! Your there to learn, so get on with it! Don't take the bloody thing if...
|
Forum: Coder's Corner Lounge
Jul 18th, 2005, 2:37 PM
|
|
Replies: 9
Views: 268
|
Forum: Coder's Corner Lounge
Jul 18th, 2005, 2:34 PM
|
|
Replies: 5
Views: 197
|
Forum: Coder's Corner Lounge
Jul 18th, 2005, 2:05 PM
|
|
Replies: 5
Views: 197
No Bloody Way....
WHY!!! My computer crashed yesterday and in the process decided to delete a system file or something!! So it would not boot, so i had to restore back to my factory settings! Loosing ALL my music, all...
|
Forum: Python
Jul 16th, 2005, 4:58 PM
|
|
Replies: 2
Views: 235
I'm a lazy person!! :D
Great excuse to pull...
I'm a lazy person!! :D
Great excuse to pull *still learning like's the feed-back*
hehe, i'll look in to 'forking' processes now! As for the second part All i'm gonna say is, please don't confuse...
|
Forum: Python
Jul 16th, 2005, 4:55 PM
|
|
Replies: 8
Views: 500
|
Forum: Python
Jul 16th, 2005, 2:55 PM
|
|
Replies: 8
Views: 500
Tkinter seems ok for small little apps like...
Tkinter seems ok for small little apps like that!! i may be wrong!! But, like i say seems ok, I'll probably look in to using wxPython for larger scale projects, but atm it seems to suit ok,
and it's...
|
Forum: Python
Jul 16th, 2005, 2:52 PM
|
|
Replies: 2
Views: 235
Protected Folders
Ok, has no use to me, probably has NO use to anyone, But i made it just to see if it works basically..
All it will do is make sure that NO files can be added to a protected folder specifyed by 'path'...
|
Forum: Python
Jul 10th, 2005, 5:09 PM
|
|
Replies: 8
Views: 500
|
Forum: Python
Jul 9th, 2005, 12:29 PM
|
|
Replies: 8
Views: 500
|
Forum: Python
Jul 8th, 2005, 6:24 PM
|
|
Replies: 8
Views: 500
YEY!! My First GUI To share with the world!!
Ok, it's my first, so it ain't great!! But it ain't bad either! It does not look perfect, but it's only created on the basics, It's an updated version of my lyric finder..
#Lyric Finder.pyw
...
|
Forum: Coder's Corner Lounge
Jul 6th, 2005, 6:53 PM
|
|
Replies: 43
Views: 738
|
Forum: Python
Jul 6th, 2005, 3:36 PM
|
|
Replies: 14
Views: 582
|
Forum: Python
Jul 6th, 2005, 3:31 PM
|
|
Replies: 7
Views: 298
Sane, What about you crazy little function you...
Sane, What about you crazy little function you got me making for you?? ;) lol,
I like your style, it shows that you understand what you are doing!!!
I have nothing more to say.. :) lol
I've started...
|
Forum: Python
Jul 6th, 2005, 2:05 PM
|
|
Replies: 19
Views: 563
|
Forum: Python
Jul 6th, 2005, 12:47 PM
|
|
Replies: 19
Views: 563
|
Forum: Python
Jul 4th, 2005, 7:28 PM
|
|
Replies: 5
Views: 265
|
Forum: Python
Jul 4th, 2005, 7:16 PM
|
|
Replies: 5
Views: 265
|
Forum: Python
Jul 4th, 2005, 3:41 PM
|
|
Replies: 5
Views: 265
|
Forum: Python
Jul 4th, 2005, 12:30 PM
|
|
Replies: 5
Views: 265
Reading from web page??
I'm trying to make a script that will search google, for a users input, and return the results, but i don't want all the html coding etc etc that comes with it!! Can anyone give me advice on removing...
|
Forum: Python
Jul 3rd, 2005, 5:31 PM
|
|
Replies: 3
Views: 231
Code Libary
ok here we go!!!
should all work, if you find any bugs, lemme know
import os
def DocToPy():
for dir in os.listdir("C:\Code Libary"):
for file in os.listdir(os.path.join("C:\Code Libary",...
|
Forum: Python
Jul 3rd, 2005, 5:04 PM
|
|
Replies: 3
Views: 231
ok, gimme 15 mins, and i'll make it return all...
ok, gimme 15 mins, and i'll make it return all codes for which the given word appears..
the user presses a number like before, and there you go, all code will be stored in one folder! etc etc.. BUT,...
|
Forum: Python
Jul 3rd, 2005, 12:03 PM
|
|
Replies: 9
Views: 345
|
Forum: Python
Jul 3rd, 2005, 10:19 AM
|
|
Replies: 3
Views: 231
Code Libary
Ok, i said i had made a code libary, and i have.. so here it is..
The program will make all the directories when loaded..
All you need to do, is add your codes!! so whenever a nice snippet comes up...
|
Forum: Python
Jul 3rd, 2005, 8:47 AM
|
|
Replies: 15
Views: 693
i have a little with Tkinter, but nothink that...
i have a little with Tkinter, but nothink that can subsanciate <poor spelling>
right i have done it... I ain't sure if it does what it's meant to..
it searches for a keyword.
if not found prints all...
|
Forum: Python
Jul 3rd, 2005, 7:49 AM
|
|
Replies: 15
Views: 693
|
Forum: Python
Jun 28th, 2005, 6:55 PM
|
|
Replies: 1
Views: 237
|
Forum: Python
Jun 28th, 2005, 5:38 PM
|
|
Replies: 1
Views: 237
Arranging Music.. :)
Ok another sad useless pointless program! You can tell i get bored...
Bassically it will search the given directories for mp3's and wma's, and then just write them to a html file, with a link so they...
|
Forum: Python
Jun 26th, 2005, 12:38 PM
|
|
Replies: 6
Views: 261
|
Forum: Python
Jun 26th, 2005, 12:00 PM
|
|
Replies: 6
Views: 261
Timed Inputs??
Is there a way to skip on from the raw_input() or input() if nothing is entered in a certain ammount of time?? :S
So if a user has not entered anything in say 5 seconds, it will declare the variable...
|
Forum: Python
Jun 26th, 2005, 11:51 AM
|
|
Replies: 5
Views: 281
|
Forum: Python
Jun 26th, 2005, 8:18 AM
|
|
Replies: 5
Views: 281
|
Forum: Python
Jun 26th, 2005, 8:11 AM
|
|
Replies: 5
Views: 240
It's ok, i think i figured out why, when you open...
It's ok, i think i figured out why, when you open for example a text file, then close it, then try to delete it straight away, it comes up with an error, but i u leave it a while, it seams to be ok,...
|
Forum: Python
Jun 22nd, 2005, 5:48 PM
|
|
Replies: 4
Views: 235
|