Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~21.9K People Reached
Favorite Tags
Member Avatar for vegaseat

After you got the basics of Python under your belt, the best way to get a good knowledge of the language and improve your coding skills is to start on a project you are interested in. Maybe an image viewer, a slide show, computer generated random or fractal art, a …

Member Avatar for vegaseat
20
18K
Member Avatar for ~s.o.s~

Here is a simple implementation of implementing a simple Left trim (ltrim) and Right trim(rtim) of unwanted characters from a C style string. (null terminated strings). Doesn't suffer the overheads of the memmove implementation in which the worst case scenario (a string containing all junk characters) is approx. N^2 / …

Member Avatar for Ancient Dragon
0
3K
Member Avatar for eXceed69

hello guys, I downloaded a flash video with extension .flv i tried to play it with a macromedia flash player but it won't play. where i could play this type of file?please let me know where i could..

Member Avatar for uniquestar
0
135
Member Avatar for StrikerX

Hi guyz , i don't know if it's the right place to post this thread at .anyway , I've router "Repotec", and i'm trying to forward a port . i tried this : Disable the firewall . NAT -> Virtual Servers -> Adding the Port and save it . it …

Member Avatar for DimaYasny
0
72
Member Avatar for StrikerX

Hi, I was wondering, how to use python in Visual Studio.NET or Sharp Develop ?? free software i hope :) Writting GUI is great when it's just drag & drop . Thanks in advance.

Member Avatar for Ene Uran
0
124
Member Avatar for Zorbie

Okay, I'll be honest right up front, I'm in a first year Python class and this is a question I'm supposed to write a program for. Here's the question: "Write a program that continually reads in numbers from the user and adds them together until the sum reaches 100." Here's …

Member Avatar for jrcagle
0
258
Member Avatar for StrikerX

hi guyz, i'm a Python user (not so long) , anyway i've read some stuff about lua . i've written function like this [code]def pair(dic = {} ): return dic.keys(), dic.values()[/code] a dictionary is a parameter to the pair function . to use it like this : [code]dic = {1 …

Member Avatar for StrikerX
0
145
Member Avatar for StrikerX

Hi, i need to do a program that listen to port 80 (it doesn't really matter about the port ) and do a command passed by user .. like this for [URL]http://localhost:80/command[/URL] example : [URL]http://localhost:80/openurl:url[/URL] the program open the url passed .. and so on . the problem : i …

Member Avatar for StrikerX
0
73