From 5bca89ec4f0a09891ade8e5cbb2fe3d3050a767f Mon Sep 17 00:00:00 2001 From: zeroidentidad Date: Sat, 30 Dec 2023 21:37:19 +0000 Subject: [PATCH] deploy: 91d052385ab5fb22b6a1e46cabc357fbd389f911 --- 10/index.html | 2 +- biografia/index.html | 2 +- categories/aprendizaje/index.html | 2 +- categories/comunidad/index.html | 2 +- categories/ecosistema/index.html | 2 +- categories/estandar/index.html | 2 +- categories/experiencias/index.html | 2 +- categories/fundamentos/index.html | 2 +- categories/golang/index.html | 4 +- categories/golang/index.xml | 8 +- categories/incorparados/index.html | 2 +- categories/index.html | 2 +- categories/index.xml | 2 +- "categories/programaci\303\263n/index.html" | 4 +- "categories/programaci\303\263n/index.xml" | 8 +- categories/referencia/index.html | 2 +- categories/seguridad/index.html | 2 +- categories/tools/index.html | 2 +- categories/tutorial/index.html | 2 +- categories/web/index.html | 2 +- colaboradores/index.html | 2 +- contacto/index.html | 2 +- ...2238362e046ff8e838bfef9f3692dca5c7856.css} | 2 +- index.html | 2 +- index.xml | 8 +- month/index.html | 2 +- opensource/index.html | 2 +- .../index.html" | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../2021/04/golang-resumen-reglas/index.html | 2 +- posts/2021/04/index.html | 2 +- .../index.html" | 2 +- posts/2021/05/golang-init-func/index.html | 2 +- posts/2021/05/index.html | 2 +- .../conversi\303\263n-json-a-go/index.html" | 2 +- posts/2021/06/index.html | 2 +- posts/2021/08/go-talks/index.html | 2 +- posts/2021/08/index.html | 2 +- .../2021/12/ecosistema-lenguage-go/index.html | 2 +- posts/2021/12/index.html | 2 +- posts/2021/index.html | 2 +- posts/2022/08/index.html | 2 +- .../2022/08/intro-go-mistakes-okno/index.html | 2 +- posts/2022/index.html | 2 +- posts/2023/03/handlers-con-timeout/index.html | 2 +- posts/2023/03/index.html | 2 +- .../index.html" | 2 +- posts/2023/10/index.html | 2 +- posts/2023/12/fuga-de-gorutinas/index.html | 2 +- posts/2023/12/index.html | 6 +- posts/2023/12/index.xml | 8 +- .../images/.keep | 0 .../images/escape1.png | Bin 0 -> 46243 bytes .../images/memgrid.png | Bin 0 -> 20801 bytes .../images/puzzle.jpg | Bin 0 -> 19838 bytes ...81ea7f0a7b_19838_1024x0_resize_q75_box.jpg | Bin 0 -> 29385 bytes .../images/stack_go.png | Bin 0 -> 47002 bytes .../index.html | 120 ++++++++++++++++++ posts/2023/index.html | 6 +- posts/2023/index.xml | 8 +- posts/index.html | 10 +- posts/index.xml | 8 +- posts/page/2/index.html | 6 +- proyectos/awesomelatam/index.html | 2 +- proyectos/go-tour/index.html | 2 +- proyectos/gokey/index.html | 2 +- proyectos/gopherbot/index.html | 2 +- proyectos/index.html | 2 +- search/index.html | 2 +- search/index.json | 2 +- sitemap.xml | 2 +- tags/actualizar-sdk/index.html | 2 +- tags/aprendizaje/index.html | 4 +- tags/aprendizaje/index.xml | 8 +- tags/built-in/index.html | 2 +- tags/comunidad/index.html | 2 +- tags/concurrencia/index.html | 2 +- tags/ecosystem/index.html | 2 +- tags/examples/index.html | 2 +- tags/fundamentos/index.html | 2 +- tags/golang/index.html | 2 +- tags/gorutinas/index.html | 2 +- tags/index.html | 5 +- tags/index.xml | 2 +- tags/librerias/index.html | 2 +- tags/memoria/index.html | 8 ++ tags/memoria/index.xml | 7 + tags/modules/index.html | 2 +- tags/reglas/index.html | 2 +- tags/software/index.html | 2 +- tags/talks/index.html | 2 +- tags/tools/index.html | 2 +- year/index.html | 2 +- year/index.xml | 2 +- 95 files changed, 281 insertions(+), 97 deletions(-) rename css/{style.min.d3a71c9a34f4c5a37a7d334d8c2961f8af1a22188792ebba80a2c80cef673488.css => style.min.9ad607666a074b87e1947db35c92238362e046ff8e838bfef9f3692dca5c7856.css} (57%) create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/.keep create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/escape1.png create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/memgrid.png create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/puzzle.jpg create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/puzzle_hu8be483b27e2fd6a4219dea81ea7f0a7b_19838_1024x0_resize_q75_box.jpg create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/images/stack_go.png create mode 100644 posts/2023/12/manejo-de-memoria-101.-memoria-virtual-stack-y-heap/index.html create mode 100644 tags/memoria/index.html create mode 100644 tags/memoria/index.xml diff --git a/10/index.html b/10/index.html index 74310d0..362a022 100644 --- a/10/index.html +++ b/10/index.html @@ -1,4 +1,4 @@ -10 – Gophers LATAM +10 – Gophers LATAM