The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
% FontAwesome Pro 5.0.0-beta.6 (https://github.com/FortAwesome/Font-Awesome-Pro) | |
% bindings for XeLaTeX. | |
% | |
% Author: Honza Ustohal <[email protected]> | |
% (https://gist.github.com/sway/3101743) | |
% | |
% Updated for FontAwesome 5 by Daniel P. Shannon <[email protected]>. | |
% | |
% Translation of FontAwesome's private range characters into XeTeX symbols. All | |
% icons are camel-cased and prefixed with 'fa', i.e. what was .fa-address-book |
#!/usr/bin/env node | |
const { | |
createServer, | |
IncomingMessage, | |
ServerResponse, | |
} = require('unit-http') | |
require('http').ServerResponse = ServerResponse | |
require('http').IncomingMessage = IncomingMessage |
{ | |
"listeners": { | |
"*:8080": { | |
"application": "hello-unit" | |
} | |
}, | |
"applications": { | |
"hello-unit": { | |
"type": "external", | |
"working_directory": "/path/to/your/hello-unit", |
/* | |
** | |
** ,ad8888ba, 88 88 88 | |
** d8"' `"8b 88 88 ,d "" | |
** d8' `8b 88 88 88 | |
** 88 88 88 88 ,adPPYba, 88 88 8b d8 ,adPPYba, MM88MMM 88 ,adPPYba, ,adPPYYba, | |
** 88 88 88 88 a8P_____88 88 88 `8b d8' a8P_____88 88 88 a8" "" "" `Y8 | |
** Y8, "88,,8P 88 88 8PP""""""" 88 88 `8b d8' 8PP""""""" 88 88 8b ,adPPPPP88 | |
** Y8a. Y88P "8a, ,a88 "8b, ,aa 88 88 `8b,d8' "8b, ,aa 88, 88 "8a, ,aa 88, ,88 | |
** `"Y8888Y"Y8a `"YbbdP'Y8 `"Ybbd8"' 88 88 "8" `"Ybbd8"' "Y888 88 `"Ybbd8"' `"8bbdP"Y8 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
basename=`basename $0` | |
if [ -z "$*" ]; then | |
echo "usage: ${basename} <dot> [ -o | -r | <file> | - ]" | |
echo "" | |
echo "options:" | |
echo " -o open dot in window with keyboard focus" | |
echo " -r read contents of dot" |
{ | |
"timeStamp": 1606577731183, | |
"version": "1.31.1b6", | |
"userSettings": { | |
"advancedUserEnabled": false, | |
"alwaysDetachLogger": true, | |
"autoUpdate": true, | |
"cloudStorageEnabled": true, | |
"collapseBlocked": true, | |
"colorBlindFriendly": false, |
# | |
# Defines Git aliases. | |
# | |
# Authors: | |
# Sorin Ionescu <[email protected]> | |
# | |
# | |
# Settings | |
# |
################################################################################ | |
# This Dockerfile was generated from the template at distribution/src/docker/Dockerfile | |
# | |
# Beginning of multi stage Dockerfile | |
################################################################################ | |
################################################################################ | |
# Build stage 0 `builder`: | |
# Extract elasticsearch artifact | |
# Install required plugins |