I hereby claim:
- I am david-crespo on github.
- I am davidcrespo (https://keybase.io/davidcrespo) on keybase.
- I have a public key whose fingerprint is F822 6F3D 1723 E9D5 782D 50EF 74DD 327E 01E2 1D5D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /app/.heroku/node/bin/node | |
"use strict"; | |
const moment = require('moment-timezone'); | |
const request = require('request'); | |
const _ = require('lodash'); | |
const updatesURL = 'http://projects.fivethirtyeight.com/2016-election-forecast/updates.json'; | |
const forecastURL = 'http://projects.fivethirtyeight.com/2016-election-forecast/US.json'; | |
const notificationURL = 'https://maker.ifttt.com/trigger/new_polls/with/key/<YOUR_KEY_HERE>'; |
try | |
tell application "System Preferences" | |
activate | |
set current pane to pane "com.apple.preference.trackpad" | |
end tell | |
tell application "System Events" | |
tell process "System Preferences" | |
click radio button "Scroll & Zoom" of tab group 1 of window "Trackpad" | |
click checkbox 1 of tab group 1 of window "Trackpad" |
a React component takes
props
, which are like HTML attributes, arguments passed in from outsideit has
state
, an internal object to track state, e.g., the contents of a text field or the value of a checkboxsetState
, call this to update the state object and trigger a re-render (never modify state
directly)When you download an archive of your Facebook account, Facebook includes photos and videos you've uploaded, but not photos and videos you're tagged in that were uploaded by other people. This is a script to automatically download those.
This requires Python 3.
TL;DR: play as long as you can without help, until you get frustrated. At that point, the recommended region order helps a lot without spoiling anything but region names. If you can't find the next region, the world map (only showing region connections, no detail) will tell you what direction to look in.
Rain World is a masterpiece — equal parts metroidvania, movement puzzler, immersive rat in Manhattan sim — but its strangeness makes it hard to appreciate. Some things that turned players and reviewers off were fixed in [patches](https:/
Copyright 2013 Fokke Zandbergen | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, |
This is a handy script to convert a Deckset presentation into a clean web page with the slides on the left and speaker notes on the right. It uses PNGs generated by the Deckset app for the slides and extracts the speaker notes from the presentation markdown.
Python 3 is required.
pip install markdown jinja2
These aren't meant to be comprehensive. They're just the features that most interest me. CFA = control-flow analysis.
1.4: union types and better inference on generics using the union type
1.6: JSX, intersection types, generic type aliases
1.8: type params referring to other type params, string literal types
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |