forked from siobhon-egan/siobhon-egan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d1c910
commit ae783b4
Showing
250 changed files
with
52,226 additions
and
11,305 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ | |
*.Rmd | ||
*.Rproj | ||
tmp/ | ||
.DS_Store | ||
|
||
/.quarto/ | ||
_site/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Page Not Found | ||
--- | ||
|
||
The page you requested cannot be found (perhaps it was moved or renamed). | ||
|
||
You may want to try searching to find the page's new location. |
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
_freeze/posts/2021-02-13-general-code/2021-02-13-general-code/execute-results/html.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"hash": "22c9be7098e05d88f8b809167c0dec30", | ||
"result": { | ||
"markdown": "---\ntitle: \"General code\"\ndescription: |\n Scientific journal articles.\ndate: \"2021-02-13\"\ncategories: [code]\n---\n\n\n\n\n# Code\n\n[Coding starters]{.badge .badge-info}\n\n## Text editors\n\nThe first step in your coding journey is to download yourself a good text editor. While you most systems come with a basic built-in editor (e.g. `TextEdit` for MacOS or `notepad` for windows) its best to find one you like early one.\n\nMy favourite is [atom](https://atom.io/) - which is **FREE**.\n\nOthers include:\n\n- [Sublime Text](https://www.sublimetext.com/) - **PAID**\n- [Notepad++](https://notepad-plus-plus.org/)\n- [TextMate](https://macromates.com/)\n\n## Etherpad\n\nAn etherpad is an excellent tool to use for teaching and workshops. It provides a communal notepad that everyone can access - provide a single link and you can drop in any information, bits of code, webpage links, resources etc in this central place rather than having people rely on copying code correctly from a screen.\n\n- [etherpad wikimedia](https://etherpad.wikimedia.org/)\n- [pad carpentries](https://pad.carpentries.org/)\n- [pad riseup](https://pad.riseup.net/)\n- [pad carpentries](https://pad.carpentries.org/)\n", | ||
"supporting": [], | ||
"filters": [ | ||
"rmarkdown/pagebreak.lua" | ||
], | ||
"includes": {}, | ||
"engineDependencies": {}, | ||
"preserve": {}, | ||
"postProcess": true | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
_freeze/posts/2021-02-13-general-code/general-code/execute-results/html.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"hash": "48f7bc60753c99e8e724f0bb31439053", | ||
"result": { | ||
"markdown": "---\ntitle: \"General code\"\ndescription: |\n Misc. notes related to coding.\nauthor:\n - name: Siobhon Egan\n url: https://siobhonlegan.com/\ndate: 2021-02-13\noutput:\n distill::distill_article:\n self_contained: false\ncategories:\n - code\n---\n\n\n\n\n# Code\n\n<span class=\"badge badge-info\">Coding starters</span>\n\n## Text editors\n\nThe first step in your coding journey is to download yourself a good text editor.\nWhile you most systems come with a basic built-in editor (e.g. `TextEdit` for MacOS or `notepad` for windows) its best to find one you like early one.\n\nMy favourite is [atom](https://atom.io/) - which is **FREE**.\n\nOthers include:\n\n* [Sublime Text](https://www.sublimetext.com/) - **PAID**\n* [Notepad++](https://notepad-plus-plus.org/)\n* [TextMate](https://macromates.com/)\n\n## Etherpad\n\nAn etherpad is an excellent tool to use for teaching and workshops. It provides a communal notepad that everyone can access - provide a single link and you can drop in any information, bits of code, webpage links, resources etc in this central place rather than having people rely on copying code correctly from a screen.\n\n* [etherpad wikimedia](https://etherpad.wikimedia.org/)\n* [pad carpentries](https://pad.carpentries.org/)\n* [pad riseup](https://pad.riseup.net/)\n* [pad carpentries](https://pad.carpentries.org/)\n\n", | ||
"supporting": [], | ||
"filters": [ | ||
"rmarkdown/pagebreak.lua" | ||
], | ||
"includes": {}, | ||
"engineDependencies": {}, | ||
"preserve": {}, | ||
"postProcess": true | ||
} | ||
} |
Oops, something went wrong.