Skip to content

Instantly share code, notes, and snippets.

View kndrio's full-sized avatar

Kennedy Carvalho kndrio

View GitHub Profile
@kndrio
kndrio / cloudSettings
Created June 13, 2020 20:43 — forked from charleycesar/cloudSettings
Adicionando propriedades
{"lastUpload":"2020-06-13T18:59:32.785Z","extensionVersion":"v3.4.3"}
@kndrio
kndrio / down-imgurl-from-csv.py
Last active December 4, 2019 05:19 — forked from davidbauer/gist:11055010
Python script to download images from a CSV of image urls
#!/usr/bin/env python
# assuming a csv file with a name in column 0 and the image url in column 1
import urllib
import ntpath
def path_leaf(path):
head, tail = ntpath.split(path)
return tail or ntpath.basename(head)
@kndrio
kndrio / usar bitbucket na locaweb
Last active August 29, 2015 14:25 — forked from reinaldomendes/usar bitbucket na locaweb
Truques de servidores
##################################
# ~/.ssh/config
##################################
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443