monmond's repositories
objective-c-style-guide
A style guide that outlines the coding conventions for raywenderlich.com
swift-style-guide
The official Swift style guide for raywenderlich.com.
gitignore
A collection of useful .gitignore templates
MultipleChoiceScanner
A multiple choice scanner
OpenCV-CPP
Learning OpenCV-CPP
OpenCV-Tutorial
A sample project demonstrating use of OpenCV library in iOS platform
SwCrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
tva-wenderserve
The API server that's part of the tvOS Apprentice TVML chapters
tvOS-guidelines
Provides a summary of tvOS guidelines
webcam-capture
The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.