-
Replied To a Post in Python - Most effective way to correct user-inut.
My very first thought is that what you want to do is extremely annoying: You're grabbing the keystream away from the user right while the user is still typing. That's … -
Edited Best practice for method with large number of parameters
I'm writing a utility that will likely be called by a script that uses `argparse`, but should be useable by any script. The engine object constructor needs a dozen or … -
Created Best practice for method with large number of parameters
I'm writing a utility that will likely be called by a script that uses `argparse`, but should be useable by any script. The engine object constructor needs a dozen or … -
Gave Reputation to JamesCherrill in If a function does not have a return statement, is it valid?
Yes, Smalltalk is totally OO, all it has are objects and messages. Blocks of code are just objects. The language doesn't even have loops or if tests - the same … -
Replied To a Post in How to print Pig Latin in Pig Latin?
And your question is? -
Replied To a Post in read values from multi-line blocks
For a (ba)sh script I'd look at (g)awk, which allows you to write little functions based on a regex match. You can set (global) variables within the functions, and you … -
Gave Reputation to happygeek in Is there a problem with Pastebin?
Yep, like I said "Pastebin does not have a problem; people who abuse it have a problem and those who report on this abuse without any real knowledge of the … -
Replied To a Post in Advice building a benchmark program in C to test default linux schedulers?
http://en.wikipedia.org/wiki/Benchmark_%28computing%29#Open_source_benchmarks (less than 30 seconds to use Google, decide on Wikipedia, find the Open Source section. Another minute or so to write this reply) -
Replied To a Post in Learning About Web Services & API's etc
Pick a programming language. One language. Python is a good choice, but there are many other good choices. Then do some tutorials in that language. When you get stuck, ask …
The End.