Explore >> Select a destination


You are here

studiofreya.org
| | www.stackchief.com
1.1 parsecs away

Travel
| | Java multithreading examples including two ways of multithreading, good examples, avoiding deadlock, and how many threads can run.
| | royvanrijn.com
0.8 parsecs away

Travel
| | This morning I woke up and saw the following Tweet:I'm a bit pissed right now! ?? Why is the world so mean to me, to all of us developers, really? We'...
| | zignar.net
1.5 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | thedailywtf.com
11.5 parsecs away

Travel
| User inputs are frequently incorrect, which is why we validate them. So, for example, if the user is allowed to enter an "asset ID" to perform some operation on it, we should verify that the asset ID exists before actually doing the operation. Someone working with Capybara James almost got there. Almost.