Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
| git config --global merge.tool p4merge | |
| git config --global mergetool.p4merge.path "C:/Program Files/Perforce/p4merge.exe" |
| //Here is the curl commands I use to test - make sure you update the CAPSVARS. You can add an item ID Payload or not. | |
| //For example if your app displays items, it can navigate to a specific item. | |
| //If you want to add more state names, instead of only going to specific items: | |
| //add another payload property called 'stateName' | |
| //create a goState() function to accept a stateName as a parameter | |
| //and modify the registerPush() to find the stateName property and pass into your goState(). | |
| //Android | |
| curl -u YOURAPIKEY: -H "Content-Type: application/json" -H "X-Ionic-Application-Id: APPID" https://push.ionic.io/api/v1/push -d '{"tokens":["ANDROIDTOKEN"],"notification":{"alert":"I come from planet Ion.", "android":{"title":"This is a title2", "payload":{"sound":"notification.mp3","itemId":"7TF00hJI78Y"}}}}' |
| /** | |
| * ================== angular-ios9-uiwebview.patch.js v1.1.1 ================== | |
| * | |
| * This patch works around iOS9 UIWebView regression that causes infinite digest | |
| * errors in Angular. | |
| * | |
| * The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular | |
| * have the workaround baked in. | |
| * | |
| * To apply this patch load/bundle this file with your application and add a |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| <!DOCTYPE html> | |
| <html lang="nb"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
| </head> | |
| <body> |
I'm doing some research on how companies use GitHub Enterprise (or public GitHub) internally. If you can help out by answering a few questions, I'd greatly appreciate it.
| /* | |
| Script to send an alert through mail, with information that how many drive | |
| space is required from next databases growth on a specific instance and how many | |
| space is available. | |
| Script By: Amna Asif for ConnectSQL.blogspot.com | |
| */ |