Skip to content

Instantly share code, notes, and snippets.

Ban every "Nicholas" called "Nick", each Susan self-called "Sue":
For Google know your real name much better than you do.
Rob Zimmerman and David Jones and "Lady" Germanotta:
Let's go report each profile; you aren't persona grata!
Has Shake-speare made a profile as "honest Will'm Shaxberd"?
He's banned! So's Will the Conquerer -- we call him "Will the Bastard".
Make Wendy Carlos go as "Walt," and Berry go by "Dan":
For outside Mountain View you're you, but there, "A man's a man."
Make Douglass "Bailey"; Truth "Baumfree"; and Malcolm go as "Little":
@yuvadm
yuvadm / unsign.pl
Created November 28, 2014 10:35
Perl script for opening signed documents on http://www.mr.gov.il
#!/usr/bin/perl -w
use strict;
no strict 'refs';
use English;
use XML::Simple;
use Data::Dumper;
use MIME::Base64;
# use Crypt::OpenSSL::X509;
@d3noob
d3noob / .block
Last active November 30, 2019 18:32
d3.js line graph with dual Y axes
license: mit
@michbarsinai
michbarsinai / README.md
Last active December 24, 2015 00:09 — forked from thedod/README.md

Israeli? Support #No2Bio? Got some time?

We now have an open knesset embed showing the history of the biometric database bill, and if you click on the "3" (third vote) - you can see who voted for and against our privacy.

I'd rather not count on people "clicking on the 3". I want users to look these MKs in the eye and memorize who exactly didn't give a damn about their basic human rights. Is it too much to ask? :)

I've asked whether there was a way to make the embed open a specific popup, and @daonb suggested getting the information via API (thanks), so I took this JSON, imported the MK information into the vote objects (no need to fetch any URLs. All data's in there), and trimmed some fluff we probably wouldn't use (committee membership, etc.).

As an example - index.html shows on a map where the MKs who voted against our privacy live.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbostock
mbostock / .block
Last active October 19, 2021 16:36 — forked from mbostock/.block
click-to-zoom via transform
license: gpl-3.0
@bangpound
bangpound / README.md
Created January 17, 2012 14:48 — forked from anonymous/README.md
Timed sopa/pipa strike blackout: Same as the sopablackout.org script, but only if today's 2012-18-1

The sopastrike.com script rocks, but you have to get up early on Wednesday and add it to all your sites, so what kind of strike is it if you have to work hard on that day? :)

Just add

<script type="text/javascript" src="//pastebin.com/raw.php?i=bip80DLx"></script>

somewhere between your <head> and </head>, and sleep late on Wednesday.

If you're using wordpress, do that at

.mouse, #preview{
position: absolute;
background-repeat: no-repeat;
height: 22px;
min-width: 15px;
z-index: 100;
}
.mouse{
background-image: url('../images/cursor.png');