Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j1elo/samples

Code samples from past projects
https://github.com/j1elo/samples

Last synced: about 1 month ago
JSON representation

Code samples from past projects

Awesome Lists containing this project

README

        

JuanNM code samples
===================

These are some code samples from past projects I've worked on in the past:

- [GraphEd](https://github.com/juannm/samples/tree/master/GraphEd) (C++ with Qt Quick / QML) - mockup of a basic Graph Editor with support for dynamic creation of nodes and links, using *Qt 5.2 QML Canvas*. Works under both Desktop and Android platforms.

- [User management GUI](https://github.com/juannm/samples/tree/master/GUI_user_management) (C++ with Qt framework) - simple user management program with dynamic search and SQLite database access.

- [Distributed Shell](https://github.com/juannm/samples/tree/master/distributed_shell) (ANSI C) - a simple implementation of a distributed shell where commands and files are accessed through the network.

- [Bayes Network implementation](https://github.com/juannm/samples/tree/master/bayes_network) (ANSI C) - training of a Bayesian Network by means of a genetic programming algorithm.

- [Rules-based tree learning algorithm](https://github.com/juannm/samples/tree/master/rules_learning) (LISP) - rule simplification system and usage of ID3 decision trees.