Skip to content

Instantly share code, notes, and snippets.

View arkhi's full-sized avatar
🐼

Fabien Basmaison arkhi

🐼
View GitHub Profile
@arkhi
arkhi / adblock-whitelist.txt
Last active December 16, 2019 10:26
Whitelist for adblockers and sinkholes
orange.fr
c.woopic.com
gs.statcounter.com
logs.ovh.net
@arkhi
arkhi / openpgp.txt
Created September 19, 2018 02:19
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:e98b6e0283b2c4f6d2216fb0384255ce6b16ae7b]
@arkhi
arkhi / introrx.md
Last active September 7, 2018 17:27 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing

Keybase proof

I hereby claim:

  • I am arkhi on github.
  • I am arkhi (https://keybase.io/arkhi) on keybase.
  • I have a public key ASBwd3WVjZW8LE7WmnTqXvGmsBapdkkvEfAyU2n-Ykm2yAo

To claim this, I am signing this object:

BEMIT cheatsheet

source: http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/

  • o-: [Object][object]
    • Objects are abstract.
    • They can be used in any number of places (places you might not have seen).
    • Avoid modifying their styles.
    • Be careful around anything with a leading o-.
  • Examples: layout, wrappers, containers and other structural components
@arkhi
arkhi / jsbin.AqaDUSE.html
Last active December 28, 2015 17:59
This "HTML 4.01 - strict" valid code shows a button can be used without any form.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="description"
content="Validity of a button without a form" />
<meta http-equiv="content-type"
content="text/html;charset=utf-8">
<title>JS Bin</title>
</head>