Skip to content

Instantly share code, notes, and snippets.

View rpplusplus's full-sized avatar

Xiaoxuan Tang rpplusplus

View GitHub Profile
@liberize
liberize / soduku-num-training.cpp
Created November 18, 2013 12:18
OpenCV: Sudoku Number Training
#include <fstream>
#include "opencv2/opencv.hpp"
#include <vector>
#include <io.h>
using namespace std;
using namespace cv;
// #define ON_STUDY
@croath
croath / setting_url_scheme.md
Last active December 14, 2015 04:39
iOS setting url scheme

Only available in iOS 5.x

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General&path=Restrictions"]];

prefs:root=General&path=About
prefs:root=General&path=ACCESSIBILITY
prefs:root=AIRPLANE_MODE
prefs:root=General&path=AUTOLOCK
prefs:root=General&path=USAGE/CELLULAR_USAGE

prefs:root=Brightness