My Fiddler Cookbook
Fiddler is my favorite debugging proxy on Windows. Usually, I use Python to write simple debugging proxy which is usually less than 30 lines until it needs https. Enabling https decryption That’s why
Fiddler is my favorite debugging proxy on Windows. Usually, I use Python to write simple debugging proxy which is usually less than 30 lines until it needs https. Enabling https decryption That’s why
If you find your notebook has WiFi connectivity in a certain area but loses it in some areas with full WiFi signal, you may be under a faulty WiFi router. There are many routers in an office that shar
img { width: 50% } You cannot setup IMAP on iPhone/iPad (iOS devices) with a server that only provides IMAP SSL (port 993). iOS detects the existence of IMAP by using non-SSL IMAP port, which is
My blog has been migrated to a new Debian Virtual Private Server (VPS). I was trying to enable SPDY on my new server, but support from Google for Apache is somewhat broken. The latest Chrome browser s
Many developers complain that mobile application development is more difficult than web application development. They try to follow tutorials online precisely, but the mobile application still doesn’t
The story begins with Swift and Go I like the beauty of Apple’s Swift language more than Google’s Go. Ok, it is subjective. Apple has Swift open source, I decided to run a simple benchmark test to hav
Apple Swift is a programming language for iOS application development at the beginning. It can be found on Mac’s Xcode. Now Apple Swift 2 is hosted on IBM Bluemix’s website (http://swiftlang.ng.bluemi
You lose all custom configurations whenever the WD Cloud firmware has updated. Below scripts help me to revert my settings, Update SSH server to use public key authentication Login to root on the WD C
This is the application we built for the MasterCode hackathon 2015 Hong Kong. The application was submitted to http://www.hackathon.io/sellspree. The source code for this project can be found at https
My first hackathon I joined my first hackathon, hosted by AngelHack at MasterCard’s in Hong Kong, in March 2015. This event attracted around 150 participants from both local and overseas locations. T
WD Cloud runs Debian Linux on ARM. When you build applications for other architectures, you need to use cross-building. I have successfully built a package on Ubuntu 14 by following this post with a f
When I applied Jasmine Ajax to test a piece of JavaScript, I was stuck, and I discovered that the cause was no support for blocking AJAX calls from Jasmine Ajax. I don’t blame Jasmine Ajax because I d
While commuting to work this morning, I considered whether driving might be a viable option. My new workplace is in Tung Chung, and I typically commute by bus and MTR. I used my iPhone to access Googl
📖 neoalienson/pachinko An iOS 'pinball' game using SpriteKit and Swift with physics engine ⭐ 7 Stars 🍴 1 Forks Language: C++ Do you like Swift, the programming language that comes with XCode 6 from Apple? You may not know, but I developed a fondness for it after writing a game with it. I am going to show you how to write a game with Swift. If you’d like to jump right into the source code of this game, you can download or clone it from GitHub
I have installed iOS 8 beta 3 on an iPhone 4s. The default camera now supports taking time-lapse videos. Taking a time-lapse video with the camera is very simple because you do not have any options… I
My friend brought me a bottle of Coke with my name on it from his business trip to South Africa, You can check https://www.shareacoke.co.za/ for the available names. There are similar activities in
We have integrated a messaging app with Android Wear in an emulator. Android Wear can receive notifications, reply to messages, and initiate VoIP calls through the mobile app. commentB
https://microcorruption.com This is a simulation game that involves hacking an electronic lock. It requires a solid understanding of low-level programming. If you’re not familiar with Assembly, consid
For a long time, the most frequent complaints about the Android emulator were its slow startup and operational speeds. Using the Intel Atom x86 system image helped slightly, but not significantly. How
First, create a 5000x5000 pixel height map, where each pixel corresponds to 1 meter in Minecraft. Considering that Hong Kong spans approximately 50,000 meters (50 km) from south to north, the resultin