Patrick

5,388
reputation
308 views

Registered User

name Patrick
member for 1 year
seen yesterday
website
location here
age 22
Dec
9
comment While loop example
Remove the not. Darn the lack of comment editing.
Dec
9
comment While loop example
The question was posed in Python 3000. You may want to note that your code will not work under 2.*.
Dec
9
comment While loop example
Ofri Raviv: You're right on the money. This is a bad primality test, and that is the normal optimization for it. Others would include memoization or some other form of caching. If y is very large, you'd need something even more clever than the modified sieve method.
Dec
9
comment While loop example
dmazzoni: The else was in the wrong place. This has been fixed.
Dec
9
revised While loop example
added 13 characters in body; deleted 4 characters in body
Dec
9
answered While loop example
Dec
9
answered How can I know where the segment of memory is all Zero
Dec
6
awarded  Mortarboard
Nov
28
comment What is your solution to the FizzBuzz problem?
I just tried it. Works fine. Did you erase the '@' in the box first?
Nov
28
awarded  Nice Answer
Nov
6
comment How to query the filesystem (NTFS) with SQLite?
Query it for what? The underlying filesystem?
Nov
4
answered C# Thread and Class problems
Oct
28
awarded  Notable Question
Oct
9
comment FLOPS what really is a FLOP
Based on what I know about the floating point stack of x86, I don't think that's correct. I've amended my answer with a possible rendering of it could be. But we both know that any compiler worth its salt would remove the whole set of statements for lacking any side effects! :)
Oct
9
revised FLOPS what really is a FLOP
added 70 characters in body; edited body
Oct
9
revised A .net wrapper for Google App Engine?
clouds
Oct
9
answered FLOPS what really is a FLOP
Oct
6
awarded  Popular Question
Sep
3
comment Files Changed Since
With one caveat: a USN journal must already exist for you to get this data. Windows does not create one by default on XP and most server SKUs, but on Win7, it'll be there. Dunno about Vista.
Sep
3
answered C# Arrays & Properties
Aug
22
awarded  Guru
Aug
6
awarded  Yearling
Jul
2
answered need help with c# , fibonacci
Jun
30
awarded  Favorite Question
Jun
30
awarded  Nice Question
Jun
25
awarded  Great Answer
Jun
21
awarded  Popular Question