-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (155 loc) · 9.27 KB
/
index.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="alternate" type="application/rss+xml" href="https://luisgg.me/rss.xml" title="Luis GG - Tales and notes">
<meta property="og:image" content="http://luisgg.me/_assets/about-me/og.jpeg" />
<meta property="og:title" content="Index of Site" />
<meta property="og:description" content="Luis GG - Tales and notes" />
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Index of Site</title>
<meta name="generator" content="Zim 0.73.4-da75848">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="./_resources/style.css" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script src="./_resources/jquery-toc-0.4.0.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).on('load', function () {
// Initialize highlight.js formatter
$('pre code').each(function (i) {
hljs.highlightBlock(this);
});
if ($("h2").length != 0)
$("#tocdata").toc({content: "#content", headings: "h2,h3,h4"});
else
$("#toc").hide();
$("#navigation").children("ul").prepend("<li class='index-item'><a href='#index'>Index</a></li>");
$(".toggle").addClass('toggle-off');
$(".toggle").click(function(){
$("#navigation").children("ul").toggle();
var vwWidth = $(window).width();
if ($(".toggle").hasClass('toggle-on')) {
$(".toggle").removeClass('toggle-on');
$(".toggle").addClass('toggle-off');
$(".wrapper").css('max-width', vwWidth + '%');
$(".wrapper").css('width', vwWidth + 'vw');
} else if ($(".toggle").hasClass('toggle-off')) {
$(".toggle").removeClass('toggle-off');
$(".toggle").addClass('toggle-on');
$(".wrapper").css('max-width', vwWidth + '%');
$(".wrapper").css('width', vwWidth + 'vw');
}
});
$("img").wrap("<div class='imgcenter'></div>");
});
</script>
</head>
<body>
<noscript>
<div style="border: 1px solid purple; padding: 10px">
<span style="color:red">This page is best viewed with JavaScript enabled!</span>
</div>
</noscript>
<table id="wrapper">
<tr>
<td id="navigation" rowspan="2">
<svg class="toggle">
<line x1="10" y1="10" x2="40" y2="10" />
<line x1="10" y1="20" x2="40" y2="20" />
<line x1="10" y1="30" x2="40" y2="30" />
</svg>
<ul>
<li><a href="./About_Me.html" title="About Me" class="page">About Me</a></li>
<li><a href="./About_RSS_feed.html" title="About RSS feed" class="page">About RSS feed</a></li>
<li><a href="./Arduno_and_electronics.html" title="Arduno and electronics" class="page">Arduno and electronics</a></li>
<li><a href="./Misc.html" title="Misc" class="page">Misc</a></li>
<li><a href="./Software_Development.html" title="Software Development" class="page">Software Development</a></li>
</ul>
</td>
<td id="header">
<h1><a href="/">Luis GG - Tales and notes</a></h1>
</td>
</tr>
<tr>
<td id="content">
<h1>Index of Site <a name='index'></a></h1>
<p></p>
<ul>
<li><a href="./About_Me.html" title="About Me" class="page">About Me</a></li>
<li><a href="./About_RSS_feed.html" title="About RSS feed" class="page">About RSS feed</a></li>
<li><a href="./Arduno_and_electronics.html" title="Arduno and electronics" class="page">Arduno and electronics</a>
<ul>
<li><a href="./Arduno_and_electronics/Arduino.html" title="Arduino" class="page">Arduino</a>
<ul>
<li><a href="./Arduno_and_electronics/Arduino/Emulating_a_magic_8_ball.html" title="Emulating a magic 8 ball" class="page">Emulating a magic 8 ball</a></li>
<li><a href="./Arduno_and_electronics/Arduino/Making_a_network_canary.html" title="Making a network canary" class="page">Making a network canary</a></li>
</ul></li>
</ul>
</li>
<li><a href="./Misc.html" title="Misc" class="page">Misc</a>
<ul>
<li><a href="./Misc/Test.html" title="Test" class="page">Test</a></li>
</ul>
</li>
<li><a href="./Software_Development.html" title="Software Development" class="page">Software Development</a>
<ul>
<li><a href="./Software_Development/1_-_Talks_and_Presentations.html" title="1 - Talks and Presentations" class="page">1 - Talks and Presentations</a></li>
<li><a href="./Software_Development/2_-_langs.html" title="2 - langs" class="page">2 - langs</a>
<ul>
<li><a href="./Software_Development/2_-_langs/1_-_dotNET.html" title="1 - dotNET" class="page">1 - dotNET</a>
<ul>
<li><a href="./Software_Development/2_-_langs/1_-_dotNET/Advanced_exceptions_in_.NET.html" title="Advanced exceptions in .NET" class="page">Advanced exceptions in .NET</a></li>
<li><a href="./Software_Development/2_-_langs/1_-_dotNET/Advanced_Generics_in_.NET.html" title="Advanced Generics in .NET" class="page">Advanced Generics in .NET</a></li>
</ul>
</li>
<li><a href="./Software_Development/2_-_langs/2_-_golang.html" title="2 - golang" class="page">2 - golang</a>
<ul>
<li><a href="./Software_Development/2_-_langs/2_-_golang/1_-_Talks_and_Presentations.html" title="1 - Talks and Presentations" class="page">1 - Talks and Presentations</a></li>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack.html" title="2 - When gophers attack" class="page">2 - When gophers attack</a>
<ul>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Fixing_jwt-go_without_forking.html" title="Fixing jwt-go without forking" class="page">Fixing jwt-go without forking</a></li>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover.html" title="Forgetting that precious recover" class="page">Forgetting that precious recover</a>
<ul>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover/ES.html" title="ES" class="page">ES</a>
<ul>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover/ES/Olvidando_el_precioso_recover.html" title="Olvidando el precioso recover" class="page">Olvidando el precioso recover</a></li>
</ul></li>
</ul>
</li>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Log_everything,_just_not_every_single_thing.html" title="Log everything, just not every single thing" class="page">Log everything, just not every single thing</a></li>
<li><a href="./Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/That_one_with_the_go_runtime_bug.html" title="That one with the go runtime bug" class="page">That one with the go runtime bug</a></li>
</ul>
</li>
<li><a href="./Software_Development/2_-_langs/2_-_golang/Scaffolding_RSS_feeds_from_zim_notebooks.html" title="Scaffolding RSS feeds from zim notebooks" class="page">Scaffolding RSS feeds from zim notebooks</a></li>
</ul>
</li>
<li><a href="./Software_Development/2_-_langs/The_otherworldly_landscape_of_enums_in_go.html" title="The otherworldly landscape of enums in go" class="page">The otherworldly landscape of enums in go</a></li>
</ul>
</li>
<li><a href="./Software_Development/3_-_Articles.html" title="3 - Articles" class="page">3 - Articles</a>
<ul>
<li><a href="./Software_Development/3_-_Articles/Memory,_a_Forgotten_Topic.html" title="Memory, a Forgotten Topic" class="page">Memory, a Forgotten Topic</a></li>
</ul>
</li>
<li><a href="./Software_Development/4_-_Notes.html" title="4 - Notes" class="page">4 - Notes</a></li>
</ul></li>
</ul>
</td>
</tr>
<tr>
<td id="credits" colspan="2">
<p><i><strong>Author:</strong> Luis Gabriel Gomez</i></p>
<p><i><strong>Disclaimer:</strong> I may not own the entirety of the site media (including logos, images), thus being used under a fair use policy. All credits go to their rightful owners.</i></p>
<p><i>This site was generated using <a href='https://zim-wiki.org'>Zim 0.73.4-da75848</a> and an author-made <a href='https://github.com/lggomez/zim-templates-gh'>theme</a> based on <a href="https://github.com/gandrille/zim-simple-web-template">Etienne Gandrille's.</a></i></p>
</td>
</tr>
</table>
</body>
</html>