Commit 006bb016 by shtaya

Initial Commitment

parents
# git ignore template for C
# Source: https://github.com/github/gitignore/blob/master/C.gitignore
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf
# [IAG0581 / IAG0582] Programming repository
-----------------------------------------------------
### Details about the author of this repository:
##### Name: Shu Taya
##### Student code: 165842MVEB
##### Slack user: shu.taya
### Useful Resources
#### Courseware
* [Programming II - Wiki page](http://ati.ttu.ee/wiki/e/index.php/IAG0582_-_Programmeerimine_II)
* [Programming II - Resources in Google Drive](https://drive.google.com/drive/folders/0B0bCMHYZrZ1FRWhpRkRmam5PU1U)
* [Slack](iag0581.slack.com)
#### C Programming
* [Tutorialspoint - C Programming](https://www.tutorialspoint.com/cprogramming/index.htm)
* [C Library reference](http://www.cplusplus.com/reference/clibrary/)
* [Linux die - Linux man pages](https://linux.die.net/man/) - mostly section 3 is used
#### Git
* [Interactive Git tutorial](https://try.github.io/levels/1/challenges/1)
* Git tutorial in Google Drive resources
#### Markdown
* [Online editor](http://dillinger.io/)
* [Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
##### Slack contact when in trouble
 
> Ekke Tõiv Uustalu - @ekke
> Jan Toodre - @jtoodre
> Joonas Tamm - @jtamm
> Jürgen Soom - @jusoom
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment