Study Cocos2d
Study PHP, CSS3
Always play puzzle game for inspiration
:D
12/22/2010
11/15/2010
EC2 Instance with GPGPU
http://aws.typepad.com/aws/2010/11/new-ec2-instance-type-the-cluster-gpu-instance.html
11/14/2010
Crack the phone
1. iPhone OpeniBoot to Android
http://www.gadgetglass.com/965/hacker-manages-to-run-openiboot-on-ipod-touch-4g/
2. WP7 jailbreak
root the windows phone 7
http://www.gadgetglass.com/965/hacker-manages-to-run-openiboot-on-ipod-touch-4g/
2. WP7 jailbreak
root the windows phone 7
Labels:
mobile
11/09/2010
10/01/2010
8/04/2010
Problem for encryption in objective C
http://blog.objectgraph.com/index.php/2010/04/20/encrypting-decrypting-base64-encode-decode-in-iphone-objective-c/
Encrypting / Decrypting / Base64 Encode / Decode in iPhone Objective-C
******** Length of password key must 10 ********************
Otherwise decrypt result will not work!
Encrypting / Decrypting / Base64 Encode / Decode in iPhone Objective-C
******** Length of password key must 10 ********************
Otherwise decrypt result will not work!
7/23/2010
7/18/2010
Adremover for facebook with greasemonkey
var $;
// Add jQuery
(function(){
if (typeof unsafeWindow.jQuery == 'undefined') {
var GM_Head = document.getElementsByTagName('head')[0] || document.documentElement,
GM_JQ = document.createElement('script');
GM_JQ.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
GM_JQ.type = 'text/javascript';
GM_JQ.async = true;
GM_Head.insertBefore(GM_JQ, GM_Head.firstChild);
}
GM_wait();
})();
// Check if jQuery's loaded
function GM_wait() {
if (typeof unsafeWindow.jQuery == 'undefined') {
window.setTimeout(GM_wait, 100);
} else {
$ = unsafeWindow.jQuery.noConflict(true);
letsJQuery();
}
}
// All your GM code must be inside this function
function letsJQuery() {
if($(".ego_column").length){
$(".ego_column").hide();
}
if($(".adcolumn_wrapper").length){
$(".adcolumn_wrapper").hide();
}
}
// Add jQuery
(function(){
if (typeof unsafeWindow.jQuery == 'undefined') {
var GM_Head = document.getElementsByTagName('head')[0] || document.documentElement,
GM_JQ = document.createElement('script');
GM_JQ.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
GM_JQ.type = 'text/javascript';
GM_JQ.async = true;
GM_Head.insertBefore(GM_JQ, GM_Head.firstChild);
}
GM_wait();
})();
// Check if jQuery's loaded
function GM_wait() {
if (typeof unsafeWindow.jQuery == 'undefined') {
window.setTimeout(GM_wait, 100);
} else {
$ = unsafeWindow.jQuery.noConflict(true);
letsJQuery();
}
}
// All your GM code must be inside this function
function letsJQuery() {
if($(".ego_column").length){
$(".ego_column").hide();
}
if($(".adcolumn_wrapper").length){
$(".adcolumn_wrapper").hide();
}
}
6/24/2010
5/21/2010
Currently...
Currently I work on 2 projects and 1 training. Handling 3 programing language:
JAVA, PHP and Objective-C.
JAVA, PHP and Objective-C.
4/04/2010
Netbook will Die!
iPad is aboard and currently netbook become a Flash player devices.
Most of time on train, I cant use (7'-10') netbook when I am standing up.
As a developer, I need a 11-13' sub-notebook(CULV CPU inside) for programming.
Most of time on train, I cant use (7'-10') netbook when I am standing up.
As a developer, I need a 11-13' sub-notebook(CULV CPU inside) for programming.
When will MS Courier on live?
iPad is aboard but I want to take a look for MS Courier too. As I have seen Zune HD & Windows Phone 7 built on Silverlight
訂閱:
文章 (Atom)
technology.