Skip to content

Instantly share code, notes, and snippets.

Built-in Atom Packages (90)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
$ node --version
v6.9.1
$ npm --version
3.10.8
$ nvm --version
0.23.3
Installing yarn
255.48s$ curl -o- -L https://yarnpkg.com/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
<!DOCTYPE html>
<html>
<head>
<title>whatever</title>
</head>
<body>
<div id="app"></div>
<!-- scripts (including ember and it's templates) -->
</body>
</html>
src/__test__/core/react/RenderComponentSpec.tsx:25: color:React.PropTypes.string
src/__test__/core/react/RenderComponentSpec.tsx:42: color:React.PropTypes.string
src/__test__/core/react/RenderComponentSpec.tsx:47: color: React.PropTypes.string
src/components/display/view-switcher/ViewSwitcherHits.tsx:30: hitComponents:React.PropTypes.arrayOf(
src/components/display/view-switcher/ViewSwitcherHits.tsx:31: React.PropTypes.shape({
src/components/display/view-switcher/ViewSwitcherHits.tsx:32: key:React.PropTypes.string.isRequired,
src/components/display/view-switcher/ViewSwitcherHits.tsx:33: title:React.PropTypes.string.isRequired,
src/components/display/view-switcher/ViewSwitcherHits.tsx:36: defaultOption:React.PropTypes.bool
src/components/search/filters/checkbox-filter/CheckboxFilter.tsx:32: id: React.PropTypes.string.isRequired,
src/components/search/filters/checkbox-filter/CheckboxFilter.tsx:33: title: React.PropTypes.string.isRequired,
src/__test__/core/react/RenderComponentSpec.tsx:25: color:React.PropTypes.string
src/__test__/core/react/RenderComponentSpec.tsx:42: color:React.PropTypes.string
src/__test__/core/react/RenderComponentSpec.tsx:47: color: React.PropTypes.string
src/components/display/view-switcher/ViewSwitcherHits.tsx:31: hitComponents:React.PropTypes.arrayOf(
src/components/display/view-switcher/ViewSwitcherHits.tsx:32: React.PropTypes.shape({
src/components/display/view-switcher/ViewSwitcherHits.tsx:33: key:React.PropTypes.string.isRequired,
src/components/display/view-switcher/ViewSwitcherHits.tsx:34: title:React.PropTypes.string.isRequired,
src/components/display/view-switcher/ViewSwitcherHits.tsx:37: defaultOption:React.PropTypes.bool
src/components/search/filters/checkbox-filter/CheckboxFilter.tsx:32: id: React.PropTypes.string.isRequired,
src/components/search/filters/checkbox-filter/CheckboxFilter.tsx:33: title: React.PropTypes.string.isRequired,
@media screen and (max-width: 767px) {
table.table-magic { border: 0; }
table.table-magic thead { display: none; }
table.table-magic tr { margin-bottom: 10px; display: block; border: 1px solid #ddd; border-bottom: 2px solid #ddd; }
table.table-magic td { display: block; position: relative; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
table.table-magic td:last-child { border-bottom: 0; }
table.table-magic td:before { content: attr(data-label); position: absolute; left: 5px; text-transform: uppercase; font-weight: bold; }
}
/*
* javascript to unsubscribe from all default subs
* navigate to https://www.reddit.com/subreddits and then copy/paste the below snippet in the console
* Tested in chrome 56, minimum browser reqs:
* https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#AutoCompatibilityTable
* http://caniuse.com/#feat=arrow-functions
*/
document.querySelectorAll('a.option.remove').forEach(a => a.click())
//<script>
var w_location =
'/?pagerd_' + Math.random().toString(36).substring(7);
function start() {
var from = document.referrer;
var i;
// If it's direct
ServerName [app-name].[tld]
ServerAlias www.[app-name].[tld]
ServerAdmin [email protected]
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Location />
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/