Skip to content

Instantly share code, notes, and snippets.

Bank:HSBC >> createUserCode >> Sparro:Sparro
{"id":"User:ABC Paper","name":"ABC Paper"}
(Creating Sparro User Code - Meta-data given can be used by other banks for compliance and for confirming payee with customers.) --
Bank:MayBank >> createUserCode >> Sparro:Sparro
{"id":"User:XYZ Printing","name":"XYZ Printing"}
(Creating Sparro User Code - Meta-data given can be used by other banks for compliance and for confirming payee with customers.) --
Sparro:Sparro >> createUserCode-reply >> Bank:HSBC
{"id":"User:ABC Paper","name":"ABC Paper","code":"65q3gdd"} --

Rules: The Inflation Game

The inflation game consists of multiple rounds. Each Inflation round is started with a new inflatable Asset which functions as the primary medium of exchange. Known as a Currency. In the first round the rate of inflation is agreed upon by all the players and fixed for the duration of the round.

Everything is an asset and can be split into one of:

  • The Currency
  • Passive Assets
    • Bitcoin
  • Gold
[{
"headers": [{
"summary": "The 2020 United States presidential election is scheduled for Tuesday, November 3, 2020. It will be the 59th quadrennial presidential election. Voters will select presidential electors who in turn will vote on December 14, 2020, to either elect a new president and vice president or reelect the incumbents Donald Trump and Mike Pence respectively.[2] The series of presidential primary elections and caucuses were held from February to August 2020. This nominating process is an indirect election, where voters cast ballots selecting a slate of delegates to a political party's nominating convention, who then in turn elect their parties' nominees for president and vice president.",
"title": "2020 United States Presidential Election",
"wiki_source": "https://en.wikipedia.org/wiki/2020_United_States_presidential_election",
"language": "EN"
},
{
"summary": "Le elezioni presidenziali negli Stati Uniti d'America del 2020 si terranno il 3 novembre 2020 e saranno le 59e elez
{
"title": "Ligo First Light",
"date": "2012-06-23",
"category": "scheduled",
"wikipedia": "The first direct observation of gravitational waves was made on 14 September 2015 and was announced by the LIGO and Virgo collaborations on 11 February 2016.[3][4][5] Previously, gravitational waves had only been inferred indirectly, via their effect on the timing of pulsars in binary star systems. The waveform, detected by both LIGO observatories,[6] matched the predictions of general relativity[7][8][9] for a gravitational wave emanating from the inward spiral and merger of a pair of black holes of around 36 and 29 solar masses and the subsequent ringdown of the single resulting black hole.[note 2] The signal was named GW150914 (from Gravitational Wave and the date of observation 2015-09-14).[3][11] It was also the first observation of a binary black hole merger, demonstrating both the existence of binary stellar-mass black hole systems and the fact that such mergers could occur within the current age of the uni
Feature: Login with the ChatApp account
As a ChatApp user
I want to login with my ChatApp credentials
So that I can chat with my friends
Business Criteria:
* A user can login with correct email pass combo
* A user can use passwords of format xyz
* A user can use their email, username or phone number to login

The Backstory

The internet has changed significantly since it erupted awkwardly into the global consciousness in the mid 90s.

However, there was always a barrier to entry. This was as much a technical one as it was an educational one. Common standards for building websites took a while and companies were often hosting either on their own servers or on server farms. Cue, the 'cloud'.

With the advent of cloud technologies platforms such as AWS and Azure were designed to provide a technical foundation upon which to build a product or service without needing the expertise to build the foundation in the first place. And so, companies that previously hosted content on servers or server farms started moving over to the cloud.

The clouds themselves are expanding all the time as evidenced in AWS. The number of tools available via the foundations are growing fast. As a result new products and services are emerging from these platforms all the time. This is why I think of these as 'Emergence Platforms'. They are

Feature: A Client can GET a SECTOR resource
As a Client
I want to get a sector
So that I can evaluate what needs to be modified
Background:
Given the system knows about the following sector:
| sector id | sector name | sector url |
| 1 | Oil & Gas | http://www.iii.co.uk/investment/detail?code=cotn:NMX0530.L&display=sector |
And the client creates a new SECTOR request
{
"designations" : [
{"name":"The Andromeda Galaxy"},
{"name":"M31"},
{"name":"NGC224"},
{"name":"UGC454"}
],
"observationEpoch" : "J2000",
"pronunciation" : "/ænˈdrɒmᵻdə/",
"constellation" : "Andromeda",
%YAML 1.2
---
name: Plain Text
file_extensions: [txt]
scope: source.c
contexts:
main:
- match: \b(Attendee|agenda|item|TITLE|DATE|OWNER|ATTENDEES|AGENDA|ACTIONS|NOTES|RISKS)\b
For proper splitting of objects see here: http://stackoverflow.com/questions/7460934/best-practices-in-retrieving-related-data-in-a-rest-api
For faking data: https://github.com/marak/Faker.js/
JSON Schema:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Account Data",
"description": "All information pertaining to a single account",
"type": "object",
"properties": {