Pinned Repositories
AugustFriday
CollectionViewInsideTableViewWithAdapter
gitignore
A collection of useful .gitignore templates
GPUImage2
GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
ios-OTA
JBKenBurnsView
MultipleChoiceScanner
A multiple choice scanner
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.
monmond's Repositories
monmond/objective-c-style-guide
A style guide that outlines the coding conventions for raywenderlich.com
monmond/swift-style-guide
The official Swift style guide for raywenderlich.com.
monmond/AugustFriday
monmond/CollectionViewInsideTableViewWithAdapter
monmond/gitignore
A collection of useful .gitignore templates
monmond/GPUImage2
GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
monmond/ios-OTA
monmond/JBKenBurnsView
monmond/MultipleChoiceScanner
A multiple choice scanner
monmond/OpenCV-CPP
Learning OpenCV-CPP
monmond/OpenCV-Tutorial
A sample project demonstrating use of OpenCV library in iOS platform
monmond/SwCrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
monmond/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
monmond/thesis-backend
monmond/thesis-ios-api
monmond/thesis-ios-rtsp
monmond/tva-wenderserve
The API server that's part of the tvOS Apprentice TVML chapters
monmond/tvOS-guidelines
Provides a summary of tvOS guidelines
monmond/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.