2
votes
6answers
155 views
Any great books of algorithm puzzles to practice whiteboard coding with?
I'm looking to get some practice coding solutions to algorithm puzzles on a whiteboard. A friend is going to read puzzles to me (as if he were interviewing me), and I'll solve them …
7
votes
4answers
609 views
Microsoft certifications - MCTS core exam 70-536 - Is the MeasureUp practice test easier or harder than the actual test?
I'm a fairly experienced (about 4 years) asp.net developer.
I failed the MeasureUp practice test for Microsoft certification exam 70-536: TS: Microsoft .NET Framework 2.0 — Appli …
1
vote
5answers
121 views
Out of practice for too long [closed]
Possible Duplicate:
What is the best way to get back into programming after years of neglect?
I've been out of programming practice for over three years now - since then, …
10
votes
1answer
401 views
Is mutation testing useful in practice?
It exists the technology of mutation testing. It checks, if the tests are running even if you change the code. If not all is OK, if the tests are running they don't cover all event …
1
vote
6answers
120 views
OOD / OOP Etudes / Code exercises
I've been searching the web for some time now. I am looking for small sample exercises for OOD practice (& for some internal TDD workshops).
If there is one single place, where …
5
votes
6answers
225 views
Practicing regex
I'd like to learn regex better so that it becomes a more natural option for me. Often problems that could be solved easily by regex I don't even consider using it.
Can someone dir …
1
vote
6answers
348 views
Making a lottery program in Java
I was wondering, what do i need to look at to get cracking with making a programme that can read from a excel file
I was thinking of making a programme that uses a excel spreadshe …
0
votes
3answers
107 views
Study for Problem Solving Tests?
Hi,
I am about to apply for a new IT job. As part of the selection process I have to undergo several hours of problem solving tests.
I do not know specifically the nature of thes …
1
vote
8answers
220 views
Java practice questions
Hi, i posted the other day with practice questions i was getting stuck with and i am stuck again
Please firstly can i ask you dont post full solutions.
The question is from here
…
5
votes
12answers
643 views
How can I exchange the first and last characters of a string in Java?
I am practicing over the summer to try and get better and I am a little stuck on the following:
http://www.javabat.com/prob/p123384
Given a string, return a new string where t …
14
votes
11answers
862 views
Practice project recommendations for an intermediate level programmer
I am beginning my first job as a junior software developer at the end of this month. I am about to start my second year of college (part time) and have been only self taught thus …
2
votes
3answers
162 views
Databases from scratch
How do I create a database management system from scratch? Are there any books, sites and tutorials with great quality?
With great quality I mean that it should be simple to use …
1
vote
5answers
227 views
getting the best record from a file
Hi
I have a file with the following text inside
mimi,m,70
tata,f,60
bobo,m,100
soso,f,30
I did the reading from file thing and many many other methods and functions, but how I …
-1
votes
3answers
142 views
xPath Traversing
I am trying to use xPath to traverse through the code of a newspaper (for the sake of practice) right now I'd like to get the main article, it's picture and the small description I …
6
votes
18answers
896 views
As a budding programmer, what did you do everyday to get better?
Hi everyone! Here's the situation: I want to master Java and I'm thinking what do I need to do everyday to increase my chances of standing out and being hired if let's say I came f …
