cotton5415 wrote 1 month ago: use libjpeg for example: % tar zxvf jpegsrc.v6b.tar.gz % cd jpeg-6b % cp /usr/share/libtool/config.s … more →
cotton5415 wrote 1 month ago: 1. check Entitlements.plist, should contain “get-task-allow” and uncheck it. 2. check co … more →
cotton5415 wrote 1 month ago: ref: http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11843738.html … more →
cotton5415 wrote 1 month ago: set millisecond to 1 cost cpu 98% on Model Name: MacBook Model Identifier: MacBook1,1 Processor Name … more →
cotton5415 wrote 5 months ago: command line: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport … more →
cotton5415 wrote 8 months ago: in iPhone, use fork() always returns -1. and set errno to 1 (Operation not permitted ) . … more →
cotton5415 wrote 1 year ago: ipa is an zipped file. contains: “iTunesArtwork” which is the artwork show in iTunes, if … more →
cotton5415 wrote 1 year ago: create a 512×512 JPEG image named ‘iTunesArtwork’ without any file extension. Put i … more →
cotton5415 wrote 1 year ago: libcurl: good: easy to porting shortage: to list directory of a ftp server is more complex than CFNe … more →
cotton5415 wrote 1 year ago: reference:http://www.slashdotdash.net/articles/2006/08/14/create-iso-cd-dvd-image-with-mac-os-x-tige … more →
cotton5415 wrote 1 year ago: Reference: Technical Q&A QA1123: Getting List of All Processes on Mac OS X … more →
cotton5415 wrote 1 year ago: 1.1 MS Office on MAC. 1.1.1 PowerPoint X a) use AppleScript to access VBA http://lists.apple.com/arc … more →
cotton5415 wrote 1 year ago: void GetBoundleResourcePath( char * inResourceName, UInt8 * outPath, size_t outPathSize) { CFStringR … more →
cotton5415 wrote 1 year ago: FILE * fp = fopen(“myfile.txt”,”w+a”) ; int fd= -1; if ( fp != NULL ) dup2(f … more →
cotton5415 wrote 1 year ago: CFURLRef url = CFBundleCopyBundleURL( CFBundleGetMainBundle() ); CFURLCreateCopyDeletingLastPathComp … more →
cotton5415 wrote 1 year ago: Tiger and after, you could use: ChangeWindowAttributes(window, kWindowNoTitleBarAttribute, kWindowNo … more →
cotton5415 wrote 1 year ago: use % pl < … more →
cotton5415 wrote 1 year ago: ref: http://www.rocklyte.com/news_20030917.html … more →
cotton5415 wrote 1 year ago: it’s a branch of imageMagick 5.xxxx reference: http://www.graphicsmagick.org/www/api.html … more →