-
Updated
Dec 11, 2019 - HTML
beginner
Here are 113 public repositories matching this topic...
-
Updated
Oct 11, 2019 - HTML
A suggested addition to
Basic Data Types -> floats
(or maybe its own sub-section)
An extended example with two operators of the same precedence, e.g.
5.0 * 3.0 mod 10.0
is evaluated as
(5.0 * 3.0) mod 10.0
because multiplication and modulus have the same precedence level
It might help to include a reference to Precedence Levels at https://nim-lang.org/docs/manual.html#sy
-
Updated
Sep 8, 2019 - HTML
Everyone, and yes that includes you reading this no matter who you are, is welcome to contribute to this project and add their own annoying page as long as it complies with the readme.md
-
Updated
Oct 30, 2019 - HTML
-
Updated
Sep 13, 2018 - HTML
Anyone, please contribute to the repository developing a simple and secure registration and login system in php using the mysql database. You should use latest security measures in developing the system and also conquer the sql injection vulnerability.
-
Updated
Dec 14, 2019 - HTML
-
Updated
Aug 18, 2019 - HTML
-
Updated
Aug 18, 2019 - HTML
-
Updated
Apr 2, 2020 - HTML
Mejorar Docs
En un principio arrancamos todo Γ©sto del Docs (https://sidval.github.io/dev.web) con docsify.js.org, y pareciera funcionar correctamente, aunque tengo un par de ideas para agregar que me gustarΓa contemplar:
- Comentarios / Chat / Preguntas en la documentaciΓ³n
- Chat de GitChat [ver]
-
Updated
Jul 18, 2019 - HTML
-
Updated
Aug 19, 2019 - HTML
-
Updated
Jul 21, 2018 - HTML
-
Updated
May 23, 2018 - HTML
-
Updated
Jul 12, 2018 - HTML
-
Updated
Aug 19, 2019 - HTML
-
Updated
May 4, 2020 - HTML
-
Updated
May 7, 2020 - HTML
Improve this page
Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."
Why not link to everyone's file in the
humansdirectory?Well. Now on the index page, we can only see the link to human.txt and some links to everyone's GitHub profile. If I want to see a page someone created in
humansdirectory, it will be hard to find it. Why not write a piece of JavaScript to display links to pages in thehumansdirectory rather than GitHub profiles.Do you need a