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
Ranked #25.0K
Ranked #3K
~3K People Reached
About Me

Linux and Death Metal.....

Interests
Playing guitars, watching movies, programming, reading
PC Specs
ArchLinux on a Dell Studio laptop
Favorite Tags

4 Posted Topics

Member Avatar for Ubuntu
Member Avatar for Matt Tacular

[code] myarray = [2,3] def prime(x): for i in range(3, x,2): if filter(lambda x: i % x, myarray) == myarray : myarray.append(i) [/code]

Member Avatar for vegaseat
0
288
Member Avatar for aot

My friend I used to work with eclipse , but didn't satisfy me... After I worked with Zend Studio ( for PHP ) and WingIde ( for PYTHON ) , it made me learn faster. IMO wingide is a good choice , understands a lot of new modules and develops …

Member Avatar for arsham
0
82
Member Avatar for Mouche

[code] myarray = [2,3] def prime(x): for i in range(3, x,2): if filter(lambda x: i % x, myarray) == myarray : myarray.append(i) [/code]

Member Avatar for arsham
0
140

The End.