This file contains 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
(tweeted in March 2016. Subsequently deleted) | |
"61. Fifth… I have no idea? | |
Here’s where I pull a Theweleit, throw up a picture of Tintin, and flee. https://t.co/QlYM3cAxLL" | |
60. Fourth, stop trying to explain Trumpism’s fascism by looking to the 1930s. That's too late. Fascism was born at Versailles (at least!). | |
59. Third, realize that rational or objective appeals to political economy or fretting over Kansas will accomplish nothing. | |
58. Second, see Trumpism as an extension of the male ego’s desire to dominate, meaning it’s undeniably racist and bigoted by design. | |
57. So, as Lenin would ask, “Что делать?” What is to be done? First, understand Trumpism as a real phenomenon featuring normal people. | |
56. For this strata-on-two-fronts, Trump is, as a Leader, “a man whom they themselves originally delegated heavenward” (II.409). |
This file contains 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
# First command: | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
# This installs homebrew. Now we use homebrew to install gpg2: | |
brew install gpg2 | |
# Now we use gpg to receive the keys. |
This file contains 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
import Ember from 'ember'; | |
import { | |
validatePresence, | |
validateLength | |
} from 'ember-changeset-validations/validators'; | |
const { get } = Ember; | |
export default Ember.Controller.extend({ | |
props: ["name.firstName", "name.lastName", "job", "age"], |
This file contains 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
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
}); |
This file contains 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
Rank | Name | Type | Smoothness | Smudging | Bleed-through | Feel | Looks | Price/ | |
---|---|---|---|---|---|---|---|---|---|
100 | Pilot Fineliner | Felt-tip | 1 | 3 | 3 | 3 | 2 | $1.50 | |
99 | Pentel Arts Slicci 0.25mm. Extra Fine | Gel | 1 | 5 | 3 | 2 | 3 | $2.25 | |
98 | Uni-ball Jetstream | Ballpoint | 4 | 3 | 3 | 3.5 | 1 | $3.00 | |
97 | Pilot Metropolitan | Fountain | 1.5 | 3 | 4 | 3 | 3.5 | $13.00 | |
96 | Pentel RSVP RT | Ballpoint | 3 | 5 | 4 | 2 | 1 | $1.50 | |
95 | Koh-I-Noor Rapidograph | Fountain | 2 | 2 | 4.5 | 3 | 4 | $25.00 | |
94 | Staedtler Pigment Liner | Felt-tip | 1 | 5 | 5 | 3 | 2 | $1.67 | |
93 | Staedtler Lumocolor Permanent | Felt-tip | 2 | 5 | 1 | 4 | 4 | $2.10 | |
92 | Pilot G2 Ultra Fine | Gel | 2 | 5 | 5 | 2 | 2 | $1.08 |
This file contains 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
Rank,Name,Type,Smoothness,Smudging,Bleed-through,Feel,Looks,Price/ | |
100,Pilot Fineliner,Felt-tip,1,3,3,3,2,$1.50 | |
99,Pentel Arts Slicci 0.25mm. Extra Fine,Gel,1,5,3,2,3,$2.25 | |
98,Uni-ball Jetstream,Ballpoint,4,3,3,3.5,1,$3.00 | |
97,Pilot Metropolitan,Fountain,1.5,3,4,3,3.5,$13.00 | |
96,Pentel RSVP RT,Ballpoint,3,5,4,2,1,$1.50 | |
95,Koh-I-Noor Rapidograph,Fountain,2,2,4.5,3,4,$25.00 | |
94,Staedtler Pigment Liner,Felt-tip,1,5,5,3,2,$1.67 | |
93,Staedtler Lumocolor Permanent,Felt-tip,2,5,1,4,4,$2.10 | |
92,Pilot G2 Ultra Fine,Gel,2,5,5,2,2,$1.08 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Greetings from Postman! |
This file contains 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
{"users":[{"email":"mds17@nyu.edu","password":"asdf","age":12},{"email":"moacir@uchicago.edu","password":"qwer","age":"23"},{"email":"taylorswift@taylorswift.com","password":"taytay","age":"29"},{"email":"Joe.biden@aol.com","password":"ishouldverun","age":"75"},{"email":"hi-im@29.years.old","password":"liketaylor","age":"29"},{"email":"a@baby.com","password":"justababy","age":"2"},{"email":"andrew@carnegie.com","password":"learnearngive","age":"182"}]} |
This file contains 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
# This is a ruby port of Long Qian's: | |
# | |
# https://github.com/qian256/qian256.github.io/blob/master/tag_generator.py | |
# | |
# which is a python script that accompanies this useful webpage on creating | |
# tags for Jekyll without plugins: | |
# | |
# http://longqian.me/2017/02/09/github-jekyll-tag/ | |
# | |
# This Rakefile uses Jekyll's internals to generate the list, as opposed to |
NewerOlder