Network
In general, the term network can refer to any interconnected group or system.
Language
Any
Platform
Any
License
Any
When conducting online business every computer person, business and particular, is in jeopardy to be infested with spyware and adware. By clicking on insecure sites or maybe pop ups as well as...
Can modern mobile and Web technologies amaze us ever more? The new HTML5 and CSS3 standards imply the answer ‘Yes’ and promise to make our web and mobile experience much more stunning.
HTML5...
Hi,
After playing a lot with multiple Linux distributions, I had hard time make my wireless card working. This was back to the release of Ubuntu 6.06. My wireless card was a Dell TrueMobile based...
Programming Tutorial
Java Tutorial 5 – Arrays
In non-trivial computing problems you often need to store lists of items. Often these items can be specified sequentially and referred to by their...
Programming Tutorial
Java Tutorial 4 – Methods
All the programs we’ve written to date have been quite simple, well under fifty lines of code each. As programs grow in size it begins to make sense...
Programming Tutorial
Java Tutorial 3 – The For Statement and Operators
Java isn’t as redundant as perl, but there’s still almost always more than one way to write any given program. The following...
Programming Tutorial
Java Tutorial 2 – Classes and Objects: A First Look
Classes are the single most important feature of Java. Everything in Java is either a class, a part of a class, or describes...
Programming Tutorial
Java Tutorial 1 – Hello World: The Application
At least since the first edition of Kernighan and Ritchie’s The C Programming Language it’s been customary to begin programming...
Programming Tutorial
C tutorial index
C Tutorial 1 – The basics of C
C Tutorial 2 – If statements
C Tutorial 3 – Loops
C Tutorial 4 – Functions
C tutorial 5 – Switch case
C Tutorial 6 – An...
Programming Tutorial
C Tutorial 12 – Accepting command line arguments
Typecasting is a way to make a variable of one type, such as an int, act like another type, such as a char, for one single...
Programming Tutorial
C Tutorial 11 – Typecasting
Typecasting is a way to make a variable of one type, such as an int, act like another type, such as a char, for one single operation. To typecast...