stable
Here are 122 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
May 28, 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
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
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
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
In Managing a Diverse Classroom, the CoC section should link to the guidelines in the handbook. The recommendations in the IT curriculum should also align with the recommendations in the handbook. For example the curriculum says:
If you are an instructor, and believe that someone in a workshop has violated the Cod
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
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.
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
Feb 1, 2020 - Ruby
-
Updated
Mar 27, 2019 - Go
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
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
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/ @
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
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
The diagram should mention the Python script to initialise the lesson.
In preparation for migrating (As per discussion in #431) my etherpad (and now google-docs) exporters to the universal style, what features, capabilities, and endpoints are desired for us to quickly produce note-taking documents for participants in our workshops? Do any of these features not exist in the demo documents:
Instructor training etherpad:
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