This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am kdekooter on github. | |
* I am keesdekooter (https://keybase.io/keesdekooter) on keybase. | |
* I have a public key ASD0vD-Z96r9YPZ1m9k-nvKEyrwrnv-70FSQzz0IBYE_vAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Gender = Object.freeze({MALE: 'male', FEMALE: 'female'}) | |
let people = [ | |
{name: 'Bob', gender: Gender.MALE, age: 34}, | |
{name: 'Maria', gender: Gender.FEMALE, age: 34} | |
] | |
function getMales30to40(source) { | |
return source.filter(person => person.gender === Gender.MALE && person.age >= 30 && person.age <= 40) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-3.0.0.min.js"></script> | |
<script type="text/javascript"> | |
var firstProjection = 'WGS84'; | |
// See http://www.spatialreference.org/ref/epsg/28992/proj4/ | |
var secondProjection = '+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +kdekooter is my blockchain ID. https://onename.com/kdekooter |