-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhistory.json
77 lines (77 loc) · 2.07 KB
/
history.json
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
[
{
"title": "Parsers y Combinator Parsers",
"author": "Andrés Testi",
"date": "2020-08-30",
"github": {
"login": "andytesti",
"url": "https://github.com/andytesti"
},
"repositories": [
"https://github.com/Geal/nom",
"https://github.com/fflorent/nom_locate"
],
"playground_links": [
"https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=cfdca7b4146f444d4ec3e91c9714779e"
],
"external_resources_links": [],
"presentations_dir_link": "",
"tape_url": ""
},
{
"title": "Rust n' Risc V - BarbaOS",
"author": "Matias Lafroce",
"date": "2020-08-30",
"github": {
"login": "mlafroce",
"url": "https://github.com/mlafroce"
},
"repositories": ["https://github.com/mlafroce/barbaos"],
"playground_links": [],
"external_resources_links": [],
"presentations_dir_link": "",
"tape_url": ""
},
{
"title": "Rust en Europa y Reino Unido",
"author": "Hernán G. Gonzalez",
"date": "2024-01-25",
"github": {
"login": "hernangonzalez",
"url": "https://github.com/hernangonzalez"
},
"repositories": [],
"playground_links": [],
"external_resources_links": [],
"presentations_dir_link": "./presentations/2024-01/meetups-north.pdf",
"tape_url": ""
},
{
"title": "Crear un parser de JSON Con LALRPOP en Rust",
"author": "Edgar Luque",
"date": "2024-01-25",
"github": {
"login": "edg-l",
"url": "http://github.com/edg-l"
},
"repositories": ["http://github.com/edg-l/lalrpop-json"],
"playground_links": [],
"external_resources_links": [],
"presentations_dir_link": "./presentations/2024-01/parser-lalrpop.pdf",
"tape_url": ""
},
{
"title": "Implementing Raft in Rust",
"author": "Juan Bono",
"date": "2024-01-25",
"github": {
"login": "",
"url": ""
},
"repositories": [""],
"playground_links": [],
"external_resources_links": [],
"presentations_dir_link": "./presentations/2024-01/raft-in-rust.pdf",
"tape_url": ""
}
]