ARCHIVE - Computer Science Foundations - http://www2.evergreen.edu/csf en ARCHIVE - test page http://www2.evergreen.edu/csf/test-page <p><HTML><br /> <body><br /> <b> Hello</b></body></html></p> <ol> <li> w </li><li> o </li><li> r </li></ol> <p></p><br /> http://www2.evergreen.edu/csf/test-page#comment Fri, 11 Jul 2008 06:35:19 -0700 weissr 34 at http://www2.evergreen.edu/csf ARCHIVE - Message board http://www2.evergreen.edu/csf/message-board <p>I made a message board for our class here:</p> <p><a href="http://csf2008.proboards56.com/" title="http://csf2008.proboards56.com/">http://csf2008.proboards56.com/</a> </p> <p>Kind of like the one some of us used for LFSC. I&#39;m hoping it&#39;ll catch on, so we can have a better place to discuss everything. </p> http://www2.evergreen.edu/csf/message-board#comment Seminar Sun, 06 Apr 2008 16:34:49 -0700 bakkat31 33 at http://www2.evergreen.edu/csf ARCHIVE - cool homebrew computers made from discrete TTL chips... http://www2.evergreen.edu/csf/cool-homebrew-computers-made-from-discrete-ttl-chips <p>everyone has to go here NOW:</p> <p><a href="http://www.homebrewcpu.com/" title="http://www.homebrewcpu.com/">http://www.homebrewcpu.com/</a></p> http://www2.evergreen.edu/csf/cool-homebrew-computers-made-from-discrete-ttl-chips#comment architecture Mon, 24 Mar 2008 23:57:27 -0700 milton13 32 at http://www2.evergreen.edu/csf ARCHIVE - More good writing about software http://www2.evergreen.edu/csf/more-good-writing-about-software <p><a href="http://brevity.org/misc/bestswi.html" target="_blank" title="http://brevity.org/misc/bestswi.html">http://brevity.org/misc/bestswi.html</a></p> <p>&nbsp;</p> <p>the above site has a lot of cool essays about software. I also like <a href="http://www.joelonsoftware.com/articles/LeakyAbstractions.html" target="_blank">Joel Spotsky&#39;s &quot;The law of leaky abstractions&quot;</a> which is mentioned in Dreaming in Code. </p> http://www2.evergreen.edu/csf/more-good-writing-about-software#comment Seminar Sat, 08 Mar 2008 16:07:55 -0800 milton13 31 at http://www2.evergreen.edu/csf ARCHIVE - Want to know the real end of Dreaming in Code? http://www2.evergreen.edu/csf/want-to-know-the-real-end-of-dreaming-in-code <p>From <a href="http://blogs.cnet.com/8301-13505_1-9847739-16.html" title="http://blogs.cnet.com/8301-13505_1-9847739-16.html">http://blogs.cnet.com/8301-13505_1-9847739-16.html</a></p> <p>I guess it was just a matter of determining how long Mitch Kapor&#39;s patience would last, since he has enough money to fuel a dead project for a loooonnnggggg time. </p> <p> He fed <a href="http://chandlerproject.org/" class="external-link">Chandler</a> and the <a href="http://www.osafoundation.org/" class="external-link">Open Source Applications Foundation</a> for six years on the premise that it would deliver a mind-blowingly innovative PIM (personal information management) suite.</p> <p>Six years later, Chandler just blows.</p> <p>OSAF <a href="http://blog.chandlerproject.org/2008/01/08/osaf-transitions/" class="external-link">announced</a> this week that Kapor is leaving and taking his funding with him. It&#39;s about time. </p> <p><a href="http://www2.evergreen.edu/csf/want-to-know-the-real-end-of-dreaming-in-code">read more</a></p> http://www2.evergreen.edu/csf/want-to-know-the-real-end-of-dreaming-in-code#comment Seminar Tue, 04 Mar 2008 17:54:49 -0800 bakkat31 30 at http://www2.evergreen.edu/csf ARCHIVE - encryption article http://www2.evergreen.edu/csf/encryption-article <p><a href="http://www.nytimes.com/2008/02/22/technology/22chip.html?_r=1&amp;ref=science&amp;oref=slogin" title="http://www.nytimes.com/2008/02/22/technology/22chip.html?_r=1&amp;ref=science&amp;oref=slogin">http://www.nytimes.com/2008/02/22/technology/22chip.html?_r=1&amp;ref=scienc...</a> </p> <p>Another dern sneaky way to steal information. </p> http://www2.evergreen.edu/csf/encryption-article#comment Seminar Sat, 23 Feb 2008 14:13:04 -0800 blaros31 29 at http://www2.evergreen.edu/csf ARCHIVE - drjava output errors http://www2.evergreen.edu/csf/drjava-output-errors <p>I&#39;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:</p> <p>&nbsp;</p> <p>NullPointerException: <br /> at PascalTri.displayRows(PascalTri.java:30)<br /> at PascalDriver.main(PascalDriver.java:9)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:597)</p> <p><a href="http://www2.evergreen.edu/csf/drjava-output-errors">read more</a></p> http://www2.evergreen.edu/csf/drjava-output-errors#comment Java Discussion Fri, 22 Feb 2008 14:09:35 -0800 milton13 28 at http://www2.evergreen.edu/csf ARCHIVE - Owl http://www2.evergreen.edu/csf/owl <p>Can anyone tell me what the hell is wrong with this Diffy code?</p> <p>&#160;</p> <p>Diffy d = new Diffy (n1, n2, n3, n4);<br />d.printDiffy();<br />System.out.println();<br />while (d.isZero() == false)<br />{<br />  d.next();  <br />  d.printDiffy(); <br />  System.out.println();                                                          <br />}</p> <p>&#160;</p> http://www2.evergreen.edu/csf/owl#comment Java Discussion Fri, 15 Feb 2008 21:55:04 -0800 garbir21 27 at http://www2.evergreen.edu/csf ARCHIVE - Proofs, Set Theory and Logic http://www2.evergreen.edu/csf/proofs-set-theory-and-logic <p>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.</p> <p><a href="http://home.comcast.net/%7E729FSC/BridgetoAbstractMathematicsMathematicalProofandStructures.pdf" title="http://home.comcast.net/%7E729FSC/BridgetoAbstractMathematicsMathematicalProofandStructures.pdf">http://home.comcast.net/%7E729FSC/BridgetoAbstractMathematicsMathematica...</a></p> <p> 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. </p> <p>&nbsp;</p> http://www2.evergreen.edu/csf/proofs-set-theory-and-logic#comment Math Wed, 06 Feb 2008 19:22:27 -0800 panjos04 26 at http://www2.evergreen.edu/csf ARCHIVE - Lewis/Loftus code listings http://www2.evergreen.edu/csf/lewis-loftus-code-listings <p>Code listings suspiciously similar to those found in the Lewis and Loftus text are available here:</p> <p><a href="http://www.cis.uab.edu/ranelli/cs201/Java5Programs/" title="http://www.cis.uab.edu/ranelli/cs201/Java5Programs/">http://www.cis.uab.edu/ranelli/cs201/Java5Programs/</a></p> http://www2.evergreen.edu/csf/lewis-loftus-code-listings#comment Java Discussion Mon, 04 Feb 2008 23:09:16 -0800 burjam19 25 at http://www2.evergreen.edu/csf