Project Euler
-
http://projecteuler.net/index.php?section=problems[^] The best part about the site is the different solutions available. Once you submit a correct answer, you'll be shown the solutions of others. I thought I was capable of writing optimal, bit-squeezed, minimal CPU/memory consuming code, until I solved some of the problems here and looked at the solutions of others. Life altering, especially if you are seeking to improve your coding logic and ability. Check it out.
ASP - AJAX is SEXY. PERIOD.
-
http://projecteuler.net/index.php?section=problems[^] The best part about the site is the different solutions available. Once you submit a correct answer, you'll be shown the solutions of others. I thought I was capable of writing optimal, bit-squeezed, minimal CPU/memory consuming code, until I solved some of the problems here and looked at the solutions of others. Life altering, especially if you are seeking to improve your coding logic and ability. Check it out.
ASP - AJAX is SEXY. PERIOD.
Yep. I discovered it last week. Here[^] are my first impressions. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Yep. I discovered it last week. Here[^] are my first impressions. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
Have you seen the code that some of the folks write in Assembler? Amazing stuff!
ASP - AJAX is SEXY. PERIOD.
-
Have you seen the code that some of the folks write in Assembler? Amazing stuff!
ASP - AJAX is SEXY. PERIOD.
Yes, I noticed some assembly solutions, and several unfamiliar programming languages. So far I did everything using C#. Long time ago, when processing power was much lower, I did several things in assembly too. Not any more, unless I need vector processing (SIMD, MMX, SSE and the like). :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.