joshua0: (Default)
[personal profile] joshua0
- (IBAction) loadFile : (id) sender {
	NSImage *im;
	
	[model loadData:"/Users/joshua/projects/dvbt/dvbt.mixed.raw"];
	[nsamples setIntValue:[model getSampleCount]];
	
	im = [[NSImage alloc] initWithSize: NSMakeSize(64, 64)];
	[im lockFocus];
	[[NSColor redColor] set];
	NSRectFill(NSMakeRect(16, 16, 16, 16));
	[im unlockFocus];
	
	[iview setImage: im];
}


Seriously, what the fuck is this shit?
Date: 2009-07-26 08:02 am (UTC)

From: [identity profile] zetorux.livejournal.com
Yeah that looks like C to me
Date: 2009-07-26 08:11 am (UTC)

From: [identity profile] demarko (from livejournal.com)
what about it specifically?
Date: 2009-07-27 10:39 am (UTC)

From: [identity profile] rincebrain.livejournal.com
But but Objectionable C wanted it to be visually clear where the Objectionable parts started and C ended!

Page generated Mar. 30th, 2026 09:08 am
Powered by Dreamwidth Studios