Skip to content

Instantly share code, notes, and snippets.

View rmhall's full-sized avatar
👁️
Pondering the infinite…

Robert M. Hall rmhall

👁️
Pondering the infinite…
View GitHub Profile
@rmhall
rmhall / pi3_browser-only.md
Created February 26, 2020 19:40 — forked from dampfklon/pi3_browser-only.md
Run Raspberry 3 in digital signage mode with Chromium Web browser on a TV screen
@rmhall
rmhall / MailinatorAliases
Created April 9, 2019 14:50 — forked from carlsednaoui/MailinatorAliases
A list of alternate domains that point to @mailinator.com
@binkmail.com
@bobmail.info
@chammy.info
@devnullmail.com
@letthemeatspam.com
@mailinater.com
@mailinator.net
@mailinator2.com
@notmailinator.com
@reallymymail.com
@rmhall
rmhall / Example.php
Created August 29, 2012 00:30 — forked from jonathonbyrdziak/Example.php
PayFlow Paypal Pro Payment Processing PHP Class
<?php
try {
require_once dirname(__file__).'/payflow.php';
$txn = new PayflowTransaction();
//these are provided by your payflow reseller
$txn->PARTNER = '';
$txn->USER = '';
$txn->PWD= '';
@rmhall
rmhall / gzip.js
Created May 25, 2012 05:15 — forked from kig/gzip.js
TarGZ = function(){};
// Load and parse archive, calls onload after loading all files.
TarGZ.load = function(url, onload, onstream, onerror) {
var o = new TarGZ();
o.onload = onload;
o.onerror = onerror;
o.onstream = onstream;
o.load(url);
return o;
@rmhall
rmhall / mobile-meta-links.html
Created December 16, 2011 04:02
iOS Web App Configuration