Tag search: java

1. Arrays using the ArrayList Collection
(Java tutorials/Advanced java)
[java-thumb]Arrays using the ArrayList Collection[/java-thumb][readmore]Using the ArrayList Collection to store a List of items. Unlike a Set they are stored in the order they are added, can be directly ...
2. Bitwise operations using BitSet
(Java tutorials/Advanced java)
[java-thumb]Bitwise operations using BitSet[/java-thumb][readmore]Performing bitwise operations using the BitSet vector. The BitSet collection provides an alternative way to perform operations on binary ...
3. Installing multiple versions of Python
(Python tutorials/Getting started with Python)
... your usage requirements aren't too high, its totally free. The Apps Engine provides two main options for developing applications, Java or Python. I decided to take a look at developing apps using their ...
4. Dates and times with SimpleDateFormat
(Java tutorials/Advanced java)
[java-thumb]Dates and times with SimpleDateFormat[/java-thumb][readmore]Handling dates and times is something that every programmer will need to do at some point. One way of dealing with dates and times ...
5. Basic variables
(Java tutorials/Starting Java)
[java-thumb]Java Variables[/java-thumb][readmore]This article looks at the different types of variables available in Java. Important issues such as primitives, scope, the static keyword and naming conventions ...
6. Starting Java
(General/General)
Getting started with Java In the getting start with Java section on binarynerd.com I hope to provide some of the code knowledge required for someone new to Java to start getting their hands dirty ...
7. Joomla
(General/General)
Joomla I've used Joomla (version 1.5) to put this website together. I just wanted a system that would allow me to manage content, was extensible incase I needed something it didn't come with out of ...
8. Distributed computing
(General/General)
Distributed computing with Java The distributed computing section mainly covers the Apache Hadoop project. The Hadoop project covers a number of sub-projects, some are covered more than others. Currently ...
9. Advanced Java
(General/General)
Advanced Java The advanced Java section on binarynerd.com contains tutorials on more advanced concepts and areas of Java. The distribution of articles around the different sections in are down to ...
10. Extensions on Binary Nerd
(Webdesign/Joomla)
... I really wanted to do with Binarynerd was to priovide good, well formatted code examples, weather it be in Java or Python. For this I found an extension called codecitation. I found this plugin worked ...
11. Object-Oriented Inheritance
(Java tutorials/Starting Java)
[java-thumb]Object-Oriented Inheritance[/java-thumb][readmore]A look at object-oriented programming in Java and a how to use inheritance. This will include examples of extending a class, using the protected ...
12. About Binary Nerd
(General/General)
... at heart with a background in electronics. Two of the major topics I'm currently working hard to cover on my site are Java technologies and Field Programmable Gate Arrays (FPGAs). Java As ...
13. Arithmetic and Unary Operators
(Java tutorials/Starting Java)
[java-thumb]Arithmetic and Unary operators[/java-thumb][readmore]A look at the operators provided by Java for arithmetic and unary operations. The basic arithmetic and unary operators are introduced and ...
14. Using Java HashMaps
(Java tutorials/Advanced java)
[java-thumb]Getting started with HashMaps[/java-thumb][readmore]Java HashMaps are a powerful Key/value pair container. Using a unique key they provide fast access the the value associated with that key. ...
15. Installing Hadoop
(Java tutorials/Distributed computing)
... below should do this for you ( x=extract z=gzip v=verbose f=file). I ran this using my user account and not as root. $ tar -xzvf hadoop-0.20.1.tar.gz Check your JAVA_HOME environment variable ...
16. MapReduce 101
(Java tutorials/Distributed computing)
Hadoop

Introduction to MapReduce

[readmore]This article introduces the Hadoop Java implementation of the MapReduce framework used to process the data stored on a HDFS cluster. At its ...
17. Java Methods
(Java tutorials/Starting Java)
[java-thumb]Java methods[/java-thumb][readmore]This tutorial covers some more in-depth aspects of Methods. Using multiple parameters, overloading methods and static methods. I'll also take a quick look ...
18. Java control statements
(Java tutorials/Starting Java)
[java-thumb]Control statements[/java-thumb]

This tutorial introduces the most commonly used conditional statements in Java. The if statement, while loop and for loop.

I'm going ...
19. Java HelloWorld!
(Java tutorials/Starting Java)
[java-thumb]Hello World![/java-thumb][readmore]This is intended to be the starting point for anyone new to Java programming. I hope this provides a good starting point for anyone new to Java and provides ...
20. Basic Java classes
(Java tutorials/Starting Java)
[java-thumb]Classes, methods and instance variables[/java-thumb][readmore]This tutorial introduces the concepts of classes and objects in Java. The HelloWorld example shown in the first tutorial in this ...
Page 1 of 2