-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathtechio.yml.in
78 lines (78 loc) · 1.97 KB
/
techio.yml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: Computing with Data
cover: https://images.springer.com/sgw/books/big/9783319981482.jpg
projects:
sh:
root: /projects/sh
runner: computingwithdata/bash
cpp:
root: /projects/cpp
runner: computingwithdata/cpp
java:
root: /projects/java
runner: computingwithdata/java
ps1:
root: /projects/ps1
runner: computingwithdata/powershell
py:
root: /projects/py
runner: computingwithdata/python
R:
root: /projects/R
runner: computingwithdata/r-base
plan:
- title: Chapter 2
description: "Essential Knowledge: Hardware"
plan:
>>build-plan markdowns/chapter2/*
- title: Chapter 3
description: "Essential Knowledge: Operating Systems"
plan:
>>build-plan markdowns/chapter3/*
- title: Chapter 4
description: "Learning C++"
plan:
>>build-plan markdowns/chapter4/*
- title: Chapter 5
description: "Learning Java"
plan:
>>build-plan markdowns/chapter5/*
- title: Chapter 6
description: "Learning Python"
plan:
>>build-plan markdowns/chapter6/*
- title: Chapter 7
description: "Learning R"
plan:
>>build-plan markdowns/chapter7/*
- title: Chapter 8
description: "Visualizing Data in R and Python"
plan:
>>build-plan markdowns/chapter8/*
- title: Chapter 9
description: "Processing Data in R and Python"
plan:
>>build-plan markdowns/chapter9/*
- title: Chapter 10
description: "Essential Knowledge: Parallel Programming"
plan:
>>build-plan markdowns/chapter10/*
- title: Chapter 11
description: "Essential Knowledge: Testing"
plan:
>>build-plan markdowns/chapter11/*
- title: Chapter 12
description: "A Few More Things About Programming"
plan:
>>build-plan markdowns/chapter12/*
- title: Chapter 13
description: "Essential Knowledge: Data Stores"
plan:
>>build-plan markdowns/chapter13/*
- title: Chapter 14
description: "Thoughts on System Design for Big Data"
plan:
>>build-plan markdowns/chapter14/*
- title: Chapter 15
description: "Thoughts on Software Craftsmanship"
plan:
>>build-plan markdowns/chapter15/*