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
~607 People Reached
Favorite Tags
Member Avatar for joshuabraham

hi.I recall reading an article that stated publishing online is sometime as good as securing a patent for your intellectual property.How does publishing online protect ones intellectual property?Does it provide proof of ownership like a patent does?just curious.

Member Avatar for Salem
0
71
Member Avatar for joshuabraham

hi everyone.i'm just wondering what the time complexity of the fastest pow function you know of,in the general case i.e when it's parameters are real numbers .Heard someone say it is virtually constant.Also whats the likely complexity of the most efficient algorithm that finds the derivative of a function of …

Member Avatar for joshuabraham
0
121
Member Avatar for joshuabraham

hi guys,when i run my program which contains the following portion of code in the mainloop Code: ( text ) [CODE] 1. clock=pygame.time.Clock() 2. while True: 3. sound1.play() 4. clock.tick(60) 5. pKeys = pygame.key.get_pressed() 6. Eves=pygame.event.get() 7. villian.face() 8. villian.hert() 9. if Eves[KEYDOWN] and pKeys[K_UP]: 10. hero.moveup() 11. if Eves[KEYUP] …

Member Avatar for jlm699
0
154
Member Avatar for joshuabraham
Member Avatar for William Hemsworth
0
87
Member Avatar for joshuabraham

os version =windows xp hi guys i'm having problems using pygame the following code just does not seem to work. Code: ( text ) 1. clock=pygame.time.Clock() 2. while True: 3. sound1.play() 4. clock.tick(60) 5. pKeys = pygame.key.get_pressed() 6. Eves=pygame.event.get() 7. villian.face() 8. villian.hert() 9. if Eves[KEYDOWN] and pKeys[K_UP]: 10. hero.moveup() …

Member Avatar for joshuabraham
0
174