Skip to content

Instantly share code, notes, and snippets.

View greensleeves01's full-sized avatar
💭
I may be slow to respond.

Videlicet greensleeves01

💭
I may be slow to respond.
View GitHub Profile
@greensleeves01
greensleeves01 / daphne-sheldrick-a-tribute.markdown
Last active September 27, 2018 21:33
Daphne Sheldrick -A Tribute

Daphne Sheldrick -A Tribute

This is a page dedicated to the life of Dr. Dame Daphne Sheldrick, whose work in rescue, rehabilitation and conservation of Kenyan wildlife will echo through time for generations to come.

A Pen by AskSqn on CodePen.

License.

anonymous
anonymous / The Giant Panda.markdown
Created June 16, 2016 18:39
The Giant Panda
#!/bin/bash
# function Extract for common file formats
function extract {
if [ -z "$1" ]; then
# display usage if no parameters given
echo "Usage: extract <path/file_name>.<zip|rar|bz2|gz|tar|tbz2|tgz|Z|7z|xz|ex|tar.bz2|tar.gz|tar.xz>"
else
if [ -f "$1" ] ; then
NAME=${1%.*}
@kyledrake
kyledrake / ferengi-plan.txt
Last active April 6, 2024 00:30
How to throttle the FCC to dial up modem speeds on your website using Nginx
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited
#
# Current known FCC address ranges:
# https://news.ycombinator.com/item?id=7716915
#
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft
#
# In your nginx.conf:
location / {