Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment On my keys (Score 1) 763

All of my keys are in the belt holster. Moreover keyring is tied to the holster with a 1 meter long rope. Tip: Arrange your keys in some order on the keyring; Preferably in the order of opening/closing of the doors.

Comment Be aware of prohibited stuff (Score 1) 407

Be aware if your language choice is based on build-in constructs, such as C++ vector. They sometimes are prohibited. Though if you are allowed to use standard library choose the language with the most powerful one/best known to you. In this case you will never face a need to recall quicksort algorithm, but simply call sort() method which is faster than everything you probably can write.

Slashdot Top Deals

"It's what you learn after you know it all that counts." -- John Wooden

Working...