Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvolkgang/sigac.hs
A management system made in Haskell, to control the access of individuals and cars to a the historic center of a city.
https://github.com/vvolkgang/sigac.hs
Last synced: 1 day ago
JSON representation
A management system made in Haskell, to control the access of individuals and cars to a the historic center of a city.
- Host: GitHub
- URL: https://github.com/vvolkgang/sigac.hs
- Owner: vvolkgang
- Created: 2011-02-18T03:22:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T01:41:34.000Z (over 11 years ago)
- Last Synced: 2023-03-15T11:55:25.449Z (over 1 year ago)
- Language: Haskell
- Homepage: http://dementedvice.wordpress.com/
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SIGAC.hs
====
__Name:__ Sistema Automatizado para Gestão de Acesso Condicionado ao Centro Histórico de uma Cidade__Subject:__ Algorithms and Data Structures, 1st yr (class of 2010/2011)
__Course:__ Digital Games Development Engineering @ IPCA
__Description:__ A management system made in Haskell, to control the access of individuals and cars to a the historic center of a city.
requirements
-----------------
* Manage Access Points, where individuals (users) and vehicles can transit
* Manage users
* Record the entry and exit of vehicles and users
* Blacklist users and/or vehicles
* Create reports of the entry and exit records
* Save and load all the informationfeatures
--------
* Linked Lists
* Binary Search Trees
* In Portuguese (it's not a bug, it's a feature!)
* Console GUI awesomesauce !compilation
---------------
There are no dependencies.notes
-----
There are some unfixed bugs with the information save/load process and strings management.authors
--------Álison Fernandes | [DementedVice.wordpress.com/about](http://dementedvice.wordpress.com/about/)
Hugo Ruivo | [LinkedIn](http://pt.linkedin.com/in/hruivo89) | [HRuivoPortfolio.wordpress.com](http://hruivoportfolio.wordpress.com/)