Go to the egghead website, i.e. Building a React.js App
run
$.each($('h4 a'), function(index, video){
console.log(video.href);
});| # http://henrik.nyh.se/2008/12/git-dirty-prompt | |
| # http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/ | |
| # username@Machine ~/dev/dir[master]$ # clean working directory | |
| # username@Machine ~/dev/dir[master*]$ # dirty working directory | |
| function parse_git_dirty { | |
| [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*" | |
| } | |
| function parse_git_branch { | |
| git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/[\1$(parse_git_dirty)]/" |
| # Atom Cheatsheet. | |
| # Project Key Bindings. | |
| - 'cmd-shift-p': open the command palette. | |
| - 'cmd-p' or 'cmd-t': open the fuzzy finder to find a file. | |
| - 'cmd-b': look for a file that is already open. | |
| - 'cmd-shift-b': search the list of files modified and untracked in your project repository. | |
| - 'ctrl-0': open and focus the the tree view. |
Go to the egghead website, i.e. Building a React.js App
run
$.each($('h4 a'), function(index, video){
console.log(video.href);
});| cg.subject.ciat,dc.contributor.author,dc.contributor.corporate,dc.cplace.country,dc.date.issued,dc.description.abstract,dc.identifier.citation,dc.identifier.status,dc.identifier.uri,dc.identifier.url,filename,dc.language.iso,dc.publisher,dc.rplace.region,dc.subject,dc.title,dc.type.output | |
| POLICY||NUTRITION,"Pachico, DH||Seré Rabé, C",,,1981,,"Pachico, Douglas H.; Seré Rabé, Carlos. 1981. Food consumption patterns and malnutrition in Latin America : Some issues for commodity priorities and policy analysis. Centro Internacional de Agricultura Tropical (CIAT), Cali, CO. 36 p.",Open Access,,http://ciat-library.ciat.cgiar.org/ciat_digital/CIAT/64661.pdf,64661.pdf,en,Centro Internacional de Agricultura Tropical (CIAT),LATIN AMERICA,FOOD CONSUMPTION||MALNUTRITION||LATIN AMERICA||CONSUMO DE ALIMENTOS||MALNUTRICIÓN||AMÉRICA LATINA,Food consumption patterns and malnutrition in Latin America : some issues for commodity priorities and policy analysis,Report | |
| MONITORING AND REPORTING,"Woolley, JN||Pachico, DH",,,1987,,"Woo |
/var/www/html in the Vagrant boxc:\Users\username\Work\projects\my-project\repo\htmlroute -nee in the VM and look for the gateway address)| { | |
| "breadcrumbs.enabled": true, | |
| "css.validate": true, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "editor.tabSize": 2, | |
| "editor.autoIndent": "full", | |
| "editor.insertSpaces": true, | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": false, | |
| "editor.renderWhitespace": "boundary", |
| { | |
| /* DDEV container */ | |
| /* PHP Linting */ | |
| "php.validate.executablePath": "/usr/bin/php", | |
| /* PHP Sniffer & Beautifier */ | |
| "phpsab.executablePathCS": "/var/www/html/vendor/bin/phpcs", | |
| "phpsab.executablePathCBF": "/var/www/html/vendor/bin/phpcbf", | |
| "phpsab.standard": "/var/www/html/phpcs.xml", | |
| "phpsab.snifferEnable": true, | |
| "phpsab.fixerEnable": true, |