-
Focus on **reproducibility**, not about learning R.
collection of resources:
- [ ] https://nrennie.rbind.io/training-better-r-code/
- [ ] https://jmbuhr.de/dataintro/
- [ ] https://rstudio.gith…
-
A typical file is composed of **source file** and **header file**.
Two versions of #include:
```
#include
#include "file_name"
```
You can add information that can help you to locate the …
-
A student should be able to complete the steps of an assigned exercise so that he/she can practice and improve programming skills.
![User flows-Conduct an exercise drawio](https://github.com/user-att…
-
The Programming-I folder is for complete beginners to practice open-source stuff... as a new person to programming myself I have noticed that the variable are a bit hard to understand for new develope…
-
-
## Motivation
A quick & easy summarized version of original go link
### Error strings
- should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since t…
-
## Instructions
1. Pair up with a volunteer and work on a piece of programming together
1. As a trainee, you will need to **explain your thought process,** **plan out what to do**, **write the cod…
-
@sensorario
-
## Instructions
1. Pair up with a volunteer and work on a piece of programming work together
1. As a trainee, you will need to **explain your thought process,** **plan out what to do**, **write th…
-
---
title: '程设 C++ 笔记'
date: 2021-06-26
category: comp
genre: note
tags:
- cpp
- pl
---
程设课的 C++ 笔记。上半学期是语法及 STL,下半学期是算法基础。