Skip to content

Instantly share code, notes, and snippets.

View hupratt's full-sized avatar
🛴
"O homem sonha, a obra nasce"

Hugo Pratt hupratt

🛴
"O homem sonha, a obra nasce"
View GitHub Profile
@hupratt
hupratt / fb-photo-bulk-downloader.user.js
Created February 28, 2023 01:55 — forked from chriskyfung/fb-photo-bulk-downloader.user.js
Userscript for batch downloading Facebook photos from facebook with the post link and captions
// ==UserScript==
// @name Facebook photos bulk downloader
// @namespace https://chriskyfung.github.io
// @version 1.0.0
// @description Bulk download Facebook photos from facebook with the post link and captions
// @author Chris KY Fung
// @match https://www.facebook.com/*/photos/*
// @match https://www.facebook.com/photo.php?*
// @match https://www.facebook.com/photo?*
// @match https://www.facebook.com/photo/*
@hupratt
hupratt / gist:f64e0a176f30e18e50e5cb3258733f6e
Last active January 17, 2020 15:58 — forked from SEJeff/gist:7310830
Apache config to load balance across a cluster of django apps
<VirtualHost *:80>
ServerName www.lapetiteportugaise.eu
Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED
<Proxy balancer://mycluster>
BalancerMember http://3.3.3.3.3:80 route=1
BalancerMember http://9.9.9.9.9:80 route=2
ProxySet stickysession=ROUTEID
</Proxy>
DocumentRoot /home/ubuntu/Dev/la_petite_portugaise/
@hupratt
hupratt / Price Breakdown.md
Created June 6, 2019 09:14 — forked from justjanne/Price Breakdown.md
Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:

Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:

Permalink: git.io/vps

$5/mo

Provider Type RAM Cores Storage Transfer Network Price
# Testing
# -*- coding: utf-8 -*-
"""
Created on Tue May 7 15:16:28 2019
@author: u46022
"""