Awesome List Updates on Jun 01, 2017
8 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Wagtail
Apps / Customer experience
- Wagtail Personalisation (⭐119) - Personalisation module, enabling editors to create customised pages - or parts of pages - based on segments whose rules are configured directly in the admin interface.
2. Awesome Crystal
Template Engine
- crinja (⭐121) - An implementation of the Jinja2 template engine
3. Engineering Blogs
Companies / J companies
- JobTeaser https://medium.com/jobteaser-dev-team/
4. Awesome Magento2
Company Blogs / Progressive Web Application
5. Awesome Cakephp
Demo
- BlogMVC (⭐8) - A simple Blog example with CakePHP based on BlogMVC Project (⭐214).
6. Awesome PICO 8
Contents / Clones
- LIKO-12 (⭐1.1k) - An open source fantasy computer made using LÖVE with 96kb RAM.
7. Awesome Swift Playgrounds
Learning Swift
- The Swift Programming Language Playgrounds (⭐224) - 40+ playgrounds, one for each chapter of Apple's Swift book. 🌟
- Swift Hack Pack (⭐21) - Collection of playgrounds that teaches Swift.
- The Swift Summary Book (⭐1.7k) - A summary of Apple's Swift language. 🌟
- Swifter Tips (⭐125) - Examples for every feature of the Swift language.
- MPCS51032 UChicago iOS Course (⭐7) - Playgrounds from the 2017 Spring iOS course of the University of Chicago.
Learning Swift: Advanced Topics
- A Swift Introduction to Core Data (⭐150) - Learn Core Data experimenting directly in this playground. 🌟
- TDDSwiftPlayground (⭐58) - Demonstration of using Swift Playgrounds in Test Driven Development with XCTest.
- Concurrency on iOS (⭐32) - Concurrency and Parallelism in iOS.
- Modern Core Data (⭐35) - An introduction to Core Data.
- Swift DSL Example (⭐19) - Implementation of a DSL in Swift.
- Katan (⭐25) - A micro web server that replies "Hello world!" to every request, an example of how to use sockets in Swift.
- Swiftly Typed Resources (⭐74) - A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with. ⏳
- Swift KVO Closures (⭐11) - Swift KVO playground. ⏳
- Swift Date Tutorial (⭐8) - Learn everythig about NSDate. ⏳
- Swift And C (⭐6) - Examples about using C with Swift. ⏳
- Swift Memory Management (⭐3) - How to avoid retain cycles, from this post. ⏳
Learning Swift: Advanced Topics / Design Patterns
- Design Patterns Playground (⭐27) - Learning GoF's Design Patterns in Swift 3.
- iOS Design Patterns (⭐133) - Sample projects for MVC, MVP, MVVM, and VIPER.
- Design Patterns in Swift (⭐15k) - Design patterns in Swift 3.
Learning Swift: Advanced Topics / Protocol Oriented Programming
- Swift Diagram Playgrounds (⭐274) - Adaptation of the Protocol-Oriented Programming in Swift talk from WWDC 2015.
- Swift Protocol Extensions (⭐20) - A playground to explore Protocol Extensions. ⏳
- Battleship Example (⭐13) - An example of how to use Protocol Oriented Programming with the battleship game. ⏳
Learning Swift: Advanced Topics / Functional Reactive Programming
- ReactiveCocoa Playground (⭐97) - The easiest way to get a taste of ReactiveCocoa. ⏳
- Swift Reactive Playground (⭐27) - Companion to the article: ReactiveCocoa made Simple With Swift. ⏳
Apple's Playgrounds / Functional Reactive Programming
- Apple's Mandelbrot Playground (⭐23) - A playground with the mandelbrot fractal (updated to Swift 3 by @palmerc, @kemalenver).
- Apple's Crustacean Playground - Protocol-Oriented Programming with Value Types. ⏳
- Apple's Swift Standard Library Playground - experiment with Swift standard library types and high-level concepts using visualizations and practical examples. ⏳
Playgrounds about Playgrounds / Functional Reactive Programming
- XCTest Playground (⭐52) - Better looking tests for playgrounds.
- Interactive Playground (⭐53) - Exploring interactivity in Playgrounds.
- Mondrian (⭐3) - Make iOS app mockups in Swift 2.x playgrounds. ⏳
Playgrounds from Playgroundbooks / Functional Reactive Programming
- iPad Swift Playgrounds (⭐26) - The sample playgroundbooks converted to playgrounds.
Theoretical Computer Science / Functional Reactive Programming
- Logician (⭐194) - Logic programming in Swift. 🌟
- Function Composition in Swift (⭐58) - Exploration of function composition in Swift. 🌟
- Swift Adventures in Monad Land (⭐171) - Learn about monads.
- Functional Design Patterns (⭐5) - A few functional programming concept and patterns.
- Learn about transducers (⭐80) - A little tutorial that explains transducers. ⏳
- Swift Functors, Applicatives, and Monads in Pictures (⭐67) - Companion to the article: Swift Functors, Applicatves, and Monads in Pictures. ⏳
- Functors in Swift (⭐6) - A playground to introduce Functors in Swift, and their practical usage. ⏳
Theoretical Computer Science / Algorithms and Data Structures
- Swift Algorithm Club (⭐28k) - Algorithms and data structures in Swift with explanations. 🌟
- Sorting Experiments (⭐6) - Alluring experiments with sorting algorithms in Swift, sort of.
- Visual Binary Trees (⭐58) - Effortless visualization of arbitrary Binary Trees, along with their pluggable traversal implementations. 🌟
- Julia Fractal Playground (⭐259) - A Swift playground that generates beautiful Julia set fractal images.
- DataStructures Playground (⭐15) - Data Structures and Algorithms in Swift. ⏳
- Swiftography (⭐8) - Standard cryptographic algorithms in a Swift Playground. ⏳
- Algorithms Playground (⭐5) - Various algorithm implementation in Swift. ⏳
- The Jelly Bean Problem (⭐2) - The Jelly Bean problem from Wait But Why. ⏳
- Euclidean Strings (⭐1) - A playground leveraging ReSwift to generate Euclidean Strings. ⏳
Theoretical Computer Science / Languages
- Write your own language: Mu (⭐1.1k) - A playground explaining how to create a tiny programming language named Mu. 🌟
- ASM Swift (⭐103) - A playground for learning Assembly language through Swift. 🌟
- Register VM (⭐7) - A register-based VM in a Swift playground. 🌟 ⏳
- Turtle Playground (⭐127) - A playground with Logo-like commands. 🌟 ⏳
- Swift Brainfuck (⭐9) - Brainfuck interpreter written in Swift using Playground. ⏳
UIKit And Graphics / Machine Learning
- UIStackView Playground (⭐326) - Interesting examples of use of UIStackViews.🌟
- Bezier Path Playgrounds (⭐26) - Some playgrounds to better understand UIBezierPaths.
- UIKit playground (⭐43) - Playgrounds to experiment interactively with UIKit views.
- UIDynamic Playground (⭐4) - Multiple Playgrounds using almost every behaviour of UIDynamic.
- WWDC16 Typography (⭐7) 🇯🇵 - Draw a logo or any text with the WWDC16 ASCII texture.
- Animated GIF Playground (⭐1) - Swift playground for generating animated GIFs.
- RPClarity (⭐42) - Shows a technique for blurring an image behind the characters behind one or more UILabels. ⏳
- Swift Clock (⭐27) - An animated clock in a swift playground. ⏳
- WatchKit Asset Playground (⭐8) - A swift playground for creating awesome animations for your WatchKit Apps. ⏳
- Swift 2.0 Protocol Extension Example (⭐38) - Showing how to use Swift2 protocol extensions to render errors in UIViews and UIViewControllers without subclassing or creating classes. ⏳
- Tinting (⭐0) - A small playground to demonstrate image tinting in UIKit. ⏳
- Ray tracing Playground (⭐16) - A playground and a series of articles on ray tracing, see also part 2 (⭐6), 3 (⭐7), 4 (⭐3), 5 (⭐5) 🌟 ⏳
- WWDC16 Logo Playground - Drawing the WWDC16 logo in a playground. ⏳
UIKit And Graphics / Core Image
- Interpolation Playground (⭐63) - Playground demonstrating lerp, smooth step, Catcall-Rom and others! ⏳
- CoreImage for Swift Playgrounds (⭐88) - Growing collection of CoreImage playgrounds from the upcoming book "CoreImage For Swift". 🌟 ⏳
- Image Processor (⭐8) - Implementing different image filter algorithms. ⏳
UIKit And Graphics / Metal
- METAL Playground (⭐52) - Apple Metal framework playground. 🌟 ⏳
UIKit And Graphics / Animations
- Core Animation Swift Playgrounds (⭐34) - A set of interesting Core Animation playgounds.
- UIViewPropertyAnimator Playground (⭐37) - Playground demonstrating UIViewPropertyAnimator.
- WWDC Crowd Simulator 2017 (⭐33) - A SpriteKit experiment to simulate the WWDC2017 logo crowd.
- Additive Animations (⭐35) - Experiment with multiple additive animations in Core Animation. ⏳
- Core Animation Playground (⭐9) - Companion to Apple's Core Animation Programming Guide. ⏳
UIKit And Graphics / SpriteKit
- SpriteKit Swift 3 (⭐7) - Playground for exploring Sprite Kit.
- SceneKit Examples (⭐20) - Experiment with SceneKit and Swift. ⏳
Audio / SpriteKit
- Bach Playground (⭐3) - A Simple Swift Playground that plays a brief piece by Bach with AVAudioEngine and AVMIDIPlayer.
- PlayerNode Playground (⭐3) - Playground using AVAudioEngine with a playernode and effects to play an audio file. 🌟
Mathematics / SpriteKit
- Lindenmayer Systems (⭐11) - A Swift playground exploring Lindemayer systems.
- Swift Natural Numbers (⭐3) - A playground for implementing the natural numbers and more concepts in number theory.
- Polydoxical (⭐0) - Interactive playground to experiment with roulettes and polygons.
- Swift Accelerate (⭐113) - Using the Accelerate framework and Swift for Linear Algebra. ⏳
- Swifty Mathematics (⭐3) - A collection of swift playground about mathematics. ⏳
- Numerical Algorithms - Numerical argorithms playground from Ray Wenderlich. ⏳
Libraries and APIs / SpriteKit
- AIToolbox (⭐784) - A set of playgrounds showing machine learning algorithms, all implemented with pieces of the AIToolbox framework code.
- Cognitive Service APIs (⭐58) - Get started with the Microsoft Cognitive Services APIs.
- Rx Playground (⭐6) - A playground with RxSwift examples.
Playground Sets / SpriteKit
- Public Extensions (⭐301) - A set of useful extensions from @PublicExtension. 🌟
- ManuelCarlos's Playgrouds - Various playgrounds.
- Sketchytech's Playgrounds (⭐7) - Various Playgrounds. 🌟 ⏳
- Swift fun playgrounds (⭐8) - A few playgrounds to showcase Swift peculiar features. ⏳
- BradLarson's Playgrounds (⭐20) - Various playgrounds. ⏳
- Dmikusa's Playgrounds (⭐15) - Playgrounds that show basic Swift, JSON parsing, sending HTTP requests and basic file IO. ⏳
- Cananito's Playgrounds (⭐1) - Various playgrounds. ⏳
- Uberbruns's Playgrounds (⭐4) - Various playgrounds. ⏳
Miscellaneous / SpriteKit
- Icon Creator (⭐37) - Create app icons on Swift playground.
- 2048 Playground (⭐42) - The 2048 game implemented with a playground.
- SwiftShell (⭐19) - Bash shell in a playground.
- LaunchPad Playground (⭐4) - A playground that simulates a real LaunchPad for making music.
- Super Maze (⭐9) - A programmatic maze generator and solver.
- Tic Tac Toe (⭐7) - Tic tac toe in a playground.
- Game Boards (⭐180) - Chess, checkers, tic-tac-toe, sudoku and many others in playground. 🌟 ⏳
- StarWars Seals (⭐3) - Emblems from Star Wars in Swift playgrounds via CoreGraphics and UIViews. ⏳
- SwiftFiles (⭐40) - Save, Load and Delete files easily from within a Swift playground. ⏳
- Earth photos (⭐6) - A slideshow of Earth photos taken by DSCOVR/EPIC. 🌟 ⏳
8. Awesome Vue
Resources / Tutorials
- Prev: Jun 02, 2017
- Next: May 31, 2017