Skip to content

Instantly share code, notes, and snippets.

View gaulinmp's full-sized avatar
🏠
Working from home

Mac gaulinmp

🏠
Working from home
View GitHub Profile
@edwinhu
edwinhu / header.ipynb
Last active August 29, 2015 13:56
My IPython Header
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gaulinmp
gaulinmp / imports.ipynb
Last active February 10, 2023 19:57 — forked from edwinhu/header.ipynb
Header file for 90% of the Notebook necessities.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@klmr
klmr / Makefile
Last active March 21, 2024 19:55
Self-documenting makefiles
# Example makefile with some dummy rules
.PHONY: all
## Make ALL the things; this includes: building the target, testing it, and
## deploying to server.
all: test deploy
.PHONY: build
# No documentation; target will be omitted from help display
build: