Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags
Member Avatar for vegaseat

For those of you who are inquisitive, here is a little Python program to approximate the value of pi to 77 digits. You can easily go further, just change the value n in range(n+1).

Member Avatar for sneekula
0
3K
Member Avatar for PrimePackster

Yeah! Everyone must be having a first password which is quiet not strange. The moment you are asked to make a new password is quiet a memorable one. Like mine, it was during a Class, and i quiet took some time to get one. And voila when i finally made …

Member Avatar for slavica.k
-1
204
Member Avatar for jakizak

I find that if something takes longer than a few hours to do, my patience runs thin, so then my temper starts to flare ;) So, how long does it take others to Begin the classic desk thumping, space slamming, vocal announcing that you are now highly annoyed ;)

Member Avatar for Ancient Dragon
0
220
Member Avatar for kogorman

I was recently toying with an idea from my education in computer science, namely that any deterministic algorithm can be expressed with just two control structures: a loop containing a switch. I never doubted it. From a certain point of view, that's what programs look like to the silicon of …

Member Avatar for kogorman
0
362
Member Avatar for kogorman

In my current Unix/C++ application, I need to pipe a file through the sort(1) program before reading it. The input is large to huge, so in-memory sorting won't work. I'm used to using fork(2), pipe(2) and exec(3) in my C programs. I know I can do the same in C++, …

Member Avatar for vijayan121
0
215