InSciTek Jeff

3,835
Reputation
473 views

Registered User

Name InSciTek Jeff
Member for 1 year
Seen 23 hours ago
Website
Location US
Age 41
Entrepreneur, System Architect, Software Engineer, Hardware Engineer, Embedded Systems Expert and Networking Expert....and Corvette enthusiast.
Nov
16
comment Popularity algorithm
@Ofri - I agree. The absolute value part of this is wrong I think. My answer (after fixing a typo you pointed out) is the intended answer.
Nov
16
comment Popularity algorithm
@Ofri Raviv - Good catch! - You are right, the Z formula should have been less than "1" not less than "0". A typo that has been there for about 11 months and you are the first to point it out! - Thanks!!
Nov
16
revised Popularity algorithm
Fixed another typo in the formula
Nov
10
accepted Can you give an example of stack overflow in C++?
Nov
9
awarded  Notable Question
Nov
2
awarded  Nice Answer
Nov
1
answered Can you give an example of stack overflow in C++?
Oct
8
revised What precautions should you take when a senior employee leaves?
Improved some of the wording
Oct
5
revised wrapper printf function that filters according to user preferences
Added a new useful hyperlink to varargs discussion
Oct
4
accepted wrapper printf function that filters according to user preferences
Oct
4
answered Basic C++ Recursion program questions
Oct
4
answered Engineer versus Developer
Oct
4
revised wrapper printf function that filters according to user preferences
Better answer
Oct
4
answered wrapper printf function that filters according to user preferences
Sep
10
accepted Do I always have to think about performance?
Sep
8
awarded  Enlightened
Sep
3
accepted Java “Virtual Machine” vs. Python “Interpreter” parlance?
Aug
24
accepted Exactly how “fast” are modern CPUs?
Aug
17
awarded  Yearling
Aug
11
comment Iterate over pairs in a list (circular fashion) in Python
+1 - Personally, I like this solution much better than the 'yield' based solutions.
Jul
24
awarded  Nice Answer
Jun
27
awarded  Popular Question
Jun
26
comment What’s the point of OOP?
@Jonas - To your "a bunch of C functions" --- I agree that they can separate an interface from an implementation, and at that point it IS starting to be OOP. If the example continues on to define a C struct that the API operates on, you've basically created encapsulation (especially if the API operates opaquely on the structure)...and then it really is OOP in C.
Jun
20
revised Recursive Lock (Mutex) vs Non-Recursive Lock (Mutex)
Wording improvements