Tag: Java
‘Hundreds Working on Open Source Projects at Yahoo!, and We’ll Continue...
Yahoo! is a brand associated with open source, particularly for its contributions to the open source community. LINUX For You caught up with Hari...
Joy of Programming: Language Transition Bugs
There are subtle differences between languages like C, C++, Java and C#. Programmers transitioning from one language to another should beware of such differences.
When...
Android Application Development: Playing with SQLite Database
In this article, I will focus on building an Android app using an SQLite database; I assume readers are familiar with the basics of...
Joy of Programming: Penny Wise and Pound Foolish!
We often try to use a smaller data type to save space. Though it looks like clever programming, it can cause nasty bugs. Let’s...
CodeSport
Welcome to CodeSport! In this month's column, we feature a medley of questions covering C/C++, data structures, algorithms and operating systems.
We close the year...
App Inventor: Develop Android Apps in a Jiffy
Here's introducing Google's new App Inventor service (the beta version) to design graphic applications for the Android platform. The Android in question is 1.5...
Securing Apache, Part 3: Cross-Site Request Forgery Attacks (XSRF)
Intended for information security experts, systems administrators, and all those concerned about Web security, this third article in the series moves on from SQL...
Android Application Development Basics
Here's a basic Android application -- a Simple Interest Calculator, which illustrates the application development method. To follow this tutorial, you should have written...
A Desktop Twitter Client in 15 Minutes
Twitter, the fun social-networking micro-blogging service, has taken the world by storm. Millions of "tweets" -- real-time text messages of up to 140 characters...
Let’s GO: A First Look at Google’s Go Programming Language
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...