Skip to content

Instantly share code, notes, and snippets.

View hamelsmu's full-sized avatar
💻
Always learning.

Hamel Husain hamelsmu

💻
Always learning.
View GitHub Profile
@hamelsmu
hamelsmu / draft-mode.ipynb
Last active April 2, 2021 06:03
What is the payload field for determining the draft status of a PR for GitHub Actions?
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / sanity.ipynb
Last active March 13, 2021 14:01
GitHub Notification Sanity With `ghapi`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / lp.ipynb
Last active February 25, 2021 15:11
Linear Program with Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / nbdev_jekyll.py
Last active April 18, 2023 04:25
Helper Script to use nbdev remote theme
#!/usr/bin/env python
# coding: utf-8
from fastcore.all import *
from shutil import rmtree
import yaml
rm=['_includes','_layouts','css','fonts','js','licenses','tooltips.json','Gemfile','Gemfile.lock']
raw='https://raw.githubusercontent.com/fastai/nbdev_template/master/docs/'
@hamelsmu
hamelsmu / Automating_Conda_Directory.md
Created January 9, 2021 23:57
Notes on working with Jeremy Howard to automate creation of files for Conda builds https://github.com/fastai/fastconda
@hamelsmu
hamelsmu / fastcore_run.ipynb
Created January 5, 2021 00:56
Problem with fastcore's run
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / Rich_notes.ipynb
Created January 4, 2021 03:35
Rich CLI Notes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / example.ipynb
Created December 24, 2020 01:47
Type checking by using inheritance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / example.ipynb
Last active December 24, 2020 10:01
run-time type checking with python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / Rich_notes.ipynb
Created December 16, 2020 21:59
My notes on Rich
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.