Linulin

319
reputation
19 views

Registered User

name Linulin
member for 1 year
seen Dec 3 at 22:01
website
location
age
Dec
1
awarded  Nice Answer
Sep
17
awarded  Yearling
Aug
17
comment Does anyone know how to write an Apple Push Notification Provider in C#?
In my opinion, Apple's documentation is pretty clear: developer.apple.com/iphone/library/…
Aug
17
awarded  Critic
Jul
28
comment Standard diff format in SVN
svn adds -u argument by default, (at least in version 1.5.1). So, you need to specify some diff arguments via -x to override unified format. E.g. "svn diff --diff-cmd diff -x -b" works for me