skills
Here are 476 public repositories matching this topic...
-
Updated
Jan 22, 2020
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Jan 7, 2021
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
-
Updated
Dec 27, 2020 - SCSS
Q34. Which code snippet demonstrates encapsulation?
-
class Cow extends Animal {
private $milk;
} -
class Cow {
public $milk;
}$daisy = new Cow(); $daisy->milk = "creamy"; -
class Cow {
public $milk;function getMilk() { return $this->milk; } }
-
Updated
Jan 26, 2021 - TypeScript
-
Updated
Oct 1, 2020 - HTML
-
Updated
Nov 10, 2020 - Java
-
Updated
Jan 8, 2021 - Python
-
Updated
Mar 5, 2020
-
Updated
Jan 29, 2021 - HTML
-
Updated
Jan 27, 2021 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Jan 5, 2021 - C#
Improve codecov
Currently the code coverage is around 70%. Need help to write tests so as to obtain a code coverage above 90%
-
Updated
Jan 21, 2021
-
Updated
Oct 22, 2020
Similar to #192
-
Updated
Dec 11, 2020 - HTML
-
Updated
Sep 16, 2020 - C#
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 30, 2019 - Rust
Improve this page
Add a description, image, and links to the skills topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the skills topic, visit your repo's landing page and select "manage topics."
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner