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
[36mBuilt-in Atom Packages[39m (90) | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] |
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
$ 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 |
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> | |
<head> | |
<title>whatever</title> | |
</head> | |
<body> | |
<div id="app"></div> | |
<!-- scripts (including ember and it's templates) --> | |
</body> | |
</html> |
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
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, |
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
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, |
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
@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; } | |
} |
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
/* | |
* 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()) |
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
[email protected] /path/to/project | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] |
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
//<script> | |
var w_location = | |
'/?pagerd_' + Math.random().toString(36).substring(7); | |
function start() { | |
var from = document.referrer; | |
var i; | |
// If it's direct |
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
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/ |