Updated: 21 August 2023
link
Conway’s Game of Life
Updated: 18 August 2023
https://lazyslug.com/lifeviewer/
https://playgameoflife.com/
Symfony
Updated: 12 July 2024
Symfony releases, notifications and release checker
Dump the default configuration for security
bin/console config:dump-reference security
JSON
Updated: 27 May 2023
A JSON array containing two object items
[
{"foo":"bar"},
{"spam":"eggs"}
]
A JSON object containing one item. The value of myarr
is an array
{
"myarr": [ 41, {"what":"ever"} ]
}
See also
shell
Updated: 09 May 2023
ShellCheck
https://www.shellcheck.net/
https://github.com/koalaman/shellcheck
bash docs
https://linux.die.net advanced bash scripting
https://www.gnu.org/software/bash/manual/
Style guide
Hightlight JS
Updated: 04 October 2023
Syntax highlighting for the Web https://highlightjs.org/
<!-- Bash -->
<pre><code class="language-bash hljs">...</code></pre>
<!-- C# -->
<pre><code class="language-csharp hljs">...</code></pre>
<!-- html or xml -->
<pre><code class="language-xml hljs">...</code></pre>
<!-- Json -->
<pre><code class="language-json hljs">...</code></pre>
<!-- PHP -->
<pre><code class="language-php hljs">...</code></pre>
<!-- Vim Script -->
<pre><code class="language-vim hljs">...</code></pre>
<!-- Java -->
<pre><code class="language-java hljs">...</code></pre>
<!-- SQL -->
<pre><code class="language-sql hljs">...</code></pre>
<!-- Visual Basic -->
<pre><code class="language-vb hljs">...</code></pre>
All demos: https://highlightjs.org/static/demo/
VBA IDE
Updated: 30 April 2023
Disable Compile Error message box: Tools > Options > Auto Syntax Check
Rubberduck
Selenium documentation
Updated: 22 February 2023
.NET
https://www.selenium.dev/documentation/
https://www.selenium.dev/selenium/docs/api/dotnet/
HTTP Request & Response Services
Updated: 17 February 2023