10
votes
12answers
376 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 …
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 …
9
votes
7answers
265 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 …
3
votes
18answers
624 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 …
1
vote
4answers
105 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
90 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 …
9
votes
4answers
192 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 …
0
votes
1answer
133 views
a simple/practical example of fuzzy c-means algorithm
i a writing my master thesis on the subject of dynamic keystroke authentication. to support ongoing research, i am writing code to test out different methods of feature extraction and feature …
0
votes
2answers
43 views
Find a Book About Practical approach to learn RUP
Hi everybody,
I want to learn RUP but don't find a practical book!. I read the "Guide to the Unified Process featuring UML, Java and Design Patterns" by John Hunt But this book is so brief.
is there a …
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 …
1
vote
5answers
270 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 …
3
votes
4answers
271 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 …
0
votes
6answers
379 views
Bus error vs Segmentation fault
Difference between a bus error and a segmentation fault?
Can it happen that a program gives a seg fault and stops for the first time and for the second time it may give a bus error and exit ?
1
vote
4answers
112 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, …
