Skip to content

Instantly share code, notes, and snippets.

View zytzjx's full-sized avatar

Jeffrey Zhang zytzjx

View GitHub Profile
@zytzjx
zytzjx / gist:7670835
Created November 27, 2013 04:53
http client , cookie sample
// SetCookies handles the receipt of the cookies in a reply for the
// given URL. It may or may not choose to save the cookies, depending
// on the jar's policy and implementation.
func (jar *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) {
jar.lk.Lock()
jar.cookies[u.Host] = cookies
jar.lk.Unlock()
}
// Cookies returns the cookies to send in a request for the given URL.
@zytzjx
zytzjx / gist:7670841
Created November 27, 2013 04:54
Linux install go
sudo apt-get install python-software-properties # 12.04
sudo add-apt-repository ppa:duh/golang
sudo apt-get update
sudo apt-get install golang
To confirm:
go version
which outputs in my case (Ubuntu precise)
go version go1.1.1 linux/amd64
# -*- Encoding: utf-8 -*-
import urllib
from httplib2 import Http
LOGIN_URL = 'http://www.renren.com/PLogin.do'
FRIENDS_URL = 'http://friend.renren.com/myfriendlistx.do'
h = Http()
h.follow_redirects = False
@zytzjx
zytzjx / gist:7902555
Created December 10, 2013 23:52
windbg blog
http://www.cppblog.com/weiym/archive/2012/06/07/177958.aspx
@zytzjx
zytzjx / gist:8014398
Created December 17, 2013 23:11
android LTE NV RUIM
adb shell getprop | findstr "ril.subscription.types"
[ril.subscription.types]: [NV,RUIM]
you can find this information in android source codes.
It is com/android/phone/CdmaOptions.java
@zytzjx
zytzjx / gist:8018209
Created December 18, 2013 06:42
iPod data base format
http://codertoyz.blogspot.com/2006/01/view-ipod-nano-songs-witho_113730805983488867.html
@zytzjx
zytzjx / gist:8365458
Created January 11, 2014 00:44
WER Settings
http://msdn.microsoft.com/en-us/library/bb513638(VS.85).aspx
@zytzjx
zytzjx / gist:8910611
Created February 10, 2014 04:58
libimobiledevice compile for windows
https://github.com/kovidgoyal/calibre/blob/master/setup/installer/windows/libimobiledevice_notes.rst
@zytzjx
zytzjx / gist:8950129
Created February 12, 2014 04:38
iPhone Data
https://code.google.com/p/jphonewin/
iDevice file system. Tomorrow test
Visual Studio Ultimate 2013 KEY:BWG7X-J98B3-W34RT-33B3R-JVYW9
Visual Studio Premium 2013 KEY:FBJVC-3CMTX-D8DVP-RTQCT-92494
Visual Studio Professional 2013 KEY:XDM3T-W3T3V-MGJWK-8BFVD-GVPKY
Team Foundation Server 2013 KEY:MHG9J-HHHX9-WWPQP-D8T7H-7KCQG