- Peychaud's Bitters | 3-5 squirts
- Angostura Bitters | 2-5 squirts
- Juice of 1/2 Lime
- Seltzer Water | 12 oz | Chilled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage: | |
# bash image2urijpeg.sh image.jpg 320x240 > base64.txt # will resize before conversion | |
# bash image2urijpeg.sh image.jpg > base64.txt # will keep original size | |
magick "$1" -resize ${2:--} jpeg:- | openssl enc -base64 -A | sed -e 's/^/data:image\/jpeg;base64,/' |
This playbook is a step-by-step guide to assist you with migration from GitLab to GitHub.com Enterprise Cloud GHEC.
Steps & Tasks | Description |
---|---|
Step One | Let's get ready for the migration. This step gives you an overview of what is required to start the migration process |
Step Two | Creating the artefact to be imported on GitHub requires special access to the Enterprise Cloud Import tool. This step will help you understand what is required to get access to the tool. |
Step Three | With the file ready to be imported, this step will guide you on how to connect and upload the file to your GitHub Enterprise Cloud instance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# Blosxom | |
# Author: Rael Dornfest <rael@oreilly.com> | |
# Version: 0+2i | |
# Home/Licensing: http://www.oreillynet.com/~rael/lang/perl/blosxom/ | |
# For documentation, type: perldoc blosxom | |
# Where are my blog entries kept? | |
my $datadir = "/Library/WebServer/Documents/blosxom"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function moon_phase(date) { // ported from http://www.voidware.com/moon_phase.htm | |
var year = date.getFullYear(), | |
month = date.getMonth(), | |
day = date.getDay(); | |
if (month < 3) { | |
year--; | |
month += 12; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import subprocess | |
from flask import Flask, request, jsonify | |
try: | |
import http.client as http_status | |
except ImportError: | |
import httplib as http_status | |
print(""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.broider { | |
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAA4klEQVR4nO3WMQrDMBAAwfz/00mvRgit7MSZAVdGhtvCp9cLgCd5D8/qewaCxgSNCbppN6DAA0FjgsYEjQkaEzQmaEzQ2G4QQQeCxgSNCXqYJRQTNCZoTFAAADhgvEjPnl9z+XyCCrpE0Njx+XY/8O2BL59P0Pi8oPF5Qc+ef9wSmrl9yz+NoDFBY+6hi2z5mKAxQWO3zzf7SX97wJnL5xNU0CWCxp4+HwAA3GJ2kXbRXiRoTNCYoJt2Awk8EDQmaEzQ2O4SEnQgaEzQmKAxQWOCxgSNCXqYgDFBY4LGBAX4Ux/Dp/0f9vFDjgAAAABJRU5ErkJggg==") 28 / 28px / 0 round; | |
border-width: 28px; | |
border-style: solid; | |
} |
Adapted from older instructions.
Download nightly for AMD64 Linux
$ mkdir /opt/firefoxnightly
$ sudo chown -R $USER:$USER /opt/firefoxnightly
$ tar -xvjf ~/Downloads/firefox-NN.0a1.en-US.linux-x86_64.tar.bz2 -C /opt/firefoxnightly
Create nightly.desktop
in home directory.
NewerOlder