31
votes
121answers
6k views
What is the strangest programming language you have used?
For me I think it has to be the scripting language of an old proprietary telephony platform I used in the early 2000s. The language itself was not so bad, but the fact that it was meant to be edited …
11
votes
12answers
1k views
Have you used a traveling salesman algorithm to solve a problem?
I studied TSP in college in the context of NP Completeness. I have never actually had a situation where it would apply to a practical problem. A little bit of research shows that it has been used …
10
votes
12answers
382 views
What is a very practical C++ book?
While I agree reading books is always a learning experience, sometimes you'd like to skip the theory and just jump till you reach the practical aspects. For example, I'd like to see a book that tells …
9
votes
7answers
277 views
The practical Haskell tutorial for a programmer coming from the imperative universe
What would be the most practical online tutorial(s) for quickly getting up to speed with Haskell?
I have a decent amount of programming experience with PHP, Java ja Javascript, so there is something …
9
votes
4answers
195 views
Are functional programming languages good for practical tasks?
It seems to me from my experimenting with Haskell, Erlang and Scheme that functional programming languages are a fantastic way to answer scientific questions. For example, taking a small set of data …
8
votes
4answers
626 views
Beginner practical programming problems?
Where can I find lists of practical programming problems for a novice? Something similar to http://www.projecteuler.net, but for practical problems.
I am asking for problems even less complex than …
3
votes
18answers
630 views
Is there any practical use for an esoteric language?
Do you know any example of an esoteric language used to write any practical-use, real-world program? Is there any, however obscure, domain of computer science where an esoteric language has actually …
3
votes
4answers
277 views
Are there any other uses for Perlin Noise besides the obvious?
I have been looking into different algorithms lately and have read quite alot about perlin noise. It seems like the only thing people use it for is to generate textures (clouds/wood grain) or to …
2
votes
5answers
193 views
Getting started with practical programming
I've been programming small things in C/C++ and even a little Java for a while now. However, I can't seem to break the barrier into programming something that could be considered practical. None of …
1
vote
4answers
109 views
SQL Server Foreign Key constraint benefits
We're designing a database in which I
need to consider some FK(foreign key)
constraints. But it is not limited to
formal structuring and normalization.
We go for it only if it provides any
…
1
vote
3answers
91 views
What microformats have you had the most uptake with?
Microformats feel as though they want to be popular but I'm not hearing too much about them; maybe I travel in the wrong circles.
I'm keen to know if you are using them on your site and whether they …
1
vote
5answers
272 views
Is This a C++ Unit Test?
Hi,
I am trying to formalize my programming practices in preparation to do it professionally (I have been doing it as a hobby for 18 years). Unfortunately they didn’t really teach us useful stuff in …
1
vote
4answers
117 views
Other than logging, and transaction management what are some practical applications of AOP?
I understand the principles but i have a hard time seeing where the practical applications are outside of a few. Please enlighten me ;)
1
vote
4answers
111 views
Book explaining development process, do’s and don’ts, etc.
I'm a hobbyist programmer, wanting to contribute to some open source projects, and hopefully write my own (semi-popular) ones too.
I have a decent 'academic' knowledge of CS and programming business, …
1
vote
8answers
168 views
Interesting Applications of Interfaces
Why are interfaces useful?
Actually, I have a [small] idea of why interfaces are useful/necessary but...
What are [interesting or realistic] applications of interfaces?
