{"id":13801205,"url":"https://github.com/uraimo/Swift-Playgrounds","last_synced_at":"2025-05-13T11:30:56.622Z","repository":{"id":139513381,"uuid":"43354440","full_name":"uraimo/Swift-Playgrounds","owner":"uraimo","description":"Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.","archived":false,"fork":false,"pushed_at":"2019-02-13T15:53:52.000Z","size":586,"stargazers_count":139,"open_issues_count":0,"forks_count":14,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-15T05:54:16.541Z","etag":null,"topics":["bitwise-operators","concurrency","concurrency-patterns","functional-programming","swift","swift-playgrounds","unowned"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uraimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-09-29T08:23:21.000Z","updated_at":"2024-06-18T11:20:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ee4e8bf-ffe9-4ae5-b14c-8b089f1d9a8d","html_url":"https://github.com/uraimo/Swift-Playgrounds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2FSwift-Playgrounds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2FSwift-Playgrounds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2FSwift-Playgrounds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2FSwift-Playgrounds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uraimo","download_url":"https://codeload.github.com/uraimo/Swift-Playgrounds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932782,"owners_count":21986448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitwise-operators","concurrency","concurrency-patterns","functional-programming","swift","swift-playgrounds","unowned"],"created_at":"2024-08-04T00:01:20.535Z","updated_at":"2025-05-13T11:30:55.689Z","avatar_url":"https://github.com/uraimo.png","language":"Swift","funding_links":[],"categories":["Playground Sets","Swift"],"sub_categories":["SpriteKit"],"readme":"# Swift-Playgrounds\n\nA collection of Swift 4 playgrounds used in my posts.\n\n\n* 7 May 2017: [All about Concurrency in Swift - Part 1: The Present](https://www.uraimo.com/2017/05/07/all-about-concurrency-in-swift-1-the-present/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2017-05-07-ConcurrencyInSwift.playground.zip)\n* 27th October 2016: [Unowned or Weak? Lifetime and Performance](https://www.uraimo.com/2016/10/27/unowned-or-weak-lifetime-and-performance/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2016-10-27-UnownedWeakPlayground.playground.zip)\n* 5th May 2016: [Recursive Tail Calls and Trampolines in Swift](https://www.uraimo.com/2016/05/05/recursive-tail-calls-and-trampolines-in-swift/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2016-05-05-recursive-trampoline.zip)\n* 6th April 2016: [Swift and C: Everything you need to know](https://www.uraimo.com/2016/04/07/swift-and-c-everything-you-need-to-know) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2016-04-07-Swift-And-C.zip)\n* 5th February 2016: [Dealing with Bit Sets in Swift](https://www.uraimo.com/2016/02/05/Dealing-With-Bit-Sets-In-Swift) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2016-02-5-Bitwise-Playground.playground.zip)\n* 6th Jannuary 2016: [10 Swift One Liners To Impress Your Friends](http://www.uraimo.com/2016/01/06/10-Swift-One-Liners-To-Impress-Your-Friends/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2016-01-6-Swift-One-Liners-Playground.playground.zip)\n* 12th November 2015: [Experimenting with Swift Sequences and Generators](http://www.uraimo.com/2015/11/12/experimenting-with-swift-2-sequencetype-generatortype/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2015-11-12-SequenceTypeGeneratorTypePlayground.playground.zip)\n* 3rd November 2015: [Swift 2.1 Error Handling: from Objective-C to Swift and Back](http://www.uraimo.com/2015/11/03/error-handling-from-objective-c-to-swift-2-and-back/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2015-11-Swift2ErrorHandling.zip)\n* 8th October 2015: [Swift 2.0: Map and FlatMap Demystified](http://www.uraimo.com/2015/10/08/Swift2-map-flatmap-demystified/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2015-10-MapFlatMapPlayground.playground.zip)\n* 29th September 2015: [Swift 2.1 Function Types Conversion: Covariance and Contravariance](http://www.uraimo.com/2015/09/29/Swift2.1-Function-Types-Conversion-Covariance-Contravariance/) [(zip)](https://github.com/uraimo/Swift-Playgrounds/raw/master/archives/2015-09-VariancePlayground.playground.zip)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furaimo%2FSwift-Playgrounds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furaimo%2FSwift-Playgrounds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furaimo%2FSwift-Playgrounds/lists"}