Welcome to TiddlyWiki by Jeremy Ruston, Copyright © 2005 Osmosoft Limited
This page requires JavaScript to function properly
!Get started:\nStart by saving GTDTiddlyWiki to your computer (right click on [[this link|#]] and select 'Save link as...' or 'Save target as...').\n \nYou can edit entries, or "Tidders", by clicking "edit" or double clicking anywhere on the Tiddler. When you click "done" or press [ctrl+enter] your changes are saved.\n\nThanks to JeremyRuston for creating such a great Open Source project!\n----\nTiddlyWiki and GTD Tiddly Wiki are published under an OpenSourceLicense and carry NoWarranty.\n \nCurrent Version: 1.0.6 Sept 3rd, 2005
all my bookmarks are belong to you
@media screen\n{\n\nbody {\n font: 13px/125% "Bitstream Vera Sans","Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;\n}\n\n}\n\n@media print\n{\n\nbody {\n font-size: 6.2pt;\n font-family: "Lucida Grande", "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;\n}\n\n}
http://webreference.com/\n
* [[Java 2 (5.0) API | http://java.sun.com/j2se/1.5.0/docs/api/]]\n
* From [[w3schools]] [[XHTML 1.0 Reference|http://www.w3schools.com/xhtml/xhtml_reference.asp]]\n* From [[zvon]] [[XHTML 1.0 Reference |http://www.zvon.org/xxl/xhtmlReference/Output/index.html]]\n* From w3scools [[CSS2 Reference |http://www.w3schools.com/css/css_reference.asp]]\n* From zvon [[CSS2 Reference |http://www.zvon.org/xxl/CSS2Reference/Output/index.html]]\n* From zvon [[CSS1 Reference |http://www.zvon.org/xxl/css1Reference/Output/index.html]]\n\n
http://www.w3schools.com/
http://www.zvon.org/
http://www.scottandrew.com/
http://developer.apple.com/
! Overview\n* AAAI - [[Constraints|http://www.aaai.org/AITopics/html/conbase.html]]\n* [[On-line Guide to Constraint Programming | http://kti.ms.mff.cuni.cz/~bartak/constraints/]]\n* [[Finite Domain Constraint Programming in Oz | http://www.mozart-oz.org/documentation/fdt/]]\n* [[Constraints Archive | http://www.4c.ucc.ie/web/archive/index.jsp]]\n* [[constraint.org | http://www.constraint.org/constraint_org_e.htm]]\n\n\n! Tools\n* [[ECLiPSe | http://www-icparc.doc.ic.ac.uk/eclipse/]] (Prolog)\n* [[Mozart | http://www.mozart-oz.org/]] (Oz)\n* [[Constraint Handling Rules (CHR) | http://www.informatik.uni-ulm.de/pm/mitarbeiter/fruehwirth/chr-intro.html]] (Prolog)\n* Interval Arithmetic Constraint Solver - [[IAsolver | http://www.cs.brandeis.edu/~tim/Applets/IAsolver.html]] (Java)\n* [[Cream | http://bach.istc.kobe-u.ac.jp/cream/]] (Java)\n* [[Java Constraint Kit | http://www.pms.informatik.uni-muenchen.de/software/jack/docu/index.html]] (Java)\n* [[Java Constraint Library | http://liawww.epfl.ch/~torrens/Project/JCL/]] (Java)\n* [[Tudor Hulubei's CSP Library|http://www.hulubei.net/tudor/csp/index.html]] (C++)\n\n\n! Commercial Tools\n* [[Koalog | http://www.koalog.com/php/jcs.php]] (Java)\n* [[ILOG JSolver | http://www.ilog.com/products/jsolver/]] (Java)\n\n\n! Free OR Tools\n* [[COIN | http://www-124.ibm.com/developerworks/opensource/coin/index.html]] (C++)\n\n\n! Research Groups\n* [[University of Essex | http://cswww.essex.ac.uk/CSP/Welcome.html]] (Constraint Programming and Optimization Group)\n* [[University of Washington | http://www.cs.washington.edu/research/constraints/]] (Constraint-Based System Group)\n\n\n! Random CSP Generators\n* [[RandomCSP | http://homepages.cwi.nl/~jvhemert/randomcsp.html]] (C++)\n* [[Random Non-Binary Finite CSP Generator | http://consystlab.unl.edu/]]\n* [[Random Uniform CSP Generators | http://www.lirmm.fr/~bessiere/generator.html]]\n* [[What is Random CSP Generators | http://liawww.epfl.ch/~neagu/InterchProj/node11.html]]\n\n\n! Directories\n* [[Google Directory - Constraints | http://directory.google.com/Top/Computers/Programming/Languages/Constraint/]]\n* [[Open Directory - Constraints | http://dmoz.org/Computers/Programming/Languages/Constraint/]]\n* [[Yahoo Directory - Constraints | http://dir.yahoo.com/Science/Computer_Science/Artificial_Intelligence/Constraint_Programming/]]\n\n\n! Resources/Links\n* [[Informs Resources | http://www.informs.org/Resources/]]\n \n
! Free Books\n* Eric Raymond - [[The Art of Unix Programming | http://www.faqs.org/docs/artu/index.html]]\n\n
* [[FOLDOC | http://foldoc.doc.ic.ac.uk/foldoc/index.html]] (Free On-line Dictionary of Computing)\n* [[IBM Terms | http://scv.bu.edu/SCV/Archive/IBM//IBMdocs/c/compiler/concepts/cugloss.htm]] (used in "C for AIX")\n* [[CS Glossary | http://users.info.unicaen.fr/~fournier/glossary/glossary.html]] (by Dominique Fournier)\n* [[Glossarist | http://www.glossarist.com/glossaries/computers-internet/]] (computer glossaries and computer dictionaries)\n* [[Computer Science Illuminated | http://csilluminated.jbpub.com/Online_Glossary.cfm]] (by Nell Dale and John Lewis)\n\n
! Free Books\n* [[Java Books |http://java.sun.com/docs/books/]](free books from SUN)\n* Bruce Eckel - [[Thinking in Java | http://www.mindview.net/Books/TIJ/]] Prentice Hall, 2002\n* Patrick Winston and Sundar Narasimhan - \n[[On To Java 2 | http://www.ai.mit.edu/people/phw/OnToJava/]] Addison-Wesley, 2001\n* [[Intro to Programming Using Java | http://math.hws.edu/javanotes/]]\n* [[The Java Developers Almanac 1.4 | http://javaalmanac.com/]]\n* [[The Design Patterns Java Companion | http://www.patterndepot.com/put/8/JavaPatterns.htm]] (download whole book with source!)\n\n\n! In Depth Tutorials\n* [[The Java Tutorials | http://java.sun.com/docs/books/tutorial/]] (from SUN)\n* [[The J2EE Tutorial | http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html]] (from SUN) \n* [[Java Blueprints |http://java.sun.com/blueprints/]] (from SUN)\n* [[IBM Java Tutorials | http://www-105.ibm.com/developerworks/education.nsf/dw/java-onlinecourse-bytitle]]\n* [[Java Tutorials | http://tutorials.findtutorials.com/index/category/82]](from findtutorials.com)\n* [[Beginner's Java Tutorials | http://www.theopendirectory.com/index.cgi/Computers/Programming/Languages/Java/FAQs,_Help,_and_Tutorials/Tutorials/Beginner_Level/]] (from The Open Directory)\n\n\n! See Also\n* [[Programming Books]]\n\n\n
! Overview\n* Wikipedia entry on [[Software Testing |http://en2.wikipedia.org/wiki/Software_testing]]\n* [[Software Assurance Guidebook and Standard |http://satc.gsfc.nasa.gov/assure/assurepage.html]] (from NASA)\n* [[Software QA/Test Resource Center</a> | http://www.softwareqatest.com/index.html]]\n* [[QAForums.com | http://www.qaforums.com/]] \n\n\n! Sample Documents\n* [[US Dept of Energy | http://cio.doe.gov/ITReform/sqse/]] (click on Document Samples)\n* [[Lawrence Livermore National Lab |http://www.llnl.gov/asci/sqe/]]\n* [[University of Melbourne |http://projects.meu.unimelb.edu.au/qa/]]\n* more [[University of Melbourne |http://www.cs.mu.oz.au/341/index.html]](with sample SQAP)\n\n\n! Directories\n* [[Alexa | http://www.alexa.com/browse/general?catid=5665&mode=general]](from Amazon.com)\n* [[Google Directory |http://directory.google.com/Top/Computers/Software/Software_Engineering/Quality_Assurance/?tc=1/]]\n* [[The Open Directory |http://dmoz.org/Computers/Software/Software_Engineering/Quality_Assurance/]]\n* [[Yahoo! Directory | http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/Tools/Testing/]]\n\n\n! Resources\n* [[Software Testing and Quality Assurance |http://www.debugged.de/index.html]]\n* [[Software QA Resources | http://www.processimprovement.com/resources/sqa.htm]] (from processimprovement.com)\n* [[Software Engineering Resources |