{"id":198361,"student_id":3439,"content":"{\"html\":\"\u003c!DOCTYPE html\u003e\\n\u003chtml\u003e\\n\u003chead\u003e\\n\\t\u003ctitle\u003eDocument\u003c/title\u003e\\n\\t\u003cscript src=\\\"https://cdn.jsdelivr.net/npm/vue/dist/vue.js\\\"\u003e\u003c/script\u003e\\n\u003c/head\u003e\\n\u003cbody\u003e\\n \u003cdiv id=\\\"root\\\"\u003e\\n \u003cdiv class=\\\"box panel\\\"\u003e\\n \u003cinput class=\\\"box\\\" type=\\\"number\\\" min=\\\"0\\\" max=\\\"9\\\" v-model=\\\"x\\\" @change=\\\"change\\\"\u003e層\\n \u003cinput class=\\\"box\\\" type=\\\"number\\\" min=\\\"0\\\" max=\\\"9\\\" v-model=\\\"y\\\" @change=\\\"change\\\"\u003e格\\n \u003cinput class=\\\"box\\\" type=\\\"number\\\" min=\\\"0\\\" max=\\\"9\\\" v-model=\\\"z\\\" @change=\\\"change\\\"\u003e本\\n \u003cbutton class=\\\"box\\\" v-if=\\\"isFocus\\\" @click=\\\"clear\\\"\u003e清除\u003c/button\u003e\\n \u003cp\u003e{{target}}\u003c/p\u003e\\n \u003c/div\u003e\\n \\n \u003cdiv class=\\\"grid\\\" :class=\\\"{dark: isFocus}\\\"\u003e\\n \u003cdiv ref=\\\"offset\\\" :style=\\\"offset()\\\"\u003e\\n \u003cdiv class=\\\"row\\\" v-for=\\\"(row, x) in grid\\\"\u003e\\n \u003cdiv class=\\\"col\\\" v-for=\\\"(col, y) in row\\\"\u003e\\n \u003cdiv class=\\\"book\\\" v-for=\\\"(book, z) in col\\\" :class=\\\"bookClass(x, y, z)\\\"\u003e\u003c/div\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n\u003c/body\u003e\\n\u003c/html\u003e\",\"css\":\"body {\\n font-family: Monospace;\\n}\\n\\n.box {\\n padding: 10px;\\n border: 2px solid #bbbbbb;\\n border-radius: 10px;\\n margin: 0px 5px 0px 10px;\\n color: #eee;\\n background-color: #111111CC;\\n}\\n\\n.panel {\\n position: fixed;\\n bottom: 30px;\\n left: 50%;\\n transform: translateX(-50%);\\n width: 60%;\\n z-index: 100;\\n text-align: center;\\n font-size: 14px;\\n font-weight: bold;\\n}\\n\\n.panel input {\\n text-align: center;\\n outline: none;\\n}\\n\\n.grid {\\n position: fixed;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n background-color: #131417;\\n overflow: hidden;\\n}\\n\\n.grid \u003e div {\\n transition: transform 0.5s;\\n}\\n\\n.row {\\n height: 120px;\\n width: 2500px;\\n border-bottom: 10px solid #c7a679;\\n display: flex;\\n}\\n\\n.col {\\n width: 250px;\\n display: flex;\\n align-items: flex-end;\\n justify-content: center;\\n}\\n\\n.book {\\n width: 10px;\\n height: 60px;\\n border: 2px solid #111215;\\n border-radius: 3px 3px 3px 3px;\\n}\\n\\n.book-0 {\\n width: 12px;\\n height: 65px;\\n background: linear-gradient(to right, #6495ED , #84b5ED);\\n}\\n\\n.book-1 {\\n width: 10px;\\n height: 78px;\\n background: linear-gradient(to right, #FF6347 , #ffa494);\\n}\\n.book-2 {\\n width: 15px;\\n height: 72px;\\n background: linear-gradient(to right, #556B2F , #91b553);\\n}\\n.book-3 {\\n width: 10px;\\n height: 64px;\\n background: linear-gradient(to right, #FA8072 , #ffbdb5);\\n}\\n.book-4 {\\n width: 17px;\\n height: 61px;\\n background: linear-gradient(to right, #008080 , #1bcccc);\\n}\\n.book-5 {\\n width: 13px;\\n height: 85px;\\n background: linear-gradient(to right, #778899 , #adc4db);\\n}\\n.book-6 {\\n width: 12px;\\n height: 59px;\\n background: linear-gradient(to right, #BDB76B , #e8e290);\\n}\\n.book-7 {\\n width: 19px;\\n height: 73px;\\n background: linear-gradient(to right, #808000 , #baba11);\\n}\\n.book-8 {\\n width: 12px;\\n height: 82px;\\n background: linear-gradient(to right, #8B4513 , #c76b2a);\\n}\\n.book-9 {\\n width: 17px;\\n height: 73px;\\n background: linear-gradient(to right, #FF6347 , #ffa494);\\n}\\n.book-10 {\\n width: 13px;\\n height: 77px;\\n background: linear-gradient(to right, #A52A2A , #C54A4A);\\n}\\n.book-11 {\\n width: 15px;\\n height: 64px;\\n background: linear-gradient(to right, #B8860B , #D8a62B);\\n}\\n.book-12 {\\n width: 19px;\\n height: 69px;\\n background: linear-gradient(to right, #FFFACD , #FFFAED);\\n}\\n.book-13 {\\n width: 14px;\\n height: 75px;\\n background: linear-gradient(to right, #FF8C00 , #FFAC30);\\n}\\n.book-14 {\\n width: 19px;\\n height: 85px;\\n background: linear-gradient(to right, #90EE90 , #B0EEC0);\\n}\\n.book-15 {\\n width: 13px;\\n height: 82px;\\n background: linear-gradient(to right, #FFD700 , #FFE730);\\n}\\n.book-16 {\\n width: 9px;\\n height: 60px;\\n background: linear-gradient(to right, #F5FFFA , #F5FFFA);\\n}\\n.book-17 {\\n width: 15px;\\n height: 92px;\\n background: linear-gradient(to right, #FF4500 , #FF7530);\\n}\\n\\n.dark .row {\\n border-color: black;\\n border-bottom-color: #333333;\\n}\\n\\n.dark .book-0:not(.active),\\n.dark .book-8:not(.active),\\n.dark .book-3:not(.active),\\n.dark .book-13:not(.active),\\n.dark .book-7:not(.active),\\n.dark .book-9:not(.active) {\\n background: linear-gradient(to right, #222222 , #444444);\\n}\\n.dark .book-2:not(.active),\\n.dark .book-4:not(.active),\\n.dark .book-6:not(.active),\\n.dark .book-16:not(.active),\\n.dark .book-10:not(.active) {\\n background: linear-gradient(to right, #333333 , #444444);\\n}\\n.dark .book-11:not(.active),\\n.dark .book-12:not(.active),\\n.dark .book-1:not(.active),\\n.dark .book-5:not(.active),\\n.dark .book-14:not(.active),\\n.dark .book-15:not(.active),\\n.dark .book-17:not(.active) {\\n background: linear-gradient(to right, #111111 , #333333);\\n}\",\"js\":\"// 哈利波特神秘的魔法石 - JK羅琳\\nvar b1 = 'Harry Potter and the Philosopher’s Stone by JK Rowling';\\n\\n// 愛麗絲夢遊仙境 - 查爾斯·路特維奇\\nvar b2 = 'Alice’s Adventures in Wonderland by Lewis Carroll';\\n\\nvar up = 1000;\\nvar low = 0;\\n\\nfor (var i = 0; i \u003c 1000; i++) {\\n var center = Math.floor((up+low)/2)\\n var result = books.search(center)\\n if (result == b1) {\\n break\\n }else if (result \u003e b1) {\\n up = center\\n }else{\\n u = center\\n }\\n}\"}","created_at":"2020-10-24T14:47:39.914+08:00","updated_at":"2020-10-24T15:17:56.302+08:00","name":"智能圖書館(預設版) 副本","language":"web","screenshot":{"url":"https://cdn8.koding.school/uploads/project/screenshot/198361/48d719b2758c09579afe4f4aca7feeda.jpg"},"parent_id":144210,"plugin":"var BOOKS = [\"52 Pick-up by Elmore Leonard\", \"A Bend in the River by VS Naipaul\", \"A Canticle for Leibowitz by Walter M Miller Jr\", \"A Clockwork Orange by Anthony Burgess\", \"A Confederacy of Dunces by John Kennedy Toole\", \"A Connecticut Yankee in King Arthur’s Court by Mark Twain\", \"A Dance to the Music of Time by Anthony Powell\", \"A Dark-Adapted Eye by Barbara Vine\", \"A Dry White Season by Andre Brink\", \"A Fairy Tale of New York by JP Donleavy\", \"A Far Cry from Kensington by Muriel Spark\", \"A Farewell to Arms by Ernest Hemingway\", \"A Fatal inversion by Barbara Vine\", \"A Fine Balance by Rohinton Mistry\", \"A Flag for Sunrise by Robert Stone\", \"A Girl in Winter by Philip Larkin\", \"A Glastonbury Romance by John Cowper Powys\", \"A Good Man in Africa by William Boyd\", \"A Gun for Sale by Graham Greene\", \"A Handful of Dust by Evelyn Waugh\", \"A Heart So White by Javier Marias\", \"A High Wind in Jamaica by Richard Hughes\", \"A History of the World in 10 1/2 Chapters by Julian Barnes\", \"A House for Mr Biswas by VS Naipaul\", \"A Journey to the Centre of the Earth by Jules Verne\", \"A Kestrel for a Knave by Barry Hines\", \"A Kind of Loving by Stan Barstow\", \"A Legacy by Sybille Bedford\", \"A Long Long Way by Sebastian Barry\", \"A Lost Lady by Willa Cather\", \"A Married Man by Piers Paul Read\", \"A Month in the Country by JL Carr\", \"A Passage to India by EM Forster\", \"A Portrait of the Artist as a Young Man by James Joyce\", \"A Prayer for Owen Meany by John Irving\", \"A Princess of Mars by Edgar Rice Burroughs\", \"A Quiet Belief in Angels by RJ Ellory\", \"A Rage in Harlem by Chester Himes\", \"A Rich Full Death by Michael Dibdin\", \"A Room with a View by EM Forster\", \"A Season in Sinji by JL Carr\", \"A Sentimental Journey by Lawrence Sterne\", \"A Sport and a Passtime by James Salter\", \"A Study in Scarlet by Arthur Conan Doyle\", \"A Suitable Boy by Vikram Seth\", \"A Tale of Two Cities by Charles Dickens\", \"A Tale of a Tub by Jonathan Swift\", \"A Taste for Death by PD James\", \"A Thousand Acres by Jane Smiley\", \"A Time to Kill by John Grisham\", \"A Time to be Born by Dawn Powell\", \"A Town Like Alice by Nevil Shute\", \"A Voyage to Arcturus by David Lindsay\", \"Absolute Beginners by Colin MacInnes\", \"According to Queeney by Beryl Bainbridge\", \"Ada or Ardor by Vladimir Nabokov\", \"Adam Bede by George Eliot\", \"Affinity by Sarah Waters\", \"After London; or, Wild England by Richard Jefferies\", \"Afternoon Men by Anthony Powell\", \"Air by Geoff Ryman\", \"Alberta and Jacob by Cora Sandel\", \"Ali and Nino by Kurban Said\", \"Alice’s Adventures in Wonderland by Lewis Carroll\", \"All Quiet on the Western Front by Erich Maria Remarque\", \"All Souls Day by Cees Nooteboom\", \"All the Pretty Horses by Cormac McCarthy\", \"Alms for Oblivion by Simon Raven\", \"American Gods by Neil Gaiman\", \"American Pastoral by Philip Roth\", \"American Psycho by Bret Easton Ellis\", \"Amongst Women by John McGahern\", \"An American Tragedy by Theodore Dreiser\", \"An Ice-Cream War by William Boyd\", \"And Then There Were None by Agatha Christie\", \"Andersonville by MacKinlay Kantor\", \"Angel by Elizabeth Taylor\", \"Anglo-Saxon Attitudes by Angus Wilson\", \"Animal Farm by George Orwell\", \"Anna Karenina by Leo Tolstoy\", \"Anthills of the Savannah by Chinua Achebe\", \"Any Human Heart by William Boyd\", \"Around the World in Eighty Days by Jules Verne\", \"Arturo’s Island by Elsa Morante\", \"As I Lay Dying by William Faulkner\", \"Ascent by Jed Mercurio\", \"Asterix the Gaul by Rene Goscinny\", \"At Grand Central Station I Sat Down and Wept by Elizabeth Smart\", \"At-Swim-Two-Birds by Flann O’Brien\", \"Atomised by Michel Houellebecq\", \"Atonement by Ian McEwan\", \"Augustus Carp, Esq. by Himself: Being the Autobiography of a Really Good Man by Henry Howarth Bashford\", \"Austerlitz by WG Sebald\", \"Auto-da-Fe by Elias Canetti\", \"Babbitt by Sinclair Lewis\", \"Ballet Shoes by Noel Streatfield\", \"Barchester Towers by Anthony Trollope\", \"Beauty and Saddness by Yasunari Kawabata\", \"Before Lunch by Angela Thirkell\", \"Behind the Scenes at the Museum by Kate Atkinson\", \"Being Dead by Jim Crace\", \"Bel-Ami by Guy de Maupassant\", \"Belles Lettres Papers: A Novel by Charles Simmons\", \"Beloved by Toni Morrison\", \"Berlin Alexanderplatz by Alfred Döblin\", \"Beyond Black by Hilary Mantel\", \"Billy Liar by Keith Waterhouse\", \"Birdsong by Sebastian Faulks\", \"Black Beauty by Anna Sewell\", \"Black Mischief by Evelyn Waugh\", \"Black Sunday by Thomas Harris\", \"Black and Blue by Ian Rankin\", \"Blacklist by Sara Paretsky\", \"Bleak House by Charles Dickens\", \"Blindness by Jose Saramago\", \"Blood Meridian by Cormac McCarthy\", \"Blott on the Landscape by Tom Sharpe\", \"Bold as Love by Gwyneth Jones\", \"Bomber by Len Deighton\", \"Bones and Silence by Reginald Hill\", \"Bonjour Tristesse by Francoise Sagan\", \"Bouvard et Pécuchet by Gustave Flaubert\", \"Brave New World by Aldous Huxley\", \"Breakfast at Tiffany’s by Truman Capote\", \"Breakfast of Champions by Kurt Vonnegut\", \"Breathing Lessons by Anne Tyler\", \"Brewster’s Millions by Richard Greaves (George Barr McCutcheon)\", \"Bridget Jones’s Diary by Helen Fielding\", \"Bright Lights, Big City by Jay McInerney\", \"Brighton Rock by Graham Greene\", \"Buddenbrooks by Thomas Mann\", \"Burmese Days by George Orwell\", \"Cakes and Ale - Or, the Skeleton in the Cupboard by W Somerset Maugham\", \"Call it Sleep by Henry Roth\", \"Camp Concentration by Thomas M Disch\", \"Candide by Voltaire\", \"Caprice by Ronald Firbank\", \"Captain Blood by Rafael Sabatini\", \"Carrie’s War by Nina Bawden\", \"Casino Royale by Ian Fleming\", \"Castle Rackrent by Maria Edgeworth\", \"Catch-22 by Joseph Heller\", \"Cat’s Eye by Margaret Atwood\", \"Changing Places by David Lodge\", \"Charade by John Mortimer\", \"Cheese by Willem Elsschot\", \"Cheri by Sidonie-Gabrielle Collette\", \"Childhood’s End by Arthur C Clarke\", \"Chronicle in Stone by Ismael Kadare\", \"Cider with Rosie by Laurie Lee\", \"Clarissa by Samuel Richardson\", \"Claudine a l’ecole by Sidonie-Gabrielle Colette\", \"Clayhanger by Arnold Bennett\", \"Cloud Atlas by David Mitchell\", \"Cold Comfort Farm by Stella Gibbons\", \"Cold Mountain by Charles Frazier\", \"Confederates by Thomas Keneally\", \"Confessions of Zeno by Italo Svevo\", \"Consider Phlebas by Iain M Banks\", \"Cop Hater by Ed McBain\", \"Count Belisarius by Robert Graves\", \"Couples by John Updike\", \"Covenant with Death by John Harris\", \"Cover Her Face by PD James\", \"Cranford by Elizabeth Gaskell\", \"Crash by JG Ballard\", \"Crime and Punishment by Fyodor Dostoevsky\", \"Crome Yellow by Aldous Huxley\", \"Cry, the Beloved Country by Alan Paton\", \"Cryptonomicon by Neal Stephenson\", \"Daniel Deronda by George Eliot\", \"Darkmans by Nicola Barker\", \"Darkness Falls from the Air by Nigel Balchin\", \"Darkness at Noon by Arthur Koestler\", \"Darwin’s Radio by Greg Bear\", \"Day by AL Kennedy\", \"Day of the Triffids by John Wyndham\", \"De Niro’s Game by Rawi Hage\", \"Dead Lagoon by Michael Dibdin\", \"Dead Souls by Nikolai Gogol\", \"Death and the Penguin by Andrey Kurkov\", \"Death at the President’s Lodging by Michael Innes\", \"Death in Summer by William Trevor\", \"Death in Venice by Thomas Mann\", \"Death of a Hero by Richard Aldington\", \"Decline and Fall by Evelyn Waugh\", \"Deliverance by James Dickey\", \"Delta of Venus by Anais Nin\", \"Devil in a Blue Dress by Walter Mosley\", \"Diary of a Mad Old Man by Junichiro Tanizaki\", \"Diary of a Nobody by George Grossmith\", \"Dirty Tricks by Michael Dibdin\", \"Disgrace by JM Coetzee\", \"Dissolution by CJ Sansom\", \"Do Androids Dream of Electric Sheep? by Philip K Dick\", \"Doctor Zhivago by Boris Pasternak\", \"Dolores Claiborne by Stephen King\", \"Dom Casmurro Joaquim by Maria Machado de Assis\", \"Dombey and Son by Charles Dickens\", \"Don Quixote by Miguel de Cervantes\", \"Double Indemnity by James M Cain\", \"Dracula by Bram Stoker\", \"Dune by Frank L Herbert\", \"Earthly Powers by Anthony Burgess\", \"East Lynne by Ellen Wood\", \"East of Eden by John Steinbeck\", \"Effi Briest by Theodore Fontane\", \"Elmer Gantry by Sinclair Lewis\", \"Emma by Jane Austen\", \"Empire of the Sun by JG Ballard\", \"Enduring Love by Ian McEwan\", \"Enemies, a Love Story by Isaac Bashevis Singer\", \"England, Their England by AG Macdonell\", \"Enigma by Robert Harris\", \"Ennui by Maria Edgeworth\", \"Epileptic by David B\", \"Epitaph for a Spy by Eric Ambler\", \"Erewhon by Samuel Butler\", \"Eugenie Grandet by Honore de Balzac\", \"Evelina by Fanny Burney\", \"Everything is Illuminated by Jonathon Safran Foer\", \"Excellent Women by Barbara Pym\", \"Exit Music by Ian Rankin\", \"Extinction by Thomas Bernhard\", \"Fahrenheit 451 by Ray Bradbury\", \"Fair Stood the Wind for France by HE Bates\", \"Family Matters by Rohinton Mistry\", \"Fantomas by Marcel Allain and Pierre Souvestre\", \"Far From the Madding Crowd by Thomas Hardy\", \"Fatherland by Robert Harris\", \"Fathers and Sons by Ivan Turgenev\", \"Fight Club by Chuck Palahniuk\", \"Fingersmith by Sarah Waters\", \"Finnegans Wake by James Joyce\", \"Fireflies by Shiva Naipaul\", \"First Love by Ivan Turgenev\", \"Flashman by George MacDonald Fraser\", \"Flaubert’s Parrot by Julian Barnes\", \"Flowers for Algernon by Daniel Keyes\", \"For Whom the Bell Tolls by Ernest Hemingway\", \"Foreign Affairs by Alison Lurie\", \"Fortunes of War by Olivia Manning\", \"Foucault’s Pendulum by Umberto Eco\", \"Foundation by Isaac Asimov\", \"Frankenstein by Mary Shelley\", \"Friday the Rabbi Slept Late by Harry Kemelman\", \"From Here to Eternity by James Jones\", \"Frost in May by Antonia White\", \"Fun Home by Alison Bechdel\", \"G by John Berger\", \"GB84 by David Peace\", \"Gargantua and Pantagruel by Francois Rabelais\", \"Gentlemen Prefer Blondes by Anita Loos\", \"Germinal by Emile Zola\", \"Get Shorty by Elmore Leonard\", \"Gilead by Marilynne Robinson\", \"Giovanni’s Room by James Baldwin\", \"Girlfriend in a Coma by Douglas Coupland\", \"Go Tell it on the Mountain by James Baldwin\", \"God’s Bit of Wood by Ousmane Sembene\", \"Goldfinger by Ian Fleming\", \"Gone With the Wind by Margaret Mitchell\", \"Good Behaviour by Molly Keane\", \"Goodbye to Berlin by Christopher Isherwood\", \"Gorky Park by Martin Cruz Smith\", \"Gravity’s Rainbow by Thomas Pynchon\", \"Great Apes by Will Self\", \"Great Expectations by Charles Dickens\", \"Green Mansions: A Romance of the Tropical Forest by WH Hudson\", \"Greenmantle by John Buchan\", \"Gulliver’s Travels by Jonathan Swift\", \"Handley Cross by RS Surtees\", \"Hangover Square by Patrick Hamilton\", \"Hard Revolution by George Pelecanos\", \"Hard Times by Charles Dickens\", \"Harry Potter and the Philosopher’s Stone by JK Rowling\", \"Headlong Hall by Thomas Love Peacock\", \"Heart of Darkness by Joseph Conrad\", \"Heavy Weather by PG Wodehouse\", \"Hello Summer, Goodbye by Michael G Coney\", \"Herland by Charlotte Perkins Gilman\", \"Herzog by Saul Bellow\", \"Hideous Kinky by Esther Freud\", \"High Fidelity by Nick Hornby\", \"His Dark Materials by Philip Pullman\", \"History by Elsa Morante\", \"House of Leaves by Mark Danielewski\", \"How Green was My Valley by Richard Llewellyn\", \"How Late it Was, How Late by James Kelman\", \"How the Dead Live by Will Self\", \"Howards End by EM Forster\", \"Humboldt’s Gift by Saul Bellow\", \"Hunger by Knut Hamsun\", \"Hurrah for St Trinian’s by Ronald Searle\", \"Hyperion by Dan Simmons\", \"I Am Legend by Richard Matheson\", \"I Capture the Castle by Dodie Smith\", \"I Served the King of England by Bohumil Hrabal\", \"If Not Now, When? by Primo Levi\", \"Illywhacker by Peter Carey\", \"In the Country of Last Things by Paul Auster\", \"Independence Day by Richard Ford\", \"Infinite Jest by David Foster Wallace\", \"Ingenious Pain by Andrew Miller\", \"Institute Benjamenta by Robert Walser\", \"Invisible Cities by Italo Calvino\", \"Invitation to the Waltz by Rosamond Lehmann\", \"Ivanhoe by Sir Walter Scott\", \"I’ll Go to Bed at Noon by Gerard Woodward\", \"Jacques the Fatalist and his Master by Denis Diderot\", \"Jane Eyre by Charlotte Bronte\", \"Jimmy Corrigan, The Smarest Kid on Earth by Chris Ware\", \"Jonathan Strange \u0026 Mr Norrell by Susanna Clarke\", \"Joseph Andrews by Henry Fielding\", \"Journey into Fear by Eric Ambler\", \"Journey to the End of the Night by Louis-Ferdinand Celine\", \"Joy in the Morning by PG Wodehouse\", \"Jude the Obscure by Thomas Hardy\", \"Judgment in Stone by Ruth Rendell\", \"Julie, ou la Nouvelle Heloise by Jean-Jacques Rousseau\", \"July’s People by Nadine Gordimer\", \"Jurassic Park by Michael Crichton\", \"Just William by Richmal Crompton\", \"Justine by Lawrence Durrell\", \"Kidnapped by Robert Louis Stevenson\", \"Kim by Rudyard Kipling\", \"Kindred by Octavia Butler\", \"King Solomon’s Carpet by Barbara Vine\", \"King Solomon’s Mines by H Rider Haggard\", \"LA Confidential by James Ellroy\", \"La Bete Humaine by Emile Zola\", \"La Comedie Humaine by Honore de Balzac\", \"La Condition Humaine by Andre Malraux\", \"La Disparition by Georges Perec\", \"La Vie Mode d’Emploi by Georges Perec\", \"Lady Audley’s Secret by Mary E Braddon\", \"Lady Chatterley’s Lover by DH Lawrence\", \"Lake Wobegon Days by Garrison Keillor\", \"Lanark by Alastair Gray\", \"Lark Rise to Candleford by Flora Thompson\", \"Last Exit to Brooklyn by Hubert Selby Jr\", \"Last Seen Wearing by Colin Dexter\", \"Le Grand Meaulnes by Henri Alain-Fournier\", \"Le Pere Goriot by Honore de Balzac\", \"Les Enfants Terrible by Jean Cocteau\", \"Les Liaisons Dangereuses by Pierre-Ambroise-Francois Choderlos de Laclos\", \"Les Miserables by Victor Hugo\", \"Les Revenentes by Georges Perec\", \"Less Than Angels by Barbara Pym\", \"Life and Fate by Vassily Grossman\", \"Light Years by James Salter\", \"Light by M John Harrison\", \"Little Dorritt by Charles Dickens\", \"Little Women by Louisa May Alcott\", \"Live Flesh by Ruth Rendell\", \"Living by Henry Green\", \"Loitering with Intent by Muriel Spark\", \"Lolita, or the Confessions of a White Widowed Male by Vladimir Nabokov\", \"Lolly Willowes by Sylvia Townsend Warner\", \"London Fields by Martin Amis\", \"Lonesome Dove by Larry McMurty\", \"Look At Me by Anita Brookner\", \"Lord Jim by Joseph Conrad\", \"Lord of the Flies by William Golding\", \"Lorna Doone by RD Blackmore\", \"Lost Souls by Poppy Z Brite\", \"Love Story by Eric Segal\", \"Love for Lydia by HE Bates\", \"Love in a Cold Climate by Nancy Mitford\", \"Love in the Time of Cholera by Gabriel Garcia Marquez\", \"Love on the Dole by Walter Greenwood\", \"Lucky Jim by Kingsley Amis\", \"Lush Life by Richard Price\", \"L’Histoire de Gil Blas de Santillane (Gil Blas) Alain-René Lesage\", \"Madame Bovary by Gustave Flaubert\", \"Main Street by Sinclair Lewis\", \"Malice Aforethought by Francis Iles\", \"Malone Dies by Samuel Beckett\", \"Manon Lescaut by Abbe Prevost\", \"Manservant and Maidservant by Ivy Compton-Burnett\", \"Mansfield Park by Jane Austen\", \"Martin Chuzzlewit by Charles Dickens\", \"Martin Eden by Jack London\", \"Mary Barton by Elizabeth Gaskell\", \"Master Georgie by Beryl Bainbridge\", \"Master and Commander by Patrick O’Brian\", \"Maurice Guest by Henry Handel Richardson\", \"Maus by Art Spiegelman\", \"McTeague by Frank Norris\", \"Melmoth the Wanderer by Charles Maturin\", \"Memet my Hawk by Yasar Kemal\", \"Memoirs of a Gnostic Dwarf by David Madsen\", \"Memoirs of a Survivor by Doris Lessing\", \"Men at Arms by Evelyn Waugh\", \"Microserfs by Douglas Coupland\", \"Middlemarch by George Eliot\", \"Middlesex by Jeffrey Eugenides\", \"Midnight’s Children by Salman Rushdie\", \"Millennium People by JG Ballard\", \"Misery by Stephen King\", \"Miss Smilla’s Feeling for Snow by Peter Hoeg\", \"Mister Johnson by Joyce Cary\", \"Moby-Dick or, The Whale by Herman Melville\", \"Molesworth by Geoffrey Willans and Ronald Searle\", \"Moll Flanders by Daniel Defoe\", \"Molloy by Samuel Beckett\", \"Money by Martin Amis\", \"Monkey by Wu Ch’eng-en\", \"Moo by Jane Smiley\", \"Moon over Africa by Pamela Kent\", \"More Die of Heartbreak by Saul Bellow\", \"Morvern Callar by Alan Warner\", \"Mother London by Michael Moorcock\", \"Mother by Maxim Gorky\", \"Motherless Brooklyn by Jonathan Lethem\", \"Mr Blandings Builds His Dream House by Eric Hodgkins\", \"Mr Norris Changes Trains by Christopher Isherwood\", \"Mrs Dalloway by Virginia Woolf\", \"Murder Must Advertise by Dorothy Le Sayers\", \"Music and Silence by Rose Tremain\", \"My Antonia by Willa Cather\", \"My Cousin Rachel by Daphne du Maurier\", \"My Family and Other Animals by Gerald Durrell\", \"My Name Is Asher Lev by Chaim Potok\", \"My Name is Red by Orhan Pamuk\", \"My New York Diary by Julie Doucet\", \"My Search for Warren Harding by Robert Plunkett\", \"Naked Lunch by William Burroughs\", \"Narziss and Goldmund by Hermann Hesse\", \"Native Son by Richard Wright\", \"Neuromancer by William Gibson\", \"New Grub Street by George Gissing\", \"News from Nowhere by William Morris\", \"Nice Work by David Lodge\", \"Nightmare Abbey by Thomas Love Peacock\", \"Nights at the Circus by Angela Carter\", \"Nightwood by Djuna Barnes\", \"Nineteen Eighty-Four by George Orwell\", \"Nineteen Seventy Four by David Peace\", \"Nineteen Seventy Seven by David Peace\", \"No Bed for Bacon by Caryl Brahms and SJ Simon\", \"No Country for Old Men by Cormac McCarthy\", \"No Orchids for Miss Blandish by James Hadley Chase\", \"Non-Stop by Brian W Aldiss\", \"North and South by Elizabeth Gaskell\", \"Northanger Abbey by Jane Austen\", \"Norwegian Wood by Haruki Murakami\", \"Nostromo by Joseph Conrad\", \"Notes from the Underground by Fyodor Dostoevsky\", \"Novel on Yellow Paper by Stevie Smith\", \"Oblomov by Ivan Goncharov\", \"Of Human Bondage by Somerset Maugham\", \"Of Love \u0026 Hunger by Julian Maclaren-Ross\", \"Of Mice and Men by John Steinbeck\", \"Office Politics by Wilfrid Sheed\", \"Oliver Twist by Charles Dickens\", \"On Beauty by Zadie Smith\", \"On the Road by Jack Kerouac\", \"One Day in the Life of Ivan Denisovtich by Alexandr Solzhenitsyn\", \"One Flew Over the Cuckoo’s Nest by Ken Kesey\", \"One Hundred Years of Solitude by Gabriel Garcia Marquez\", \"One of Ours by Willa Cather\", \"Only Forward by Michael Marshall Smith\", \"Oranges Are Not the Only Fruit by Jeanette Winterson\", \"Orlando by Virginia Woolf\", \"Oroonoko, or The Royal Slave by Aphra Behn\", \"Oscar and Lucinda by Peter Carey\", \"Our Man in Havana by Graham Greene\", \"Palace Walk by Naguib Mahfouz\", \"Pale Fire by Vladimir Nabokov\", \"Pamela by Samuel Richardson\", \"Parade’s End by Ford Madox Ford\", \"Passing by Nella Larsen\", \"Patience and Sarah by Isabel Miller\", \"Peace in War by Miguel de Unamuno\", \"Penrod by Booth Tarkington\", \"Perfume by Patrick Suskind\", \"Personality by Andrew O’Hagan\", \"Persuasion by Jane Austen\", \"Piccadilly Jim by PG Wodehouse\", \"Pictures from an Institution by Randall Jarrell\", \"Pig Tales by Marie Darrieussecq\", \"Play It As It Lays by Joan Didion\", \"Pnin by Vladimir Nabokov\", \"Poetic Justice by Amanda Cross\", \"Pointed Roofs by Dorothy Richardson\", \"Porterhouse Blue by Tom Sharpe\", \"Portnoy’s Complaint by Philip Roth\", \"Portrait of a Lady by Henry James\", \"Possession by AS Byatt\", \"Postmortem by Patricia Cornwell\", \"Pride and Prejudice by Jane Austen\", \"Puckoon by Spike Milligan\", \"Pudd’nhead Wilson by Mark Twain\", \"Put Out More Flags by Evelyn Waugh\", \"Quarantine by Jim Crace\", \"Queen Lucia by EF Benson\", \"Rasselas by Samuel Johnson\", \"Ratking by Michael Dibdin\",\"Rebecca by Daphne du Maurier\",\"Red Dragon by Thomas Harris\",\"Red Harvest by Dashiell Hammett\",\"Red Shift by Alan Garner\",\"Regency Buck by Georgette Heyer\",\"Regeneration by Pat Barker\",\"Remembering Babylon by David Malouf\",\"Remembrance of Things Past by Marcel Proust\",\"Revelation Space by Alastair Reynolds\",\"Revolutionary Road by Richard Yates\",\"Richshaw Boy by Lao She\",\"Riddley Walker by Russell Hoban\",\"Ringworld by Larry Niven\",\"Robinson Crusoe by Daniel Defoe\",\"Rogue Male by Geoffrey Household\",\"Rogue Moon by Algis Budrys\",\"Room Temperature by Nicholson Baker\",\"Room at the Top by John Braine\",\"Roxana by Daniel Defoe\",\"Rubyfruit Jungle by Rita Mae Brown\",\"Ruth by Elizabeth Gaskell\",\"Sacaramouche by Rafael Sabatini\",\"Samarkand by Amin Maalouf\",\"Sanctuary by William Faulkner\",\"Satanic Verses by Salman Rushdie\",\"Saturday Night and Sunday Morning by Alan Sillitoe\",\"Schindler’s Ark by Thomas Keneally\",\"Scoop by Evelyn Waugh\",\"Sense and Sensibility by Jane Austen\",\"Sentimental Education by Gustave Flaubert\",\"Shame by Salman Rushdie\",\"Sharpe’s Eagle by Bernard Cornwell\",\"She: A History of Adventure by H Rider Haggard\",\"Shirley by Charlotte Bronte\",\"Sidetracked by Henning Mankell\",\"Silas Marner by George Eliot\",\"Silence by Shusaku Endo\",\"Silence of the Grave by Arnadur Indridason\",\"Silver Stallion by Junghyo Ahn\",\"Sirens of Titan by Kurt Vonnegut\",\"Sister Carrie by Theodor Dreiser\",\"Slaughter-House Five by Kurt Vonnegut\",\"Slouching Towards Kalamazoo by Peter De Vries\",\"Snow Crash by Neal Stephenson\",\"So Long, See you Tomorrow by William Maxwell\",\"Solaris by Stanislaw Lem\",\"Solomon Gursky Was Here by Mordecai Richler\",\"Something Fresh by PG Wodehouse\",\"Song of Solomon by Toni Morrison\",\"Sons and Lovers by DH Lawrence\",\"Sophie’s Choice by William Styron\",\"Sour Sweet by Timothy Mo\",\"South Riding by Winifred Holtby\",\"South Wind by Norman Douglas\",\"Spies by Michael Frayn\",\"Squire Haggard’s Journal by Michael Green\",\"Star Maker by Olaf Stapledon\",\"Staying On by Paul Scott\",\"Steppenwolf by Herman Hesse\",\"Strait is the Gate by Andre Gide\",\"Stranger in a Strange Land by Robert A Heinlein\",\"Strangers on a Train by Patricia Highsmith\",\"Suite Francaise by Irene Nemirovsky\",\"Sunset Song by Lewis Grassic Gibbon\",\"Swiss Family Robinson by Johann David Wyss\",\"Sybil or The Two Nations by Benjamin Disraeli\",\"Tales of the City by Armistead Maupin\",\"Tales of the South Pacific by James Michener\",\"Teach Us to Outgrow Our Madness by Kezaburo Oe\",\"Tender is the Night by F Scott Fitzgerald\",\"Tess of the D’Urbervilles by Thomas Hardy\",\"Thank You Jeeves by PG Wodehouse\",\"The Accidental Tourist by Anne Tyler\",\"The Adventures of Augie March by Saul Bellow\",\"The Adventures of Ferdinand Count Fathom by Tobias Smollett\",\"The Adventures of Huckleberry Finn by Mark Twain\",\"The Adventures of Peregrine Pickle by Tobias Smollett\",\"The Adventures of Roderick Random by Tobias Smollett\",\"The Adventures of Tom Sawyer by Mark Twain\",\"The African Queen by CS Forester\",\"The Age of Innocence by Edith Wharton\",\"The Amazing Adventures of Kavalier and Clay by Michael Chabon\",\"The Ambassadors by Henry James\",\"The Andromeda Strain by Michael Crichton\",\"The Ascent of Rum Doodle by WE Bowman\",\"The Asphalt Jungle by WR Burnett\",\"The Assistant by Bernard Malamud\",\"The Awakening by Kate Chopin\",\"The Bamboo Bed by William Eastlake\",\"The Baron in the Trees by Italo Calvino\",\"The Beach by Alex Garland\",\"The Beast Must Die by Nicholas Blake\",\"The Bell Jar by Sylvia Plath\",\"The Betrothed by Alessandro Manzoni\",\"The Big Blowdown by George Pelecanos\",\"The Big Nowhere by James Ellroy\",\"The Big Sleep by Raymond Chandler\",\"The Black Prince by Iris Murdoch\",\"The Blackwater Lightship by Colm Toibin\",\"The Blind Assassin by Margaret Atwood\",\"The Blue Flower by Penelope Fitzgerald\",\"The Blue Room by Georges Simenon\",\"The Bluest Eye by Toni Morrison\",\"The Bonfire of the Vanities by Tom Wolfe\",\"The Book of Daniel by EL Doctorow\",\"The Book of Laughter and Forgetting by Milan Kundera\",\"The Book of the New Sun by Gene Wolfe\",\"The Bottle Factory Outing by Beryl Bainbridge\",\"The Bourne Identity by Robert Ludlum\",\"The Brothers Karamazov by Fyodor Dostoevsky\",\"The Buddha of Suburbia by Hanif Kureishi\",\"The Butcher Boy by Patrick McCabe\",\"The Caine Mutiny by Herman Wouk\",\"The Call of the Wild by Jack London\",\"The Case of Comrade Tulayev by Victor Serge\",\"The Case of the Gilded Fly by Edmund Crispin\",\"The Castafiore Emerald by Georges Remi Herge\",\"The Castle by Franz Kafka\",\"The Castle of Otranto by Horace Walpole\",\"The Catcher in the Rye by JD Salinger\",\"The Charterhouse of Parma by Stendhal\",\"The Chateau by William Maxwell\",\"The Child in Time by Ian McEwan\",\"The Children of Men by PD James\",\"The Children of the New Forest by Frederick Marryat\",\"The Chronicles of Narnia by CS Lewis\",\"The Code of the Woosters by PG Wodehouse\",\"The Color Purple by Alice Walker\",\"The Coming Race by EGEL Bulwer-Lytton\",\"The Commitments by Roddy Doyle\",\"The Constant Gardener by John le Carre\",\"The Corrections by Jonathan Franzen\",\"The Count of Monte Cristo by Alexandre Dumas\",\"The Counterfeiters by Andre Gide\",\"The Crab with the Golden Claws by Georges Remi Herge\",\"The Crime of Father Amaro by José Maria de Eça de Queiroz\",\"The Crow Road by Iain Banks\",\"The Cruel Sea by Nicholas Monsarrat\",\"The Crying of Lot 49 by Thomas Pynchon\",\"The Curious Incident of the Dog in the Night-time by Mark Haddon\",\"The Daughter of Time by Josephine Tey\",\"The Day of the Jackal by Frederick Forsyth\",\"The Day of the Locust by Nathanael West\",\"The Death of Virgil by Hermann Broch\",\"The Death of the Heart by Elizabeth Bowen\",\"The Debacle by Emile Zola\",\"The Debt to Pleasure by John Lanchester\",\"The Devil to Pay in the Backlands by Joao Guimaraes Rosa\",\"The Discworld Series by Terry Pratchett\",\"The Driver’s Seat by Muriel Spark\",\"The Drowned World by JG Ballard\",\"The Earthsea Series by Ursula Le Guin\",\"The Echoing Grove by Rosamond Lehmann\",\"The Egoist by George Meredith\",\"The Einstein Intersection by Samuel R Delaney\",\"The End of the Affair by Graham Greene\",\"The End of the World News by Anthony Burgess\",\"The English Patient by Michael Ondaatje\",\"The Expedition of Humphry Clinker by Tobias Smollett\",\"The Face of Another by Kobo Abe\",\"The Family Moskat or The Manor or The Estate by Isaac Bashevis Singer\",\"The Famished Road by Ben Okri\",\"The Far Pavillions by Mary Margaret Kaye\",\"The Female Man by Joanna Russ\",\"The Forever War by Joe Haldeman\",\"The Fortunes of Richard Mahoney by Henry Handel Richardson\",\"The Fountain Overflows by Rebecca West\",\"The Four Just Men by Edgar Wallace\",\"The French Lieutenant’s Woman by John Fowles\",\"The Friends of Eddie Coyle by George V Higgins\",\"The Garden of the Finzi-Cortinis by Giorgio Bassani\",\"The Gathering by Anne Enright\",\"The Getaway by Jim Thompson\",\"The Girls of Slender Means by Muriel Spark\",\"The Glass Bead Game by Herman Hesse\",\"The Glass Key by Dashiell Hammett\",\"The Go-Between by LP Hartley\",\"The God of Small Things by Arundhati Roy\",\"The Godfather by Mario Puzo\",\"The Golden Notebook by Doris Lessing\",\"The Good Companions by JB Priestley\",\"The Good Soldier Svejk by Jaroslav Hasek\",\"The Good Soldier by Ford Madox Ford\",\"The Graduate by Charles Webb\",\"The Grapes of Wrath by John Steinbeck\",\"The Grass is Singing by Doris Lessing\",\"The Great Gatsby by F Scott Fitzgerald\",\"The Great Impersonation by E Phillips Oppenheim\",\"The Group by Mary McCarthy\",\"The Guns of Navarone by Alistair MacLean\",\"The Handmaid’s Tale by Margaret Atwood\",\"The Hanging Gardens by Ian Rankin\",\"The Harpole Report by JL Carr\",\"The Haunting of Hill House by Shirley Jackson\",\"The Hearing Trumpet by Leonora Carrington\",\"The Heart is a Lonely Hunter by Carson McCullers\",\"The Heat of the Day by Elizabeth Bowen\",\"The History Man by Malcolm Bradbury\",\"The History of Mr Polly by HG Wells\",\"The History of Pompey the Little by Francis Coventry\",\"The Hitchhikers Guide to the Galaxy by Douglas Adams\",\"The Hobbit by JRR Tolkien\",\"The Hollow Man by John Dickson Carr\",\"The Home and the World by Rabindranath Tagore\",\"The Horse’s Mouth by Joyce Cary\",\"The Hound of the Baskervilles by Arthur Conan Doyle\",\"The House of Mirth by Edith Wharton\",\"The House of the Seven Gables by Nathaniel Hawthorne\",\"The Human Stain by Philip Roth\",\"The Hunters by James Salter\",\"The Idiot by Fyodor Dostoevsky\",\"The Immoralist by Andre Gide\",\"The Infamous Army by Georgette Heyer\",\"The Influence by Ramsey Campbell\",\"The Information by Martin Amis\",\"The Insult by Rupert Thomson\",\"The Invisible Man by Ralph Ellison\",\"The Ipcress File by Len Deighton\",\"The Island of Dr Moreau by HG Wells\",\"The Jungle by Upton Sinclair\",\"The King of Torts by John Grisham\",\"The Kingdom of this World by Alejo Carpentier\",\"The Kite Runner by Khaled Hosseini\",\"The L Shaped Room by Lynne Reid Banks\",\"The Last Chronicle of Barset by Anthony Trollope\",\"The Last September by Elizabeth Bowen\",\"The Laughing Policeman by Maj Sjowall and Per Wahloo\",\"The League of Frightened Men by Rex Stout\",\"The Lecturer’s Tale by James Hynes\",\"The Left Hand of Darkness by Ursula Le Guin\",\"The Leopard by Giuseppi di Lampedusa\",\"The Life and Loves of a She-Devil by Fay Weldon\",\"The Life and Opinions of Tristram Shandy, Gentleman by Laurence Sterne\",\"The Line of Beauty by Alan Hollinghurst\",\"The Little Prince by Antoine de Saint-Exupery\",\"The Little World of Don Camillo by Giovanni Guareschi\",\"The Lonely Londoners by Samuel Selvon\",\"The Lonely Passion of Judith Hearne by Brian Moore\",\"The Long Goodbye by Raymond Chandler\",\"The Lord of the Rings by JRR Tolkien\",\"The Loved One by Evelyn Waugh\",\"The Lover by Marguerite Duras\",\"The Luck of Barry Lyndon by William Makepeace Thackeray\",\"The Machine-Gunners by Robert Westall\",\"The Madman of Bergerac by Georges Simenon\",\"The Magic Mountain by Thomas Mann\",\"The Magnificent Ambersons by Booth Tarkington\",\"The Magus by John Fowles\",\"The Maltese Falcon by Dashiell Hammett\",\"The Man Who Loved Children by Christina Stead\",\"The Man Without Qualities by Robert Musil\",\"The Man in the High Castle by Philip K Dick\",\"The Man of Property by John Galsworthy\",\"The Man who was Thursday by GK Chesterton\",\"The Man with the Golden Arm by Nelson Algren\",\"The Manchurian Candidate by Richard Condon\",\"The Mandarins by Simone de Beauvoir\",\"The Map of Love by Ahdaf Soueif\",\"The Mark of Zorro by Johnston McCulley\",\"The Mask of Dimitrios by Eric Ambler\",\"The Master and Margarita by Mikhail Bulgakov\",\"The Mayor of Casterbridge by Thomas Hardy\",\"The Member of the Wedding by Carson McCullers\",\"The Midwich Cuckoos by John Wyndham\",\"The Mighty Walzer Howard by Jacobson\",\"The Military Philosophers by Anthony Powell\",\"The Mill on the Floss by George Eliot\",\"The Millstone by Margaret Drabble\",\"The Ministry of Fear by Graham Greene\",\"The Monk by Matthew Lewis\",\"The Moon and the Bonfire by Cesare Pavese\",\"The Moonstone by Wilkie Collins\",\"The Moviegoer by Walker Percy\",\"The Murder at the Vicarage by Agatha Christie\",\"The Murder of Roger Ackroyd by Agatha Christie\",\"The Mysteries of Udolpho by Ann Radcliffe\",\"The Mysterious Affair at Styles by Agatha Christie\",\"The Mysterious Stranger by Mark Twain\",\"The Naked and the Dead by Norman Mailer\",\"The Name of the Rose by Umberto Eco\",\"The Neon Rain by James Lee Burke\",\"The New York Trilogy by Paul Auster\",\"The Night Sessions by Ken Macleod\",\"The Night Watch by Sarah Waters\",\"The Odd Women by George Gissing\",\"The Old Man and the Sea by Ernest Hemingway\",\"The Old Men at the Zoo by Angus Wilson\",\"The Old Wives’ Tale by Arnold Bennett\",\"The Ordeal of Richard Feverek by George Meredith\",\"The Outsider by Albert Camus\",\"The Painted Bird by Jerzy Kosinski\",\"The Painter of Signs by RK Narayan\",\"The Parasites by Daphne du Maurier\",\"The Passion by Jeanette Winterson\",\"The Passion of New Eve by Angela Carter\",\"The Piano Teacher by Elfriede Jelinek\",\"The Pickwick Papers by Charles Dickens\",\"The Picture of Dorian Gray by Oscar Wilde\",\"The Plague by Albert Camus\",\"The Pledge by Friedrich Durrenmatt\",\"The Poisoned Chocolates Case by Anthony Berkeley\",\"The Polygots by William Gerhardie\",\"The Posthumous Memoirs of Bras Cubas by Joaquim Maria Machado de Assis\",\"The Postman Always Rings Twice by James M Cain\",\"The Power and the Glory by Graham Greene\",\"The Prestige by Christopher Priest\",\"The Prime of Miss Jean Brodie by Muriel Spark\",\"The Princess of Cleves by Madame de Lafayette\",\"The Prisoner of Zenda by Anthony Hope\",\"The Private Memoirs and Confessions of a Justified Sinner by James Hogg\",\"The Professor’s House by Willa Cather\",\"The Provincial Lady by EM Delafield\",\"The Pursuit of Love by Nancy Mitford\",\"The Rabbit Omnibus by John Updike\",\"The Radetzky March by Joseph Roth\",\"The Ragazzi Pier by Paolo Pasolini\",\"The Ragged Trousered Philanthropists by Robert Tressell\",\"The Rainbow by DH Lawrence\",\"The Reader by Benhardq Schlink\",\"The Recognitions by William Gaddis\",\"The Rector’s Daughter by FM Mayor\",\"The Red Badge of Courage by Stephen Crane\",\"The Red Room by August Stringberg\",\"The Red and the Black by Stendhal\",\"The Reluctant Orphan by Aara Seale\",\"The Remains of the Day by Kazuo Ishiguro\",\"The Remorseful Day by Colin Dexter\",\"The Restraint of Beasts by Magnus Mills\",\"The Return of the Soldier by Rebecca West\",\"The Riddle of the Sands by Erskine Childers\",\"The Rings of Saturn by WG Sebald\",\"The Road by Cormac McCarthy\",\"The Sacred Book of the Werewolf by Victor Pelevin\",\"The Savage Detectives by Roberto Bolano\",\"The Scar by China Mieville\",\"The Scarlet Letter by Nathaniel Hawthorne\",\"The Scarlet Pimpernel by Baroness Emmuska Orczy\",\"The Secret Adversary by Agatha Christie\",\"The Secret Agent by Joseph Conrad\",\"The Secret Diary of Adrian Mole, Aged 13 3/4 by Sue Townsend\",\"The Secret History by Donna Tartt\",\"The Sheltering Sky by Paul Bowles\",\"The Shining by Stephen King\",\"The Ship by CS Forester\",\"The Shipping News by E Annie Proulx\",\"The Shrimp and the Anemone by LP Hartley\",\"The Siege of Krishnapur by JG Farrell\",\"The Sign of Four by Arthur Conan Doyle\",\"The Silent Duchess by Dacia Maraini\",\"The Slaves of Solitude by Patrick Hamilton\",\"The Snow Goose by Paul Gallico\",\"The Soldier’s Art by Anthony Powell\",\"The Sorrow of War by Bao Ninh\",\"The Sorrows of Young Werther by Johann Wolfgang Goethe\",\"The Sound and the Fury by William Faulkner\",\"The Sound of my Voice by Ron Butlin\",\"The Space Merchants by Frederik Pohl and CM Kornbluth\",\"The Sportswriter by Richard Ford\",\"The Spy Who Came in from the Cold by John le Carre\",\"The Stars My Destination by Alfred Bester\",\"The Strange Borders of Palace Crescent by E Phillips Oppenheim\",\"The Strange Case of Dr Jekyll and Mr Hyde by Robert Louis Stevenson\",\"The Surprising Adventures of Baron Munchausen by Rudolp Erich Raspe\",\"The Swimming-Pool Library by Alan Hollinghurst\",\"The Sword in the Stone by TH White\",\"The Talented Mr Ripley by Patricia Highsmith\",\"The Thin Man by Dashiell Hammett\",\"The Things They Carried by Tim O’Brien\",\"The Third Man by Graham Greene\",\"The Third Policeman by Flann O’Brien\",\"The Thirty-Nine Steps by John Buchan\",\"The Three Musketeers by Alexandre Dumas\",\"The Three Paradoxes by Paul Hornschemeier\",\"The Three Sisters by May Sinclair\",\"The Time Machine by HG Wells\",\"The Time Ships by Stephen Baxter\",\"The Time Traveler’s Wife by Audrey Niffenegger\",\"The Time of Indifference by Alberto Moravia\",\"The Tin Drum by Gunter Grass\",\"The Tin Roof Blowdown by James Lee Burke\",\"The Tortoise and the Hare by Elizabeth Jenkins\",\"The Towers of Trebizond by Rose Macaulay\",\"The Transit of Venus by Shirley Hazzard\",\"The Tree of Man by Patrick White\",\"The Trial by Franz Kafka\",\"The Turn of the Screw by Henry James\",\"The Unbearable Bassington by Saki\",\"The Unbearable Lightness of Being by Milan Kundera\",\"The Uncommon Reader by Alan Bennett\",\"The Unconsoled by Kazuo Ishiguro\",\"The Unfortunates by BS Johnson\",\"The Vagabond by Sidonie-Gabrielle Colette\",\"The Valley of Bones by Anthony Powell\",\"The Vatican Cellars by Andre Gide\",\"The Vicar of Wakefield by Oliver Goldsmith\",\"The Victorian Chaise-longue by Marghanita Laski\",\"The Virgin Suicides by Jeffrey Eugenides\",\"The Virgin in the Garden by AS Byatt\",\"The Virginian by Owen Wister\",\"The Wapshot Chronicle by John Cheever\",\"The War of the Worlds by HG Wells\",\"The Wasp Factory by Iain Banks\",\"The Way We Live Now by Anthony Trollope\",\"The Way of All Flesh by Samuel Butler\",\"The Weather in the Streets by Rosamond Lehmann\",\"The Well of Loneliness by Radclyffe Hall\",\"The Westminster Alice by Saki\",\"The Wimbledon Poisoner by Nigel Williams\",\"The Wind in the Willows by Kenneth Grahame\",\"The Wind-Up Bird Chronicle by Haruki Murakami\",\"The Wings of the Dove by Henry James\",\"The Witches of Eastwick by John Updike\",\"The Woman in White by Wilkie Collins\",\"The Woodlanders by Thomas Hardy\",\"The Years of Rice and Salt by Kim Stanley Robinson\",\"The Young Lions by Irwin Shaw\",\"Their Eyes Were Watching God by Zora Neale Hurston\",\"Therese Raquin by Emile Zola\",\"They Were Counted by Miklos Banffy\",\"Things Fall Apart by Chinua Achebe\",\"This Sporting Life by David Storey\",\"Three Men in a Boat by Jerome K Jerome\",\"Three Soldiers by John Dos Passos\",\"Through the Looking Glass and What Alice Found There by Lewis Carroll\",\"Tinker, Tailor, Soldier, Spy by John le Carre\",\"Tintin in Tibet by Georges Remi Herge\",\"Titmuss Regained by John Mortimer\",\"Titus Groan by Mervyn Peake\",\"To Each his Own by Leonardo Sciascia\",\"To Kill a Mockingbird by Harper Lee\",\"To The Ends of the Earth trilogy by William Golding\",\"To the Lighthouse by Virginia Woolf\",\"Tobacco Road by Erskine Caldwell\",\"Tom Brown’s Schooldays by Thomas Hughes\",\"Tom Jones by Henry Fielding\",\"Tono Bungay by HG Wells\",\"Topper Takes a Trip by Thorne Smith\",\"Tourist Season by Carl Hiaasen\",\"Towards the End of the Morning by Michael Frayn\",\"Toxic Shock by Sara Paretsky\",\"Trainspotting by Irvine Welsh\",\"Travels with My Aunt by Graham Greene\",\"Treasure Island by Robert Louis Stevenson\",\"Trent’s Last Case by EC Bentley\",\"Tropic of Cancer by Henry Miller\",\"Tropic of Ruislip by Leslie Thomas\",\"True History of the Ned Kelly Gang by Peter Carey\",\"Two Serious Ladies by Jane Bowles\",\"USA by John Dos Passos\",\"Ulysses by James Joyce\",\"Uncle Silas by Joseph Sheridan Le Fanu\",\"Uncle Tom’s Cabin by Harriet Beecher Stowe\",\"Under Western Eyes by Joseph Conrad\",\"Under the Net by Iris Murdoch\",\"Under the Skin by Michel Faber\",\"Under the Volcano by Malcolm Lowry\",\"Underworld by Don DeLillo\",\"Unless by Carol Shields\",\"Untouchable by Mulk Raj Anand\",\"V by Thomas Pynchon\",\"Valley of the Dolls by Jacqueline Susann\",\"Vanity Fair by William Makepeace Thackeray\",\"Vathek by William Beckford\",\"Vendetta by Michael Dibdin\",\"Venus on the Half-Shell by Kilgore Trout\",\"Victory: An Island Tale by Joseph Conrad\",\"Vile Bodies by Evelyn Waugh\",\"Vilette by Charlotte Bronte\",\"Vineland by Thomas Pynchon\",\"Voss by Patrick White\",\"Vurt by Jeff Noon\",\"Waiting for the Barbarians by JM Coeztee\",\"War and Peace by Leo Tolstoy\",\"Washington Square by Henry James\",\"Waterland by Graham Swift\",\"We Need to Talk About Kevin by Lionel Shriver\",\"We by Yevgeny Zamyatin\",\"Weaveworld by Clive Barker\",\"What a Carve Up! by Jonathan Coe\",\"When the Wind Blows by Raymond Briggs\",\"Whisky Galore by Compton Mackenzie\",\"White Man Falling by Mike Stocks\",\"White Noise by Don DeLillo\",\"White Teeth by Zadie Smith\",\"Who Do You Think You Are? by Alice Munro\",\"Whose Body? by Dorothy L Sayers\",\"Wide Sargasso Sea by Jean Rhys\",\"Wieland by Charles Brockden Brown\",\"Williwaw by Gore Vidal\",\"Wise Children by Angela Carter\",\"Women in Love by DH Lawrence\",\"Wuthering Heights by Emily Bronte\",\"You Only Live Twice by Ian Fleming\",\"Z by Vassilis Vassilikos\",\"Zami by Audre Lorde\",\"Zazie in the Metro by Raymond Queneau\",\"Zen and the Art of Motorcycle Maintenance by Robert Pirsig\",\"Zorba the Greek by Nikos Kazantzakis\",\"Zuleika Dobson by Max Beerbohm\"];\n\n var books = new Vue({\n el: '#root',\n data: function () {\n var books = [];\n for (var x = 0; x \u003c 10; x++) {\n books[x] = [];\n for (var y = 0; y \u003c 10; y++) {\n books[x][y] = [];\n for (var z = 0; z \u003c 10; z++) {\n books[x][y][z] = BOOKS[x*100 + y*10 + z];\n }\n }\n }\n return {\n x: 0,\n y: 0,\n z: 0,\n grid: books,\n isFocus: false,\n arr: [],\n }\n },\n created: function () {\n setInterval(() =\u003e {\n if (this.arr.length \u003e 0) {\n var next = this.arr.shift();\n this.x = next.x;\n this.y = next.y;\n this.z = next.z;\n }\n }, 100);\n },\n methods: {\n search: function (index) {\n var x = Math.floor(index/100)%10;\n var y = Math.floor(index/10)%10;\n var z = Math.floor(index/1)%10;\n this.arr.push({x:x, y:y, z:z});\n this.isFocus = true;\n return this.grid[x][y][z];\n },\n offset: function () {\n return {\n transform: `translate(-${this.y*250}px, -${this.x*130}px)`\n }\n },\n clear: function () {\n this.isFocus = false;\n },\n bookClass: function (x, y, z) {\n return [\n x == this.x \u0026\u0026 y == this.y \u0026\u0026 z == this.z ? 'active' : '',\n 'book-' + (x*100 + y*10 + z)%18\n ];\n },\n change: function () {\n this.isFocus = true;\n },\n },\n computed: {\n target: function () {\n if (this.grid[this.x] \u0026\u0026 this.grid[this.x][this.y]) {\n return this.grid[this.x][this.y][this.z];\n }\n return false;\n },\n }\n })","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":43,"hashid":"5j3s9n422","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":3408608,"file_name":"koding.png","project_id":198361,"asset_id":209458,"created_at":"2020-10-24T14:47:39.926+08:00","updated_at":"2020-10-24T14:47:39.926+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
前往網站頁面
1:1:1
1:1
full
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦