| bio | website | kjuly.com |
|---|---|---|
| location | Hangzhou / Dali, CHINA | |
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Apr 26 at 7:57 | |
| stats | profile views | 15 |
# OpenSource
- iPokeMon : A PokéMon game on iOS with Location Based Service (Project Page).
- iPokeMon-Server : iPokeMon remote server side's source code.
- KYCircleMenu : Circular menus with toggling animation.
- KYArcTab : Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views.
- UIBezierPath+Symbol : Symbol extension for UIBezierPath class (UIBezierPath category).
- ALAssetsLibrary+CustomPhotoAlbum (fork) : A nice ALAssetsLibrary category for saving images into custom photo album.
# Products:
- YeNom : A simple tool which records your daily spending (Project Page).
- RockPaper : A simple Rock Paper Scissors game on iOS (Project Page).
- BooMa : Just a simple bookmark tool for books.
- 9 X 9 : 9 x 9 multiplication formulas, play with your kid as a game to do practice.
- Wander Shaxi : A map of Shaxi, Jianchuan, Dali, YunNan, CHINA. It includes basic places, viewpoints, infrastructure, inns, bars, etc.
@ Twitter / Sina Weibo
|
Jan 31 |
comment |
How does a trial version know it has been installed before? thanks for your tip, I got it! :) |
|
Jan 31 |
comment |
How does a trial version know it has been installed before? Thanks Daniel, I'll try to figure it out with your suggestion! :D |
|
Jan 31 |
comment |
How does a trial version know it has been installed before? What about the way of Photoshop CS5.1? |
|
Jan 31 |
comment |
How does a trial version know it has been installed before? Thanks @Chealion, so it's difficult to find out the way(including the files or keys, etc) the app(like Photoshop) uses? So bad.. :( |
|
Jan 31 |
comment |
How does a trial version know it has been installed before? @DanielBeck Ya, I happened met this issue from Adobe Photoshop CS5.1, and it leads me think about the way it uses. :p |
|
Jan 9 |
comment |
How can I run a 32-bit app on 64-bit OSX 10.7.2? Hi @Gordon, I put the info to my question. Maybe you can use my last part as part of your answer. :p Thanks anyway!! |
|
Jan 8 |
comment |
How can I run a 32-bit app on 64-bit OSX 10.7.2? Unfortunately, it failed with Components lost error. :( I paste the log to my Q. Thanks in advance! |
|
Jan 8 |
comment |
How can I run a 32-bit app on 64-bit OSX 10.7.2?"One instance where you would need to manually override the mode selection is for plugin or library compatibility" this might the case I need to run my app in 32-bit mode only. The program that always crash is MS Word(I use LaTeX instead now), I'm not sure whether the 32-bit mode cause the crash or not, just a personal guess. And arch -i386 /Applications/theApp.app/Contents/MacOS/theApp is what I want! I'll have a try then! Thanks!! :D |
|
Jan 8 |
comment |
How can I run a 32-bit app on 64-bit OSX 10.7.2? @gd1 ya, you're right! Now I wonder how to run it in 32-bit mode. :) |
|
Jan 8 |
comment |
How can I run a 32-bit app on 64-bit OSX 10.7.2? @skub 10.7.2. :) |
|
Dec 26 |
comment |
How to merge file when unarchive the tarball? Thanks @verzen, my shell is bash. And I tried mv ./abc/a ./ with error:mv: rename ./abc/a to ./a: Directory not empty. cp -rf abc/* ./ works well. Maybe you can add this cl to your answer and I'll accept it if there's no better answer. :p |
|
Dec 26 |
comment |
How to merge file when unarchive the tarball?mv ./abc/a ./a will not work in mac, it just move the folder ./abc/a into ./a as a subfolder. Instead I use cp -rf abc/a/* ./a/(or just cp -rf abc/* ./). but I feel it is little bit cumbersome.. Anyway, thanks for your suggestion. :D |
|
Dec 15 |
comment |
What is the mac terminal command to exit like the “Exit” in ubuntu So there's no native command like exit? Well, I see. Thank you, @OleBrun. :) |
|
Dec 15 |
comment |
Utility to make Word 2011 Like Vim LaTeX, thought I'm not familiar. :p |

