This Gist is there to help you creating a Sankey Diagram from your Google Spreadsheets.
Changes:
- update usage instruction for new Apps Script IDE
- does not need document Id (@steren)
- supports named sheet (not default, see customization in
code.gs)
This Gist is there to help you creating a Sankey Diagram from your Google Spreadsheets.
Changes:
code.gs)| #!/bin/bash | |
| while true | |
| do | |
| wget -q --tries=10 --timeout=20 --spider http://google.com | |
| if [[ $? -eq 0 ]]; then | |
| echo "Online" | |
| else | |
| echo "Offline" | |
| echo raspberry | sudo -S sudo reboot | |
| fi |
| <?php | |
| echo '{"Fn::Base64": {"Fn::Join": ["\n", ' . json_encode(file($argv[1], FILE_IGNORE_NEW_LINES), JSON_PRETTY_PRINT) . ']}}'; |
| import boto3 | |
| import logging | |
| #setup simple logging for INFO | |
| logger = logging.getLogger() | |
| logger.setLevel(logging.INFO) | |
| #define the connection | |
| ec2 = boto3.resource('ec2') |
| using System; | |
| using System.Threading; | |
| static class Program { | |
| static void Main() { | |
| Console.Write("Performing some task... "); | |
| using (var progress = new ProgressBar()) { | |
| for (int i = 0; i <= 100; i++) { | |
| progress.Report((double) i / 100); |
| client | |
| dev tun | |
| remote example.com | |
| resolv-retry infinite | |
| nobind | |
| persist-key | |
| persist-tun | |
| ca [inline] | |
| cert [inline] | |
| key [inline] |