Tagged Questions

1
vote
6answers
45 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 does not work, even …
-2
votes
3answers
111 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. Here is an example …
3
votes
5answers
254 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 I myself have …
0
votes
2answers
141 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 feedback / advice / …
0
votes
4answers
97 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 rubyquiz tend to have …
9
votes
3answers
109 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 improved version, and it …
2
votes
2answers
62 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, but the students will …
10
votes
5answers
317 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 Testing suite as a …
2
votes
3answers
132 views

What’s the explanation for Exercise 1.4 in SICP?

I'm just beginning to work through SICP (on my own; this isn't for a class), and I've been struggling with Exercise 1.4 for a couple of days and I just can't seem to figure it out. This is the one …
10
votes
14answers
294 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 learned a lot by …
1
vote
4answers
280 views

good book about PHP with good exercises

Is there any book about modern PHP (like 5.2 + mysqli or PDO) for beginners with good exercises (for ex., good exercises are in "Learning Perl", which is one of the best books for beginners)? P.S. …
19
votes
13answers
856 views

Recommend an algorithms exercise book?

I have a little book called Problems on Algorithms by Ian Parberry which is chock full of exercises related to the study of algorithms. Can anybody recommend similar books? What I am not looking for …
2
votes
3answers
129 views

coding exercise with example solutions

I'm looking for coding exercises that have solutions. I've checked out topcoder and codekata but neither seem to have user posted solutions (maybe I just can't find them?). Basically I can (try) …
5
votes
7answers
286 views

Where can I find C coding exercises to practice?

Tutorials are a dime a dozen, but I'd like to find a list of exercises online that I could attempt to practice what I'm learning. The sort of things that start with "Write a program to..." I'm an …
0
votes
6answers
137 views

What are some helpful tools, excercises, etc. to teach an apprentice C#?

I'm bringing on an apprentice to help with my firm, and I'm about to start teaching him C#. I'm trying to find any tools, excercises, book, etc. that can aid in helping him learn C#. I'm willing to …

1 2 3 next
15 30 50 per page