I hereby claim:
- I am themartorana on github.
- I am davemartorana (https://keybase.io/davemartorana) on keybase.
- I have a public key ASA6AcWSpUfxXC-hMBcdPNcogPZWtQkG8nsT0184Z9GLNgo
To claim this, I am signing this object:
| # Requires Python 3 | |
| import requests | |
| import locale | |
| from typing import Dict, Tuple, List | |
| from calendar import monthrange | |
| from datetime import datetime | |
| FASTLY_URL = "https://api.fastly.com/stats/usage_by_month?billable_units=true" |
| // for Unity (C#) | |
| public static void Shuffle<T>(this List<T> list) | |
| { | |
| System.Random rnd = new System.Random(); | |
| int n = list.Count; | |
| while (n > 1) { | |
| n--; | |
| int k = rnd.Next(n + 1); | |
| T obj = list[k]; | |
| list[k] = list[n]; |
| function handleStaged() { | |
| Logger.log("Starting...") | |
| handleStagedShipping(); | |
| handleStagedReceipts(); | |
| Logger.log("Done.") | |
| } | |
| function handleStagedReceipts() { | |
| var getLabel = GmailApp.getUserLabelByName('_Stage/Receipts'); | |
| var setLabel = GmailApp.getUserLabelByName('Receipts'); |
| #!/bin/sh | |
| START=`date +%s%N` | |
| # Do stuff here | |
| END=`date +%s%N` | |
| ELAPSED=`echo "scale=8; ($END - $START) / 1000000000" | bc` |
I hereby claim:
To claim this, I am signing this object:
| // Here You can type your custom JavaScript...// Clock | |
| function clock() { | |
| var clockSeconds = document.getElementById('clock-seconds'), | |
| clockMinutes = document.getElementById('clock-minutes'), | |
| clockHours = document.getElementById('clock-hours'); | |
| function getTime() { | |
| requestAnimationFrame(getTime); |
| #!/bin/sh | |
| # $FreeBSD$ | |
| # PROVIDE: dogstatsd | |
| # KEYWORD: shutdown | |
| . /etc/rc.subr | |
| name=dogstatsd | |
| rcvar=${name}_enable |
| /* gmail-refreshest: a custom gmail css by @roycifer */ | |
| /* some button styles borrowed from twitter bootstrap */ | |
| /* @match mail.google.com */ | |
| body, td, input, textarea, select {font-family:"Helvetica Neue",helvetica,arial,sans-serif;} | |
| .w-asV > .nH:last-child {display: none;} | |
| .w-asV > .nH > .no , #gbx1, #gbx2{background-image: -webkit-linear-gradient(top,white,#F7F7F7);} | |
| .w-as1.nr{height:27px;border-radius:3px;} | |
| .gbeti#gb .gbqldr, .gbet#gbqlw .gbqldr, .gbesi#gb .gbqldr, .gbes#gbqlw .gbqldr{max-height:35px;margin-top:3px;} | |
| .gbqfqw{border-radius:3px;} |
| #!/bin/sh | |
| START=`date +%s` | |
| # Do stuff here | |
| END=`date +%s` | |
| ELAPSED=$(( $END - $START )) |
| ★★★★★ We heard your feedback - Domino! Free now has less ads! Next update will have even fewer. Upgrade to the paid version to get rid of ads forever! ★★★★★ | |
| The reviews are in! | |
| * "Crazy addictive!" - adjote | |
| * "Best Domino game out there." - redvision4 | |
| * "Only issue is that it is completely addictive!" - Name_me | |
| * "Players who enjoy a game of dominoes should give this one a try" - 148apps.com | |
| * "Simply awesome." - Angel Pizarro |