Skip to content

Instantly share code, notes, and snippets.

@niryariv
niryariv / gizra_hiring
Last active August 29, 2015 14:09
Gizra is Hiring PHP/JS developers
[Gizra](http://gizra.com) specializes at Open Source. Code we’ve released under an open license is being used at the White House website, The Economist, MSNBC and others. We work exclusively with OSS technologies (including PHP, Node.js, Jekyll, Drupal, AngularJS) and some of our client work is released as Open Source as well.
Amongst our clients are the European Commission, Harvard University, The National Library and others. It’s important to us to take on challenging work, that requires us to learn new things, and clients that see us as partners.
All of our code is on GitHub, test covered and code reviewed. Everyone in the company can code, regardless of job requirements. Every employee gets a daily our to work on her personal OSS projects. We make it a point to have a life outside work and work sane hours.
We look for curious people with a spark and a desire to learn & grow. We don’t care if you have a degree, we do care that you have a GitHub account and code you can talk about. PHP or JS experience i
@niryariv
niryariv / abandoned_bldgs.geojson
Last active August 29, 2015 14:06
Abandoned buildings in Haifa
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::37001" } },
"features": [
{ "type": "Feature", "properties": { "AREA": 5552370000.000000, "PERIMETER": 340422.000000, "DIVISION": "KIBISH", "DISTRICT": "TURKANA", "PROVINCE": "RIFT VALLEY", "DIV_ID": 91.000000, "X": 35.440462, "Y": 5.091540 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.969646965605413, 5.095801651307949 ], [ 34.973603033180247, 5.099106335068083 ], [ 35.085177791815937, 5.193003548670869 ], [ 35.130592769503913, 5.231857617697761 ], [ 35.134243540959638, 5.23463489096472 ], [ 35.139713931206714, 5.241334057046894 ], [ 35.174340681033939, 5.290296812730754 ], [ 35.237936980413075, 5.370926066872289 ], [ 35.274631418905393, 5.420822843531288 ], [ 35.39808520103211, 5.422793466399384 ], [ 35.507351927967676, 5.425164656417385 ], [ 35.539434152303656, 5.423634265470839 ], [ 35.545163966681301, 5.422264
@niryariv
niryariv / nyt-paywall.inc.js
Created April 10, 2011 03:16
Code for NYT paywall bookmarklet
//Here's the old stuff:
$('overlay').hide();
$('gatewayCreative').hide();
$(document.body).setStyle( { overflow:'scroll' } );
try {
//Get the first graph:
var url = window.location.href;
new Ajax.Request(url, {
@niryariv
niryariv / nyt-paywall.js
Created April 10, 2011 03:03
Bookmarklet to get past NY Times paywall
javascript:(function()%20{var%20s=document.createElement('script');s.setAttribute('src','https://gist.github.com/raw/912013/e4a8a2d5cdec7bca9d9d093cead28c7a274c93b1/nyt-paywall.inc.js');document.getElementsByTagName('head')[0].appendChild(s);})();