Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j1elo/samples
- Owner: j1elo
- License: mit
- Created: 2014-07-30T17:22:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T17:40:00.000Z (over 10 years ago)
- Last Synced: 2024-10-16T11:25:01.920Z (3 months ago)
- Language: C
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.