diff --git a/.DS_Store b/.DS_Store index ff48827..353ab85 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/Books/Algorithms (Berkley Book).pdf b/Books/Algorithms/Algorithms (Berkley Book).pdf similarity index 100% rename from Books/Algorithms (Berkley Book).pdf rename to Books/Algorithms/Algorithms (Berkley Book).pdf diff --git a/Books/CLRS.pdf b/Books/Algorithms/CLRS.pdf similarity index 100% rename from Books/CLRS.pdf rename to Books/Algorithms/CLRS.pdf diff --git a/Books/Cracking the Coding Interview, 6th Edition.pdf b/Books/Algorithms/Cracking the Coding Interview, 6th Edition.pdf similarity index 100% rename from Books/Cracking the Coding Interview, 6th Edition.pdf rename to Books/Algorithms/Cracking the Coding Interview, 6th Edition.pdf diff --git a/Books/Introduction to Algorithms.pdf b/Books/Algorithms/Introduction to Algorithms.pdf similarity index 100% rename from Books/Introduction to Algorithms.pdf rename to Books/Algorithms/Introduction to Algorithms.pdf diff --git a/Books/Thinking Critically About Researching Algorithms.pdf b/Books/Algorithms/Thinking Critically About Researching Algorithms.pdf similarity index 100% rename from Books/Thinking Critically About Researching Algorithms.pdf rename to Books/Algorithms/Thinking Critically About Researching Algorithms.pdf diff --git a/Books/Basics of Compiler Design.pdf b/Books/Computer_Science/Basics of Compiler Design.pdf similarity index 100% rename from Books/Basics of Compiler Design.pdf rename to Books/Computer_Science/Basics of Compiler Design.pdf diff --git a/Books/Compiler Construction.pdf b/Books/Computer_Science/Compiler Construction.pdf similarity index 100% rename from Books/Compiler Construction.pdf rename to Books/Computer_Science/Compiler Construction.pdf diff --git a/Books/Hot Topics in Operating Systems.pdf b/Books/Computer_Science/Hot Topics in Operating Systems.pdf similarity index 100% rename from Books/Hot Topics in Operating Systems.pdf rename to Books/Computer_Science/Hot Topics in Operating Systems.pdf diff --git a/Books/On-the-Fly Garbage Collection- An Exercise in Cooperation .pdf b/Books/Computer_Science/On-the-Fly Garbage Collection- An Exercise in Cooperation .pdf similarity index 100% rename from Books/On-the-Fly Garbage Collection- An Exercise in Cooperation .pdf rename to Books/Computer_Science/On-the-Fly Garbage Collection- An Exercise in Cooperation .pdf diff --git a/Books/Precise Null Pointer Analysis Through Global Value Numbering.pdf b/Books/Computer_Science/Precise Null Pointer Analysis Through Global Value Numbering.pdf similarity index 100% rename from Books/Precise Null Pointer Analysis Through Global Value Numbering.pdf rename to Books/Computer_Science/Precise Null Pointer Analysis Through Global Value Numbering.pdf diff --git a/Books/Race Detection in Parallel Programming.pdf b/Books/Computer_Science/Race Detection in Parallel Programming.pdf similarity index 100% rename from Books/Race Detection in Parallel Programming.pdf rename to Books/Computer_Science/Race Detection in Parallel Programming.pdf diff --git a/Books/Static Analysis of Event Driven Programming.pdf b/Books/Computer_Science/Static Analysis of Event Driven Programming.pdf similarity index 100% rename from Books/Static Analysis of Event Driven Programming.pdf rename to Books/Computer_Science/Static Analysis of Event Driven Programming.pdf diff --git a/Books/Structure and Evolution of Package Dependency Networks.pdf b/Books/Computer_Science/Structure and Evolution of Package Dependency Networks.pdf similarity index 100% rename from Books/Structure and Evolution of Package Dependency Networks.pdf rename to Books/Computer_Science/Structure and Evolution of Package Dependency Networks.pdf diff --git a/Books/Swift Lattner Research.pdf b/Books/Computer_Science/Swift Lattner Research.pdf similarity index 100% rename from Books/Swift Lattner Research.pdf rename to Books/Computer_Science/Swift Lattner Research.pdf diff --git a/Books/The Art of Multiprocessor Programming.pdf b/Books/Computer_Science/The Art of Multiprocessor Programming.pdf similarity index 100% rename from Books/The Art of Multiprocessor Programming.pdf rename to Books/Computer_Science/The Art of Multiprocessor Programming.pdf diff --git a/Books/The Case for Determinism in Database Systems.pdf b/Books/Computer_Science/The Case for Determinism in Database Systems.pdf similarity index 100% rename from Books/The Case for Determinism in Database Systems.pdf rename to Books/Computer_Science/The Case for Determinism in Database Systems.pdf diff --git a/Books/The Problems With Threads.pdf b/Books/Computer_Science/The Problems With Threads.pdf similarity index 100% rename from Books/The Problems With Threads.pdf rename to Books/Computer_Science/The Problems With Threads.pdf diff --git a/Books/DTHREADS- Efficient Deterministic Multithreading.pdf b/Books/Event_Driven_Programming/DTHREADS- Efficient Deterministic Multithreading.pdf similarity index 100% rename from Books/DTHREADS- Efficient Deterministic Multithreading.pdf rename to Books/Event_Driven_Programming/DTHREADS- Efficient Deterministic Multithreading.pdf diff --git a/Books/Introduction to Asynchronous Programming.pdf b/Books/Event_Driven_Programming/Introduction to Asynchronous Programming.pdf similarity index 100% rename from Books/Introduction to Asynchronous Programming.pdf rename to Books/Event_Driven_Programming/Introduction to Asynchronous Programming.pdf diff --git a/Books/Multiprocessor Support for Event-Driven Programs.pdf b/Books/Event_Driven_Programming/Multiprocessor Support for Event-Driven Programs.pdf similarity index 100% rename from Books/Multiprocessor Support for Event-Driven Programs.pdf rename to Books/Event_Driven_Programming/Multiprocessor Support for Event-Driven Programs.pdf diff --git a/Books/Nodefz Fuzzing the Server-Side Event-Driven Architecture.pdf b/Books/Event_Driven_Programming/Nodefz Fuzzing the Server-Side Event-Driven Architecture.pdf similarity index 100% rename from Books/Nodefz Fuzzing the Server-Side Event-Driven Architecture.pdf rename to Books/Event_Driven_Programming/Nodefz Fuzzing the Server-Side Event-Driven Architecture.pdf diff --git a/Books/Programming Without a Callstack - Event Driven Programming.pdf b/Books/Event_Driven_Programming/Programming Without a Callstack - Event Driven Programming.pdf similarity index 100% rename from Books/Programming Without a Callstack - Event Driven Programming.pdf rename to Books/Event_Driven_Programming/Programming Without a Callstack - Event Driven Programming.pdf diff --git a/Books/Elm, Concurrency, FRP.pdf b/Books/Function_Programming/Elm, Concurrency, FRP.pdf similarity index 100% rename from Books/Elm, Concurrency, FRP.pdf rename to Books/Function_Programming/Elm, Concurrency, FRP.pdf diff --git a/Books/Liquid Haskell.pdf b/Books/Function_Programming/Liquid Haskell.pdf similarity index 100% rename from Books/Liquid Haskell.pdf rename to Books/Function_Programming/Liquid Haskell.pdf diff --git a/Books/The Purely Functional Software Deployment Model.pdf b/Books/Function_Programming/The Purely Functional Software Deployment Model.pdf similarity index 100% rename from Books/The Purely Functional Software Deployment Model.pdf rename to Books/Function_Programming/The Purely Functional Software Deployment Model.pdf diff --git a/Books/Why FP.pdf b/Books/Function_Programming/Why FP.pdf similarity index 100% rename from Books/Why FP.pdf rename to Books/Function_Programming/Why FP.pdf diff --git a/Books/A Limit Study of Javascript Parallelism.pdf b/Books/Javascript/A Limit Study of Javascript Parallelism.pdf similarity index 100% rename from Books/A Limit Study of Javascript Parallelism.pdf rename to Books/Javascript/A Limit Study of Javascript Parallelism.pdf diff --git a/Books/Data Structures and Algorithms with JavaScript.pdf b/Books/Javascript/Data Structures and Algorithms with JavaScript.pdf similarity index 100% rename from Books/Data Structures and Algorithms with JavaScript.pdf rename to Books/Javascript/Data Structures and Algorithms with JavaScript.pdf diff --git a/Books/Eloquent JavaScript.pdf b/Books/Javascript/Eloquent JavaScript.pdf similarity index 100% rename from Books/Eloquent JavaScript.pdf rename to Books/Javascript/Eloquent JavaScript.pdf diff --git a/Books/Event Based Javascript Design.pdf b/Books/Javascript/Event Based Javascript Design.pdf similarity index 100% rename from Books/Event Based Javascript Design.pdf rename to Books/Javascript/Event Based Javascript Design.pdf diff --git a/Books/Front End Handbook.pdf b/Books/Javascript/Front End Handbook.pdf similarity index 100% rename from Books/Front End Handbook.pdf rename to Books/Javascript/Front End Handbook.pdf diff --git a/Books/JSExperimentalDirections.pdf b/Books/Javascript/JSExperimentalDirections.pdf similarity index 100% rename from Books/JSExperimentalDirections.pdf rename to Books/Javascript/JSExperimentalDirections.pdf diff --git a/Books/Javascript Design Patterns.pdf b/Books/Javascript/Javascript Design Patterns.pdf similarity index 100% rename from Books/Javascript Design Patterns.pdf rename to Books/Javascript/Javascript Design Patterns.pdf diff --git a/Books/Javascript The Good Parts.pdf b/Books/Javascript/Javascript The Good Parts.pdf similarity index 100% rename from Books/Javascript The Good Parts.pdf rename to Books/Javascript/Javascript The Good Parts.pdf diff --git a/Books/Javascript/Learning Javascript Data Structures and Algorithms.pdf b/Books/Javascript/Learning Javascript Data Structures and Algorithms.pdf new file mode 100644 index 0000000..8649d7c Binary files /dev/null and b/Books/Javascript/Learning Javascript Data Structures and Algorithms.pdf differ diff --git a/Books/NodeJS in Open Source Projects.pdf b/Books/Javascript/NodeJS in Open Source Projects.pdf similarity index 100% rename from Books/NodeJS in Open Source Projects.pdf rename to Books/Javascript/NodeJS in Open Source Projects.pdf diff --git a/Books/Programming JavaScript Applications.pdf b/Books/Javascript/Programming JavaScript Applications.pdf similarity index 100% rename from Books/Programming JavaScript Applications.pdf rename to Books/Javascript/Programming JavaScript Applications.pdf diff --git a/Books/Static Analysis for Javascript.pdf b/Books/Javascript/Static Analysis for Javascript.pdf similarity index 100% rename from Books/Static Analysis for Javascript.pdf rename to Books/Javascript/Static Analysis for Javascript.pdf diff --git a/Books/Thou Shalt Not Depend on Me- Analysing the Use of Outdated JavaScript Libraries on the Web.pdf b/Books/Javascript/Thou Shalt Not Depend on Me- Analysing the Use of Outdated JavaScript Libraries on the Web.pdf similarity index 100% rename from Books/Thou Shalt Not Depend on Me- Analysing the Use of Outdated JavaScript Libraries on the Web.pdf rename to Books/Javascript/Thou Shalt Not Depend on Me- Analysing the Use of Outdated JavaScript Libraries on the Web.pdf diff --git a/Books/Type Analysis for Javascript.pdf b/Books/Javascript/Type Analysis for Javascript.pdf similarity index 100% rename from Books/Type Analysis for Javascript.pdf rename to Books/Javascript/Type Analysis for Javascript.pdf diff --git a/Books/Using Javascript to Build High Performing Web Applications.pdf b/Books/Javascript/Using Javascript to Build High Performing Web Applications.pdf similarity index 100% rename from Books/Using Javascript to Build High Performing Web Applications.pdf rename to Books/Javascript/Using Javascript to Build High Performing Web Applications.pdf diff --git a/Books/How to Read a Paper.pdf b/Books/Philosophy/How to Read a Paper.pdf similarity index 100% rename from Books/How to Read a Paper.pdf rename to Books/Philosophy/How to Read a Paper.pdf diff --git a/Books/On the Shortness of Life.pdf b/Books/Philosophy/On the Shortness of Life.pdf similarity index 100% rename from Books/On the Shortness of Life.pdf rename to Books/Philosophy/On the Shortness of Life.pdf diff --git "a/Books/On the Unhappiness of So\034ware Developers.pdf" "b/Books/Philosophy/On the Unhappiness of So\034ware Developers.pdf" similarity index 100% rename from "Books/On the Unhappiness of So\034ware Developers.pdf" rename to "Books/Philosophy/On the Unhappiness of So\034ware Developers.pdf"