Main Page: Difference between revisions
Appearance
| Line 31: | Line 31: | ||
* [[for loop at the cli]] | * [[for loop at the cli]] | ||
* [[for loops]] | * [[for loops]] | ||
* [[logical and and logical or]] | |||
* [[variables]] | * [[variables]] | ||
* [[conditions]] | * [[conditions]] | ||
Revision as of 19:38, 5 July 2025
The Squishu Wiki
Consult the User's Guide for information on using the wiki software.
Development
- C
- C++
- html
- css
- browser and dom
- javascript
- node.js
- react
- windows
- Git Hub and Git
- Markdown
- Visual Studio Code - VSC
- Code Formatters
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
Bash Scripting
- bash scripts in github
- bash scripting
- case statements
- expr and $(( ))
- for loop at the cli
- for loops
- logical and and logical or
- variables
- conditions
- control structures
- until loops
- while loop