6 posts tagged with computerscience and programming. (View popular tags)
Displaying 1 through 6 of 6. Subscribe: Posts tagged with computerscience and programming

Help me pick a second major for my computer science degree. [more inside]
posted by hgws on Jul 5, 2008 - 22 answers

Im a Freshman Computer Engin. Major and I want to learn more programming/logic by myself. Any books/Resources/Sample Projects you might recommend? [more inside]
posted by Javed_Ahamed on Apr 24, 2008 - 22 answers

I want to teach myself computer science. I know that teaching myself is far from a university education on the subject, but I'd like to try. How can I teach myself? What are books/lectures/tools/websites/anything that I could use to do this? Covering everything from the programming languages themselves, to algorithms, software development, and the mathematics background necessary for this. [more inside]
posted by petah on Jan 12, 2008 - 22 answers

Can anyone recommend a book (or online equivalent) that teaches the theory and practice of writing compilers, specifically those targeting the Microsoft CLR (ie .Net)? [more inside]
posted by Luddite on Aug 18, 2007 - 18 answers

Is there an existing programming language with variable syntax rules that can be set at compile time/interpreter-time? [more inside]
posted by mikeyk on May 8, 2007 - 14 answers

I have many short strings of varying lengths — between a dozen and a few hundred, most likely — and one long string. I need to write code that will find a way to assemble a copy of the long string using as few of the short strings as possible. If it's not possible to assemble a complete copy of the long string, it should assemble a copy with as few and as small gaps as possible. [more inside]
posted by nebulawindphone on Oct 8, 2006 - 26 answers