Developer Links

for (int i = 0; i < myList.size(); i++)
for (int i = 0; i < array.length; i++)

for (int i = myList.size() - 1; i >= 0; i--)

Developer videos (uTube)

Visual Studio Code
    .vsix file extension (zip)
Python Links
C# Links
Golang Links

Batch Script Tutorial
Windows CMD commands
    %0 %1 %2 %*
Windows PowerShell commands
Regular Expressions

Git SCM
CodeConvert (C# to C++)
Tutorialspoint - library
Tutorialspoint - coding ground
Tutorial Kart
Software Design Patterns
Computer Science Design Patterns
Web Application Framework - WiKi
Mindview quick links - Bruce Eckel
IT eBooks
freeCodeCamp - get Developer Job (non-profit)
Dev-C++ IDE
GDB: The GNU Project Debugger
    gdb - linux man page
Mingw-w64
CMake (overview)
    cmake man page
    cmake (help)
CMake Community Wiki
CMake - reference docs

Apache Ant
Apache Maven
    Maven GAV (groupId, artifactId, version)
    Archetype Catalog (xml, remote)
    org.apache.maven.archetypes ( maven-archetype-quickstart )
Maven Build Lifecycle (phases)
    validate, compile, test, package, verify, install, deploy
Maven Cheat Sheet
The Central Repository (default repository - Apache Maven)
    Search Engine - The Central Repository
MvnRepository
Gradle Build Tool
    Gradle Wiki
Jenkins - continuous integration tool (server)

Java
    File.separatorChar , File.pathSeparatorChar
Jar - Setting an Application's Entry Point
    Main-Class: myPackage.myClass (MANIFEST.MF)
    java -jar app.jar --> run with 'proper' manifest file
    java -cp .;app.jar --> run with no manifest file
Apache Tomcat
Jetty - Java Web server / Servlet container

Vim documentation: help
Vim graphical cheat sheet & tutorial
vim graphical cheat sheet
Vim cheat sheet (dvorak)
vim graphical cheat sheet (dvorak)
A Byte of Vim