Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackerkid/mentorships
ToDos and Materials for students who are mentored by me
https://github.com/hackerkid/mentorships
Last synced: 3 days ago
JSON representation
ToDos and Materials for students who are mentored by me
- Host: GitHub
- URL: https://github.com/hackerkid/mentorships
- Owner: hackerkid
- License: gpl-3.0
- Created: 2016-09-06T16:54:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T10:43:40.000Z (over 8 years ago)
- Last Synced: 2024-11-10T18:53:40.665Z (2 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mentorships
I would be posting the assignments and materials here. Please keep on checking them every few days. Make sure that you try to complete all the assignments in time. If you are in trouble or want to talk with other students or me join the [chat](https://gitter.im/hackerkid/mentorships). If you have any quizes of lab exams let me know before hand. I will change the deadlines accordingly.
## Assignment 1
**Deadline - September 9, 2016*** Create an account on [Github](https://github.com).
* Create an account on [Gitter](https://gitter.im) by logging with the Github account you just created.
* Write a `C` program for checking whether a number is prime or not. Name the file as `check_prime.cpp`. The program will take a number as input and outputs `True` if it's prime and `False` if it's not.
* Don't copy. I will check the code for plagiarism myslef.
* Share the check_prime.cpp file as soon as you complete in the group [chat](https://gitter.im/hackerkid/mentorships).### Resources
* Learn C - If you have some experience with programming before read this book. [The C Programming Language](http://www.ime.usp.br/~pf/Kernighan-Ritchie/C-Programming-Ebook.pdf) else refer to Programming in ANSI C by Balaguruswamy
* Edx cs50 - The best CS course in the world. An introduction to the intellectual enterprises of computer science and the art of programming.## Assignment 2
**Deadline - September 13, 2016*** Make a repository called programs in Github.
* Add the `check_prime.cpp` file to `programs` repository.
* The commit message should be "Add program to check whether number is prime."
* Share the link of your repository in the group chat.### Resources
Go through [this guide](https://guides.github.com/activities/hello-world/) carefully.
## Assignment 3
**Deadline - September 21, 2016**
Add a new language and extension to the README.md file of [this repositary](https://github.com/hackerkid/program-filename-extensions).Extra points if you commit using Git rather than using Github :)
HINT: You have to create a new pull request for making me accept the change.