Tagged Questions

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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 ;)
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 …
-4
votes
4answers
90 views

Uses of AJAX

What is Ajax ? How does it work ? How to use it ? What are the performance and security concerns and how to avoid them ?
0
votes
6answers
380 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
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, …
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 2 next
15 30 50 per page