- item one
- item two
- item three
This is how we take items and return them to our thing this is more content to show that we have content and it is not workign in a way that we nwant it to work.
{ | |
"id": "46007404-a7e4-4637-b093-4dca9c8a9c8c", | |
"hashtag": "#SingleLife", | |
"total": 4, | |
"sentiment": { | |
"positive": 25, | |
"negative": 75 | |
}, | |
"users": [ | |
{ |
req, _ := http.NewRequest("GET", url, nil) | |
req.Header.Add("Range", "bytes=0-5088") | |
var client http.Client | |
resp, _ := client.Do(req) |
Are you in some kind of warzone? Oh, that's terrible | |
NDA the size of a human skull | |
what's punting |
Top Spenders OVERALL | |
The Hon Tony Abbott MP - $1057673 | |
The Hon Julie Bishop MP - $866653 | |
Mr Tony Pasin MP - $851482 | |
Mr Tim Watts MP - $556863 | |
The Hon Andrew Robb AO MP - $539247 | |
The Hon Darren Chester MP - $529344 | |
Mr Wyatt Roy MP - $526258 | |
Senator the Hon Simon Birmingham - $523191 |
May 4 17:10:14 iPod-touch routined[5308] <Notice>: 452416214.294107 (4/05/2015 17:10:14 AEST), [DATABASE]: failed to execute statement | |
May 4 17:10:14 iPod-touch routined[5308] <Notice>: 452416214.295157 (4/05/2015 17:10:14 AEST), [DATABASE]: statement, INSERT INTO Hint (Timestamp, Latitude, Longitude, HorizontalAccuracy) VALUES (?, ?, ?, ?), return code, 19, error, UNIQUE constraint failed: Hint.Timestamp, Hint.Latitude, Hint.Longitude | |
May 4 17:10:14 iPod-touch routined[5308] <Notice>: 452416214.307433 (4/05/2015 17:10:14 AEST), [DATABASE]: failed to finalize statement | |
May 4 17:10:14 iPod-touch routined[5308] <Notice>: 452416214.308205 (4/05/2015 17:10:14 AEST), [DATABASE]: statement, , return code, 19, error, UNIQUE constraint failed: Hint.Timestamp, Hint.Latitude, Hint.Longitude |
enum DisplayOrientation : CGFloat{ | |
case WideScreen = 0 | |
case Portrait = 1.5707963268 | |
case UpsideDown = 3.1415926536 | |
case PortraitUpsideDown = 4.7123889804 | |
} |
class MediaItem : MTLModel, MTLJSONSerializing { | |
var mediaFileName : String! | |
var mediaMD5String : String! | |
var mediaFileURL : String! | |
var mediaFileSize : Int! | |
class func documentsDirectory() -> String{ | |
return NSSearchPathForDirectoriesInDomains(.DocumentDirectory, .UserDomainMask, true)[0] as String | |
} |
// | |
// GenericDataSource.swift | |
// | |
// Created by Dan Nolan on 23/09/2014. | |
// Creative Commons blah blah just use this as however you want I release all witchcraft and magic rights to using this software or something | |
// | |
import Foundation | |
import UIKit | |
import Foundation | |
class AppInfo { | |
class func appVersion () -> String{ | |
let infoDictionary = NSBundle.mainBundle().infoDictionary | |
if let versionString:AnyObject = infoDictionary["CFBundleShortVersionString"]{ | |
return "\(versionString)" | |
}else{ | |
return "No Version" | |
} |