giulio92/GLTableCollectionView: Netflix and App Store like UITableView with UICollectionView, written in pure Swift 3.0
GLTableCollectionView is a ready to use UITableViewController with a UICollectionView for each UITableViewCell, something like Netflix, Airbnb or the Apple’s App Store are doing in their iOS apps. GLTableCollectionView is completely customizable in both his UITableView and UICollectionView parts since it has been made on the same Data Source and Delegate methods with no complicated […]
krzysztofzablocki/Traits: Modify your native iOS app in real time.
Modify your native iOS app in real time. Source: krzysztofzablocki/Traits: Modify your native iOS app in real time.
devongovett/regexgen: Generate regular expressions that match a set of strings
Generate regular expressions that match a set of strings Source: devongovett/regexgen: Generate regular expressions that match a set of strings
Microsoft/HoloJS: Provides a framework for creating holographic apps using JavaScript and WebGL.
Provides a framework for creating holographic apps using JavaScript and WebGL. Source: Microsoft/HoloJS: Provides a framework for creating holographic apps using JavaScript and WebGL.
lkzhao/Hero: Supercharged transition engine for iOS.
At its core, Hero is similar to Keynote’s Magic Move. It checks the heroID property on all source and destinations views. Every matched view pairs are then automatically transitioned from it’s old state to it’s new state. Source: lkzhao/Hero: Supercharged transition engine for iOS.
Standalone App of Forge Viewer on iOS without Internet by Cordova
Standalone App of Forge Viewer on iOS without Internet by Cordova Source: Standalone App of Forge Viewer on iOS without Internet by Cordova
Deep Learning
The Deep Learning textbook is a resource intended to help students and practitioners enter the field of machine learning in general and deep learning in particular. The online version of the book is now complete and will remain available online for free. Source: Deep Learning
drduh/macOS-Security-and-Privacy-Guide: A practical guide to securing macOS.
This is a collection of thoughts on securing a modern Apple Mac computer using macOS (formerly OS X) 10.12 “Sierra”, as well as steps to improving online privacy. Source: drduh/macOS-Security-and-Privacy-Guide: A practical guide to securing macOS.
nothings/single_file_libs: List of single-file C/C++ libraries.
Generally, the following is a list of small, easy-to-integrate, portable libraries which are usable from C and/or C++, and should be able to be compiled on both 32-bit and 64-bit platforms. However, I have not personally verified that any specific lilbrary is as advertised, or is quality software. Source: nothings/single_file_libs: List of single-file C/C++ libraries.
How SAML Authentication Works
Security Assertion Markup Language (SAML) is an XML-based framework for authentication and authorization between two entities: a Service Provider and an Identity Provider. The Service Provider agrees to trust the Identity Provider to authenticate users. In return, the Identity provider generates an authentication assertion, which indicates that a user has been authenticated. Source: How SAML […]