Date | Event |
---|---|
JUNE | |
Sat 4 | Code for Boston, National Day of Civic Hacking |
Sat 4 | Aspiration, Humanitarian Technology Festival |
Mon 6 | Boston Python User Group, June Project Night at Akamai |
Tue 7 | Code for Boston, Weekly Hack Night |
Wed 8 | Boston CSS, HTML Secrets: HTML can do whaaat!? |
Thu 9 | Boston Ember.js, Monthly Meetup |
Wed 15 | Greater Boston useR Group (R Programming Language), Steve Belcher and John Pelak from Microsoft |
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
{ | |
"name": "temp", | |
"version": "1.0.0", | |
"description": "", | |
"main": "undo-redo-demo.js", | |
"author": "", | |
"license": "MIT", | |
"scripts": { | |
"start": "node undo-redo-demo" | |
}, |
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
[{ | |
"id": 1178, | |
"date": "2013-01-11T20:22:19", | |
"date_gmt": "2013-01-12T03:22:19", | |
"guid": { | |
"rendered": "http:\/\/wptest.io\/demo\/?p=919" | |
}, | |
"modified": "2013-01-11T20:22:19", | |
"modified_gmt": "2013-01-12T03:22:19", | |
"slug": "markup-html-tags-and-formatting", |
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
[{ | |
"id": 1178, | |
"date": "2013-01-11T20:22:19", | |
"date_gmt": "2013-01-12T03:22:19", | |
"guid": { | |
"rendered": "http:\/\/wptest.io\/demo\/?p=919" | |
}, | |
"modified": "2013-01-11T20:22:19", | |
"modified_gmt": "2013-01-12T03:22:19", | |
"slug": "markup-html-tags-and-formatting", |
I have been writing JavaScript for 14 years now, and I have never once found need to use an
uber
function. The super idea is fairly important in the classical pattern, but it appears to be unnecessary in the prototypal and functional patterns. I now see my early attempts to support the classical model in JavaScript as a mistake. [Ed.: Emphasis Added]
~ Douglas Crockford, in addendum to Classical Inheritance in JavaScript
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
<?php | |
/* | |
THE GOAL: | |
Programmatically specify routes critical to the successful functioning | |
of the application, without any requirement for pages to be set up that | |
use specific templates or have specific names | |
THIS APPROACH: |
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
date | cameraCount | |
---|---|---|
20120701 | 1 | |
20130315 | 2 | |
20130605 | 1 | |
20130708 | 2 | |
20131229 | 3 | |
20140316 | 4 | |
20140729 | 5 | |
20150223 | 6 | |
20150426 | 5 |
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
year | Architecture & Design | Drawings | Film | Fluxus Collection | Media and Performance Art | Painting & Sculpture | Photography | Prints & Illustrated Books | total | untitled | |
---|---|---|---|---|---|---|---|---|---|---|---|
1929 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 8 | 9 | 0 | |
1930 | 0 | 2 | 0 | 0 | 0 | 5 | 0 | 1 | 8 | 0 | |
1931 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 3 | 0 | |
1932 | 2 | 3 | 0 | 0 | 0 | 1 | 1 | 10 | 17 | 0 | |
1933 | 0 | 0 | 0 | 0 | 0 | 2 | 92 | 2 | 96 | 0 | |
1934 | 45 | 19 | 0 | 0 | 0 | 20 | 2 | 168 | 254 | 0 | |
1935 | 23 | 306 | 4 | 0 | 0 | 22 | 24 | 33 | 412 | 182 | |
1936 | 88 | 27 | 4 | 0 | 0 | 25 | 0 | 4 | 148 | 0 | |
1937 | 193 | 25 | 1 | 0 | 0 | 35 | 57 | 6 | 317 | 6 |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Untitled Works in the MoMA Collection</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
</head> | |
<body> | |
<h2>MoMA Acquisition History for Untitled Works</h2> | |
<p><em>Total quantity of untitled works<sup>*</sup> acquired by the Museum of Modern Art in each calendar year between 1935 and 2015</em></p> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Untitled Works in the MoMA Collection</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
</head> | |
<body> | |
<svg width="540" height="520"> | |
<style type="text/css"> |