Skip to content

Instantly share code, notes, and snippets.

View ELC's full-sized avatar

Ezequiel Leonardo Castaño ELC

View GitHub Profile
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@ELC
ELC / Deep Learning with Free GPU (FastAI + Google Colab).ipynb
Last active December 22, 2021 00:46
Deep Learning with Free GPU (FastAI + Google Colab).ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import matplotlib.pyplot as plt
import numpy as np
# fig = plt.figure()
fig, ax = plt.subplots(figsize=(16,9))
margin = 1
plt.plot(( 64, 64), (0, 1), 'b-')
plt.plot((128, 128), (0, 1), 'b-')
@ELC
ELC / ODEs_In_Python.ipynb
Last active April 12, 2021 22:18
ODEs in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ELC
ELC / environment.yml
Last active February 11, 2021 23:45
fiber
dependencies:
- python=3.7
- ipywidgets==7.5.1
- bqplot==0.11.0
- numpy== 1.19.2
- scipy==1.5.2
@ELC
ELC / correlogram.ipynb
Created February 1, 2021 23:50
A colored Correlogram with Matplotlib
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ELC
ELC / apt.txt
Last active September 17, 2020 15:47
EMSS2020
chromium-chromedriver
@ELC
ELC / apt.txt
Last active June 29, 2020 12:13
Circular TimesTable
ffmpeg
@ELC
ELC / apt.txt
Last active November 25, 2019 18:34
Pascal Triangle Visualization
ffmpeg
@ELC
ELC / PLC1.ipynb
Created August 22, 2019 01:49
FRRo Operativa Demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.