7
votes
5answers
800 views
Bjarne’s new book - anyone done the exercises?
I'm doing the exercises in Stroustrup's new book "Programming Principles and Practice Using C++" and was wondering if anyone on SO has done them and is willing to share the knowled …
1
vote
6answers
39 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 …
-2
votes
3answers
105 views
Problems for backwards thinking? [closed]
I have always known i was never good at thinking backwards. I am good at thinking in many styles but backwards always gave me issue. I would like to exercise it with a few problems …
3
votes
5answers
240 views
How many different ways are there to concatenate two files line by line using Perl?
Suppose file1 looks like this:
bye bye
hello
thank you
And file2 looks like this:
chao
hola
gracias
The desired output is this:
bye bye chao
hello hola
thank you gracias
…
4
votes
4answers
121 views
What is a good way to conduct a Group Kata?
I'd like to conduct a group Kata session, to get my software developer group to pick up the practice.
I'm thinking of giving some of the sample problems out there, and splitting t …
0
votes
2answers
124 views
Functions to compress and uncompress array of integers
Hi all
I was recently asked to complete a task for a c++ role, however as the application was decided not to be progressed any further I thought that I would post here for some fe …
35
votes
44answers
4k views
What are some exercises you do to make you a better programmer?
Lately, I have taken to programming without a mouse to force myself to become more comfortable with different shortcuts. It's been a good exercise as I feel using shortcuts is esse …
10
votes
14answers
289 views
Games for learning
I often find myself wasting a lot of time playing short games like Mine Sweeper or Solitaire in between my studying. I am looking for a better habit to replace this one.
I have le …
0
votes
4answers
87 views
ruby oop practice problem and solution set for beginners
I need a set of ruby problems + solutions that require solutions involving more than a few interacting classes. The point is to teach OOP in ruby to a beginner. Sites like rubyqu …
12
votes
14answers
566 views
Programming exercises to learn a new language
I can not seem to find this exactly as a post, but what I am looking for is a list of exercises to help me get better at programming. Like Fibonacci sequences, temperature conversi …
9
votes
3answers
107 views
Debugging exercises
Is there something like Project Euler, but with each task consisting of a broken program which you have to fix? So one can improve debugging skills. Where you can post your improve …
2
votes
2answers
53 views
How to use the APT tool to create exercises in course material
I'm in the process of creating exercises in how to write a plug-in to a system integration tool. We will have the correct answers implemented for demonstration after exercises, bu …
2
votes
4answers
205 views
noob project to learn Spring/Hibernate
I want to get my feet wet with Spring/Hibernate. But I think I move along faster and am more motivated if I am working with code rather than just reading a book chapter by chapter. …
10
votes
5answers
311 views
Emacs exercises to become more comfortable and familiar with the editor itself as well as Lisp?
There's a great project called the Ruby Koans, it's a series of tasks to exercise yourself in the Ruby language, stepping you through the standard library using the Ruby Unit Testi …
58
votes
32answers
3k views
What are your programming exercises?
Do you have any programming "exercises" that you do in order to hone your programming skills? Anything from FizzBuzz to more complicated problems to get you thinking about real-li …
