Java

TwitterFacebook
Get flash to fully experience Pearltrees
GoogleAppEngine

Regex

Design Patterns

http://www.javaworld.com/javaworld/jw-08-2004/jw-0816-command.html Many Java applications started from the command line take arguments to control their behavior. These arguments are available in the string array argument passed into the application's static main() method. Typically, there are two types of arguments: options (or switches) and actual data arguments. A Java application must process these arguments and perform two basic tasks: Often, the code that performs these tasks is custom-made for each application and thus requires substantial effort both to create and to maintain, especially if the requirements go beyond simple cases with only one or two options.

Processing command line arguments in Java: Case closed - JavaWorld

If you’re currently not using Eclipse as your development tool of choice, you certainly should be! Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. Eclipse started out as a Java IDE and has continually grown from there. http://www.simonwhatley.co.uk/using-ant-with-eclipse

Simon Whatley - Using Ant with Eclipse

*Not applicable to ICANN fees, taxes, shipping and handling, sale priced domains and transfers, bulk domains and transfers, premium domains, Sunrise/Landrush domain registrations and pre-registrations, memberships or maintenance plans, additional disk space and bandwidth renewals, additional email addresses, additional AdSpace advertising funds, Managed Hosting, custom page layouts, brand identity services, Go Daddy branded merchandise or gift cards. Discount reflected in your shopping cart - cannot be used in conjunction with any other offer, discount or promotion, or in connection with special partnership discount programs. After the initial purchase term, discounted products purchased with special offer discounts will renew at the then-current renewal list price. Offer ends Sept 30, 2012 5:00 pm (MST). http://www.java-email.com/content/view/38/60/

Java Email Web - All The JavaMail Properties

prepareBitGet ( initialBitGet , count ); } public abstract void prepareBitGet ( int initialBitGet , int count ); public abstract int getBits ( int count ); static class Version0 extends BitArray { This works, but I'm looking for a more efficient solution (performance wise) . The byte array is guaranteed to be relatively small, between a few bytes up to a max of ~1800 bytes. http://stackoverflow.com/questions/3846711/extract-bit-sequences-of-arbitrary-length-from-byte-array-efficiently

java - Extract bit sequences of arbitrary length from byte[] array efficiently - Stack Overflow

http://www.exampledepot.com/

Example Depot | Useful code samples

This site holds all the examples from The Java Developers Almanac and more. Copy and paste these examples directly into your applications. Over a thousand useful examples can be found by browsing these links:
http://download.oracle.com/javase/tutorial/

The Java™ Tutorials

The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails".
http://docs.oracle.com/javase/specs/ Java EE Java ME Java DB JavaFX Java SE The Java Language Specification, Java SE 7 Edition

The Java Language Specification, Third Edition - TOC

http://www.suite101.com/search.cfm?q=an+introduction+to+games+programming+with+java&rd=1

An Introduction to Games Programming with Java: How to Create a Game Console within a Java Applet in a Web Browser

Types of Java Methods Article Java methods are an integral part of the Java program, falling into a few categories like instance methods, class methods, helper methods, and constructors.
JavaEE

Android