├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Awesome 2 | 3 | A curated list of awesome curated lists of many topics. 4 | 5 | - [Awesome Awesome](#awesome-awesome) 6 | - [Computer management](#computer-management) 7 | - [Data processing](#data-processing) 8 | - [Editors](#editors) 9 | - [Front-end development](#front-end-development) 10 | - [Programming languages](#programming-languages) 11 | - [Sciences](#sciences) 12 | - [Web browsers](#web-browsers) 13 | - [Websites](#websites) 14 | - [Web platforms](#web-platforms) 15 | - [Security](#security) 16 | - [Other](#other) 17 | - [Contributing](#contributing) 18 | 19 | ## All 20 | 21 | * [all-human-knowledge](https://github.com/emijrp/all-human-knowledge) - The catalogue of catalogues... 22 | 23 | ## Computer management 24 | 25 | * [awesome-awesomewm](https://github.com/atsepkov/awesome-awesome-wm) - A curated list of awesome tools/scripts/configs for Awesome Window Manager. 26 | * [awseome-console-services](https://github.com/chubin/awesome-console-services) - A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols). 27 | * [awesome-scalability](https://github.com/binhnguyennus/awesome-scalability) - An up-to-date and curated reading list for designing high scalability, high availability, high stabilityback-end systems. 28 | * [awesome-shell](https://github.com/alebcay/awesome-shell) - Command-line frameworks, toolkits, guides and gizmos. 29 | * [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Backups, configuration management, DNS, IMAP/POP3, LDAP, monitoring, SSH, statistics, troubleshooting, virtualization, VPN and more. 30 | * [awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - Applications that can be hosted on your own servers 31 | 32 | ## Data processing 33 | 34 | * [awesome-storage](https://github.com/okhosting/awesome-storage/) - A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc. 35 | * [awesome-bigdata](https://github.com/onurakpolat/awesome-bigdata) - Big data frameworks, resources and other awesomeness. 36 | * [awesome-hadoop](https://github.com/youngwookim/awesome-hadoop) - Hadoop ecosystem resources. 37 | 38 | ## Editors 39 | 40 | * [awesome-atom](https://github.com/mehcode/awesome-atom) - A curated list of delightful Atom packages and resources. 41 | * [awesome-emacs](https://github.com/emacs-tw/awesome-emacs) - A community driven list of useful Emacs packages, libraries and others. 42 | * [awesome-jetbrains](https://github.com/championswimmer/awesome-jetbrains) - A collection of awesome fonts and color schemes to be used in Jetbrains IDEs. 43 | * [awesome-vim](https://github.com/akrawchyk/awesome-vim) - Plugins are organized by section and ordered alphabetically. 44 | * [awesome-vscode](https://github.com/viatsko/awesome-vscode) - A curated list of delightful VS Code packages and resources. 45 | 46 | ## Front-end development 47 | 48 | * [awesome-dojo](https://github.com/petk/awesome-dojo) - Dojo JavaScript Toolkit. 49 | * [awesome-jquery](https://github.com/petk/awesome-jquery) - A curated list of jQuery plugins and resources. 50 | * [awesome-react](https://github.com/enaqx/awesome-react) - A collection of awesome things regarding React ecosystem. 51 | * [awesome-rest](https://github.com/marmelab/awesome-rest) - Resources about RESTful API architecture, development, test, and performance. 52 | * [awesome-http](https://github.com/easybase/awesome-http) - A curated list of the best HTTP clients for various languages & libraries. 53 | * 54 | ## Programming languages 55 | 56 | * [awesome-AutoIt](https://github.com/J2TeaM/awesome-AutoIt) - UDFs, example scripts, tools and useful resources for AutoIt. 57 | * [awesome-clojure](https://github.com/razum2um/awesome-clojure) - Package management, audio, HTTP, database, websocket and testing. 58 | * [awesome-c](https://notabug.org/koz.ross/awesome-c) - C frameworks, libraries, resources and other cool stuff. 59 | * [awesome-c-sharp](https://github.com/uhub/awesome-c-sharp) - C# frameworks, libraries and software. 60 | * [awesome-cpp](https://github.com/fffaraz/awesome-cpp) - C/C++ frameworks, libraries, and resources. 61 | * [awesome-cmake](https://github.com/onqtam/awesome-cmake) - CMake scripts, modules, examples and others - for C/C++ software. 62 | * [awesome-cobol](https://github.com/mickaelandrieu/awesome-cobol) - Web frameworks, template engine, forms, authentication & OAuth, database, e-mail, messaging, imagery, text processing, machine learning, testing, audio, video and logging. 63 | * [awesome-common-lisp](https://github.com/kozross/awesome-cl) - Common Lisp frameworks, libraries, resources and other shinies. 64 | * [awesome-d](https://github.com/zhaopuming/awesome-d) - Build tools, compilers, IDE, GUI, database clients. 65 | * [awesome-dotnet](https://github.com/quozd/awesome-dotnet) - .NET libraries, tools, frameworks and software. 66 | * [awesome-elixir](https://github.com/h4cc/awesome-elixir) - Elixir libraries, resources and shiny things. 67 | * [awesome-go](https://github.com/avelino/awesome-go) - Go frameworks, libraries and software. 68 | * [awesome-java](https://github.com/akullpp/awesome-java) - Build tool, code analysis, database, GUI, IDE, JSON, machine learning, PDF, science, testing and web crawling. 69 | * [awesome-javascript](https://github.com/sorrycc/awesome-javascript) - JavaScript libraries, resources and shiny things. 70 | * [awesome-julia](https://github.com/melvin0008/awesome-julia) - List of Julia resources and packages. 71 | * [awesome-perl](https://github.com/mackee/awesome-perl) - Benchmarks, databases, images, logging, profiling, testing, text processing and web frameworks. 72 | * [awesome-php](https://github.com/ziadoz/awesome-php) - Frameworks, templating, URL, e-mail, files, imagery, testing, security, documentation, geolocation, date, PDF, search and authentication. 73 | * [awesome-python](https://github.com/vinta/awesome-python) - Files, dates, text processing, NLP, imagery, audio, video, geolocation, web frameworks, OAuth, web crawling, networking, GUI, game development, testing, science and data analysis and machine learning. 74 | * [awesome-R](https://github.com/qinwf/awesome-R) - packages, IDEs, learning courses. 75 | * awesome-ruby - Ruby libraries, tools, frameworks and software 76 | - [@markets](https://github.com/markets/awesome-ruby) 77 | - [@Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) 78 | * [awesome-rust](https://github.com/kud1ing/awesome-rust) - A curated list of Rust code and resources. 79 | * [awesome-scala](https://github.com/lauris/awesome-scala) - Scala frameworks, libraries and software. 80 | * [awesome-swift](https://awesome-swift.zeef.com/robin.eggenkamp) - Swift documentation, projects, tutorials, updates, etc 81 | * [awesome-haskell](https://github.com/krispo/awesome-haskell) - A curated list of Haskell code and resources. 82 | * [awesome-typescript](https://github.com/dzharii/awesome-typescript) - A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript 83 | 84 | ## Sciences 85 | 86 | * [awesome-biology] - Not yet! Do it yourself! 87 | * awesome-chemistry 88 | - [@lmmentel](https://github.com/lmmentel/awesome-python-chemistry) - A curated list of Python packages related to chemistry 89 | - [@hsiaoyi0504](https://github.com/hsiaoyi0504/awesome-cheminformatics) - A curated list of awesome Cheminformatics libraries and software. 90 | * [awesome-geography] - Not yet! Do it yourself! 91 | * [awesome-materials-informatics](https://github.com/tilde-lab/awesome-materials-informatics) - Curated list of known efforts in materials informatics 92 | * [awesome-math] - Not yet! Do it yourself! 93 | * [awesome-molecular-dynamics](https://github.com/ipudu/awesome-molecular-dynamics) - A curated list of awesome Molecular Dynamics libraries, tools and software. 94 | * [awesome-physics] - Not yet! Do it yourself! 95 | * [awesome-cryptography](https://github.com/sobolevn/awesome-cryptography) - Cryptography and encryption resources. 96 | * [awesome-space](https://github.com/elburz/awesome-space) - Jobs, Media, Rockets, Research, and other Space-related Open Source resources. 97 | * [awesome-space-books](https://github.com/Hunter-Github/awesome-space-books) - (mostly) offline reference books on space technology, science and history of spaceflight. 98 | 99 | ## Web browsers 100 | 101 | * [awesome-firefox](https://github.com/Hunter-Github/awesome-firefox) - A curated list of resources for and about Mozilla Firefox. 102 | 103 | ## Websites 104 | 105 | * [awesome-github](https://github.com/Kikobeats/awesome-github) - Apps, tools, websites, browser extensions. 106 | * [awesome-flickr] - Not yet! Do it yourself! 107 | * [awesome-reddit] - Not yet! Do it yourself! 108 | * [awesome-twitter] - Not yet! Do it yourself! 109 | * [awesome-wikipedia](https://github.com/emijrp/awesome-wikipedia) - Datasets, frameworks, libraries and other software related to Wikipedia. 110 | * [awesome-youtube] - Not yet! Do it yourself! 111 | * [AI Collection](https://github.com/ai-collection/ai-collection) - A Collection of Awesome Generative AI Applications 112 | 113 | ## Web platforms 114 | 115 | * [Search Engine Optimization (SEO)](https://github.com/marcobiedermann/search-engine-optimization) - A helpful checklist / collection of Search Engine Optimization (SEO) tips and techniques. 116 | 117 | ## Security 118 | 119 | * [Vulnerability and Monitoring Tools](https://github.com/sbilly/awesome-security) - A collection of awesome software, libraries, documents, books, resources and cool stuff about security. 120 | * [Information Security Resources](https://github.com/onlurking/awesome-infosec) - A curated list of awesome information security resources. 121 | * [Web Security](https://github.com/qazbnm456/awesome-web-security) - Web application vulnerability List 122 | * [OSX Security](https://github.com/kai5263499/osx-security-awesome) - OSX vulnerability List 123 | 124 | ## Other 125 | 126 | * [awesome-community-detection](https://github.com/benedekrozemberczki/awesome-community-detection) - A curated list of community detection techniques. 127 | * [awesome-decision-tree-papers](https://github.com/benedekrozemberczki/awesome-decision-tree-papers) - A collection of research papers on decision, classification and regression trees with implementations. 128 | * [awesome-fraud-detection-papers](https://github.com/benedekrozemberczki/awesome-fraud-detection-papers) - A curated list of data mining papers about fraud detection. 129 | * [awesome-gradient-boosting-papers](https://github.com/benedekrozemberczki/awesome-gradient-boosting-papers) - A curated list of gradient boosting research papers with implementations. 130 | * [awesome-graph-classification](https://github.com/benedekrozemberczki/awesome-graph-classification) - A curated list of important graph embedding, classification and representation learning papers with implementations. 131 | * [awesome-metric-learning](https://github.com/qdrant/awesome-metric-learning) - A curated list of awesome practical Metric Learning resources and its applications. 132 | * [awesome-monte-carlo-tree-search](https://github.com/benedekrozemberczki/awesome-monte-carlo-tree-search-papers) - A curated list of important Monte Carlo tree search papers with implementations. 133 | * [awesome-cryptocurrencies](https://github.com/kasketis/awesome-cryptocurrencies) - A curated list of awesome cryptocurrencies 🎩 134 | * [awesome-movies](https://github.com/emijrp/awesome-movies) - Not yet! Do it yourself! 135 | * [awesome-music] - Not yet! Do it yourself! 136 | * [awesome-nostalgia](https://github.com/emijrp/awesome-nostalgia) - Nostalgia trigger links. 137 | * [awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job) - Remote working: job boards, articles, communities, and other resources. 138 | * [awesome-open-company](https://github.com/waldyrious/awesome-open-company) - Companies that embrace values of openness and transparency. 139 | * [awesome-opendata](https://github.com/emijrp/awesome-opendata) - A curated list of awesome opendata repositories. 140 | * [awesome-os](https://github.com/jubalh/awesome-os) - A curated list of operating systems and their design. 141 | * [awesome-community](https://github.com/petk/awesome-community) - A curated list of awesome programming, development, technical support and discussion channels, groups and communities 142 | * [Internet of Things (IoT)](https://github.com/HQarroum/awesome-iot) - A curated list of awesome Internet of Things projects and resources. 143 | * [awesome-static-analysis](https://github.com/mre/awesome-static-analysis/) - A curated list of static analysis tools, linters and code quality checkers for various programming languages. 144 | * [awesome-pentester](https://github.com/m1guelpf/awesome-pentester) - A curated list of pentesting resources. 145 | * [awesome-unix](https://github.com/sirredbeard/Awesome-UNIX) - History of UNIX software and principles. 146 | * [awesome-snips](https://github.com/snipsco/awesome-snips) - A curated list of Snips assistants and resources. 147 | * [awesome-public-datasets](https://github.com/awesomedata/awesome-public-datasets) - A topic-centric list of HQ open datasets. 148 | 149 | # Contributing 150 | 151 | For contributing, [open an issue](https://github.com/emijrp/awesome-awesome/issues) and/or a [pull request](https://github.com/emijrp/awesome-awesome/pulls). Above there are some ideas for missing lists. Thanks. 152 | --------------------------------------------------------------------------------