Tag: tutorial
All the articles with the tag "tutorial".
-
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.
-
How to convert a String to an Array ?
A short Java program that splits a string into an array — a small but handy utility for parsing and data manipulation tasks.
-
Periodic Table C Program.
My first program on the internet: a C utility to look up atomic numbers and element properties from the periodic table, with source code and a readme.