Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/swiftsandbox
Random Swift Playgrounds π²
https://github.com/alexito4/swiftsandbox
Last synced: 1 day ago
JSON representation
Random Swift Playgrounds π²
- Host: GitHub
- URL: https://github.com/alexito4/swiftsandbox
- Owner: alexito4
- License: mit
- Created: 2016-10-09T11:15:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T11:53:10.000Z (about 8 years ago)
- Last Synced: 2024-11-08T21:23:48.746Z (about 2 months ago)
- Language: Swift
- Homepage: http://alejandromp.com/blog/
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftSandbox
Random Swift playgrounds.## Related blog posts
- [Swift 3, linked lists and sentinels](http://alejandromp.com/blog/2016/10/1/swift-3-linked-lists-and-sentinels/) *(2016/10/01)* [Playground](https://github.com/alexito4/SwiftSandbox/tree/master/LinkedList.playground)
- [Solving the Strings Problem in Swift](http://alejandromp.com/blog/2015/12/5/solving-the-strings-problem-in-swift/) *(2015/12/05)* [Playground](https://github.com/alexito4/SwiftSandbox/tree/master/TheStringsProblem.playground) - Port to Swift of the ideas on [type based solution to the strings problem](http://blog.moertel.com/posts/2006-10-18-a-type-based-solution-to-the-strings-problem.html).
- [Swift Stack for fun](http://alejandromp.com/blog/2015/9/4/swift-stack-for-fun/) *(2015/09/04)* [Playground](https://github.com/alexito4/SwiftSandbox/blob/master/Stack.playground.zip)
- [GroupBy in Swift 2.0](http://alejandromp.com/blog/2015/6/28/group-by-swift/) *(2015/06/28)* [Playground](https://github.com/alexito4/SwiftSandbox/blob/master/Sections.playground.zip)
- [Understanding Swift Protocol Extensions dispatching](http://alejandromp.com/blog/2015/6/20/swift-protocol-extensions-dispatch/) *(2015/06/20*) [Playground](https://github.com/alexito4/SwiftSandbox/blob/master/ProtocolExtensiosnDispatch.playground.zip)
- [What I donβt like about the new Swift error handling model](http://alejandromp.com/blog/2015/6/12/swift-error-handling/) *(2015/06/12)* [Playground](https://github.com/alexito4/SwiftSandbox/blob/master/ErrorHandling.playground.zip)## Author
[Alejandro Martinez](http://alejandromp.com), [@alexito4](https://twitter.com/alexito4)