Skip to content

Instantly share code, notes, and snippets.

View zytzjx's full-sized avatar

Jeffrey Zhang zytzjx

View GitHub Profile
@zytzjx
zytzjx / gist:b3a42fc4dcb645bac03c
Created October 19, 2015 23:54
Obtaining a File Name From a File Handle
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366789(v=vs.85).aspx
@zytzjx
zytzjx / gist:9d128683a9af4ba00984
Created September 24, 2015 19:01
window service add remove and so on
https://msdn.microsoft.com/en-us/library/windows/desktop/bb540473(v=vs.85).aspx
Windows desktop applications Develop Desktop technologies System Services Services Using Services The Complete Service Sample
@zytzjx
zytzjx / gist:e15bebe083eb6cf828b1
Created July 30, 2015 23:46
Open Safari By your application
-(IBAction)pushToSafari
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://www.google.co.uk"]];
}
@zytzjx
zytzjx / gist:201a0437fc9756bb7b77
Created July 30, 2015 20:18
launching your own via url IOS
http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
http://www.codeproject.com/Articles/14412/Enumerating-windows-device
@zytzjx
zytzjx / gist:097cd007a42219f1f498
Created June 24, 2015 18:43
WPD C# Access MTP
https://github.com/notpod/wpd-lib/tree/master/wpd-lib
@zytzjx
zytzjx / gist:ccbf316766c7c70da708
Created April 23, 2015 20:37
C# https Certificates add
https://support.microsoft.com/en-us/kb/895971
@zytzjx
zytzjx / gist:20dfa532f657bd2facc9
Created March 2, 2015 07:00
iphone sync protocol
http://www.libimobiledevice.org/docs/mobilesync.html
@zytzjx
zytzjx / gist:e1d6c8cb2f66814c9f15
Created February 27, 2015 08:33
print CFDictionary
https://github.com/mountsi/sample1/blob/d7f28cbdd1c52b1a7e5898feff9bb82fb35e5e56/bugtest/Core/Core/CoreFoundation/CFTypeAddition.c
Skip to content
This repository
Explore
Gist
Blog
Help
zytzjx zytzjx
2 Watch
@zytzjx
zytzjx / gist:b94bb0763445fb724714
Created February 12, 2015 05:38
RAMDISKBuilder
https://github.com/DomT4/iTunnel/tree/master/ramdiskBuilder/RamdiskBuilderWin32/RamdiskBuilder