Archives for: "December 2014"
HP Stream 13 - Light weight and Stylish Budget Laptop
A week ago, I bought a budget laptop. It was only HKD$2010. That is only a bit more expensive than a tablet, so I don't expect much. Well, actually it offered a lot. It comes with Windows 8.1 and 1 year subscription of Office 365 + 1TB One Drive. That… more »
Powershell running as a schedule task
That is possible to set as a schedule task. You can use the following command line: powershell -Set-Executionpolicy bypass - file test.ps1 Please remember to set Set-Executionpolicy bypass. It can avoid the confirm message. more »
How to make read only text field in xcode
I spent about half hour to find a read-only property for Text field in xcode. There is no such function. Should I modify text change event to reject any user typing? Actually, the most proper way is to uncheck user interaction enabled under the… more »
Java Problem on OSX Yosemite
I tried to run my Android Studion in Mac after I upgarded to OSX to Yosemite. I got this error message: To open 'this Java application' you need to install the legacy Java SE 6 runtime." Even I installed java sdk, that is not working. To overcome this… more »
Operand for NSDecimalNumber
decimalNumberByAdding:
decimalNumberBySubtracting:
decimalNumberByMultiplyingBy:
decimalNumberByDividingBy: more »
Omni ROM in Galaxy S3
My Galaxy S3 is aging now. That is running Android 4.1 which is quite old. I flashed my phone with a new ROM. I chose OmniRom more »