Dark Magic for Debugging your iOS app — iOS Apprentice — Medium
There’s always something missing in our tools or features that our SDK will never enables. Luckily the development community knows their own pain points and develop their own solution. Here, we focus on libraries that integrates into the project that can aid debug/development. Source: Dark Magic for Debugging your iOS app — iOS Apprentice — […]
Introducing Apex — Medium
Serverless architecture with AWS Lambda Source: Introducing Apex — Medium
MXNet Documentation — mxnet 0.5.0 documentation
MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity. Source: MXNet Documentation — mxnet 0.5.0 documentation
Open Source Deep Learning Kit That Utilizes Swift And Metal
Here’s a really great video demo showing the usage of the Deep Learning Kit to recognize a rose: Source: Open Source Deep Learning Kit That Utilizes Swift And Metal
Deep Learning in a Single File for Smart Devices — mxnet 0.5.0 documentation
Deep learning (DL) systems are complex and often have a few of dependencies. It is often painful to port a DL library into different platforms, especially for smart devices. There is one fun way to solve this problem: provide a light interface and put all required codes into a single file with minimal dependencies. In […]
iOS上mxnet的一个演示App – Lonely Nights
一个简单的图像识别的演示App。跑在6上速度还可以,大概4秒一张图。 Source: iOS上mxnet的一个演示App – Lonely Nights
pppoe/WhatsThis-iOS – C++
It is an example to show how to use the single file version of mxnet to get Deep Learning on mobile device. Source: pppoe/WhatsThis-iOS – C++
zorgiepoo/Bit-Slicer: Universal game trainer for OS X
Bit Slicer is a universal game trainer for OS X, written using Cocoa and Mach kernel APIs. It allows you to cheat in video games by searching and modifying values such as your score, lives, ammunition, and much more. Source: zorgiepoo/Bit-Slicer: Universal game trainer for OS X
Data processing and ETL with Ruby
On this blog, you’ll get concrete, actionable patterns and recipes showing how to process data, all within the comfy comfort of your favorite language. Stay tuned! Source: Data processing and ETL with Ruby
celluloid/README.md at master · celluloid/celluloid
Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby. With Celluloid, you can build systems out of concurrent objects just as easily as you build sequential programs out of regular objects. Recommended for any developer, including novices, Celluloid should help ease your worries about building multithreaded Ruby programs. Source: celluloid/README.md […]