Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 1aeebb2

Browse files
slides for a talk on cli text processing
1 parent b75399e commit 1aeebb2

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

Diff for: overview_presentation/baz.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"abc": {
3+
"@attr": "good",
4+
"text": "Hi there"
5+
},
6+
"xyz": {
7+
"@attr": "bad",
8+
"text": "I am good. How are you?"
9+
}
10+
}

Diff for: overview_presentation/cli_text_processing.pdf

111 KB
Binary file not shown.

Diff for: overview_presentation/foo.xml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<foo>
2+
<abc attr="good">Hi there</abc>
3+
<xyz attr="bad">I am good. How are you?</xyz>
4+
</foo>

Diff for: overview_presentation/greeting.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Hi there
2+
Have a nice day

Diff for: overview_presentation/sample.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Hello World!
2+
3+
Good day
4+
How do you do?
5+
6+
Just do it
7+
Believe 42 it!
8+
9+
Today is sunny
10+
Not a bit funny
11+
No doubt you like it too
12+
13+
Much ado about nothing
14+
He he 123 he he

0 commit comments

Comments
 (0)