Currently browsing

Page 128

Customizing XCode File Templates

Want to customize/organize your XCode 2.1 templates?? Here’s a few things I do to help myself. First off let’s get an understanding …

Skype SMS API

Successfully connected to Skype! CONNSTATUS ONLINE CURRENTUSERHANDLE skypeid USERSTATUS ONLINE CREATE SMS OUTGOING +886937123456 SMS 1555 STATUS COMPOSING SMS 1555 TYPE OUTGOING …

我要 Leopard Time Machine

@@. 我下午不小心誤刪除了mp3. 天阿. 好聽的音樂沒了. 遺失了3GB的mp3..@@” 裡面有伍佰, 楊乃文 還有以前女朋友愛聽的邦喬飛. 傷心阿. 我太習慣用快速鍵. 沒只細看就把垃圾桶清空了. @@ 我要Leopard Time Machine. 賈柏斯來救救我吧.

Mouse follow up terminal

decided to put down tips and tricks and usage notes for os x on the mac. to have focus following the mouse …

NSTimer:timerWithTimeInterval:target:selector:userInfo:repeats:

+(NSTimer *) timerWithTimeInterval:(NSTimeInterval)seconds    target:(id)target    selector:(SEL)aSelector    userInfo:(id)userInfo    repeats:(BOOL)repeats ## example #import “MyObject.h” @implementation MyObject NSTimer *timer; – (IBAction)myAction:(id)sender { timer = [NSTimer timerWithTimeInterval:1 …

linux notes – su only for someone

##### /etc/pam.d/su #%PAM-1.0 auth sufficient /lib/security/$ISA/pam_rootok.so # Uncomment the following line to implicitly trust users in the “wheel” group. #auth sufficient /lib/security/$ISA/pam_wheel.so …