Skip to content

Commit 331c7ec

Browse files
Merge pull request #2 from rust-lang-ar/20204-01-hernangonzalez
2024-01 hernangonzalez
2 parents 95fb552 + 395576f commit 331c7ec

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Diff for: history.json

+43-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,52 @@
2626
"login": "mlafroce",
2727
"url": "https://github.com/mlafroce"
2828
},
29-
"repositories": [
30-
"https://github.com/mlafroce/barbaos"
31-
],
29+
"repositories": ["https://github.com/mlafroce/barbaos"],
3230
"playground_links": [],
3331
"external_resources_links": [],
3432
"presentations_dir_link": "",
3533
"tape_url": ""
34+
},
35+
{
36+
"title": "Rust en Europa y Reino Unido",
37+
"author": "Hernán G. Gonzalez",
38+
"date": "2024-01-25",
39+
"github": {
40+
"login": "hernangonzalez",
41+
"url": "https://github.com/hernangonzalez"
42+
},
43+
"repositories": [],
44+
"playground_links": [],
45+
"external_resources_links": [],
46+
"presentations_dir_link": "./presentations/2024-01/meetups-north.pdf",
47+
"tape_url": ""
48+
},
49+
{
50+
"title": "Crear un parser de JSON Con LALRPOP en Rust",
51+
"author": "Edgar Luque",
52+
"date": "2024-01-25",
53+
"github": {
54+
"login": "edg-l",
55+
"url": "http://github.com/edg-l"
56+
},
57+
"repositories": ["http://github.com/edg-l/lalrpop-json"],
58+
"playground_links": [],
59+
"external_resources_links": [],
60+
"presentations_dir_link": "./presentations/2024-01/parser-lalrpop.pdf",
61+
"tape_url": ""
62+
},
63+
{
64+
"title": "Implementing Raft in Rust",
65+
"author": "Juan Bono",
66+
"date": "2024-01-25",
67+
"github": {
68+
"login": "",
69+
"url": ""
70+
},
71+
"repositories": [""],
72+
"playground_links": [],
73+
"external_resources_links": [],
74+
"presentations_dir_link": "./presentations/2024-01/raft-in-rust.pdf",
75+
"tape_url": ""
3676
}
3777
]

Diff for: presentations/2024-01/meetups-north.pdf

13.6 MB
Binary file not shown.

Diff for: presentations/2024-01/parser-lalrpop.pdf

1.04 MB
Binary file not shown.

Diff for: presentations/2024-01/raft-in-rust.pdf

479 KB
Binary file not shown.

0 commit comments

Comments
 (0)