Tag: GUI
Experimenting with Classifiers in Weka
This article explains how to design and run classification algorithms on the well-known Weka platform—the open source machine learning software that can be accessed...
Using Python to Construct a GUI for Plotting Field Lines of...
For various reasons, physicists often need to plot field lines of static charges or magnetic fields. This can be done beautifully using Python. A...
A Quick Look at Data Mining with Weka
With an abundance of data from different sources, data mining for various purposes is the rage these days. Weka is a collection of machine...
Software automation testing using Sikuli
Sikuli is a scripting language that can carry out automated software testing of graphical user interfaces (GUI) using screenshot images of the software under...
Developing A GUI Application Using JavaFX In Eclipse
This tutorial takes readers through the process of developing a basic GUI application using JavaFX in Eclipse, and is simple enough for even a...
Building a unit conversion Android app in app inventor 2
If you haven’t joined the Android app developer bandwagon yet, then welcome to App Inventor 2. If you are a first timer, we suggest...
Profanity: The Command Line Instant Messenger
Profanity is a text based instant messaging application which uses Command line Interface (CLI), which beats many GUI (Graphical User Interface) applications of a...
Vdbench: A Storage Benchmarking Tool
Considered one of the most versatile of benchmarks, Vdbench can be used as a GUI tool or a CLI tool. It is highly portable...
Awaiting Mageia 2: Five Things You Can Look Forward To
The final release of Mageia 2.0 is about to embark sometime today (see release schedule). Based on the RC releases currently available for download,...
Developing Apps on Qt, Part 4
In the last article, we worked on the backbone of GUIs, the signal and slot mechanism. In this article, we move ahead to the...