0
votes
6answers
33 views
Resources/Exercises to do when learning a new language
I was looking around SO to find some exercises or interesting problems to do when learning a new language. Mostly of the time learning a language directly from reading the book do …
3
votes
7answers
51 views
Resources to learn about batch files
Hello,
In my new projects I need to use batch files(many), but now I need to know about they and where can I read some good tutorials to use they very good ;)
PS: I need to distr …
7
votes
9answers
378 views
Self-learning game Artificial Intelligence
I wanna start building/developing a game AI that will allow me to play games like: Chess, domino, poker, texas hold'em against computer opponent.
What book / resource do you reco …
2
votes
5answers
68 views
How to create a smart chat-bot?
I know that it's still an open problem so I don't expect to see complete answers here. I just want to find some approaches to solve the next problem:
I have a model (assume that i …
0
votes
5answers
59 views
wrapping controls
I'm getting started in c# development, and heard it said that all the standard controls should be 'wrapped' in a custom class, even if I don't add any extra functionality at this p …
4
votes
6answers
154 views
Book or Teacher?
My friend wants to learn programming. Should he learn with a teacher, or learn alone from the internet or a book? Learning alone things can be a great skill in this era, but, is th …
0
votes
1answer
109 views
What are the best RSS feeds for C++ ?
What are the best RSS feeds for C++ ?
5
votes
3answers
144 views
Best algorithm for matching colours.
Hi,
I got array of some (about 200) colours in RGB format. I want to write program that taking any RGB colour and trying to match colour from my array that is most "similar".
Of c …
2
votes
8answers
163 views
What else is there to do? A programmers guide to understanding himself
I have just recently graduated college with a bachelors of science in computer science and have joined the other millions in search for a job. I have took up, Assembly, Java and Sc …
7
votes
21answers
647 views
Roadmap to a better programmer
Hi,
Its always said that more you program, the better you become. Sounds good and true.
But I was wondering if there is a proven route to becoming a better programmer.
Something …
3
votes
2answers
88 views
looking for learning exercise: implement these monads
When learning about new programming subjects I usually follow a pattern: I read about it, I understand it, and then I code up a few examples to make sure I really get it.
I've re …
1
vote
2answers
151 views
Blackberry - application settings save/load
Hi!
I know two ways to save/load application settings:
use PersistentStore
use filesystem (store, since SDCard is optional)
I'd like to know what are you're practicies of wor …
11
votes
10answers
326 views
How do you grow as a developer when you’re the only one in a given technology at your company?
I am not the only programmer, but I'm the only .NET developer, everyone else works with Perl, Ext JS, and related technologies. I'm primarily self taught, using Codeproject heavil …
2
votes
8answers
157 views
What’s your approach to learning a new technology? [closed]
Possible Duplicate:
What is the best way to learn new technologies?
I'm a C# 2.0 guy who's embarked on learning stuff in the newer frameworks. I'm starting with Linq and …
0
votes
3answers
108 views
What is the PHP or C# Equivalent of Ruby’s Depot Application?
The book Agile Web Development with Rails has a great application that it takes the reader through to introduce them to the process of developing a real application with Ruby on Ra …
