Tagged Questions
The recommendation tag has no wiki summary.
122
votes
30answers
63k views
What is the best PHP programming book? [closed]
I'm interested to find out what Stack Overflow believes the best PHP book is - both for those who are beginners to web programming as well as those who have previous programming experience (they don't ...
67
votes
17answers
4k views
What language to learn after Haskell? [closed]
As my first programming language, I decided to learn Haskell. I'm an analytic philosophy major, and Haskell allowed me to quickly and correctly create programs of interest, for instance, transducers ...
41
votes
14answers
22k views
Best C# Book For An Experienced Programmer [closed]
I have a lot of experience with C++ and have used many other languages (Java, Smalltalk, etc.). What is the best book to learn C# without having to be told what a variable is, what classes are, etc.? ...
36
votes
15answers
7k views
Good x86 assembly book
I'm looking to teach myself basic hardware architecture; specifically, I'd like to learn x86 assembly for Linux or OSX. What books does this community recommend?
32
votes
13answers
4k views
HTML: Include, or exclude, optional closing tags?
Some HTML1 closing tags are optional, i.e.:
</HTML>
</HEAD>
</BODY>
</P>
</DT>
</DD>
</LI>
</OPTION>
</THEAD>
</TH>
</TBODY>
...
25
votes
17answers
3k views
What is the best Functional Programming Language for Experienced OO Developers?
I'm a very experienced Object Oriented developer. Which of the Functional Programming languages would be the best one for getting my feet wet? Keeping in mind:
IDE
Compiler Maturity
Debugging ...
24
votes
16answers
9k views
Choosing a C++ unit testing tool/framework
Could you recommend a testing tool/framework to use for testing C++ code in a UNIX environment?
23
votes
14answers
2k views
Choice of programming language for learning data structures and algorithms
Which programming language would you recommend to learn about data structures and algorithms in?
Considering the following:
Personal experience
Language features (pointers, OO, etc)
Suitability ...
22
votes
16answers
1k views
Please Recommend CS Project books [closed]
Programming Collective Intelligence is an awesome way to get your feet wet in Machine learning. I am looking for similar books which has small but interesting programming projects. Do you have any ...
21
votes
34answers
2k views
Which books have really interesting source code and explain it well?
I am looking for books that present interesting software system at the source code level. One such book which I loved is Building Problem Solvers. It presents a series of truth-maintenance systems ...
20
votes
7answers
4k views
How to improve programming skills: from high-level to sth more deep & technical
I need your advice on how to develop my programming skills. Though I am very curious about learning new techniques, I somehow feel stucked at the moment and would like to get some opinions on that. I ...
18
votes
8answers
4k views
Can you suggest a good book on graphs and graph algorithms?
Can you suggest a good book or other resource on graphs and graph algorithms? Something that will cover some basics but also advanced problems and algorithms.
18
votes
20answers
2k views
Best real “computer crime”? [closed]
Are there any real stories about computer crime? I'm talking about stuff like in "Office Space", stealing fractions of pennies a couple of million times... Like that, only actual events. And not ...
17
votes
3answers
3k views
Finding some good Erlang books [closed]
Two questions:
1) What's the best book for learning to program in Erlang?
2) And also what's the best reference book for the proficient Erlang programmer?
Thanks guys!
16
votes
1answer
3k views
What's the best iCalendar (ics, ical) library in Ruby?
I'm looking for a good library to output iCalendar formatted files.
Good time zone support, or (better yet) UTC-only dates is a requirement.
15
votes
8answers
2k views
How do recommendation systems work?
I've always been curious as to how these systems work. For example, how do netflix or Amazon determine what recommendations to make based on past purchases and/or ratings? Are there any algorithms ...
14
votes
6answers
2k views
Any recommended websites for SQL puzzles?
Is there any website that contains SQL puzzles, tips/tricks etc?
Any version of SQL (Oracle, MSSQL etc) will do. Just want to solve some general SQL puzzles and want to learn more about SQL.
Thanks ...
14
votes
12answers
931 views
What should a software engineer read before branching out on their own?
I'm a software engineer living vicariously through the Venture Voice podcast and books like Founders at Work. What should I read before I branch out and try to write and sell software on my own?
13
votes
7answers
2k views
Should I buy Uncle Bob's clean code?
I'm currently unsure whether I should buy Robert C. Martin's "Clean Code". I'm a student and have been programming for almost 13 years now. I know I should write short methods and use descriptive ...
13
votes
8answers
935 views
Good Resources For Emacs
So to give a bit of context, I'm a programmer and my work has me constantly switching between my laptop (Mac OS X) and Linux/Windows machines. I really would love to find a good text-editor for all ...
12
votes
4answers
542 views
Stable ShareKit fork recommendation?
ShareKit looks abandoned. And there are so many forks. But major maintainer is undeterminable. Now I'm just going to pick one to use. What fork do you recommend? Or replacement?
12
votes
2answers
7k views
Recommend a PHP ACL class?
In reference to my other question, I'm looking for a good php-based ACL class that I can integrate into ExpressionEngine to get better support for member access control.
So far I'm looking at the ...
12
votes
10answers
2k views
Best IDE for Palm OS devices [closed]
Does anyone have experience with using a good quality IDE for Palm OS?
In particular I'm looking for the ability to compile small non-colour .prc files for roll out to older Palm III models (8MB).
11
votes
3answers
667 views
What are your recomendations for a C++ interface to Prolog?
I'm interested in using Prolog in a C++ program I'm developing. I've come across the SWI-Prolog interface for C++, but I wanted to ask the SO crowd what your personal experience and reccomendation ...
11
votes
3answers
603 views
Recommended reading for Game Development
I'm familiar with some of the recommended programming books, such as Code Complete and The Pragmatic Programmer, but I was wondering if there were books with similar reputation that are focused on ...
11
votes
10answers
1k views
Techniques for building recommendation engines?
The book Programming Collective Intelligence presents a technique for computing similar links/users based on the distance between the links/users in a huge metric space (user x bookmarked this link / ...
11
votes
17answers
4k views
Which IDE is for me? [closed]
I'm currently using PSPAD as my main editor, but I'm looking to get something more full featured. I code in PHP, but occasionally modify HTML and CSS code too.
I am looking for:
Directly editing a ...
10
votes
2answers
188 views
Is there an Oracle official recommendation on the use of explicit ANSI JOINs vs implicit joins?
Note: I am not asking you to tell me âuse explicit joinsâ but looking for Oracle official position if any on that subject.
From Oracle database documentation (also appears in 9i and 11g ...
10
votes
5answers
629 views
Tag/Keyword based recommendation
Hello
I am wondering what algorithm would be clever to use for a tag driven e-commerce enviroment:
Each item has several tags. IE:
Item name: "Metallica - Black Album CD", Tags: "metallica", ...
10
votes
6answers
344 views
Which Stroustrup book should I use?
I'm a C# programmer that is looking to branch out. I'm bored of writing business software and want to start getting into graphics programming and games/simulators. So I figured, although writing ...
10
votes
4answers
420 views
Books about language paradigms and concepts [closed]
What book(s) will you recommend if the goal was to learn
Different language paradigms (OO, functional, ..)
Different concepts (dynamic/static typed, immutability, ..)
In short, i'm looking for a ...
10
votes
3answers
1k views
What are the best practices for designing a Command Line Interface (CLI)?
I need to rollout an application in appliance form factor and have been asked to design a CLI as exposing BASH is problematic from a simplicity/usability perspective. I would like to understand the ...
10
votes
9answers
1k views
To NDA or not to NDA?
Assuming a small off-hours development project that may or may not have market value but which the project owner does not want to open source (or at least not at the moment). What is the proper way ...
10
votes
11answers
560 views
Is it better working on a single technology or working on different ones? [closed]
I have always worked on websphere commerce..and recently got an offer to work in a plain J2EE project. I am not sure if I should go ahead or not. Which is better in the long term?? staying in the ...
10
votes
14answers
2k views
What are some good web resources for learning Object-Oriented Programming?
I've started programming more in OO style than ever (Python).
Any good web resources I could read? I need help constructing and modelling objects, relations, interfaces etc. . Not only dry theory ...
10
votes
4answers
1k views
How to implement a Digg-like algorithm?
How to implement a website with a recommendation system similar to stackoverflow/digg/reddit? I.e., users submit content and the website needs to calculate some sort of "hotness" according to how ...
10
votes
9answers
1k views
What web log file analyzer do you recommend
I am looking into getting a log file analysis tool for multiple sites.
All the sites currently run Google analytics, however I have noticed that the stats that this provides can be a bit off (lower ...
9
votes
6answers
157 views
x86 programming language with example | recommendation [closed]
I am studying x86 assembly language. But, before writing program, I want see some simple example so that I can improve my understanding.
I have seen many web site based on showing more example to ...
9
votes
15answers
1k views
Free UML Tool for use
Friends could tell me free uml tool for using? I use Argo UML but I don't like it.
9
votes
5answers
1k views
A good open source Python project to read code?
What's the best open source Python project for reading code and seeing how Python should be written? I'm at a crossroads in Python; I've written a lot of good code, but I want to write truly ...
9
votes
15answers
531 views
What good biographies about people in IT are there?
What good biographies about people in IT are out there?
I am thinking about people like Bill Gates, Linus ThorvaldsTorvalds, Steve Jobs etc.
I find biographies to be very inspiring, and I have read ...
9
votes
5answers
3k views
Best full text search for mysql?
We're currently running MySQL on a LAMP stack and have been looking at implementing a more thorough, full-text search on our site.
We've looked at MySQL's own freetext search, but it doesn't seem to ...
9
votes
6answers
3k views
What is the best book on numerical methods?
I need to use some heavy-duty numerical methods - quadrature, interpolation, ODE solution with expensive derivative terms, etc. What's the best book on the subject?
I will be using packages where I ...
9
votes
4answers
5k views
Book recomendation for Solr
I want to know how to get the best of Solr. Which books, tutorials, reference sites should I read to learn about it?
9
votes
13answers
847 views
Good primers on Cryptography
I'm wondering if anyone can recommend good primers on Cryptography and Crypto theory for someone with little or no prior experience in the area. I'll be honest and say it's something I've always found ...
8
votes
0answers
362 views
Tunnelling TCP over HTTP [closed]
For assorted obscure reasons I have a situation where I need to tunnel a TCP connection across an HTTP connection: the local client wants a raw stream to a remote server, but the only way of getting ...
8
votes
4answers
370 views
Good Code Review Software available?
It's been 18 months since the same kind of question was asked. This is an update.
I've been searching around for free Code Review Software but couldn't find a definitive answer to find a good tool ...
8
votes
5answers
361 views
Blogs about software QA and/or testing?
There are lots of well known programming and development blogs, but could someone recommend some refference blogs about software quality assurance and/or testing?
8
votes
4answers
715 views
Building a Collaborative filtering / Recommendation System
I'm in the process of designing a website that is built around the concept of recommending various items to users based on their tastes. (i.e. items they've rated, items added to their favorites list, ...
8
votes
5answers
987 views
Book recommendations - Web Usability
I just ordered Steve Krug's "Dont make me think" off of Amazon, which I'm looking forward to.
I'm just curious to know what other books people have enjoyed on the topic of usability/design practices ...