Quantcast
Channel: Libraries & Frameworks – Efstathios Chatzikyriakidis
Browsing all 16 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

C++ function library for the comparison of floating point numbers.

Below I quote a simple but useful library (implemented in C++) which contains functions for comparing double precision floating point numbers. Interface of library (arithmetictools.h): /* *...

View Article



Image may be NSFW.
Clik here to view.

Portable and Abstract version for storing settings in QT applications.

The QT provides an adorable way to store the settings of a program with a GUI (and not only) by means of the QSettings library. Below, we quote a personal version of the project ‘parkman‘ (Parking...

View Article

Image may be NSFW.
Clik here to view.

Arduino: A library for implementing a generic, dynamic stack (array version).

This project refers to an Arduino library implementing a generic, dynamic stack (array version). The data structure is implemented as a class in C++. For more information, you can get the project...

View Article

Image may be NSFW.
Clik here to view.

Arduino: A library for implementing a generic, dynamic stack (linked list...

This project refers to an Arduino library implementing a generic, dynamic stack (linked list version). The data structure is implemented as a class in C++. For more information, you can get the project...

View Article

Image may be NSFW.
Clik here to view.

Arduino: A library for implementing a generic, dynamic queue (linked list...

This project refers to an Arduino library for implementing a generic, dynamic queue (linked list version). The data structure is implemented as a class in C++. For more information, you can get the...

View Article


Image may be NSFW.
Clik here to view.

Arduino: A library for implementing a generic, dynamic queue (array version).

This project refers to an Arduino library implementing a generic, dynamic queue (array version). The data structure is implemented as a class in C++. For more information, you can get the project...

View Article

Image may be NSFW.
Clik here to view.

Black Box Unit Testing with the QT Framework.

Black Box testing and general testing is a key step in the iterative development methodologies (e.g. UP, XP, Agile) as it performs both the validation and verification of units in a system. Below, we...

View Article

Image may be NSFW.
Clik here to view.

The project ‘shell-library’ (Shell Function Library).

The project ‘shell-library’ (Shell Function Library) is a developers’ effort to develop a free shell library with POSIX general purpose functions. The functions that the library offers can be used...

View Article


Image may be NSFW.
Clik here to view.

How internationalization (I18N) can be used in Qt applications.

The Qt framework supports internationalization (I18N) and you can easily use it to your applications with a little effort. So, in this article I’ll show you how you can make it happen in a simple Qt...

View Article


Image may be NSFW.
Clik here to view.

The project ‘RestApiWrapUtility’ (RESTful API Wrapper Utility).

The project ‘RestApiWrapUtility’ (RESTful API Wrapper Utility) is an open source .NET C# utility which implements a RESTful API wrapper. The utility is created in order to be an intermediate layer...

View Article

Image may be NSFW.
Clik here to view.

The project ‘Hasher’ (A decent implementation of salted hashing).

The project ‘Hasher’ is an open source .NET C# library which implements salted hashing. You can use Hasher in your next account system to secure your sensitive data (e.g. user passwords). Hasher...

View Article

Image may be NSFW.
Clik here to view.

Using the Repository design pattern with AngularJS framework.

AngularJS is really a great open-source framework for creating single page web applications (SPA) based on MVW (Model / View / Whatever) architecture. In this article, I’ll present to you how the...

View Article

Image may be NSFW.
Clik here to view.

A Selenium multi-browser NUnit prototype generic tester.

In this short article I would like to present to you the source code of a simple prototype generic tester which is based on NUnit and Selenium frameworks. The generic NUnit tester uses Selenium web...

View Article


Image may be NSFW.
Clik here to view.

Arduino: A simple and lightweight library for managing the Arduino GSM shield.

In a recent Arduino embedded system I needed to manage an Arduino GSM Shield for some specific use cases. However, I couldn’t use the well-known GSM library due to memory capacity limitations since...

View Article

A simple C++ 3D vector prototype library.

Hello people! I hope you are well! In this article I would like to present you a simple C++ 3D vector library. This is just a prototype and I am sure you can find other better and more complete...

View Article


skrobot!

Hello my AI friends! Today, I would like to share with you skrobot! skrobot is an open-source Python module I have created at Medoid AI for automating Machine Learning (ML) tasks. It is built on top of...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images