Skip to content

Instantly share code, notes, and snippets.

View thomaslima's full-sized avatar

Thomas Ferreira de Lima thomaslima

  • New York City
View GitHub Profile
@thomaslima
thomaslima / Progress Bar with scipy.ipynb
Last active January 20, 2022 10:53
Progress bar of scipy ode solver with tqdm
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zbeekman
zbeekman / GH-CF-strict-SSL-w-CDN.md
Last active November 7, 2025 18:33
Setting up GH-pages with custom domain, strict (end-to-end) SSL with CloudFlare DNS & CDN

Custom domains, GH-pages, Cloudflare and strict SSL end-to-end encryption

Why I wrote this

Before Github supported SSL encryption for github pages sites, many people were using CloudFlare (CF) as their DNS provider and CDN proxy. CF allowed users to enable SSL encryption from the CDN end points/proxies to the end user. This was great and it allowed visitors to your website to connect with a secure connection between their browser and the cloudflare CDN box that was serving your content. However, with this setup one (significant) link in the chain remained unencrypted and

@kahlos
kahlos / inkscape-libxml2-fix
Created October 28, 2015 19:34
Inkscape Missing libxml2 OSX Fix
I have installed Inkscape via homebrew, so this may not work with the website binaries.
TL;DR fix:
Make sure you are using the system version of python, check with
which python
❯ /usr/bin/python
Install python package manager pip, if it isn't already
sudo easy_install pip
@minrk
minrk / Retina Figures.ipynb
Created August 9, 2012 04:37
2x plots for Retina displays with matplotlib and the IPython Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.