programming
Here are 562 public repositories matching this topic...
-
Updated
Jul 9, 2022 - HTML
In Episode 8: Collaborating, there are many gendered pronouns that should be changed to better fit with the model of inclusivity that the Carpentries has built.
To accept access to the Owner’s repo, the Collaborator needs to go to https://github.com/notifications. Once there she can accept access to the Owner’s repo.
- The s
-
Updated
Jun 10, 2022 - HTML
-
Updated
Nov 24, 2021 - HTML
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 second episode I believe that it would be more usefull to have the sections "Python is case-sensitive" and "Use meaningful variable names" right after "Use variables to store values". It would keep all the information and instructions for using and allocating variables in one place before going into printing and slicing.
-
Updated
Jun 5, 2022 - HTML
-
Updated
May 20, 2022 - HTML
-
Updated
Jan 23, 2021 - HTML
Please take this as part of Task 3
- Tech stack: HTML/JS or React or Gatsby
- Single page website
- Should list a brief about hacktoberfest
- Should list our tasks and how to contribute to us
- Mention contribution graph using some API
- Try to use Tailwind CSS if possible
ggplot is a big reason to adopt R - there should be several more examples.
-
Updated
Jul 7, 2022 - HTML
-
Updated
Oct 28, 2020 - HTML
-
Updated
Nov 28, 2021 - HTML
Waiting for the first programming editorial!
-
Updated
Oct 8, 2019 - HTML
-
Updated
May 3, 2022 - HTML
-
Updated
Feb 16, 2020 - HTML
-
Updated
Oct 1, 2021 - HTML
-
Updated
Jun 20, 2022 - HTML
-
Updated
Feb 16, 2018 - HTML
-
Updated
Oct 31, 2019 - HTML
-
Updated
Nov 18, 2021 - HTML
Improve this page
Add a description, image, and links to the programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming topic, visit your repo's landing page and select "manage topics."
The Unix Shell, Episode 05 line 48 (https://swcarpentry.github.io/shell-novice/05-loop/index.html).
I just think that It may be useful to add a note explaning that the general for loop (see below) should give an erro as "thing" and "ist_of_things" do not exist in our working directory.
for thing in list_of_things
do
operation_using $thing # Indentation within the loop is not requir