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
Pod::Spec.new do |s| | |
s.name = 'ReactiveCocoa-Swift' | |
s.version = '0.0.1' | |
s.summary = 'A framework for composing and transforming streams of values' | |
s.authors = { 'Justin Spahr-Summers' => '@jspahrsummers' } | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.homepage = 'https://github.com/ReactiveCocoa/ReactiveCocoa' | |
s.ios.deployment_target = '8.0' | |
s.osx.deployment_target = '10.10' |
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
document.write(' <script> /**<AdScript>**/ var P_41600_Swipe = \'http://pliing.se/PliingAd/Click?id=4160000&userAdId=3438799245&callback=p41600Resp\'; var P_41600_Imp = \'\'; var P_41600_Img = [\'1.png\', \'2.png\', \'3.png\', \'4.png\', \'5.png\']; var P_41600_CI = [4160011, 4160012, 4160013, 4160014, 4160015]; var P_41600_NoOfImages = P_41600_Img.length; var p41600LoadedImages = 0; var p41600SwipeArea; var p41600Cube; var p41600StartX = 0; var p41600StartY = 0; var p41600EndX = 0; var p41600Swiped = false; var p41600RotAng = 0; var p41600Side = []; var p41600Canvas = []; var p41600CanvasCtx = []; var p41600Img = []; var p41600Script; var p41600isAndroid = navigator.userAgent.toLowerCase().indexOf("android") > -1; var p41600isAndroid2x = navigator.userAgent.toLowerCase().ind |
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
doubleMe x = x + x | |
doubleUs x y = doubleMe x + doubleMe y | |
doubleSmallNumber x = (if x > 100 then x else x*2) + 1 | |
boomBangs xs = [ if x < 10 then "BOOM!" else "BANG!" | x <- xs, odd x] | |
length' xs = sum [1 | _ <- xs] | |
removeNonUppercase st = [ c | c <- st, c `elem` ['A'..'Z']] |
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
class ImageDownloader { | |
func downloadImageFor(path:String) -> UIImage? { | |
guard let url = NSURL(string: path) else { return nil } | |
guard let data = NSData(contentsOfURL: url) else { return nil } | |
return UIImage(data: data) | |
} | |
} | |
class CMYKFilter : ImageFilter { | |
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
{"public_identifier": "maciej-walczy\\u0144ski-ab64aa45", "profile_pic_url": "https://media.licdn.com/dms/image/C4E03AQF1wq04bfkk4g/profile-displayphoto-shrink_800_800/0/1636119709749?e=1700092800&v=beta&t=Re10DsA2c96cqw2oGSBkJDYUN-FavfOEJOrnzjB2WJs", "background_cover_image_url": null, "first_name": "Maciej", "last_name": "Walczy\\u0144ski", "full_name": "Maciej Walczy\\u0144ski", "follower_count": 307, "occupation": "Engineering Manager at Schibsted Tech Polska", "headline": "Tech Lead // Engineering Manager at Schibsted Tech Polska", "summary": null, "country": "PL", "country_full_name": "Poland", "city": "Krakow Metropolitan Area", "state": null, "experiences": [{"starts_at": {"day": 1, "month": 7, "year": 2017}, "ends_at": null, "company": "Schibsted Tech Polska", "company_linkedin_profile_url": "https://www.linkedin.com/company/schibsted-tech-polska/", "title": "Engineering Manager", "description": null, "location": "Cracow, Ma\\u0142opolskie, Poland", "logo_url": "https://media.licdn.com/dms/image/D4D0 |