TIP: Horizontal Split Screen in NotePad++
(Thanks cocinerox!)
Labels: editors, horizontal, iphone programming, notepad++, split screen, text, vertical
A blog of all things.
Labels: editors, horizontal, iphone programming, notepad++, split screen, text, vertical
Labels: computers, synthesizer
Labels: delicious, feedsnapr, images, links, thumbnails
CFURLRef fileURL;
NSString *path;
path = [[NSBundle mainBundle] pathForResource:@"Sound2" ofType:@"caf"];
fileURL = (CFURLRef)[NSURL fileURLWithPath:path];Labels: iphone programming
Labels: computers bash stack heap memory cygwin gcc logitech
This is very useful when trying to figure out what files are on a drive. This will provide you with full paths for all the files in and below the directory you run it from.
Use the DOS "dir /A:-D /B /S" command.
Labels: batch files, computers, dos, scripting