School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,822 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,763 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
ArrayList vs. Static Arrays in Java Tutorials (Last Comment: Locke, Views: 9,615)
Intro to Designing Classes in Java Tutorials (Last Comment: Locke, Views: 2,866)
Looping in Java Tutorials (Last Comment: Locke, Views: 3,475)
Basic Console I/O in Java Tutorials (Last Comment: Locke, Views: 2,950)
Code Snippets
Acronym Method in Java by Locke
Submitted: August 10, 2008        Views: 434
This designs a method (in a class, of course) to break a String down to it's individual words, then returns the first letters of said words, as an acronym.
Centering Controls in VB.NET by Locke
Submitted: November 26, 2008        Views: 319
Basic math computation, inside 3 separate functions/subs, to center a control, passed ByRef, in the form.
Submitted: July 11, 2008        Views: 1983
A class for generating numbers that will not repeat, until you wipe the record(ArrayList).