I hereby claim:
- I am MrSaints on github.
- I am mrsaints (https://keybase.io/mrsaints) on keybase.
- I have a public key whose fingerprint is 23EB 5004 75C1 2A47 6D3E FE59 E45D 4BB2 8169 BA4F
To claim this, I am signing this object:
| <?php | |
| define('GIS_EMAIL_URL', 'sendmail.php'); | |
| $ch = curl_init(GIS_EMAIL_URL); | |
| $data = array( | |
| 'contact_email' => 'recipient@address.com', | |
| 'name' => 'Whatever', | |
| 'email' => 'sender@address.com', | |
| 'subject' => 'Whatever', | |
| 'message' => 'Whatever' |
| <?php | |
| /* | |
| The MIT License (MIT) | |
| Copyright © 2014 Ian Lai | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the “Software”), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| <!DOCTYPE html> | |
| <html ng-app> | |
| <head> | |
| <title>Add / List Data (AngularJS)</title> | |
| <style> | |
| .list_data { margin-bottom: 2rem } | |
| table, th, td { border: 1px solid #AAA } | |
| th { cursor: pointer } | |
| </style> | |
| </head> |
I hereby claim:
To claim this, I am signing this object:
| <!doctype html> | |
| <html class="no-js" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>Morphext Web Components (v2.0.0)</title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| { | |
| "installed_packages": | |
| [ | |
| "AutoFileName", | |
| "Base16 Color Schemes", | |
| "Better CoffeeScript", | |
| "Emmet", | |
| "Gutter Color", | |
| "HTML Mustache", | |
| "JSHint Gutter", |
| .optimise { | |
| will-change: contents, transform; | |
| } |
| git filter-branch --prune-empty --subdirectory-filter <DIRECTORY TO FILTER> -- --all | |
| git filter-branch -f --prune-empty --index-filter 'git rm --cached --ignore-unmatch $(git ls-files | grep -v "<FILE TO FILTER>")' | |
| git reset --hard | |
| git remote rm origin | |
| git gc --aggressive | |
| git prune |
| # Description: | |
| # Pr0gramm API | |
| # | |
| # Dependencies: | |
| # None | |
| # | |
| # Configuration: | |
| # None | |
| # | |
| # Commands: |
| { | |
| "installed_packages": | |
| [ | |
| "AutoFileName", | |
| "Base16 Color Schemes", | |
| "Better CoffeeScript", | |
| "Elixir", | |
| "Emmet", | |
| "GoSublime", | |
| "Gutter Color", |