October CMS

Get back to basics

Category: Software Engineering

Unicode U+1F300 through U+1F5FF - Miscellaneous Symbols and Pictographs - Easy View

Miscellaneous Symbols and (16 * 16 = 256 3=760 Glyps)

Winter Blog - 1F300 - 1F5FF

GitHub SPA Preview Tool for Developers
Forks Contributors Commit Activity

SPA preview tool for developers.

...
1F300 1F30F
Β  0 1 2 3 4 5 6 7 8 9 A B C D E F
U+1F30x πŸŒ€ 🌁 πŸŒ‚ πŸŒƒ πŸŒ„ πŸŒ… πŸŒ† πŸŒ‡ 🌈 πŸŒ‰ 🌊 πŸŒ‹ 🌌 🌍 🌎 🌏
U+1F31x 🌐 πŸŒ‘ πŸŒ’ πŸŒ“ πŸŒ”

Honorable Mention the Online FREE Tools

πŸ”’ FREE Online Tools Discovered and Endorsed

Web Tools

It's called VistaCreate

## CIFS mount
# <file system>       <mount point>        <type>  <options>                                      <dump> <pass>
//mxuni/wd2           /mnt/lan/mxuni       cifs    credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=1000,gid=1000,nounix,noserverino  0       0```

Browser

browser stuff here

Firefox Xtn

Firefox Extensions

Balanced and Blue

Chrome Xtn

Chrome Extensions

Theme Cute Frenchie

Dev Tools

Development Tools

JSON

JSON Relevant Tools

Process formatting JSON Sort

DEBUG

Things about Debugging code

What is PHPStan

Debug PHP? Aww, hell no!

Not when some kind of bizarro script will do it for you! Check out PHPStan! (Zbornak)

What is PHPStan? PHPStan (as in PHP Standards) checks PHP source code for errors based on the coding standards set forth by the PHP Framework Interoperability Group. Easily install this static analysis tool for PHP code using the PHP Composer package manager.

PHP-FIG check

If PHPStan finds errors in your code, you should use the feedback it provides to make your code comply with the standards. PHPStan provides a report of undefined variables and constants, or functions which aren't passed ...