"patent and/or proprietary intellectual property rights" in Coursera's TOCs
1 pointsby buff-a0 comments
[1] http://www.youtube.com/watch?feature=player_embedded&v=Qi_AAqi0RZM#%21
[2] http://www.readwriteweb.com/enterprise/2012/03/how-casual-sexism-put-sqoot-in.php require 'stuff'
class foo
def something
alert = UIAlertView._alloc \
._initWithTitle _S("Hello"),
:message, _S("I'm MobiRuby"),
:delegate, nil,
:cancelButtonTitle, _S("I know!"),
:otherButtonTitles, nil
alert._show
end
end
Instead of #import <stuff>
@interface foo
-(void)something:(BOOL)what andthen:(CGRect)thisthing
@end
and then file.m #import <otherstuff>
#import <yetmorestuff>
#import "file.h"
#import <oh shit is this in the right place?.h>
#import <i think this is ok>
#define SOME_HACK
#import <this better come after that define up there.h>
@implementation foo
-(void)something:(BOOL)what butthen:(CGRect)thisthing
{
alert = [[UIAlertView alloc]
initWithTitle:@"Hello"
message:@"I'm ObjC"
delegate:nil
cancelButtonTitle:@"I know!"
otherButtonTitles:nil];
[alert show];
}
Fuck that. * A wiki.
* Google Docs.
* Assembla.
Passing around a word document via email (or shared folder) makes about as much sense as passing around a C++ file, or the text of a facebook status.
But since I'm no longer a third year physicist contemplating the nature of existence, I just simulate light statistically. And sometimes that means doing things like "Photon Mapping", which is precisely raytracing, but the kind of raytracing you get when you know how to optimize an algorithm implemented as a computer program.
http://en.wikipedia.org/wiki/Double-slit_experiment#Delayed_...
http://en.wikipedia.org/wiki/Interpretations_of_quantum_mech...