Skip to content

Instantly share code, notes, and snippets.

@sinegar
sinegar / deploy.sh
Last active June 19, 2021 05:09 — forked from jed/deploy.sh
Using AWS CloudFormation to deploy an edge lambda
#!/bin/sh
aws cloudformation deploy \
--template-file stack.yaml \
--stack-name edge-lambda-test \
--capabilities CAPABILITY_IAM \
--parameter-overrides Nonce=$RANDOM
@sinegar
sinegar / makeapp.sh
Last active August 29, 2015 13:56 — forked from demonbane/makeapp.sh
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name="$inputline"
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url="$inputline"
@sinegar
sinegar / Wide.js
Last active August 27, 2018 16:10 — forked from anonymous/gist:4464395
easy fix iStat Pro processes for Mountain Lion
/* source : http://forums.macrumors.com/showpost.php?p=15332289&postcount=20
It's easy to fix iStat Pro processes for Mountain Lion
Steps:
1. Locate your widget, it will be under /Library/Widgets or ~/Library/Widgets
2. Right click it and select: "Show Package Contents"
3. Open Wide.js or Tall.js file in some editor (Wide is for horizontal view, Tall for vertical)