I hereby claim:
- I am rodrigodc on github.
- I am rdc (https://keybase.io/rdc) on keybase.
- I have a public key whose fingerprint is A48D 247F 9330 76A9 E87F 338F 0F17 FDBA EC2A 30F3
To claim this, I am signing this object:
[tool.poetry] | |
name = "test" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <you@example.com>"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
[tool.poetry.dev-dependencies] |
I hereby claim:
To claim this, I am signing this object:
[root@converja ~]# mysql --user=root --password=vlc2006 converja < 2013-08-21.sql | |
[root@converja ~]# mysql --user=root --password=vlc2006 converja < Update-PMH-to-Converja201308.sql | |
ERROR 1050 (42S01) at line 15: Table 'aux_hour' already exists |
import os | |
import Tkinter | |
root = Tkinter.Tk() | |
L = Tkinter.Listbox(selectmode=Tkinter.SINGLE) | |
gifsdict = {} | |
dirpath = '.\' | |
for gifname in os.listdir(dirpath): | |
if not gifname[0].isdigit(): |