Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
Ranked #4K
~5K People Reached
About Me

Microsoft retiree, 25+ years in computer science. Professor of C++ for 5 years. Embedded systems architecture & design; military defense design; commercial medical robotics; process control and automation.

Interests
Robotics & closed loop systems, Artificial Intelligence
PC Specs
DELL quad core servers, Windows 2008 x64 Server
Member Avatar for spoonlicker
Member Avatar for bangor_boy

My understanding of this subject is - Two or more processes accessing a semaphore concurrently can cause Deadlock The provelms with semaphores is that you can forget to call the release method and it can cause deadlock Starvation Both processes can change the P and V counters of the semaphore …

Member Avatar for Old Doctor Ed
0
182
Member Avatar for mrnutty

What are your guys opinion about god? Are you guys atheists, theist, or don't care? Can we discuss about god.

Member Avatar for crunchie
0
864
Member Avatar for terexberd

Hey i wanted to know if there's a program that shows u a pattern on how they got the number if i give them 3 examples? for Ex: 1) 35777903801230601 (Encrypted) = 46071642 (Decrypted) 2) 35777903248036801 (Encrypted) = 43975216 (Decrypted) 3) 35777903508068601 (Encrypted) = 91756761 (Decrypted)

Member Avatar for pseudorandom21
0
134
Member Avatar for ichigo_cool

I'm working on a map editor and the tiles show up i a file as [CODE]1, 0, 0, 1, 1, 0, 1, 1[/CODE] so here's a 4x2 map. I'm wondering how can I parse out the integers from the commas and assign them to a multidimensional array so that \i …

Member Avatar for ichigo_cool
0
4K