Skip to content

Instantly share code, notes, and snippets.

View micheljansen's full-sized avatar

Michel Jansen micheljansen

View GitHub Profile
@micheljansen
micheljansen / Recept Pão de queijo.md
Created June 24, 2022 20:03
Recept Pão de queijo

Recept Pão de queijo

Ingrediënten

  • 500g polvilho (cassavebloem, ik gebruik 400g doce + 100g Azedo van Yoki)
  • 1 theelepel zout
  • 350ml volle melk
  • 100ml olie (zonnebloem)
  • 2 grote of 3 kleine eieren
  • 400g geraspte Parmezaanse kaas (verse Parmigiano of Grana Padano)
@micheljansen
micheljansen / Participatieregels voor nieuwkomers
Created June 21, 2017 06:46
De Tweede Kamer heeft ingestemd met de participatieverklaring als verplicht onderdeel van de inburgering voor nieuwkomers. Het voorstel van minister Asscher houdt in dat nieuwkomers leren over de Nederlandse kernwaarden en een verklaring ondertekenen dat ze deze waarden respecteren (http://nos.nl/artikel/2159761-kamer-stemt-in-met-participatieve…
Gij zult op iedere verjaardag ongemakkelijk in een kring zitten en blokjes kaas en worst tot u nemen
Gij zult elk jaar op de eerste warme dag in zomerkledij een park opzoeken teneinde daar te verkleumen
Gij zult "kadotip envelopje" schrijven op uw uitnodigingen wanneer u iets te vieren hebt.

bar to pie

if(document.createStyleSheet) {
document.createStyleSheet('http://micheljansen.org/~dawuss/nestdoge/nestdoge.css');
}
else {
var link=document.createElement('link');
link.rel='stylesheet';
link.type = 'text/css';
link.href='http://micheljansen.org/~dawuss/nestdoge/nestdoge.css';
document.getElementsByTagName("head")[0].appendChild(link);
}
body {
font-family: "Comic Sans", "Comic Sans MS" !important;
}
.nstc-leftcol-content-listing-middlecol-title {
color: fuchsia;
}
.summary-item {
color: red;
A gist to test
Added a line
@micheljansen
micheljansen / gist:4949042
Created February 13, 2013 22:38
COMPUTER HISTORY MUSEUM SOFTWARE LICENSE AGREEMENT
COMPUTER HISTORY MUSEUM SOFTWARE LICENSE AGREEMENT
PLEASE READ THE FOLLOWING TERMS AND CONDITIONS CAREFULLY BEFORE DOWNLOADING, INSTALLING OR USING THIS SOFTWARE (THE “SOFTWARE”). THE TERMS AND CONDITIONS OF THIS SOFTWARE LICENSE AGREEMENT (“AGREEMENT”) GOVERN USE OF THE SOFTWARE.
The Computer History Museum (the “Museum”) is willing to license the Software to you only upon the condition that you accept all of the terms contained in this Agreement. By clicking on the “I accept” button below or by downloading, installing or using the Software, you have indicated that you understand this Agreement and accept all of its terms. If you do not accept all the terms of this Agreement, then the Museum is unwilling to license the Software to you.
1. Grant of License. Conditioned upon your compliance with the terms and conditions of this Agreement, the Museum grants you a non-exclusive and non-transferable license for a single user, solely for your individual, personal and non-commercial purposes, (a) to load and inst
function encodeRGB(r,g,b) {
return encode_triplet(0,r,g)+encode_triplet(b,255,255);
}
function encode_triplet(e1, e2, e3) {
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
enc1 = e1 >> 2;
enc2 = ((e1 & 3) << 4) | (e2 >> 4);
enc3 = ((e2 & 15) << 2) | (e3 >> 6);
enc4 = e3 & 63;
<div class="progressitem gifsolution">
</div>
Searched for London on www.airbnb.co.uk
Not logged in
using Google Chrome 18.0.1025.142 on Mac OS X 10.7.
(works fine on Safari)
Uncaught TypeError: Object #<Object> has no method 'getQueryParams'
AirbnbSearch.shouldUpdateLocationInURL page2.js:1
AirbnbSearch.loadNewResults page2.js:1
AirbnbSearch.init page2.js:1
(anonymous function) search:888