This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VERSION 1.0.4 | |
# Author: @madhavajay | |
# This currently works for iOS and watchOS in the Simulator and Devices | |
# Changes | |
# Using ${TOOLCHAIN} in two places now | |
# Added double quotes " around paths | |
# Fixed watchOS Issues | |
# Instructions iOS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#################################################################################################### | |
# | |
# FIX GRUB FOR ENCRYPTED INSTALLATION | |
# | |
# This script is based on the Troubleshooting part of the Manual Full System Encryption for Ubuntu. | |
# See https://help.ubuntu.com/community/ManualFullSystemEncryption/Troubleshooting | |
# | |
# This is NOT AN OFFICIAL Ubuntu script, it can and will break your system. Use at own risk. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VERSION 1.0.4 | |
# Author: @madhavajay | |
# This currently works for iOS and watchOS in the Simulator and Devices | |
# Changes | |
# Using ${TOOLCHAIN} in two places now | |
# Added double quotes " around paths | |
# Fixed watchOS Issues | |
# Instructions iOS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"heap": { | |
"objects": [ | |
{ | |
"name": "Hello", | |
"type": "StaticResponseHandler", | |
"config": { | |
"status": 200, | |
"entity": "<html><body><h1>Hello World</h1></body></html>" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1dda8c16-828f-4d0f-ae27-d232547e46dc", | |
"resource": "notifications", | |
"path": "/notifications/1dda8c16-828f-4d0f-ae27-d232547e46dc", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "accounts.capabilities.updated", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://static.wepay.com/min/js/tokenization.4.latest.js"></script> | |
</head> | |
<body> | |
<!-- credit-card-iframe id will be the location for appending the credit card iframe --> | |
<div id="credit-card-iframe"></div> | |
<!-- this button will attach an onclick event to trigger submitToken function --> | |
<button id="submit-credit-card-button">submit</button> |