Remove trailing whitespace
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
; PWD: Current working directory - where the COMMANDS run
|
||||
|
||||
# Examples:
|
||||
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
|
||||
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
|
||||
; Awesome Tool: "PATH HAS SPACES SHOULD BE QUOTED LIKE THIS"
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
; PWD: Current working directory - where the COMMANDS run
|
||||
|
||||
# Examples:
|
||||
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
|
||||
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
|
||||
; Awesome Tool: "PATH HAS SPACES SHOULD BE QUOTED LIKE THIS"
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# PHP
|
||||
# https://windows.php.net/download/
|
||||
# NTS = Non Thread Safe
|
||||
# NTS = Non Thread Safe
|
||||
*PHP-8.4=https://windows.php.net/downloads/releases/archives/php-8.4.3-nts-Win32-vs17-x64.zip
|
||||
*PHP-8.3=https://windows.php.net/downloads/releases/archives/php-8.3.16-nts-Win32-vs16-x64.zip
|
||||
*PHP-8.2=https://windows.php.net/downloads/releases/archives/php-8.2.26-nts-Win32-vs16-x64.zip
|
||||
@@ -51,7 +51,7 @@ postgresql-15.10=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259300
|
||||
---
|
||||
|
||||
|
||||
# MongoDB
|
||||
# MongoDB
|
||||
# https://www.mongodb.com/try/download/community
|
||||
#mongodb-8=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.4.zip
|
||||
#mongodb-7=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.14.zip
|
||||
@@ -66,7 +66,7 @@ code=https://go.microsoft.com/fwlink/?Linkid=850641
|
||||
# https://go.dev/dl/
|
||||
go-1.24=https://go.dev/dl/go1.24.1.windows-amd64.zip
|
||||
go-1.23=https://go.dev/dl/go1.23.4.windows-amd64.zip
|
||||
|
||||
|
||||
|
||||
# Pocketbase
|
||||
# https://github.com/pocketbase/pocketbase/releases
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
Simplicity is the ultimate sophistication. - Leonardo da Vinci
|
||||
Success is going from failure to failure without losing your enthusiasm. - Winston Churchill
|
||||
Success is going from failure to failure without losing your enthusiasm. - Winston Churchill
|
||||
The journey of a thousand miles begins with one step. - Lao Tzu
|
||||
Dream big and dare to fail. - Norman Vaughan
|
||||
Dream big and dare to fail. - Norman Vaughan
|
||||
The power of imagination makes us infinite. - John Muir
|
||||
Make each day your masterpiece. - John Wooden
|
||||
Believe and act as if it were impossible to fail. - Charles Kettering
|
||||
Make each day your masterpiece. - John Wooden
|
||||
Believe and act as if it were impossible to fail. - Charles Kettering
|
||||
Light tomorrow with today. - Elizabeth Barrett Browning
|
||||
Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
|
||||
Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
|
||||
Believe you can and you're halfway there. - Theodore Roosevelt
|
||||
Don't wait. The time will never be just right. - Napoleon Hill
|
||||
A year from now you may wish you had started today. - Karen Lamb
|
||||
Don't wait. The time will never be just right. - Napoleon Hill
|
||||
A year from now you may wish you had started today. - Karen Lamb
|
||||
It is never too late to be what you might have been. - George Eliot
|
||||
If there is no struggle, there is no progress. - Frederick Douglass
|
||||
What we fear doing most is usually what we most need to do. - Tim Ferriss
|
||||
|
||||
@@ -6,7 +6,7 @@ Cached=true
|
||||
Blank=
|
||||
|
||||
# WordPress
|
||||
WordPress=https://wordpress.org/latest.tar.gz
|
||||
WordPress=https://wordpress.org/latest.tar.gz
|
||||
------------------------------------------------------
|
||||
|
||||
|
||||
@@ -29,5 +29,5 @@ Laravel CLI=laravel new %s
|
||||
# CakePHP
|
||||
### CakePHP=composer create-project --prefer-dist cakephp/app %s
|
||||
|
||||
# Symfony
|
||||
# Symfony
|
||||
Symfony=composer create-project symfony/website-skeleton %s
|
||||
|
||||
Reference in New Issue
Block a user