VirtualTam's bookmarks
42 bookmarks found
-
Duke Ellington - Caravan
2017-10-21 -
PHP - Static analysis tools
2017-10-11 - https://github.com/phpstan/phpstan
- https://github.com/ovr/phpsa
- http://www.phpmetrics.org/
- https://stackoverflow.com/questions/4156157/tool-for-php-code-analysis
- https://stackoverflow.com/questions/378959/is-there-a-static-code-analyzer-like-lint-for-php-files
- https://stackoverflow.com/questions/982333/how-useful-is-php-codesniffer-code-standards-enforcement-in-general
- http://phpcallgraph.sourceforge.net/
- https://github.com/scrutinizer-ci/php-analyzer
-
Clara Rockmore - Summertime
2017-08-08 -
YO DAWG! I SAW YOU LIKE STANDARDS...
-
LXC - standard image repository
2016-08-31 -
Ed, man! !man ed
2016-08-18 ED(1) Unix Programmer's Manual ED(1)
NAME ed - text editor
SYNOPSIS ed [ - ] [ -x ] [ name ] DESCRIPTION Ed is the standard text editor.
-
UK Government - Digital Service Standard
2016-08-16 - Understand user needs
- Do ongoing user research
- Have a multidisciplinary team
- Use agile methods
- Iterate and improve frequently
- Evaluate tools and systems
- Understand security and privacy issues
- Make all new source code open
- Use open standards and common platforms
- Test the end-to-end service
- Make a plan for being offline
- Make sure users succeed first time
- Make the user experience consistent with GOV.UK
- Encourage everyone to use the digital service
- Collect performance data
- Identify performance indicators
- Report performance data on the Performance Platform
- Test with the minister
-
Twisted
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)
-
Index of PHP Standard Recommendations
2015-03-12 - PSR-1 Basic Coding Standard - http://www.php-fig.org/psr/psr-1/
- PSR-2 Coding Style Guide - http://www.php-fig.org/psr/psr-2/
-
This document describes the current state of packaging in Python using Distribution Utilities (“Distutils”) and its extensions from the end-user’s point-of-view, describing how to extend the capabilities of a standard Python installation by building packages and installing third-party packages, modules and extensions.