stable
Here are 134 public repositories matching this topic...
Example?
❇ Wiki.js
Problem/Motivation
Managing documentation and other stuff locally is always nice.
Even for private use, a wiki is great to keep track of changes.
Wiki.js is a stable and feature rich platform for deploying a wiki.
https://wiki.js.org/
It has various modules
and a provided Docker image
The most power
-
Updated
Jul 6, 2020 - Python
It may be interesting to add a grid comparison of features available in functional vs C# in the readme file. Here is a preview (not sure of the correct version) :
| Functional features | C# equivalent | C# version | SuccincT equivalent | SuccincT version |
|---|
When adding storage, there are a lot of options available and no description of each type of storage. when hovering over a storage item, a description could pop up to inform the user.
Dear Carpentries Contribution Reviewer Team,
in order to complete my contribution step for the instructor checkout process, I proof-read lesson "Version Control with Git" and would like to suggest improvements for section "Don't Lose Your HEAD" in "Episode 5 - Exploring History".
There are basically five suggestions I have which are targeting the introduction and explanation of the state "de
This suggestion is especially with respect to Windows machines.
We recently set up the software carpentry webpage for our upcoming SWC session. I like that there were step by step instructions for the attendees on how to install Git Bash, nano and Anaconda to get ready for the workshop. There are also video tutorials which are quite helpful.
However, I notice that on the Unix Shell lesson s
I suggest either adding a short code piece to use the rename() function to change the column "genus" to "genera" (thus alerting the learners to their relationship here, while adding a new function) or changing the column name in the original dataset. Otherwise, I've found that using the correct plural for genus confuses learners who are not biologists. Although it's the R ecology lesson and one
NB: Good first issue label (cannot be added because not in contributor list)
Exercise Reading error Messages - Lesson "Error and Exceptions"
(http://swcarpentry.github.io/python-novice-inflammation/09-errors/index.html)
- As dictionaries are not introduced previously in lesson (maybe a consequence of reducing the lesson) I suggest the following:
- Moving this exercise at the end of th
This suggestion comes by way of Ariel Deardoff, who suggested this during Trainer Training:
We have a lot of information on how to do a lesson introduction, but equally important is how we end the workshop. We've been in workshops where the lesson just peters out and everyone leaves, and we attribute this to not having a clear sense of what should go into the conclusion (wrapping things up, fur
Because using the GitHub template feature doesn't bring the full history of the repository these instructions need to be updated to explain how to allow unrelated histories and fix merge conflicts.... or we switch to using remote theme for workshops.
The text uses two different articles when referring to files with the .R extension (i.e. "an .R file" and "a .R file"). This should be standardized. When referring to the file extension in speech, the ".R" is generally spoken as "dot are", so using the article "a" seems most appropriate.
The help pane could use additional calling out; the section describing mathematical functions (sin/cos/t
Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)
I suspect the
Dear Community,
There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.
Regards,
Rodolfo
In the Making Plots With plotnine lesson, there is a disclaimer that shows how to load plotnine.
I would recommend also mentioning here a reminder that plotnine is not in the standard Anaconda package and needs to be installed separately.
-
Updated
Jul 6, 2020 - Ruby
-
Updated
Mar 27, 2019 - Go
In this lesson, we learn that you can use a slice to get a substring and that "Numbers are not stored in the written representation, so they can’t be treated like strings." However, what about adding a short follow up to this part of the assignment to teach the students how to convert an integer to a string? For example, if you type in the code:
a = str(123)
print(a[1])
instead of the code
Adding a let r2 = new Router({prefix: 'a'}).loadMethods().get('/', (ctx, next) => {ctx.body='supposed to be at /api/a/'; return next();}) with let r1 = new Router({prefix: 'api'}).addRoutes(r2); does not result in a callable route. Actually koa-better-router crashes with not having any routes.
And using extend -> let r1 = new Router({prefix: 'api'}).extend(r2); will loose all prefix inf
I could not find an Nginx configuration example so I used the following.
server {
listen 80;
server_name mecha.local;
access_log /home/example/web/mecha/access-logs/access.log;
error_log /home/example/web/mecha/access-logs/error.log;
root /home/peter/example/mecha/public_html;
index index.php;
location / {
try_files $uri $uri/ @
In episode _episodes_rmd/12-time-series-raster.Rmd
There is a big chunk of code that can probably be made to look nicer via dplyr:
# Plot RGB data for Julian day 133
RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
quantiles = c(0.02, 0.98)
r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
Tutorial Feature
Although a good education and support system in less than a new beginning :) :)
an education system that explains the basics of the game
Have you taught this lesson? One way you can help us improve it is by filing issues here about typos you've discovered, but you can also help us fill out the instructor notes!
- What did you find difficult?
- Where was it too fast?
- What exercises could be improved?
- What did learners struggle with?
- What did you emphasize? W
https://swcarpentry.github.io/sql-novice-survey/01-select/index.html has hyperlinked reference-words like "relational database"
Currently, these words 404 as they are pointing at https://swcarpentry.github.io/reference.html#relational-database. They should be pointing at https://swcarpentry.github.io/**sql-novice-survey**/reference.html#relational-database. Looking at the code, this is rendered
-
Updated
Oct 4, 2019 - Java
Improve this page
Add a description, image, and links to the stable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stable topic, visit your repo's landing page and select "manage topics."

add a list of alternative similar projects in README, e.g. based on the thread: https://groups.google.com/d/topic/golang-nuts/_LszV5IqBWg/discussion