Skip to content

Instantly share code, notes, and snippets.

View KaroAntonio's full-sized avatar

Karo Antonio KaroAntonio

View GitHub Profile
@KaroAntonio
KaroAntonio / sus-energy-growth-eda.ipynb
Last active April 3, 2024 23:36
Sus Energy Growth - EDA.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KaroAntonio
KaroAntonio / sustainable-energy-growth-data-wrangling.ipynb
Created April 3, 2024 06:44
Sustainable Energy Growth - Data Wrangling.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KaroAntonio
KaroAntonio / relax-challenge.ipynb
Created April 1, 2024 19:39
Relax Challenge.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KaroAntonio
KaroAntonio / ultimate-tech-take-home.ipynb
Created March 29, 2024 20:38
Ultimate Tech Take-Home.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KaroAntonio
KaroAntonio / data-exploration-story.ipynb
Created March 25, 2024 19:39
Data Exploration Story.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KaroAntonio
KaroAntonio / karo_antonio_unit_4_tier_3.ipynb
Created January 26, 2024 04:46
karo_antonio_unit_4_tier_3.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am karoantonio on github.
  • I am karoantonio (https://keybase.io/karoantonio) on keybase.
  • I have a public key whose fingerprint is 2D28 0AC9 3C22 CFDD 93D8 3FDA 882F 843D F40B 502A

To claim this, I am signing this object:

@KaroAntonio
KaroAntonio / renew_ssl.gist
Last active September 5, 2018 14:30
renew ssl
from datetime import datetime
import schedule
import time
from subprocess import call
def renew_ssl_cert():
print('RENEW CERT')
call(['certbot-auto', 'renew'])
schedule.every(30).days.do(renew_ssl_cert)
import numpy as np
# started at 12.15
# ein solver fuer das verdamntes wurfel
# so, there are only two types of blocks,
# L blocks and straight blocks
# plus end blocks
# symbols: E = end, S = straight, L = L-block
# script to extract foodora payment info from a string
# assumes columns are organized as:
# Order Code / Date / Time / KMs / Tips / Zone / Corp Tips
# for testing
info = '''s5wd-i3oh 31/01/2018 18:32:00 1.84 2.91 Toronto - Center
s3dj-e0fm 31/01/2018 18:41:00 0.25 3.75 Toronto - Center
s4rh-j6dp 31/01/2018 19:03:00 1.54 3.80 Toronto - Center
s4hf-f7ar 31/01/2018 19:20:00 0.23 4.35 Toronto - Center
s4bo-z2sn 31/01/2018 19:30:00 1.42 2.70 Toronto - Center