I hereby claim:
- I am gadgetto on github.
- I am gadgetto (https://keybase.io/gadgetto) on keybase.
- I have a public key whose fingerprint is 9E73 8A18 8C9B E024 6E32 4840 5889 57B0 9FE7 B36C
To claim this, I am signing this object:
| /** | |
| * Dual color changing link by CSS3 transition | |
| */ | |
| h1 { /* only for decoration */ | |
| background-color: #2d2d2d; | |
| padding: 30px; | |
| text-align: center; | |
| font-family: sans-serif; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "pages->find(\"selector\")": { | |
| "prefix": "pages find(\"selector\")", | |
| "body": [ | |
| "\\$${1:pages}->find(\"${2:selector}\");" | |
| ], | |
| "description": "Find and return all pages matching the given selector string. Returns a filtered PageArray unless an include mode is specified." | |
| }, | |
| "pages->count(\"selector\")": { | |
| "prefix": "pages count(\"selector\")", |
| <?php | |
| /* | |
| * 401 Response | |
| * | |
| * Sends a 401 Response Unauthorized | |
| * | |
| * @author Camilo Castro | |
| * | |
| * @date 29/07/2014 |