忘記密碼?

Blogs about: Mac Os Xs Road

How to: build open source by libtool

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 →

標籤: libtool, Mac OS X, Open-Source

iPhone adhoc provisioning error 0xE8008016

cotton5415 wrote 1 month ago: 1. check Entitlements.plist, should contain “get-task-allow” and uncheck it. 2. check co … more →

標籤: 0xE8008016, AdHoc, cotton5415, iPhone, iphone dev, Provisioning

windows internet interface enumeration

cotton5415 wrote 1 month ago: ref: http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11843738.html … more →

標籤: network interface, nic, windows network programming

hitkey use select

cotton5415 wrote 1 month ago: set millisecond to 1 cost cpu 98% on Model Name: MacBook Model Identifier: MacBook1,1 Processor Name … more →

標籤: Debian's Road, Mac OS X, cotton5415, Linux, getch, getchar, select cpu util, select performance, Performance

Mac AirPort

cotton5415 wrote 5 months ago: command line: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport … more →

iPhone and fork

cotton5415 wrote 8 months ago: in iPhone, use fork() always returns -1. and set errno to 1 (Operation not permitted ) . … more →

標籤: iPhone's Road

hack iPhone applicaion ipa

cotton5415 wrote 1 year ago: ipa is an zipped file. contains: “iTunesArtwork” which is the artwork show in iTunes, if … more →

iPhone application icon in iTunes

cotton5415 wrote 1 year ago: create a 512×512 JPEG image named ‘iTunesArtwork’ without any file extension. Put i … more →

標籤: iPhone's Road, Cotton, Icon, iPhone, iTunes, cotton5415, iphone developer, iphone application development

ftp client on MAC: libcurl v.s. CFNetwork

cotton5415 wrote 1 year ago: libcurl: good: easy to porting shortage: to list directory of a ftp server is more complex than CFNe … more →

make iso of a CD/DVD in Mac OS X

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 →

Get Process

cotton5415 wrote 1 year ago: Reference: Technical Q&A QA1123: Getting List of All Processes on Mac OS X … more →

標籤: Debian's Road, eee pc's road, Fedora Core 6's Road, enumerate process, Processes

Access PowerPoint KeyNote in MAC

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 →

標籤: AppleScript, keynote, Powerpoint, vba

get file's Full path in Bundle Resource

cotton5415 wrote 1 year ago: void GetBoundleResourcePath( char * inResourceName, UInt8 * outPath, size_t outPathSize) { CFStringR … more →

redirect stdout to a file

cotton5415 wrote 1 year ago: FILE * fp = fopen(“myfile.txt”,”w+a”) ; int fd= -1; if ( fp != NULL ) dup2(f … more →

標籤: Debian's Road, eee pc's road, Embedded system's Road, Network Programming

get applicatoin's path by Carbon

cotton5415 wrote 1 year ago: CFURLRef url = CFBundleCopyBundleURL( CFBundleGetMainBundle() ); CFURLCreateCopyDeletingLastPathComp … more →

Hide Document Window Titlebar

cotton5415 wrote 1 year ago: Tiger and after, you could use: ChangeWindowAttributes(window, kWindowNoTitleBarAttribute, kWindowNo … more →

validate Localizable.strings file in MAC OS X

cotton5415 wrote 1 year ago: use % pl < … more →

blit banchmark on each platform

cotton5415 wrote 1 year ago: ref: http://www.rocklyte.com/news_20030917.html … more →

標籤: Debian's Road, Win32's Road, Evolutionary Music, Fedora Core 6's Road, Embedded system's Road, eee pc's road

2d graphic library for Linux GraphicsMagick

cotton5415 wrote 1 year ago: it’s a branch of imageMagick 5.xxxx reference: http://www.graphicsmagick.org/www/api.html … more →

標籤: Debian's Road, eee pc's road, Fedora Core 6's Road, Web Programming, Win32's Road


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS