Skip to content

Instantly share code, notes, and snippets.

View alexdeem's full-sized avatar

Alex Deem alexdeem

View GitHub Profile
@tolbard
tolbard / bets-list.json
Last active January 14, 2016 22:32
Footy Tab Bet Specific or Generic json structure.
[{
"type": "FOOTY",
"competition": "NRL",
"betType": "PICK_THE_WINNERS",
"stake": "$2.00",
"flexi": true,
"date": "2016-03-23",
"matches": [
{"legs": [
{"selections": ["H"]}
@j3j5
j3j5 / gist:8b3e48ccad746b90a54a
Last active November 16, 2023 15:11
Adyen Test Card Numbers
Adyen Test Card Numbers
These cards are only valid on our TEST system and they will never involve any actual transaction or transfer of funds. The TEST card numbers will not work on the Adyen LIVE Platform.
For all cards use the following expiration and CVV2/CVC2/or CID for Amex.
For all cards:
Expiration Dates CVV2 / CVC3 CID (American Express)
08/2018 OR 10/2020 737 7373
@pokeb
pokeb / gist:150447
Created July 20, 2009 17:03
An example showing how to manage a queue with ASIHTTPRequest
//
// MyController.h
//
// Created by Ben Copsey on 20/07/2009.
// Copyright 2009 All-Seeing Interactive. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <GHUnit/GHUnit.h>
@class ASINetworkQueue;