I hereby claim:
- I am frenchesco on github.
- I am marcgordon (https://keybase.io/marcgordon) on keybase.
- I have a public key ASC-EP8bdG0J4H9CiOofqtQPi3wyPjYZtxWbMtYkPcGbUAo
To claim this, I am signing this object:
| { | |
| "title": "Bumblebee Shortcut", | |
| "description": "JSON file used to check for updates for the Bumblebee Shortcut", | |
| "latestVersion": "1.0.1", | |
| "releaseDate": "20190812", | |
| "latestUrl": "https://www.icloud.com/shortcuts/0fc0941b738740dfabcc7c7f2334ac7e", | |
| "documentationUrl": "", | |
| "authorReddit": "/u/marcgordon", | |
| "authorTwitter": "@4txt", | |
| "updates": [ |
| var Service, Characteristic; | |
| var request = require('request'); | |
| // var withingsApi = require("withings-api"); // Doesn't support Weather and CO2 levels | |
| var temperatureService; | |
| var url; | |
| var humidity = 0; | |
| var temperature = 0; | |
| { | |
| "title": "Email Multiple Apps Workflow", | |
| "description": "JSON file used to check for updates for the Email Multiple Apps Workflow", | |
| "latestVersion": "1.0.0", | |
| "releaseDate": "20171218", | |
| "latestUrl": "", | |
| "redditUrl": "", | |
| "authorReddit": "/u/marcgordon", | |
| "authorTwitter": "@4txt", | |
| "updates": [ |
| { | |
| "title": "Email App Workflow", | |
| "description": "JSON file used to check for updates for the Email App Workflow", | |
| "latestVersion": "1.0.0", | |
| "releaseDate": "20171218", | |
| "latestUrl": "https://workflow.is/workflows/bb0b5bb5bf4b4c2591a18d078704b8ed", | |
| "redditUrl": "", | |
| "authorReddit": "/u/marcgordon", | |
| "authorTwitter": "@4txt", | |
| "updates": [ |
| { | |
| "title": "AppShopper Workflow", | |
| "description": "JSON file used to check for updates for the AppShopper Workflow", | |
| "latestVersion": "1.5.2", | |
| "releaseDate": "20180318", | |
| "latestUrl": "https://workflow.is/workflows/32418f73d71148178a6ad0eebe50e10d", | |
| "redditUrl": "https://www.reddit.com/r/workflow/comments/6b8la0/appshopper_workflow/", | |
| "authorReddit": "/u/marcgordon", | |
| "authorTwitter": "@4txt", | |
| "updates": [ |
I hereby claim:
To claim this, I am signing this object:
This is a command for Backtick. It allows you to make a web page editable. Once you run the command you can click anywhere on the page and delete elements or type something.
To use this:
7556270.| ; ---------------------------------------------------------- | |
| ; E-MAIL TEMPLATES FOR WEB DESIGNERS AND DEVELOPERS | |
| ; Prepared by Bea Kylene Jumarang for Smashing Magazine | |
| ; http://www.smashingmagazine.com/2013/06/20/email-templates-web-designers-developers-pdf-odt-txt/ | |
| ; ---------------------------------------------------------- | |
| ; Adapted as a Autohotkey script by Marc Gordon | |
| ; ---------------------------------------------------------- | |
| ; Instructions: | |
| ; 1) Install Autohotkey. | |
| ; 2) Modify the greeting if you want in GetGreeting() below. |
| ;******************************************************************************* | |
| ; Information | |
| ;******************************************************************************* | |
| ; AutoHotkey Version: 2.x | |
| ; Language: English | |
| ; Platform: XP/Vista/7 | |
| ; Updated by: Ty Myrick | |
| ; Author: Lowell Heddings (How-To Geek) | |
| ; URL: http://lifehacker.com/5175724/.....gmail-keys | |
| ; Original script by: Jayp |
| cd ~/Sites/my_username.koding.com/website/ | |
| mkdir phpmyadmin | |
| cd phpmyadmin | |
| wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.5.2/phpMyAdmin-3.5.2-all-languages.tar.gz?r=http%3A%2F%2Fwww.phpmyadmin.net%2Fhome_page%2Findex.php&ts=1343277576&use_mirror=aarnet | |
| tar -xvvf phpMyAdmin-3.5.2-all-languages.tar.gz | |
| rm -f phpMyAdmin-3.5.2-all-languages.tar.gz | |
| mv phpMyAdmin-3.5.2-all-languages/* . | |
| rmdir phpMyAdmin-3.5.2-all-languages |