October CMS

Get back to basics

Category: Software Engineering

Notecards-style Research Assistants

Microsoft CoPilot

For Notecards-style People

Prompt i want you to generate a decision engine response agent type of turn which i can thereafter use-- via linked, viable HTTP URL-- to said decision, for my friend to view. your response should be tailed to a person who has zero knowledge of how to use a desktop computer. she is semi comfortable on her iPhone (Apple), but I'd like to get her to use the desktop if she can. perhaps you could do a left-side desktop | right-side iPhone type layout (or section 1, section 2 probably better, as she'll most likely be reading it on the iPhone. Let me pr...

Controls and Basic + Latin-1 Supplement

Basic Latin Unicode Table

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 ...