Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurfiorette/ifsc-ads
Systems analysis and development graduation at IFSC/Gaspar
https://github.com/arthurfiorette/ifsc-ads
ads college gaspar ifsc sc
Last synced: 26 days ago
JSON representation
Systems analysis and development graduation at IFSC/Gaspar
- Host: GitHub
- URL: https://github.com/arthurfiorette/ifsc-ads
- Owner: arthurfiorette
- License: gpl-3.0
- Created: 2023-08-23T21:56:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T21:54:07.000Z (6 months ago)
- Last Synced: 2024-10-07T18:23:24.788Z (about 1 month ago)
- Topics: ads, college, gaspar, ifsc, sc
- Language: HTML
- Homepage: http://arthur.run/ifsc-ads
- Size: 8.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Arthur Fiorette
This is a personal repository containing all exercises done during the systems
analysis and development graduation at the **Federal Institute of Santa Catarina**
(_IFSC_), **Gaspar**.For any future updates, submit a PR on our github, send a email to `me arthur.place`
or contact me elsewhere.- [Github](https://github.com/arthurfiorette/ifsc-ads)
- [Hosted site](https://arthurfiorette.github.io/ifsc-ads)
- [License (GPL-3.0)](https://arthurfiorette.github.io/ifsc-ads/LICENSE)
- [IFSC Gaspar](https://www.ifsc.edu.br/web/campus-gaspar)### Sitemap
- Programação para Internet
- [Cronometro](https://arthurfiorette.github.io/ifsc-ads/programacao-internet/cronometro/)
- [Notepad](https://arthurfiorette.github.io/ifsc-ads/programacao-internet/notepad/)
- [Calculadora](https://arthurfiorette.github.io/ifsc-ads/programacao-internet/calculadora/)
- [Transitions](https://arthurfiorette.github.io/ifsc-ads/programacao-internet/transitions/)
- [Html](https://arthurfiorette.github.io/ifsc-ads/programacao-internet/html/)### Running
```sh
# Make our build script executable
chmod +x scripts/build# Build all files
./scripts/build# Run your chosen (.o) file!
./programacao-estruturada/funcoes/ex1.o
```