-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (125 loc) · 4.65 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
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="es"><!--
Saludos desde Gotham, la ciudad sin tecla de tabulador.
_, _ _ ,_
.o888P Y8o8Y Y888o.
d88888 88888 88888b
d888888b_ _d88888b_ _d888888b
8888888888888888888888888888888
8888888888888888888888888888888
YJGS8P"Y888P"Y888P"Y888P"Y8888P
Y888 '8' Y8P '8' 888Y
'8o V o8'
` `
Why so serious? "The Joker"
-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Francisco Gárate, Actuario
</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v4.3.0" />
<meta property="og:title" content="Francisco Gárate, Actuario" />
<meta name="author" content="Riccardo Graziosi" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Paco Garate’s personal website. Includes projects and contact information." />
<meta property="og:description" content="Paco Garate’s personal website. Includes projects and contact information." />
<link rel="canonical" href="http://garpa.net/" />
<meta property="og:url" content="http://garpa.net/" />
<meta property="og:site_name" content="Francisco Gárate, Actuario" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Francisco Gárate, Actuario" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"Riccardo Graziosi"},"description":"Paco Garate’s personal website. Includes projects and contact information.","headline":"Francisco Gárate, Actuario","name":"Francisco Gárate, Actuario","url":"http://garpa.net/"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="http://garpa.net/feed.xml" title="Francisco Gárate, Actuario" />
<link rel="shortcut icon" type="image/x-icon" href="./logo.png" />
<link rel="stylesheet" href="http://garpa.net/assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-1137039-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-1137039-2');
</script>
</head><body>
<header>
<div class="container site-header">
<div class="left">
<a class="home" href="/">
<h1 class="site-title">Francisco Gárate</h1>
<p class="subtitle">Actuario</p>
</a>
</div>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<ul>
<li>
info
</li>
<ul>
<li>
Repositorio de documentación (presentaciones, ejercicios, chuletarios y posts)
</li>
<ul>
</ul>
<li>
<a href="https://github.com/franciscogarate">Github</a>
</li>
<ul>
</ul>
</ul>
<li>
repositorio
</li>
<ul>
<li>
<a href="https://adb-8405671455846341.1.azuredatabricks.net/">Notebook Azure Databricks</a>
</li>
</ul>
<li>
posts
</li>
<ul>
<li>
2025 Ene <a href="/instalacion-python-librerias.html">instalacion de python y principales librerías actuariales</a>
</li>
<li>
2025 Ene <a href="/evitar-codigo-espagueti.html">recomendaciones al iniciar un proyecto en python. evitar codigo espagueti</a>
</li>
<li>
2024 Sep <a href="/manual-python-actuarios.html">manual de python para cálculos actuariales</a>
</li>
<li>
2023 Sep <a href="/pyliferisk-v1-11.html">pyliferisk v.1.12</a>
</li>
<li>
2020 Jul <a href="/instalar-python-en-macos.html">instalar python3 en macos</a>
</li>
<li>
2019 Nov <a href="/pyliferisk-v1-11.html">pyliferisk v.1.11</a>
</li>
<li>
2019 Jul <a href="/holiday-calendars-with-pandas.html">holiday calendars with pandas</a>
</li>
<li>
2018 Feb <a href="/intro-julia-medialab.html">introducción al lenguaje julia</a>
</li>
<li>
2016 Nov <a href="/regarduino.html">regarduino</a>
</li>
</ul>
<ul>
</ul>
</ul>
</div>
</main>
</body>
</html>