https://github.com/maxhalford/visual-basic-snippets
University stuff in French
https://github.com/maxhalford/visual-basic-snippets
Last synced: 9 months ago
JSON representation
University stuff in French
- Host: GitHub
- URL: https://github.com/maxhalford/visual-basic-snippets
- Owner: MaxHalford
- Created: 2015-01-15T17:22:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T14:23:58.000Z (over 10 years ago)
- Last Synced: 2025-02-08T16:21:28.086Z (11 months ago)
- Language: Visual Basic
- Size: 6.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Basic Snippets and Projects
A list of code I produced during my associate's year at the TSE. At the time I wasn't very familiar programming so everything is not very polished and anyway I don't use Visual Basic anymore. To run every file simply install Microsoft Visual Studio and run ``.sln`` files.
``Projet Robot Peinture`` contains an ``Wally.exe`` file you can run without needing Microsoft Visual Studio, provided you can run .exe files.
As I said this is getting old and I don't bother explaining every project as they are quite self-explanatory when launched. However here is a list with a brief synopsis:
- ``Calculatrice`` - Scientific calculator.
- ``Diviseurs`` - Common divisors of a list of numbers.
- ``Genetique`` - Enhancing the DNA of a population with a genetic algorithm.
- ``Moyenne`` - Average of a list of numbers.
- ``Nombres Complexes`` - Functions to handle complex numbers.
- ``PGCD`` - [Greatest common divisor](https://www.wikiwand.com/en/Greatest_common_divisor).
- ``Projet Metro`` - Graphically simulating metro lines.
- ``Projet Robot Peinture`` - Programming a cleaning robot with a genetic algorithm.
- ``Puissance`` - Powers of numbers.
- ``Restes Chinois`` - [Chinese remainder theorem](http://www.wikiwand.com/en/Chinese_remainder_theorem).
- ``Tri bulles de complexes`` - Bubble sorting a list of complex numbers.