This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Author | Title | ISBN | Binding | Year Published | |
|---|---|---|---|---|---|
| Jeannette Walls | The Glass Castle | 074324754X | Paperback | 2006 | |
| James Surowiecki | The Wisdom of Crowds | 385721706 | Paperback | 2005 | |
| Lawrence Lessig | The Future of Ideas | 375726446 | Paperback | 2002 | |
| Larry Bossidy, Ram Charan, Charles Burck | Execution | 609610570 | Hardcover | 2002 | |
| Kurt Vonnegut | Slaughterhouse-Five | 385333846 | Paperback | 1999 | |
| Haruki Murakami | After the Quake | 375713271 | Paperback | 2003 | |
| Nassim Nicholas Taleb | Fooled by Randomness | 812975219 | Paperback | 2005 | |
| Robert A. Dahl | On Democracy (Yale Nota Bene) | 300084552 | Paperback | 2000 | |
| Daniel Defoe | A Journal of the Plague Year | 375757899 | Paperback | 2001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xquery version "3.1"; | |
| (: FUNCTION: Whether all the values in a sequence are distinct http://www.xqueryfunctions.com/xq/functx_are-distinct-values.html :) | |
| declare namespace functx = "http://www.functx.com"; | |
| declare function functx:are-distinct-values | |
| ($seq as xs:anyAtomicType* ) as xs:boolean { | |
| count(distinct-values($seq)) = count($seq)}; | |
| (: Converts sentences into verses and returns verses containing duplicate lemmata :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = Roosevelt Family Geneaology | |
| :neo4j-version: 2.1.0 | |
| :author: Suellen Stringer-Hye | |
| :twitter: @suellenshye | |
| :tags: domain:education, use-case:geneaology | |
| == Purpose of Graph |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = Roosevelt Family Geneaology | |
| :neo4j-version: 2.1.0 | |
| :author: Suellen Stringer-Hye | |
| :twitter: @suellenshye | |
| :tags: domain:education, use-case:geneaology | |
| == Purpose of Graph |
NewerOlder