Posts
All the articles I've posted.
-
Android Development Introduction
A starter guide to Android development — from installing Android Studio and the SDK to choosing the right IDE and getting your first project running.
-
Linux Mint 17 over Windows 7
Why I switched from Windows 7 to Linux Mint 17 and never looked back — an honest comparison after eight months of daily use.
-
Artificial Intelligent Personal Assistant Program in C++.
Building a simple AI personal assistant in C++ for Linux — a walkthrough of the algorithm behind a voice-activated command system.
-
Java Swing GUI–Currency Converter
A Java Swing GUI currency converter using JComboBox, JTextField, and ActionListeners — converting between currencies with a clean desktop interface.
-
Java Swing GUI- Chemical Properties of Elements
In one of my previous posts, I made a C program , which would find the atomic number of an element from a text file and display it.
-
CSS Overflow property.
A few days ago I was working on the design of a website when I faced a problem.
-
Java Math Example - Resultant of two Forces.
Using Java's Math library to calculate the resultant force and direction angle of two forces acting on a body — physics problems solved in code.
-
How convert an Array to String ?
A custom Java solution for converting an array to a string — written because the standard approaches weren't giving me what I needed.