-
Updated
Jul 3, 2019 - Python
linux-shell
Here are 319 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Shell
-
Updated
May 7, 2020 - Lua
-
Updated
Oct 17, 2019 - C
-
Updated
Mar 18, 2019 - JavaScript
-
Updated
Aug 4, 2018 - Shell
-
Updated
Jun 27, 2020 - Python
Possibly might be useful to add reference to something like git magic it has useful things like chapter 8 & appendix A that are not so common to be gathered in the same space
Originally posted by @sudodoki in kottans/git-course#1 (comment)
CODE_OF_CONDUCT.md
-
Updated
Sep 7, 2018 - Shell
-
Updated
May 9, 2020
-
Updated
Jun 27, 2020 - Shell
-
Updated
May 22, 2020 - C++
-
Updated
Jul 20, 2019 - C
-
Updated
Dec 12, 2019 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
Jun 19, 2020 - Shell
-
Updated
Mar 20, 2020 - Shell
-
Updated
Nov 1, 2019 - Python
-
Updated
Oct 5, 2018
-
Updated
Mar 15, 2020 - Shell
-
Updated
Apr 6, 2020 - Jupyter Notebook
-
Updated
May 13, 2020 - Shell
github-repository-traffic/uninstall.github.repository.sh - remove .github-repository-traffic
- remove commands
- tar up data, store in /tmp and remove from data from /usr/local/data/github
- edit crontab -e and remove github-repository-traffic lines
Add more to the weather. Currently, the only things influencing sales is the temperature. Instead of using temperature to influence customer count, other weather conditions should be the deciding factor. Cloudy, Raining, Sunny etc
Each weather condition will be given a "score", the higher the score the more visitors. The score increases weather becomes more desirable (since people typically wal
-
Updated
Mar 25, 2020 - C
-
Updated
May 19, 2020 - C
Improve this page
Add a description, image, and links to the linux-shell topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linux-shell topic, visit your repo's landing page and select "manage topics."
Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.
Us