"I'm not sure I can easily explain what this code is doing" - Gregory Cornelius
"Smart data structures and dumb code works a lot better than the other way around" - Eric S. Raymond, The Cathedral and the Bazaar
"I'm not sure I can easily explain what this code is doing" - Gregory Cornelius
"Smart data structures and dumb code works a lot better than the other way around" - Eric S. Raymond, The Cathedral and the Bazaar
Unicode Technical Report 51, a document to improve interoperability of Emoji, i.e. close the "Emoji Gap"
Shigetaka Kurita created the first emoji set when working on the i-mode at Docomo.
http://www.unicode.org/Public/emoji/1.0/emoji-ordering.html |
Segments1 isolate subsets of your data for analysis. For example, you may want to view trends in how mobile users are interacting with the site. Segments are persistent throughout the Google Analytics interface — they travel with you through each screen. Google Analytics comes with default segments, e.g. Bounced Sessions, Direct Traffic, returning users, tablet users. Custom segments can be created as well, such as NYT web subscribers, NYT home delivery subscribers, etc.
Context compares recorded metrics against either external data (e.g. industry averages) or internal data (e.g. expected unique sessions).
Conversions are desirable user behaviors. A macro-conversion is a heavily desired behavior, e.g. buying a product. A micro-conversion is a behavior that is on the way towards making a macro-conversion, e.g. clicking to read the specs on a product.
Attribution is assi
There are three mechanisms you have as a snowboarder: tilt, rotation, and shift.
When you press your foot forward toward your toes or backward onto your heels, that is tilt.
When you turn your hips one way or the other, that is rotation.
When you shift your weight onto your front or back foot, that is shift.
Instructions for making a 60% keyboard with an abbreviated navigation cluster.
Explainshell.com is the website's back-end. It downloads manpages from Ubuntu's website and parses them into a useful format stored inside a mongo database. When a command is "explained," the line is parsed by Idan's bash lexical parser, a Python port of GNU's internal bash parser.
The man
command outputs documentation for a program (e.g. man git-stash
). The output is based on a source file that's written in a markup language named troff. Running man -w git-stash
surfaces its filepath on the computer.
$ explain "rm -rf *" | |
rm -rf * | |
└── rm remove files or directories | |
├── -r remove directories and their contents recursively | |
├── -f ignore nonexistent files, never prompt | |
└── * Remove (unlink) the FILE(s). |
The MIT License (MIT) | |
Copyright (c) 2016 Eric Andrew Lewis | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH |
[{"number":"0.70","features":["texturize","autop","Custom Excerpts"],"date":"May 27, 2003","name":""},{"number":"0.71","features":["300% faster","Post statuses (Publish, draft, private)"],"date":"June 9, 2003","name":""},{"number":"0.72","features":["Password protected posts"],"date":"October 11, 2003","name":""},{"number":"1.0","features":["Pretty Permalinks","Multiple Categories per post","Edit wp-config from the browser on install","Comment moderation"],"date":"January 3, 2004","name":"Miles Davis"},{"number":"1.2","features":["Plugin architecture","Custom fields","Sub-categories","Thumbnail creation","Localization and Unicode support"],"date":"January 3, 2004","name":"Charles Mingus"},{"number":"1.5","features":["Kubrick Theme","Flexible theme system","Pages","Admin Dashboard"],"date":"February 17, 2005","name":"Billy Strayhorn"},{"number":"2.0","features":["Redesigned admin interface","AJAX in Admin","WYSIWYG Editor","Skippy’s DB backup plugin included","Akismet plugin included","Resizable Editor","Inlin |