Skip to content

Instantly share code, notes, and snippets.

View PenguinOfWar's full-sized avatar
🐴
[deranged neighing]

Darryl Walker PenguinOfWar

🐴
[deranged neighing]
View GitHub Profile
name: Deploy (Dev)
concurrency: development
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: ObjectivePGP
Comment: https://www.objectivepgp.com
Charset: UTF-8
xsFNBGBKQJcBEACpcqHL+fJ5qnTDabBuRw9v391lyhc7tsbi49NRI9+GqAOCK/LB/y89QZGluq5P
S+ISSaZhW+rxvsyQMVfMW36LcCP8hTzFv0+YNrJGf3oSXzrkBA00fp3Jm/M9rz/YbJYpSpAWx1oD
k4UjOK3jLpLFphto6BFrArINcx2QJQGjNCTNWtiVvlt3uuLm/lp/YP4PdsPUlfc9aolzYQQgEYyA
MWRkPYs3n/9XPK+DMlD91P6PO51SYF7i45g5kg978Bq1q0Zo0boXcscPMGqzgNRfTbfHJLvZNvFh
LUBVIFxchiQeIn/LJgfCea/FOIF7j3TZKWk4/Dfn2SauqpVy7mzLbH77NO9IT/WVj9th7Phwu0X4
@PenguinOfWar
PenguinOfWar / postal-codes.json
Created March 2, 2021 09:09 — forked from jamesbar2/postal-codes.json
Global postal codes regex formats
[{
"Note": "The first two digits (ranging from 10–43) correspond to the province, while the last two digits correspond either to the city/delivery zone (range 01–50) or to the district/delivery zone (range 51–99). Afghanistan Postal code lookup",
"Country": "Afghanistan",
"ISO": "AF",
"Format": "NNNN",
"Regex": "^\\d{4}$"
}, {
"Note": "With Finland, first two numbers are 22.",
"Country": "Åland Islands",
"ISO": "AX",
config.supportedLocales = {
en_AO: 'en_MF',
en_BF: 'en_MF',
en_BI: 'en_MF',
en_BJ: 'en_MF',
en_BW: 'en_MF',
en_CF: 'en_MF',
en_CG: 'en_MF',
en_CI: 'en_MF',
en_CM: 'en_MF',
@PenguinOfWar
PenguinOfWar / Download and Organize Lynda.com Courses with Authentication.md
Created October 20, 2018 07:54 — forked from bwangila/Download and Organize Lynda.com Courses with Authentication.md
Lynda.com unfortunately does not allow one to easily download course videos even with a premium subscription. Here, I show you how to easily do that with the open source youtube-dl utility.

youtube-dl INSTALLATION

youtube-dl is a handy little command-line utility that, with the right command, automagically downloads videos from Youtube as well as other platforms such as Vimeo, Lynda.com, BBC, CNN etc..(Full list of supported websites)

Kindly proceed to youtube-dl's Github repo for detailed installation instructions for your respective OS

In case of an error, make sure you have Python 2.6, 2.7 or 3.2+ installed as youtube-dl needs it to run.

USAGE

Remaining keys:
* Dead Space Origin Key
* Burnout Paradise: The Ultimate Box Origin Key
* Crysis 2 Maximum Edition Origin Key
* Medal of Honor Origin Key
* Mirror's Edge Origin Key
* Command & Conquer: Red Alert 3 - Uprising Origin Key
* Gratuitous Space Battles Steam Key
* Planet Stronghold DLC Key
* Defender's Quest Steam Key
@PenguinOfWar
PenguinOfWar / README.md
Created October 21, 2012 20:57 — forked from aronwoost/README.md
How to install LAMP + Passenger on a EC2 Amazon AMI (mod_passenger + dependencies)

Many thanks to aronwoost for his great EC2 Lamp gist that this is forked from. I've modified parts of it, specifically around phpmyadmin configuration.

This gist additionally covers installing Phusion Passenger, Ruby Gems, all dependencies and the final configuration to get you up and running ASAP.


#LAMP Setup

Launch the instance and connect with ssh.