Searchable Online Archive of Recipes, a massively huge cooking site hosted at UC Berkeley. They have over 60,000 recipes of nearly every kind, and a very handy search function. Fun to browse and plan; snag a laser printer and a three-hole punch and make your very own cookbook. Tired of Thai and Chinese? How about Filipino or Tahitian? or instead of German and French cuisine, try Basque and Icelandic! http://soar.berkeley.edu/recipes/

From the Soar webpage (ai.eecs.umich.edu/soar/):
Soar is a general cognitive architecture for developing systems that exhibit intelligent behavior.

Soar is a programming language used for AI which was developed some 20 odd years ago by researcers at Carnegie Mellon University. It is a rule based language with puts it in the same category as languages like prolog. Soar was originally written in LISP, and later rewritten in C. Soar also has fundamental ties to Tcl. The basic unit of code in Soar is a rule, but in Soar they're referred to as productions. For this reason, Soar productions start with sp. Here is the cannonical hello world program:

    sp {hello-world
       (state <s> ^type state)
    -->
       (write |Hello, World!|)
       (halt)}

As a language, Soar is very specifically for creating agents that perform some sort of behavior within the confines of a given world. It can be used to solve most of the classic computing problems as well, but its primary applications today are in military simulation, and game bots.

Soar's editor of choice is the Java-based VisualSoar.

Soar (?), v. i. [imp. & p. p. Soared (#); p. pr. & vb. n. Soaring.] [F. s'essorer to soar, essorer to dry (by exposing to the air), fr. L. ex out + aura the air, a breeze; akin to Gr. &?;&?;&?;&?;&?;.]

1.

To fly aloft, as a bird; to mount upward on wings, or as on wings. Chaucer.

When soars Gaul's vulture with his wings unfurled.
Byron.

2.

Fig.: To rise in thought, spirits, or imagination; to be exalted in mood.

Where the deep transported mind may soar.
Milton.

Valor soars above
What the world calls misfortune.
Addison.

 

© Webster 1913


Soar, n.

The act of soaring; upward flight.

This apparent soar of the hooded falcon.
Coleridge.

 

© Webster 1913


Soar, a.

See 3d Sore. [Obs.]

 

© Webster 1913


Soar, a.

See Sore, reddish brown.

Soar falcon. (Zoöl.) See Sore falcon, under Sore.

 

© Webster 1913


Soar, v. i. (Aëronautics)

To fly by wind power; to glide indefinitely without loss of altitude.

 

© Webster 1913

Log in or register to write something here or to contact authors.