OpenCV Practice Repository https://github.com/AmitThakur/opencvp.git
Credits: [http://www.raben.com/book/export/html/3] [http://karytech.blogspot.in/2012/05/opencv-24-on-ubuntu-1204.html]
| { | |
| "title": "Microsoft Remote Desktop", | |
| "rules": [ | |
| { | |
| "description": "Windows Mappings", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { "key_code": "x", "modifiers": { "mandatory": [ "command" ] } }, | |
| "to": [ { "key_code": "x", "modifiers": [ "left_control" ] } ], |
| package com.emil.android.util; | |
| import android.content.Context; | |
| import android.net.ConnectivityManager; | |
| import android.net.NetworkInfo; | |
| import android.telephony.TelephonyManager; | |
| /** | |
| * Check device's network connectivity and speed | |
| * @author emil http://stackoverflow.com/users/220710/emil |
| #include<reg51.h> | |
| void main() | |
| { | |
| char mybit; | |
| TMOD=0x20; | |
| TH1=0xFD; | |
| TR1=1; | |
| SCON=0x50; | |
| while(1) { |
OpenCV Practice Repository https://github.com/AmitThakur/opencvp.git
Credits: [http://www.raben.com/book/export/html/3] [http://karytech.blogspot.in/2012/05/opencv-24-on-ubuntu-1204.html]