I hereby claim:
- I am aleclaws on github.
- I am aleclawsid (https://keybase.io/aleclawsid) on keybase.
- I have a public key ASBQVMpEU24lu4YhaZXl401oU52QAMBqd5S7r6pDvDatCgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// HELPER QUERIES | |
void queryValueToData(NSMutableDictionary *query, void * value) { | |
query[(__bridge id)kSecValueRef] = (__bridge id)value ; | |
query[(__bridge id)kSecReturnData] = @YES ; | |
} | |
void queryDataToValue(NSMutableDictionary *query, id data) { |
#include <stdio.h> | |
#include <stdlib.h> | |
struct _keywords { | |
const char *FIRST; | |
const char *SECOND; | |
}; |
I hereby claim:
To claim this, I am signing this object:
i) Each shuffle is described by n numbers t1,t2,...,tn | |
A shuffle defines a reindexing of the cards | |
``` | |
given cards C = [ a b c d e] | |
and shuffle S = [ 2 3 4 5 1] |
// | |
// AppDelegate.m | |
// fhwei | |
// | |
// | |
#import "AppDelegate.h" | |
@implementation AppDelegate | |