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
/* | |
Copyright (C) 2014 Apple Inc. All Rights Reserved. | |
See LICENSE.txt for this sample’s licensing information | |
*/ | |
@import GameController; | |
@import VirtualGameController; | |
#import <simd/simd.h> | |
#import <sys/utsname.h> |
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
+ (id)sharedInstance | |
{ | |
static dispatch_once_t onceQueue; | |
static DoDServer *server = nil; | |
dispatch_once(&onceQueue, ^{ juxUtilities = [[self alloc] init]; }); | |
return server; | |
} |
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
Request Body: {"multiquark":{"quarks":[{"title":"A good title ","font_effect":"neon","text":"A giod body","background_picture":{"id":"5112c78594b23bb4f7000027"},"article":"type"},{"title":"A small dog","font_effect":"neon","text":"Digit","background_picture":{"id":"5112c77d94b23bb4f7000026"},"article":"type"}]}} |
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
{"multiquark":{"quarks":[{"title":"Title title","font_effect":"neon","text":"Title body","background_picture":{"id":"5112bd7794b23b94c6000015"}},{"title":"First firat titletitle","font_effect":"neon","text":"First body","background_picture":{"id":"5112bd7094b23b94c6000014"}},{"title":"Second title","font_effect":"neon","text":" ","background_picture":{"id":"5112bd6994b23b94c6000013"}}]}} |
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
multiquark = { | |
quarks = ( | |
{ | |
"background_picture" = { | |
id = 5112bb3894b23b94c600000c; | |
}; | |
"font_effect" = neon; | |
text = "Titlw quark body"; | |
title = "Title quark title"; | |
}, |
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
{"multiquark":[{"title":"One","font_effect":"neon","text":" ","background_picture":{"id":"5112b3b794b23bd6c7000003"},"type":"article_quark"},{"title":"Two","font_effect":"neon","text":"Two body ","background_picture":{"id":"5112b3c094b23bd6c7000004"},"type":"article_quark"},{"title":"Three","font_effect":"neon","text":"Three body","background_picture":{"id":"5112b3a394b23bd6c7000001"},"type":"article_quark"},{"title":" ","font_effect":"neon","text":" ","background_picture":{"id":"5112b3af94b23bd6c7000002"},"type":"article_quark"}]} |
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
multiquark = ( | |
{ | |
"background_picture" = { | |
id = 5112b3b794b23bd6c7000003; | |
}; | |
"font_effect" = neon; | |
text = " "; | |
title = One; | |
type = "article_quark"; | |
}, |
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
multiquark = ( | |
{ | |
"background_picture" = 5112ac3d94b23b743c00001e; | |
text = " "; | |
title = "Title slide title"; | |
type = "article_quark"; | |
}, | |
{ | |
"background_picture" = 5112ac4e94b23b54c5000020; | |
text = " "; |
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
{ | |
"auth_methods" = ( | |
facebook, | |
password | |
); | |
"created_at" = "2012/05/27 21:41:47 +0000"; | |
"current_sign_in_at" = "2013/02/05 17:14:57 +0000"; | |
"custom_links" = ( | |
{ | |
label = Web; |