Welcome
This is where you can post news, events, and announcements. Use the "create content" option on the left and choose "story."
Message board
I made a message board for our class here:
http://csf2008.proboards56.com/
Kind of like the one some of us used for LFSC. I'm hoping it'll catch on, so we can have a better place to discuss everything.
cool homebrew computers made from discrete TTL chips...
everyone has to go here NOW:
More good writing about software
http://brevity.org/misc/bestswi.html
the above site has a lot of cool essays about software. I also like Joel Spotsky's "The law of leaky abstractions" which is mentioned in Dreaming in Code.
Want to know the real end of Dreaming in Code?
From http://blogs.cnet.com/8301-13505_1-9847739-16.html
I guess it was just a matter of determining how long Mitch Kapor's patience would last, since he has enough money to fuel a dead project for a loooonnnggggg time.
He fed Chandler and the Open Source Applications Foundation for six years on the premise that it would deliver a mind-blowingly innovative PIM (personal information management) suite.
Six years later, Chandler just blows.
OSAF announced this week that Kapor is leaving and taking his funding with him. It's about time.
encryption article
http://www.nytimes.com/2008/02/22/technology/22chip.html?_r=1&ref=scienc...
Another dern sneaky way to steal information.
drjava output errors
I'm having this weird problem with my Pascal Triangle program....the program compiles fine but when i run it and enter the number of rows the interactions pane gives me this:
NullPointerException:
at PascalTri.displayRows(PascalTri.java:30)
at PascalDriver.main(PascalDriver.java:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
Owl
Can anyone tell me what the hell is wrong with this Diffy code?
Diffy d = new Diffy (n1, n2, n3, n4);
d.printDiffy();
System.out.println();
while (d.isZero() == false)
{
d.next();
d.printDiffy();
System.out.println();
}
Proofs, Set Theory and Logic
E-book that contains thorough instruction in the basics of sets, proofs, and logic for those who need/want a more in depth look at the fundamentals of proof writing.
http://home.comcast.net/%7E729FSC/BridgetoAbstractMathematicsMathematica...
Kinda dense but has plenty of examples. May help clarify what is considered good form in proof writing, as well as giving a more verbose explanation of set theory.