Difference between revisions of "Bookmarks"
From Doku
Line 15: | Line 15: | ||
* [https://docs.freebsd.org/doc/4.0-RELEASE/usr/share/doc/ncurses/ncurses-intro.html (C actually) Writing programs with ncurses] | * [https://docs.freebsd.org/doc/4.0-RELEASE/usr/share/doc/ncurses/ncurses-intro.html (C actually) Writing programs with ncurses] | ||
* [https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html Curses - In the single UNIX specification, 1997] | * [https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html Curses - In the single UNIX specification, 1997] | ||
+ | |||
+ | == PHP == | ||
+ | * [https://github.com/qossmic/deptrac Deptrac is a static code analysis tool for PHP. Keep your architecture clean.] | ||
+ | * [https://github.com/box-project/box Box - Simplifies the PHAR building process.] | ||
+ | * [https://github.com/vimeo/psalm Psalm - A static analysis tool for finding errors in PHP applications.] |
Revision as of 16:58, 26 September 2022
Laravel
- Understanding Laravel's Real-Time Facades
- Laravel Real-Time Facades
- Writing modular applications with Laravel Modules
- LaravelStorm - Optimize PhpStorm for your Laravel projects
- Crear pruebas automatizadas con PHPUnit
- Mocking – Documentación de Laravel 6
- Mocking - Laravel 9 Documentation
- ReactPHP (usado en MAPSentry scraper agents master)
Ncurses
- Ncurses in PHP
- Ncurses Objects - a PHP library for using Ncurses in an object oriented way
- (C actually) Writing programs with ncurses
- Curses - In the single UNIX specification, 1997