-
The RP2 chip's PIO peripheral is a powerful piece of hardware capable of performing tasks that might otherwise require very fast bit-banging code, but it's also quite difficult to validate the correct…
-
# Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fundamen…
-
I've been trying to get Django's test runner to run `manage.py check` at the start of the test suite in django/django#6294. It actually used to do it in 1.7 and then no one noticed it disappearing in …
-
## Description of the issue
I just found an existing repo template that has well documented CI structures.
https://github.com/joaomcteixeira/python-project-skeleton
## Ideas of solution
Merge or…
-
I'm _tired_ of:
- trying to figure out what parameters are and aren't available due to the lack of documentation on Tool XML Syntax. E.g. figuring out how to access things in `dataset_#_files/` took …
-
i currently use gulp to produce two large JS bundles from TypeScript with browserify and factor-bundle. One bundle has all the main code and the other has all the specs.
The problem is when I use wa…
ghost updated
7 years ago
-
注意:特別強調測試!
題目:可以自訂,或從下列清單選取。
1. 聊天室
2. 留言板
3. 網誌
4. 模仿某 github 函式庫做一個類似的!
* 例如:模仿 lodash
可以用 master/slave 模式,或者 pair programming.
1. 定義問題 (Definition)
2. 撰寫測試 (TDD/BDD)
3. 撰寫演算法 …
-
I would love to see some commands in table mode to rearrange rows/columns.
- Move a whole row up/down or a column left/right
- Yank a column and paste elsewhere
- Insert (#130, #119) and delete row…
-
From Module-Databases created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-Databases#11
### Link to the coursework
https://github.com/CodeYourFuture/Module-Databases…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…