Skip to content

Instantly share code, notes, and snippets.

View afrolino02's full-sized avatar
💭
Just Learning!

Andres Puello afrolino02

💭
Just Learning!
View GitHub Profile

id: tpl.flutter aliases: [] tags:

  • flutter,
  • cursos,
  • programacion,
  • computacion,
  • frameworks created: []
@afrolino02
afrolino02 / gist:3301dd3aee7ce1f73c6882a1456be04e
Created November 8, 2024 15:11
Error make.md when i closed a tab
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at Pre (plugin:make-md:35:26291)
at Bg (plugin:make-md:35:25995)
at Pre (plugin:make-md:35:26758)
at Bg (plugin:make-md:35:25995)
at Pre (plugin:make-md:35:26528)
at Jd (plugin:make-md:35:27616)
at Ire (plugin:make-md:35:30835)
at Jd (plugin:make-md:35:27767)
at Ire (plugin:make-md:35:30835)
@afrolino02
afrolino02 / generarBulletjournal.py
Last active December 31, 2024 23:52
Gist para crear bullet journal en python
import os
from datetime import datetime, timedelta
from xmlrpc.client import DateTime
import calendar
import locale
locale.setlocale(locale.LC_TIME, 'es_CO.UTF-8')
# Templates
# Función para crear carpetas y archivos

%%nose%%