Tagged Questions

7
votes
11answers
253 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 se …
9
votes
7answers
199 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 …
1
vote
4answers
52 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 …
3
votes
18answers
595 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 lan …
1
vote
3answers
78 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 si …
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 …
8
votes
4answers
164 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 …
0
votes
1answer
96 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 …
0
votes
2answers
38 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 …
10
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 t …
1
vote
5answers
256 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 …
3
votes
4answers
242 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/woo …
0
votes
6answers
343 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 …
1
vote
4answers
102 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
109 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 p …

1 2 next
15 30 50 per page