Skip to content

Instantly share code, notes, and snippets.

@PaulD1980
PaulD1980 / seed-sqsqueue-with-s3-notification-messages
Created September 19, 2020 02:15 — forked from rprakashg/seed-sqsqueue-with-s3-notification-messages
bash script to create SQS messages for files added to S3 between a specific date range
#!/bin/bash
profile={replace}
s3bucket={replace}
folder={specify}
queueprefix={replace}
purge-sqs-queue() {
if [ -z "$1" ]; then
echo "need to pass queue name prefix"
import "AssetLedger.sol";
// TODO describe rules of exchange.
// In the AF market all users benefit from a "last look" facility to prevent
// them falling foul of mechanical arb sniping by those exploiting the way
// the blockchain and smart contract data lags the real markets being tracked.
// The system proceeds through a series of batching steps, which in practice
// might correspond to some number of blocks (for example, each batching step
// corresponds to a block). Orders collected in batching step B_i are initially
// in a "pending" state although visible within the book. Orders then remain
@PaulD1980
PaulD1980 / README.md
Created July 23, 2017 22:02 — forked from hofmannsven/README.md
My simply Git Cheatsheet