-
It would be a really welcome addition if dropdowns, whether the standalone dropdowns, or the navbar dropdown, supported multilevel submenus. While infinite levels would be cool, I think most use-cases…
-
Hola Rodrigo,
Primero que nada agradecerte el gran trabajo que han hecho con los datos COVID de México. Es un super repositorio!
Si me permites me gustaría hacerte una sugerencia ya que los dato…
-
We have created documentation to make the plugin easier to use:
English Documentation: https://stripe.capacitorjs.jp/
Japanese Documentation: https://ja.stripe.capacitorjs.jp/
Please let us kno…
-
Hello,
My name is Nigel Todman, I'm a software developer from Canada. I've written a Python script to parse the JHU CSSE Data from GitHub and produce various stats and metrics. Perhaps this would b…
-
**¡Bienvenidos al curso de Datos Abiertos y Hacking Cívico!**
A nombre de [Codeando México](http://www.codeandomexico.org/) y [Lab León](https://www.facebook.com/lab.leon.DGI), les queremos dar una…
-
## Proyecto para el curso de Datos Abiertos y Hacking Cívico 🚀
Aquí encontrarás las instrucciones para realizar tu proyecto final del curso de Datos Abiertos y Hacking Cívico, en donde aplicarás to…
-
I've donlnoaded and started the latest version (TruffleSqueak-22.1.0.image) running under GraalVm for OpenJDk 17 on Linux Mint 20.2.
It starts fine and I can run som eexamples, but as soon as I try…
-
## Description
I have a dataset with 129k time series of demand for products within some branches of a retailer. I'm having trouble with NaN loss ever since I started using GluonTS. At first, I disco…
-
## Explora un conjunto de datos para encontrar insights
Exploración de los casos de COVID-19 en México usando el conjunto de datos abiertos de la secretaría de salud.
Usa el siguiente [Notebook](htt…
-
```python
# clicking F5 to run
import pygame, math, os, random, sys, time
from operator import sub
from pygame.locals import *
pygame.mixer.pre_init(44100, -16, 2, 2048)
pygame.init()
clock…