Skip to content

Instantly share code, notes, and snippets.

View JoaoFelipe's full-sized avatar

João Felipe N. Pimentel JoaoFelipe

View GitHub Profile
@JoaoFelipe
JoaoFelipe / internet_arduino_interface.py
Created March 27, 2013 14:27
arduino interface with internet for sleeping beauty - embedded computing systems project
""" internet_arduino_interface.py
Purpose: Mid term demo
Author: Tiago Pimentel
t.pimentelms@gmail.com
Joao Felipe
joaofelipenp@gmail.com
CSE 467 -- Embedded Computing Systems
WUSTL, Spring 2013
Date: Mar., 27, 2013
@henriquebastos
henriquebastos / Memoize.ipynb
Last active March 22, 2016 20:09
Estudo memoize com fib
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We couldn’t find that file to show.
@sneakers-the-rat
sneakers-the-rat / clean_pdf.sh
Last active June 24, 2024 18:18
Strip PDF Metadata
# --------------------------------------------------------------------
# Recursively find pdfs from the directory given as the first argument,
# otherwise search the current directory.
# Use exiftool and qpdf (both must be installed and locatable on $PATH)
# to strip all top-level metadata from PDFs.
#
# Note - This only removes file-level metadata, not any metadata
# in embedded images, etc.
#
# Code is provided as-is, I take no responsibility for its use,