KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
42-c_exam
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Aadhaar
:
Aadhaar(Unique identification authority of India) package on laravel 5.
Lolipops
:
Candy Crush remake - mobile game
android-http
:
此框架是基于retrofit2+okhttp3封装的http请求框架。主要集成了接口注册、权限处理、缓存处理、请求过程的监听、请求回复的监听、请求异常处理等功能,增加了请求数据的时候显示进度对话框的功能。
UITabBarController-KTHidden
:
A UITabBarController category with UITabBar hide and show animations.
takatomon
:
A digivolution tree viewer for Digimon Links.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
42-c_exam
?
Download (.md)
# C Exam - Beginner ## What to (or NOT) bring to an exam 1. Water 2. Snack 3. Leave your phone in your bag 4. Ear plugs 5. Chapstick ## Logging into and setting up an exam 1. Login with exam / exam at the login screen in the 42 lab 2. Open a terminal and type ```kinit <username>``` and your password after the prompt 3. Type ```examshell``` in a terminal to begin 4. Install sublime from ```/nfs/munki_repo/pkgs/apps/SublimeText/``` 1. Can access this by opening Finder --> Go --> Go to Folder (or [command] + [shift] + G) 5. Add right click to the mouse by System Preferences --> Mouse 6. Add hotcorners by System Preferences --> Mission Control --> Hotcorners 7. If you need to use Vim, add syntax highlighting with ```:syntax on``` ## Setting up windows 1. Top-left is the examshell terminal window 2. Top-middle is your working terminal 3. Top-right is your subjects / traces terminal 4. Left is your subject opened in a text editor 5. Middle is your text editor for the question 6. Right is your Finder windows ## During the exam 1. Don't forget to clean up, comment, remove your testing code, execs, and libraries prior to submission 2. Don't forget to push your code regularly in the ```rendu/<test question>``` directory to vogsphere before typing ```grademe``` and ```y``` in the examshell terminal 3. Read through all of the subjects and examples again before final submission