/100-days-of-code

Compilation of code tips and tricks over specified time period

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

100 Days of Code

Compilation of code tips and tricks over specified time period

Byte size of 100 Days Of Code Open Issues Open Pull Requests Latest commits 100-days-of-code Demos



Requirements

This repository makes use of Git Submodules to track dependencies, to avoid incomplete downloads clone with the --recurse-submodules option...

git clone --recurse-submodules git@github.com:S0AndS0/100-days-of-code.git

To update tracked Git Submodules issue the following commands...

git pull

git submodule update --init --merge --recursive

To force upgrade of Git Submodules...

git submodule update --init --merge --recursive --remote

Note, forcing and update of Git Submodule tracked dependencies may cause instabilities and/or merge conflicts; if however everything operates as expected after an update please consider submitting a Pull Request.


Notes

This repository is built with the help of Jekyll, served with thanks to GitHub Pages, and available at https://S0AndS0.github.io/100-days-of-code

Private testing is facilitated by Jekyll_Admin, though not necessarily required.

Pull Requests that correct mistakes/bugs, or add features are certainly welcomed.


Attribution


License

Compilation of code tips and tricks over specified time period
Copyright (C) 2020 S0AndS0

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

For further details review full length version of AGPL-3.0 License.