This file contains 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
versionName: 2.5.0 | |
versionCode: 420500014 |
This file contains 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 python3 | |
from flask import Flask, jsonify | |
import requests | |
import click | |
app = Flask(__name__) | |
This file contains 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
#!/bin/bash | |
# | |
ext=100 | |
DEVICE=$1 | |
# Can get the devices / pvcs with this. | |
#thingies=$( mount | grep ro,|grep pvc| awk '{split($3,path,/\//); print $1 "|" path[9]}') | |
#for thingie in $thingies | |
#do |
This file contains 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 python3 | |
import pytest | |
def boing(mass_factor): | |
little_v = 0 | |
big_v = -1 | |
bounces = 0 |
This file contains 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 python | |
import logging | |
import os | |
import signal | |
import sys | |
import multiprocessing | |
import threading |
This file contains 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
{ | |
Here -- there [type=s label=Everywhere]; | |
}; |
This file contains 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
package WINNING; | |
import com.amazonaws.ResetException; | |
import com.amazonaws.event.ProgressEvent; | |
import com.amazonaws.event.ProgressListener; | |
import com.amazonaws.services.logs.model.InvalidOperationException; | |
import com.amazonaws.services.s3.AmazonS3; | |
import com.amazonaws.services.s3.event.S3EventNotification; | |
import com.amazonaws.services.s3.model.*; | |
import com.amazonaws.services.s3.transfer.TransferManager; |
This file contains 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
package WINNING; | |
import com.amazonaws.ResetException; | |
import com.amazonaws.event.ProgressEvent; | |
import com.amazonaws.event.ProgressListener; | |
import com.amazonaws.services.logs.model.InvalidOperationException; | |
import com.amazonaws.services.s3.AmazonS3; | |
import com.amazonaws.services.s3.event.S3EventNotification; | |
import com.amazonaws.services.s3.model.*; | |
import com.amazonaws.services.s3.transfer.TransferManager; |
This file contains 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
IT20651 The Society's Sicilian Reserve Red 2012 £7.50 In Stock | |
2 | |
UPDATE QUANTITY £15.00 DELETE | |
NZ8721 Greywacke Marlborough Sauvignon Blanc 2015 £14.95 In Stock | |
2 | |
UPDATE QUANTITY £29.90 DELETE | |
RH40561 Côtes-du-Rhône, Saint Cosme 2013 £8.95 In Stock | |
2 |
This file contains 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 | |
TIME=$((1000000000* `date +%s`)) | |
curl -XPOST http://storebot.growse.com:8086/write?db=main --data-binary $"chrony_systemtimeoffset,host=`hostname` value=`chronyc tracking |grep 'System time'|cut -f 2 -d ':'|sed 's/ *\([0-9\.]*\) seconds \(slow\|fast\) of NTP time/\2\1/g'|sed 's/slow/-/'|sed 's/fast//'` $TIME | |
chrony_frequency,host=`hostname` value=`chronyc tracking |grep 'Frequency'|cut -f 2 -d ':'|sed 's/ *\([0-9\.]*\) ppm \(slow\|fast\)/\2\1/g'|sed 's/slow/-/'|sed 's/fast//'` $TIME" |
NewerOlder