Difference between revisions of "Initial Sort of Library"

From FreekiWiki
Jump to navigation Jump to search
m (my first try with the flowcharty thing! sorry it no longer fits on a page. still needs much work.)
Line 11: Line 11:
 
   is_magazine  [label="Is it a\nMAGAZINE?"]
 
   is_magazine  [label="Is it a\nMAGAZINE?"]
 
   is_oreilly    [label="Is it\npublished by O'REILLY?"]
 
   is_oreilly    [label="Is it\npublished by O'REILLY?"]
   is_db        [label="Is it about one of\nthese DATABASES?\nAccess\nParadox\nOracle\nSQL\nDB2"]
+
   is_db        [label="Is it about one of\nthe DATABASES?"]
   is_language  [label="Is it about one of\nthese LANGUAGES?\nalgal - awk- bash - C# - C++\nDelphi - Fortran - HTML - Java - Javascript\nksh - LISP - PHP - Perl - Python\nRuby"]
+
   is_language  [label="Is it about one of\nthe LANGUAGES?"]
 
   is_linux      [label="Does it say\nLINUX\nin the title?"]
 
   is_linux      [label="Does it say\nLINUX\nin the title?"]
 
   is_cert      [label="Is it a\nCERTIFICATION PREP\nbook?"]
 
   is_cert      [label="Is it a\nCERTIFICATION PREP\nbook?"]
Line 59: Line 59:
 
Once all the current books are sorted this far, we can find and remove unwanted duplicates and ask experts to thin down the selection of certain types of books. Then we can catalog the books in [http://library.freegeek.org/ the software], label, and re-organize as necessary.
 
Once all the current books are sorted this far, we can find and remove unwanted duplicates and ask experts to thin down the selection of certain types of books. Then we can catalog the books in [http://library.freegeek.org/ the software], label, and re-organize as necessary.
  
 +
== Databases ==
 +
* Access
 +
* Paradox
 +
* Oracle
 +
* SQL
 +
* DB2
 +
 +
== Languages ==
 +
* algal
 +
* awk
 +
* bash
 +
* C#
 +
* C++
 +
* Delphi
 +
* Fortran
 +
* HTML
 +
* Java
 +
* Javascript
 +
* ksh
 +
* LISP
 +
* PHP
 +
* Perl
 +
* Python
 +
* Ruby
  
 
[[Category:Library]]
 
[[Category:Library]]

Revision as of 17:04, 18 August 2007

This initial sort of the library books is being done so we can easily find duplicate items and remove unwanted duplicates. It will also give us an initial idea about what types of books we have in stock. Once this is done, we might look at the miscellaneous section and tweak this sort.

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Once all the current books are sorted this far, we can find and remove unwanted duplicates and ask experts to thin down the selection of certain types of books. Then we can catalog the books in the software, label, and re-organize as necessary.

Databases

  • Access
  • Paradox
  • Oracle
  • SQL
  • DB2

Languages

  • algal
  • awk
  • bash
  • C#
  • C++
  • Delphi
  • Fortran
  • HTML
  • Java
  • Javascript
  • ksh
  • LISP
  • PHP
  • Perl
  • Python
  • Ruby