Skip to content

Instantly share code, notes, and snippets.

View KaroAntonio's full-sized avatar

Karo Antonio KaroAntonio

View GitHub Profile
Okay, done.
(Wait, what if the user has specific domains in their personal data? No need. The question is generic).
Done.
(Wait, no, I am a helpful assistant, I just need to output the text).
Done.
(Wait, I must ensure I don't mention my thought process).
Done.
(Wait, I must ensure no latex).
Done.
Okay, really done.
@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