W3C Introduction to Web Components - explainer/overview of the technologies
| # bash completion for rake | |
| # | |
| # some code from on Jonathan Palardy's http://technotales.wordpress.com/2009/09/18/rake-completion-cache/ | |
| # and http://pastie.org/217324 found http://ragonrails.com/post/38905212/rake-bash-completion-ftw | |
| # | |
| # For details and discussion | |
| # http://turadg.aleahmad.net/2011/02/bash-completion-for-rake-tasks/ | |
| # | |
| # INSTALL | |
| # |
| PROJECT MOVED TO https://github.com/Ovea/cors | |
| /** | |
| * https://gist.github.com/1114981 | |
| * | |
| * By default, support transferring session cookie with XDomainRequest for IE. The cookie value is by default 'jsessionid' | |
| * | |
| * You can change the session cookie value like this, before including this script: | |
| * | |
| * window.SESSION_COOKIE_NAME = 'PHP_SESSION'; |
| <?php | |
| /** | |
| * Walker for integration of WordPress custom menu with Bootstrap navbar. | |
| */ | |
| class Walker_Navbar_Menu extends Walker_Nav_Menu { | |
| public $dropdown_enqueued; | |
| /** |
| #!/usr/bin/env ruby | |
| # | |
| # hey! a minimalist CRM for http://todotxt.com/ | |
| # | |
| # hey tells you one thing you should do regularly, but haven't done lately. | |
| # | |
| # $ todo.sh lf hey | |
| # 1 @phone Mom (+1 234 567 8901) +family | |
| # 2 @skype Dad +family | |
| # 3 @email mentor |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
Plan for integrating WP API into core
This document describes the process of integrating the WordPress JSON REST API ("API project") into the WordPress core codebase ("core").
Accessing data remotely is a common goal for many WordPress users and developers. The ability to access and update data remotely is used by desktop publishing software, mobile applications, and in-browser applications. These
This will return the full Git commit SHA of whichever branch is currently checkedout.
Dump the snippet into terraform console (run from within a Git repo) to see for yourself.
| #!/Users/ottokrus/.aws-console/.venv/bin/python | |
| """ | |
| Usage: | |
| - Save this script somewhere on your path (e.g. `vi /usr/local/bin/aws-console && chmod +x /usr/local/bin/aws-console`) | |
| - Make AWS credentials available in one of the usual places where boto3 can find them (~/.aws/credentials, env var, etc.) | |
| - Excute the script: `aws-console --profile myprofile` | |
| - :tada: Your browser opens and you are signed in into the AWS console | |
| """ |
Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)
- If you want to add a link, comment or send it to me
- Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak
- Royce Williams list sorted by vendors responses Royce List
- Very detailed list NCSC-NL
- The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List