english
Here are 1,015 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Objective-C++

-
Updated
Jan 31, 2021 - TypeScript
-
Updated
Sep 6, 2020
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Jupyter Notebook
-
Updated
Jun 1, 2020 - Jupyter Notebook
-
Updated
Jan 20, 2021 - Python
-
Updated
Dec 30, 2016 - HTML
I'm using link-grammar-5.3.15.
This one didn't work for me:
https://github.com/opencog/link-grammar/blob/master/bindings/java/org/linkgrammar/LinkGrammar.java#L43
Even when I added /usr/local/lib to jvm props:
java.lang.UnsatisfiedLinkError: no liblink-grammar in java.library.path
I fixed it by replacing that line into:
System.load("/usr/local/lib/liblink-grammar-java.so")
-
Updated
Dec 7, 2020 - Python
-
Updated
Jan 13, 2021 - Ruby
wc clarity
The Unix Shell: Lesson 4. Pipes and Filters
Word count without flags is used to initially introduce the command and outputs three points of data - character, word, and line count. Then -l is added to show how line count is attained. It would be helpful to also include wc -cwl to show that the output is the same as default without flags. This would help by teaching about default flags and also inc
-
Updated
Feb 24, 2019 - Python
The first episode is more a description of "a" version control system, rather than of Git. I think that's useful as this is the first exposure of many learners to the concept. Also, the model based on diffs in not completely accurate for Git. A compromise to be both accurate and keep it simple could be to change the second objective to reflect this. So, what about?
Understand the basics
-
Updated
Aug 6, 2020 - Ruby
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
-
Updated
Dec 30, 2018 - Python
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
-
Updated
Nov 18, 2017 - JavaScript
Improve this page
Add a description, image, and links to the english topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the english topic, visit your repo's landing page and select "manage topics."