I hereby claim:
- I am adlawson on github.
- I am adlawson (https://keybase.io/adlawson) on keybase.
- I have a public key ASCdMOm6Y519bKLyJ_cPRLpV7m0Cq4ukA7_zLp2x_dE1iwo
To claim this, I am signing this object:
FROM php:7 | |
RUN apt-get update && \ | |
apt-get install -y libpcre3-dev && \ | |
pecl install oauth && \ | |
echo "extension=oauth.so" >> /usr/local/etc/php/conf.d/oauth.ini |
// ==UserScript== | |
// @name Mixcloud Tracklist | |
// @namespace [email protected] | |
// @version 4.3.0 | |
// @description Display tracklists on Mixcloud | |
// @author Andrew Lawson | |
// @homepage https://github.com/adlawson/mixcloud-tracklist | |
// @supportURL https://github.com/adlawson/mixcloud-tracklist/issues | |
// @updateURL https://cdn.rawgit.com/adlawson/147e22f20e6f1eeb75c8e37acc19c96c/raw/mixcloud-tracklist.user.js | |
// @icon https://cdn.rawgit.com/adlawson/mixcloud-tracklist/master/images/mixcloud-48.png |
I hereby claim:
To claim this, I am signing this object:
KEY_NAME?=key | |
KEY_LENGTH?=1024 | |
CERT_EXPIRY?=3652 # 10 years | |
all: help | |
.PHONY: clean | |
clean: ## Clean up all generated keys | |
rm -f *.crt *.pkcs12 *.private *.public |
module.exports = function () { | |
console.log([ | |
' \n', | |
' ███████ ███████', | |
' ████------████ ██', | |
' ██------------██ ██', | |
' ██------████████████ ██', | |
' ██------████████████████ ██', | |
' ██--████ ██████', | |
' ████████ ██ ██ ██----██ ██████████████████████████████████████████████', |
Joblint | |
Culture Fails |███ (3) | |
Realism Fails |█ (1) | |
Recruiter Fails |██ (2) | |
Tech Fails | (0) | |
• Gender is mentioned (error) | |
• Some "bro culture" terminology is used (warning) | |
• Attempt to attract candidates with hollow benefits: beer (warning) |
/** | |
* List of currencies | |
* @see ISO 4217 | |
* @var array | |
*/ | |
$currency = array( | |
'AUD' => array( | |
'title' => 'Australian Dollar', | |
'symbol_left' => '$', // $ | |
'symbol_right' => '', |