├── CONTRIBUTING.md ├── LICENSE └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to lists 2 | 3 | Thank you for your interest in this project! Before making a contribution, please take a minute to read these guidelines. 4 | 5 | If you have any questions about the project or these guidelines, [open an issue](https://github.com/jnv/lists/issues). 6 | 7 | Most importantly, **have fun!** Don’t take this project _too_ seriously. While it is (hopefully) useful, there are better things in life than some arbitrary hoard of links. 8 | 9 | ## What is Accepted 10 | 11 | If you wish to add some project to this list, make sure it meets the following criteria: 12 | 13 | * The project’s primary purpose is to be a list; it can be a list of recipes, favourite places in some city, learning resources… The subject doesn’t matter. 14 | * The project should contain the list of resources in some form; i.e. if the resources are stored in some database and the project contains only a backend code, it won’t be accepted. 15 | * The project should be open to contributions; it doesn’t have to be hosted on GitHub, but anyone should be able to send a pull request or its equivalent. 16 | * The project can be forked, cloned and maintained without reliance on the original source. 17 | * Non-English lists and lists about non-technical subjects are very welcome! 18 | 19 | ## Adding a List 20 | 21 | Lists are alphabetically sorted so find a proper place to put your list in and an item in the following format: 22 | 23 | ```md 24 | * [repository-name](https://github.com/author/repository-name) – Optional short description. 25 | ``` 26 | 27 | In your commit message, write: 28 | 29 | ``` 30 | Add repository-name 31 | ``` 32 | 33 | Keep one list to one commit and make separate pull requests for every list. 34 | 35 | In your pull request, please put the list’s URL into description, it is easier to review it. 36 | 37 | Link’s description (`repository-name` in the example above) should be the original repository name. For example, given the repository `author/my-awesome-list-of-pancakes`, use `my-awesome-list-of-pancakes` for link’s description, not `My Awesome List of Pancakes` or even `Pancakes`. 38 | 39 | Add short description if the repository name is not obvious enough or to improve searchability. For example `awesome-php` is most likely about PHP, while `cscs` is not obvious, so it is explained in the description (_Coding Style Conventions and Standards._). 40 | 41 | Avoid using _List of…_ or _A curated list of…_ and similar in the description. It is redundant. 42 | 43 | You can use the description for linking or describing a less known subject of the list. For example `awesome-sarl` is about rather less known SARL programming language, so the description states: _Resources for [SARL](http://www.sarl.io/) Agent-Oriented Programming Language._ 44 | 45 | If the list is not in English, state its language. The list’s description can also be in the list’s language. For example: 46 | 47 | * [awesome-awesomeness-zh_CN](https://github.com/justjavac/awesome-awesomeness-zh_CN) *In Chinese* – 中文版awesome list 系列文章` 48 | 49 | If there are multiple lists with the same name by different authors, add author’s username after the link, e.g. `recipes by @csswizardy`. 50 | 51 | If there is a website for the list, add a link into the sub-item. For example `awesome-ruby` has an official presentation at [awesome-ruby.com](http://awesome-ruby.com/), so in the list there is: 52 | 53 | * [awesome-ruby](https://github.com/markets/awesome-ruby) by @markets 54 | * http://awesome-ruby.com/ 55 | 56 | ### Technical and Non-Technical Lists 57 | 58 | Is your list related to software, programming, videogames or development activities? Then it is probably Technical. If the project’s name starts with `awesome`, put it into the [awesome-*](https://github.com/jnv/lists#awesome-) section. 59 | 60 | If your list is related to cooking, fiction books, pictures, people or pretty much anything a non-programmer can relate to, then your project is probably Non-Technical and should be sorted as such. 61 | 62 | When in doubt, [just ask](https://github.com/jnv/lists/issues). Or just send a pull request, we’ll sort it out. 63 | 64 | ## Removing Lists 65 | 66 | Feel free to propose a removal or change of an existing entry if: 67 | 68 | * The project is not available any more (e.g. the repository was deleted or the user account was closed), 69 | * the project has been moved to a new URL (e.g. project was moved under an organisation). 70 | 71 | Lack of activity in the project or duplication with other projects are not reasons for removal. 72 | -------------------------------------------------------------------------------- /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 | 117 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Lists 2 | 3 | List of useful, silly and [awesome](#awesome-) lists curated on GitHub. Contributions welcome! 4 | 5 | ✨ Now also available [in CSV](https://github.com/jnv/lists/blob/gh-pages/lists.csv)! ✨ 6 | 7 | * [Non-technical](#non-technical) 8 | * [Technical](#technical) 9 | * [awesome-*](#awesome-) 10 | * [Lists of lists](#lists-of-lists) 11 | * [Lists of lists of lists](#lists-of-lists-of-lists) 12 | * [Lists of lists of lists of lists](#lists-of-lists-of-lists-of-lists) 13 | * [Lists of lists of lists of lists of lists](#lists-of-lists-of-lists-of-lists-of-lists) 14 | * [Lists of lists of lists of lists of lists of lists](#lists-of-lists-of-lists-of-lists-of-lists-of-lists) 😱 15 | 16 | ## Non-technical 17 | 18 | * [aksh](https://github.com/svaksha/aksh) – Bibliography of STEM (Science, Technology, Engineering & Mathematics) resources and grey literature. 19 | * [amas](https://github.com/sindresorhus/amas) – Awesome & Marvelous Amas (Ask Me Anything) on GitHub 20 | * [Annual-Reading-List](https://github.com/davidskeck/Annual-Reading-List) – Things to read every year. 21 | * [awesomebandnames](https://github.com/LycaonIsAWolf/awesomebandnames) – The open-source list of awesome band names. 22 | * [awesome-belarus-online](https://github.com/Friz-zy/awesome-belarus-online) – Useful belarusian online resources. 23 | * [awesome-biology](https://github.com/vivekiitkgp/awesome-biology) – Learning resources, research papers, tools and other resources related to Biology. 24 | * [awesome-fantasy](https://github.com/RichardLitt/awesome-fantasy) – Fantasy literature worth reading. 25 | * [awesome-gif](https://github.com/Kikobeats/awesome-gif) – GIF /dʒ/ links and resources. 26 | * [awesome-glasgow](https://github.com/allyjweir/awesome-glasgow) – Some highlights around Glasgow, Scotland. 27 | * [awesome-hacking-spots](https://github.com/diasdavid/awesome-hacking-spots) – Hacking places, organised by Country and City, listing if it features power and wifi. 28 | * [awesome-health](https://github.com/prabhic/awesome-health) – Useful health resources. 29 | * [awesome-images](https://github.com/heyalexej/awesome-images) – Free (stock) photo resources for your projects. 30 | * [awesome-kimchi](https://github.com/jeyraof/awesome-kimchi) – Kimchi of the people, by the people, for the people. 31 | * [awesome-motion-planning](https://github.com/AGV-IIT-KGP/awesome-motion-planning) – Papers, books and tools for motion planning. 32 | * [awesome-scifi](https://github.com/sindresorhus/awesome-scifi) – Sci-Fi worth consuming. 33 | * [awesome-stock-resources](https://github.com/neutraltone/awesome-stock-resources) – Stock photography, video and illustration websites. 34 | * [awesome-webcomics](https://github.com/dhamaniasad/awesome-webcomics) 35 | * [baby-sleep](https://github.com/babyguides/baby-sleep) – Baby sleep guides curated from the best of the Internet. 36 | * [cocktails](https://github.com/balevine/cocktails) – Cocktail Recipes 37 | * [corporate-logos](https://github.com/marketreef/corporate-logos) – Curated repo of publicly listed co. logos, identified by ticker. *Almost 1500 logos* 38 | * [creative-commons-media](https://github.com/shime/creative-commons-media) – Audio, graphics and other resources that provide media licensed under Creative Commons licenses. 39 | * [dissertation-tips](https://github.com/katychuang/dissertation-tips) – Resources to help PhD students complete their dissertation successfully. 40 | * [diversity-index](https://github.com/svaksha/diversity-index) – Grants, scholarships and FA that encourages diversity in STEM fields aimed at half the world's population, Women! 41 | * http://svaksha.github.io/diversity-index 42 | * [endangered-languages](https://github.com/RichardLitt/endangered-languages) – Conservation, development, and documentation of endangered, minority, and low or under-resourced human languages. 43 | * [food-recipes](https://github.com/obfuscurity/food-recipes) – Honest-to-goodness "real food" recipes 44 | * [isaacs/reading-list](https://github.com/isaacs/reading-list) – [isaac](https://github.com/isaacs)'s reading list. 45 | * [lawrence-veggie](https://github.com/codysoyland/lawrence-veggie) – Vegetarian/vegan restaurants in Lawrence, KS. 46 | * [lawyersongithub](https://github.com/dpp/lawyersongithub) – A club full of lawyers who also have GitHub accounts. 47 | * [mining-resources](https://github.com/Mining-Resources/mining-resources) – Natural resources mining. 48 | * [no-free-basics](https://github.com/net-neutrality/no-free-basics) – Those who have spoken up against Facebook's “Free Basics” 49 | - https://net-neutrality.github.io/no-free-basics/ 50 | * [PublicMedia](https://github.com/melodykramer/PublicMedia) – Everything about public (broadcast) media. 51 | * Also [an introduction to working with GitHub](http://melodykramer.github.io/2015/04/06/learning-github-without-one-line-of-code/) for non-programmers. 52 | * [recipes](https://github.com/bzimmerman/recipes) by @bzimmerman – This repository contains tasty open-source recipes. 53 | * [recipes](https://github.com/csswizardry/recipes) by @csswizardy – Collection of things I like cooking 54 | * [recipes](https://github.com/csclug/recipes) by @csclug – Delicious open source 55 | * [recipes](https://github.com/LarryMad/recipes) by @LarryMad 56 | * [recipes](https://github.com/schacon/recipes) by @schacon 57 | * [recipes](https://github.com/silizuo/recipes) *In Chinese and English* by @silizuo 58 | * [shelfies](https://github.com/kyro/shelfies) – Bookshelves of awesome people, community-transcribed. 59 | * [SiliconValleyThingsToDo](https://github.com/cjbarber/SiliconValleyThingsToDo) – Things to do and activities within Silicon Valley. 60 | * [soylent](https://github.com/zda/soylent) – Soylent recipes 61 | * [sf-vegetarian-restaurants](https://github.com/mojombo/sf-vegetarian-restaurants) – Awesome vegetarian-friendly restaurants in SF 62 | * [teesites](https://github.com/elder-cb/teesites) – Great sites to buy awesome t-shirts and other cool stuff. 63 | * [tacofancy](https://github.com/sinker/tacofancy) – community-driven taco repo. stars stars stars. 64 | 65 | ## Technical 66 | 67 | * [101](https://github.com/ojas/101) – Resources on running a software biz. 68 | * [10PL](https://github.com/nuprl/10PL) – 10 papers that all PhD students in programming languages ought to know, for some value of 10. 69 | * [admesh-projects](https://github.com/admesh/admesh-projects) – Projects using [ADMesh](https://github.com/admesh/admesh) (a triangulated solid meshes processor). 70 | * [AI-reading-list](https://github.com/m0nologuer/AI-reading-list) – Papers about Artificial Intelligence. 71 | * [algovis](https://github.com/enjalot/algovis) – Algorithm Visualization. 72 | * [alternative-internet](https://github.com/redecentralize/alternative-internet) – A collection of interesting new networks and tech aiming at decentralisation (in some form). 73 | * [android-awesome-libraries](https://github.com/kaiinui/android-awesome-libraries) – Useful Android development libraries with usage examples. 74 | * [AndroidDevTools](https://github.com/inferjay/AndroidDevTools) *In Chinese* – SDK, development tools, libraries, and resources. 75 | * [android-dev-readme](https://github.com/anirudh24seven/android-dev-readme) – Links for every Android developer. 76 | * http://www.androiddevtools.cn/ 77 | * [android-jobs](https://github.com/android-cn/android-jobs) *In Chinese* – Android positions in China. 78 | * [Android-Learning-Resources](https://github.com/zhujun2730/Android-Learning-Resources) *In Chinese* – Learning resources for Android. 79 | * [android-open-project](https://github.com/Trinea/android-open-project) *In Chinese* – Collect and classify android open source projects. 80 | * [android-security-awesome](https://github.com/ashishb/android-security-awesome) – “A lot of work is happening in academia and industry on tools to perform dynamic analysis, static analysis and reverse engineering of android apps.” 81 | * [android-tech-frontier](https://github.com/bboyfeiyu/android-tech-frontier) *In Chinese* – Translation of articles about Android development. 82 | * [angular-education](https://github.com/timjacobi/angular-education) – Useful resources to learn and improve your AngularJS skills. 83 | * [angular2-education](https://github.com/timjacobi/angular2-education) – Helpful material to get started with the second version of AngularJS. 84 | * [angularjs-fellows](https://github.com/01010000101001100/angularjs-fellows) – Free resources for learning AngularJS. 85 | * https://famousky.github.io/angularjs-fellows/ 86 | * [AngularJS-Learning](https://github.com/jmcunningham/AngularJS-Learning) 87 | * [AngularJS2-Learning](https://github.com/jmcunningham/AngularJS2-Learning) 88 | * [ansible-gentoo-roles](https://github.com/jirutka/ansible-gentoo-roles) – Ansible roles for Gentoo Linux. 89 | * [app-launch-guide](https://github.com/adamwulf/app-launch-guide) – Indie dev's definitive guide to building and launching your app, including pre-launch, marketing, building, QA, buzz building, and launch. 90 | * [APTnotes](https://github.com/kbandla/APTnotes) – Various public documents, whitepapers and articles about APT [Advanced persistent threat] campaigns. 91 | * [asynchronous-php](https://github.com/elazar/asynchronous-php) – Asynchronous programming in PHP. 92 | * [Automated-SPA-Testing](https://github.com/webpro/Automated-SPA-Testing) – Automated unit & functional testing for web applications [JavaScript et al.]. 93 | * [awesomelinks](https://github.com/richardbenjamin/awesomelinks) – Web Development Links by @richardbenjamin. 94 | * [Backpack](https://github.com/sevab/Backpack) – Various learning resources, organized by technology/topic. 95 | * [badass-dev-resources](https://github.com/sodevious/badass-dev-resources) – #bada55 front-end developer resources. 96 | * [bangalore-startups](https://github.com/hemanth/bangalore-startups) – Startups in Bangalore. 97 | * [beautiful-docs](https://github.com/PharkMillups/beautiful-docs) – Pointers to useful, well-written, and otherwise beautiful documentation. 98 | * [BEM-resources](https://github.com/sturobson/BEM-resources) 99 | * [best-of-awesomeness-and-usefulness-for-webdev](https://github.com/Pestov/best-of-awesomeness-and-usefulness-for-webdev) – Digest of the most useful tools and resources for the last year. 100 | * [Russian version](https://github.com/Pestov/best-of-awesomeness-and-usefulness-for-webdev/tree/master/ru) 101 | * [Best-App](https://github.com/hzlzh/Best-App) *In Chinese* – Recommendations for best desktop and mobile apps. 102 | * [bigdata-ecosystem](https://github.com/zenkay/bigdata-ecosystem) – Big-data related projects packed into a JSON dataset. 103 | * http://bigdata.andreamostosi.name/ 104 | * [big-list-of-naughty-strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Strings which have a high probability of causing issues when used as user-input data. 105 | * [bioinformatics-compbio-tools](https://github.com/lancelafontaine/bioinformatics-compbio-tools) – Bioinformatics and computational biology tools. 106 | * [bitcoin-reading-list](https://github.com/jashmenn/bitcoin-reading-list) – Learn to program Bitcoin transactions. 107 | * [bookmarklets](https://github.com/RadLikeWhoa/bookmarklets) – Bookmarklets that are useful on the web 108 | * https://sacha.me/bookmarklets/ 109 | * [bookshelf](https://github.com/OpenTechSchool/bookshelf) – Reading lists for learners. 110 | * [breakfast-repo](https://github.com/ashleygwilliams/breakfast-repo) – Videos, recordings, and podcasts to accompany our morning coffee. 111 | * [browser-javascript-resource](https://github.com/azu/browser-javascript-resource) – Latest JavaScript information by browser. 112 | * [channels](https://github.com/forwebdev/channels) *In Russian* – YouTube channels for web developers. 113 | * [classics](https://github.com/eyy/classics) – Classical studies (Latin and Ancient Greek) resources: software, code and raw data. 114 | * [codeface](https://github.com/chrissimpkins/codeface) – Typefaces for source code / text editors. 115 | * [compilers-targeting-c](https://github.com/dbohdan/compilers-targeting-c) – Compilers that can generate C code. 116 | * [computer-science-and-engineering](https://github.com/open-source-society/computer-science) – Path to a free self-taught graduation in Computer Science. 117 | * [content-management-systems](https://github.com/ahadb/content-management-systems) – Open source & proprietary content management systems. 118 | * [Continuous-Integration-services](https://github.com/ligurio/Continuous-Integration-services) – Comparison of cloud based CI services. 119 | * [critical-path-css-tools](https://github.com/addyosmani/critical-path-css-tools) – Tools to help prioritize above-the-fold CSS. 120 | * [crypto-might-not-suck](https://github.com/sweis/crypto-might-not-suck) – Crypto Projects that Might not Suck. 121 | * [cscs](https://github.com/SalGnt/cscs) – Coding Style Conventions and Standards. 122 | * [css-in-js](https://github.com/MicheleBertoli/css-in-js) – CSS in JS techniques comparison for React et al. 123 | * [css-resources](https://github.com/hr-14-15/css-resources) 124 | * [curated-list-espresso-sugar-plugins](https://github.com/GioSensation/curated-list-espresso-sugar-plugins) – Sugar plugins for Espresso, the code editor by MacRabbit. 125 | * [Curated-List-of-Awesomeness](https://github.com/JayBizzle/Curated-List-of-Awesomeness) – Web resources. 126 | * [curated-programming-resources](https://github.com/Michael0x2a/curated-programming-resources) – Resources for learning programming and computer science. 127 | * [cycle-ecosystem](https://github.com/Widdershin/cycle-ecosystem) – What are the most popular and trending libraries for [Cycle.js](http://cycle.js.org/)? 128 | * [dad-jokes](https://github.com/wesbos/dad-jokes) – Dad style programming jokes. 129 | * [datajournalists-toolbox](https://github.com/basilesimon/datajournalists-toolbox) – Tools for datajournalists, with examples and gists. 130 | * [data-science-blogs](https://github.com/rushter/data-science-blogs) 131 | * [data-science-must-watch](https://github.com/kmonsoor/data-must-watch) 132 | * [datasciencemasters](https://github.com/datasciencemasters/go) – The Curriculum for learning Data Science, Open Source and at your fingertips. 133 | * http://datasciencemasters.org/ 134 | * [debugging-stories](https://github.com/danluu/debugging-stories) – Collection of links to various debugging stories. 135 | * [Developer-Conferences](https://github.com/MurtzaM/Developer-Conferences) – Upcoming developer conferences. 136 | * [devopsbookmarks.com](https://github.com/devopsbookmarks/devopsbookmarks.com) – To discover tools in the devops landscape. 137 | * http://www.devopsbookmarks.com/ 138 | * [devops_resources](https://github.com/dustinmm80/devops_resources) 139 | * [DevopsWiki](https://github.com/Leo-G/DevopsWiki) – Devops Tools, Tutorials and Scripts. 140 | * [dev-resource](https://github.com/Ibrahim-Islam/dev-resource) – Resources for devs online and offline. 141 | * [digest.cyber.fund](https://github.com/cyberFund/digest.cyber.fund) *In Russian* – Digest of knowledge about crypto networks (including cryptocurrencies). 142 | * [discount-for-student-dev](https://github.com/najela/discount-for-student-dev) – Discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who happen to be students. 143 | * [django-must-watch](https://github.com/rosarior/django-must-watch) – Must-watch videos bout Django web framework + Python. 144 | * [DL4NLP](https://github.com/andrewt3000/DL4NLP) – Deep Learning for Natural Language Processing resources. 145 | * [easy-application](https://github.com/j-delaney/easy-application) – Software engineering companies that are easy to apply to. 146 | * [ember-links/list](https://github.com/ember-links/list) – Ember.js Links 147 | * [engine.so](https://github.com/pmwkaa/engine.so) – Tracking, Benchmarking and Sharing Information about an open source embedded data storage engines, internals, architectures, data storage and transaction processing. 148 | * [erlang-bookmarks](https://github.com/0xAX/erlang-bookmarks) – All about erlang programming language. 149 | * [erlang-watchlist](https://github.com/gabrielelana/erlang-watchlist) – Where to find good code to master Erlang idioms 150 | * [ES6-Learning](https://github.com/ericdouglas/ES6-Learning) – Resources to learn ECMAScript 6! 151 | * [es6-tools](https://github.com/addyosmani/es6-tools) – An aggregation of tooling for ES6 152 | * [essential-javascript-links](https://github.com/ericelliott/essential-javascript-links) 153 | * [Facets](https://github.com/O-I/Facets) – One-liners in Ruby 154 | * [fks](https://github.com/JacksonTian/fks) *In Chinese* – Frontend Knowledge Structure. 155 | * [flat-file-cms](https://github.com/ahadb/flat-file-cms) – Stictly flat-file cms systems. 156 | * [free-for-dev](https://github.com/ripienaar/free-for-dev) – Software, SaaS, PaaS etc offerings that have free tiers for devs. 157 | * [free-programming-books](https://github.com/vhf/free-programming-books) 158 | * http://resrc.io/list/10/list-of-free-programming-books/ 159 | * [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) *In Chinese* 160 | * [free-software-testing-books](https://github.com/ligurio/free-software-testing-books) – Free software testing books. 161 | * [Fresh-Node.js-Library-Collection](https://github.com/selfrefactor/Fresh-Node.js-Library-Collection) – Over 500 links to Node.js libraries, only recently updated repos are included . 162 | * [frontdesk](https://github.com/miripiruni/frontdesk) – Useful things for Front End Developers 163 | * [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) – Helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. 164 | * Available in [various translations](https://github.com/darcyclarke/Front-end-Developer-Interview-Questions/tree/master/Translations) 165 | * [Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question) *In Chinese* 166 | * [front-end-stuff](https://github.com/somecallmejosh/front-end-stuff) 167 | * [frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) – Frontend development resources I collected over time. 168 | * [frontend-dev-resources](https://github.com/dmytroyarmak/frontend-dev-resources) – Frontend resources [conferences]. 169 | * [frontend-resources](https://github.com/JonathanZWhite/frontend-resources) by @JonathanZWhite 170 | * [frontend-resources](https://github.com/zedix/frontend-resources) by @zedix 171 | * [frontend-stuff](https://github.com/moklick/frontend-stuff) – Framework/libraries/tools to use when building things on the web. Mostly Javascript stuff. 172 | * [frontend-tools](https://github.com/codylindley/frontend-tools) – Tools for frontend (i.e. html, js, css) desktop/laptop (i.e. does not include tablet or phone yet) web development 173 | * [games](https://github.com/leereilly/games) – Popular/awesome videos games, add-on, maps, etc. hosted on GitHub. 174 | * [generative-txt](https://github.com/inconvergent/generative-txt) – Entities related to generative / parametric / computer aided design / art / architecture. 175 | * [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) – Cool features of Git and GitHub. 176 | * [github-drama](https://github.com/nikolas/github-drama) 177 | * [github-hall-of-fame](https://github.com/halls-of-fame/github) – Hall of Fame for spectacular things on Github. 178 | * http://www.mehulkar.com/github-hall-of-fame/ 179 | * [go-is-not-good](https://github.com/ksimka/go-is-not-good) – Articles that complain about Golang's imperfection. 180 | * [go-must-watch](https://github.com/sauravtom/go-must-watch) – Must-watch videos about Golang. 181 | * [GoBooks](https://github.com/dariubs/GoBooks) – Golang books. 182 | * [graphics-resources](https://github.com/mattdesl/graphics-resources) – Game development and realtime graphics programming. 183 | * [guides](https://github.com/taniarascia/guides) – Web Development Guides, Tutorials and Snippets. 184 | * [hackathon_resources](https://github.com/myearwood/hackathon_resources) by @myearwood – Learning Resources for Hackathon Organizers. 185 | * [Hackathon-Resources](https://github.com/xasos/Hackathon-Resources) by @xasos – Hackathon Resources for organizers. 186 | * [haskell-must-watch](https://github.com/olehkuchuk/haskell-must-watch) 187 | * [HeadlessBrowsers](https://github.com/dhamaniasad/HeadlessBrowsers) 188 | * [hipchat-alternatives](https://github.com/cjbarber/hipchat-alternatives) 189 | * [idaplugins-list](https://github.com/onethawt/idaplugins-list) – Plugins for [IDA disassembler](https://www.hex-rays.com/products/ida/). 190 | * [ideas](https://github.com/samsquire/ideas) – One Hundred Ideas for Computing 191 | * [Inspire](https://github.com/noahbuscher/Inspire) – A collection of links to assist you in web design and development. 192 | * [InterviewThis](https://github.com/ChiperSoft/InterviewThis) – Developer questions to ask prospective employers 193 | * [ios-awesome-libraries](https://github.com/kaiinui/ios-awesome-libraries) – Useful iOS development libraries with usage examples. 194 | * [iOSDevResource](https://github.com/objcc/iOSDevResource) 195 | * [iOS-Developer-and-Designer-Interview-Questions](https://github.com/CameronBanga/iOS-Developer-and-Designer-Interview-Questions) 196 | * [javascript-patterns](https://github.com/shichuan/javascript-patterns) – JavaScript Patterns 197 | * http://shichuan.github.io/javascript-patterns/ 198 | * [javascript-resources](https://github.com/ztsu/javascript-resources) 199 | * [javascript-sdk-design](https://github.com/huei90/javascript-sdk-design) 200 | * http://sdk-design.js.org/ 201 | * [jsemu](https://github.com/fcambus/jsemu) – Emulators written in JavaScript. 202 | * [jslibs](https://github.com/epeli/jslibs) – My picks of promising/useful Javascript libraries. 203 | * *See also [JSwiki](http://jswiki.org/)* 204 | * [js-must-watch](https://github.com/bolshchikov/js-must-watch) – Must-watch videos about javascript. 205 | * [jsonauts](https://github.com/jsonauts/jsonauts.github.com) – The ultimate reference for JSON tooling and specs. 206 | * http://jsonauts.github.io/ 207 | * [jstools](https://github.com/codefellows/jstools) – Foundational JavaScript Tools 208 | * [js-type-master](https://github.com/yumyo/js-type-master) – JavaScript resources about web typography. 209 | * https://www.codefellows.org/blog/a-list-of-foundational-javascript-tools 210 | * [Julia.jl](https://github.com/svaksha/Julia.jl) – Curated decibans of Julia language. 211 | * https://github.com/svaksha/Julia.jl 212 | * [killer-talks](https://github.com/PharkMillups/killer-talks) – Talks that are worth watching. 213 | * [language-list](https://github.com/thomasfoster96/language-list) – Programming languages being developed on GitHub. 214 | * [Laravel-Resources](https://github.com/abhimanyusharma003/Laravel-Resources) – Laravel Framework Resources and Blogs. 215 | * [learn-drupal](https://github.com/rocketeerbkw/learn-drupal) – Stuff to help you learn Drupal. 216 | * [learnhaskell](https://github.com/bitemyapp/learnhaskell) – A curated guide for learning Haskell. 217 | * [jshomes/learning-resources](https://github.com/jshomes/learning-resources) – Web Platform/SaaS Learning Resources. 218 | * [learn-python](https://github.com/adrianmoisey/learn-python) – Links that teach Python. 219 | * [learn-to-program](https://github.com/karlhorky/learn-to-program) – Foundation in Web Development. 220 | * [learn-tt](https://github.com/jozefg/learn-tt) – Resources for learning type theory. 221 | * [learnxinyminutes-docs](https://github.com/adambard/learnxinyminutes-docs) – Code documentation written as code! 222 | * https://learnxinyminutes.com/ 223 | * [libertr](https://github.com/gaapt/libertr) – Resources for liberty seekers. 224 | * [lifeofjs](https://github.com/abhijeetkpawar/lifeofjs) – Curated source for all types of awesome resources available for JavaScript. 225 | * [Linux_websites](https://github.com/hduffddybz/Linux_websites) *In Chinese* – Websites related to Linux kernel development. 226 | * [ListOfMinimalistFrameworks](https://github.com/neiesc/ListOfMinimalistFrameworks) – Minimalist frameworks (simple and lightweight). 227 | * [magictools](https://github.com/ellisonleao/magictools) – Game Development resources to make magic happen. 228 | * [manong](https://github.com/nemoTyrant/manong) *In Chinese* – Weekly digest of technology 229 | * [markdown-resources](https://github.com/rhythmus/markdown-resources) – Markdown resources: apps, dialects, parsers, people, … 230 | * [MOOC](https://github.com/fffaraz/MOOC) – Online programming/CS courses. 231 | * [my_tech_resources](https://github.com/JamesLavin/my_tech_resources) by @JamesLavin 232 | * [must-watch-css](https://github.com/AllThingsSmitty/must-watch-css) – Must-watch videos about CSS. 233 | * [must-watch-javascript](https://github.com/AllThingsSmitty/must-watch-javascript) – Must-watch videos about JavaScript. 234 | * [nashville-lispers/resources](https://github.com/nashville-lispers/resources) – Lisp Resources: exercises, great books, videos, etc. 235 | * [neural-network-papers](https://github.com/robertsdionne/neural-network-papers) 236 | * [nginx-resources](https://github.com/fcambus/nginx-resources) – Nginx web server (+ Lua), OpenResty and Tengine. 237 | * [node-daily](https://github.com/dailyNode/node-daily) *In Chinese* – Daily article about Node.js. 238 | * [node-frameworks](https://github.com/pillarjs/node-frameworks) – Comparison of server-side Node frameworks. 239 | * [nodejs-conference-cfps](https://github.com/rosskukulinski/nodejs-conference-cfps) – NodeJS and Javascript Conference Call for Presentations. 240 | * [NodeJS-Learning](https://github.com/sergtitov/NodeJS-Learning) – Resources to help you learn Node.js and keep up to date. 241 | * [NotesIndex](https://github.com/Wilbeibi/NotesIndex) 242 | * [npm-algos](https://github.com/tejasmanohar/npm-algos) – Node.js Modules Implementing Computer Science Concepts. 243 | * [offline-first](https://github.com/pazguille/offline-first) – Everything you need to know to create offline-first web apps. 244 | * [open-source-android-apps](https://github.com/pcqpcq/open-source-android-apps) – Collection of Android Apps which are open source. 245 | * [open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps) – Open-source iOS apps. 246 | * [ops-books](https://github.com/stack72/ops-books) – Book recommendations related to Continuous Delivery, DevOps, Operations and Systems Thinking. 247 | * [papers](https://github.com/NicolasT/papers) – A collection of papers found across the web. 248 | * [papers-we-love](https://github.com/papers-we-love/papers-we-love) – Papers from the computer science community to read and discuss. (Contains actual papers) 249 | * [ParseAlternatives](https://github.com/relatedcode/ParseAlternatives) – Alternative backend service providers ala [Parse](http://parse.com/). 250 | * [pattern_classification](https://github.com/rasbt/pattern_classification) – A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks. 251 | * [phpvietnam/bookmarks](https://github.com/phpvietnam/bookmarks) – PHP resources for Vietnamese. 252 | * [php-must-watch](https://github.com/phptodayorg/php-must-watch) – Must-watch videos about PHP. 253 | * [PlacesToPostYourStartup](https://github.com/mmccaff/PlacesToPostYourStartup) – “Where can I post my startup to get beta users?” 254 | * [post-mortems](https://github.com/danluu/post-mortems) 255 | * [programmers-proverbs](https://github.com/AntJanus/programmers-proverbs) – Proverbs from the programmer 256 | * [programming-talks](https://github.com/hellerve/programming-talks) – Awesome & Interesting Talks concerning Programming 257 | * [Projects](https://github.com/karan/Projects) – Practical projects that anyone can solve in any programming language. 258 | * [public-apis](https://github.com/toddmotto/public-apis) – JSON APIs for use in web development. 259 | * [pycrumbs](https://github.com/kirang89/pycrumbs) – Bits and Bytes of Python from the Internet. 260 | * [py-must-watch](https://github.com/s16h/py-must-watch) by @s16h – Must-watch videos about Python. 261 | * [python-github-projects](https://github.com/checkcheckzz/python-github-projects) – Collect and classify python projects on Github. 262 | * http://itgeekworkhard.com/python-github-projects/ 263 | * [pythonidae](https://github.com/svaksha/pythonidae) – Curated decibans of Python scientific programming resources. 264 | * http://svaksha.github.io/pythonidae/ 265 | * [python-must-watch](https://github.com/primalpop/python-must-watch) by @primalpop – Must-watch videos about Python. 266 | * [python_reference](https://github.com/rasbt/python_reference) – Useful functions, tutorials, and other Python-related things. 267 | * [Qix](https://github.com/ty4z2008/Qix) *In Chinese* – Node, Golang, Machine Learning, PostgreSQL. 268 | * [queues.io](https://github.com/lukaszx0/queues.io) – Job queues, message queues and other queues. 269 | * http://queues.io/ 270 | * [rails-must-watch](https://github.com/gerricchaplin/rails-must-watch) – Must-watch videos about Ruby on Rails. 271 | * [remote-in-japan](https://github.com/uiureo/remote-in-japan) – Tech companies in Japan that hire remote workers. 272 | * [remote-jobs](https://github.com/jessicard/remote-jobs) – Semi to fully remote-friendly companies in tech. 273 | * [remote-jobs-brazil](https://github.com/lerrua/remote-jobs-brazil) – Remote-friendly Brazilian companies. 274 | * [resource-list](https://github.com/kyasui/resource-list) – Design & Development Resources. 275 | * [resources](https://github.com/hr-14-15/resources) – JavaScript resources for and by Hack Reactor 14 & 15. 276 | * [resources](https://github.com/jbranchaud/resources) – Free, online resources for various technologies, languages, and tools. 277 | * [Resources](https://github.com/tevko/Resources) – Tools for front end devs. 278 | * [Resources-for-Writing-Shaders-in-Unity](https://github.com/VoxelBoy/Resources-for-Writing-Shaders-in-Unity) 279 | * [Rich-Hickey-fanclub](https://github.com/tallesl/Rich-Hickey-fanclub) – Rich Hickey's works on the internet. 280 | * [rss-readers-list](https://github.com/smithbr/rss-readers-list) – Reader replacements megalist 281 | * http://smithbr.github.io/rss-readers-list 282 | * [rstudio-addins](https://github.com/daattali/rstudio-addins) – [RStudio](RStudio addins) user addins. 283 | * [ruby-bookmarks](https://github.com/dreikanter/ruby-bookmarks) – Ruby and Ruby on Rails bookmarks collection. 284 | * [rubybib.org](https://github.com/rubybib/rubybib.org) – The Ruby Bibliography 285 | * http://rubybib.org/ 286 | * [ruby-dev-bookmarks](https://github.com/saberma/ruby-dev-bookmarks) – Ruby development resources I've collected. 287 | * [ruby-nlp](https://github.com/diasks2/ruby-nlp) – Ruby Natural Language Processing (NLP) libraries, tools and software. 288 | * [ruby-trivia](https://github.com/gregstallings/ruby-trivia) – Questions about Ruby programming you can use to quiz yourself. 289 | * [rust-lang-resources](https://github.com/dschenkelman/rust-lang-resources) – Links related to the Rust programming language. 290 | * [rx-react-flux](https://github.com/christianramsey/rx-react-flux) – RxJS + React/Flux implementations. 291 | * [rxjs-ecosystem](https://github.com/Widdershin/rxjs-ecosystem) – What are the most popular libraries in the RxJS ecosystem? 292 | * [scalable-css-reading-list](https://github.com/davidtheclark/scalable-css-reading-list) – Collected dispatches from The Quest for Scalable CSS. 293 | * [secure-email](https://github.com/OpenTechFund/secure-email) – Overview of projects working on next-generation secure email. 294 | * [search-engine-optimization](https://github.com/marcobiedermann/search-engine-optimization) – Checklist / collection of Search Engine Optimization (SEO) tips and technics. 295 | * [services-engineering](https://github.com/mmcgrana/services-engineering) – A reading list for services engineering, with a focus on cloud infrastructure services. 296 | * [shellshocker-pocs](https://github.com/mubix/shellshocker-pocs) – Proof of concepts and potential targets for Shellshock. 297 | * [spawnedshelter](https://github.com/unbalancedparentheses/spawnedshelter) – Erlang Spawned Shelter – the best articles, videos and presentations related to Erlang. 298 | * [speech-language-processing](https://github.com/edobashira/speech-language-processing) 299 | * [StartupKnowledgeBase](https://github.com/bnjs/StartupKnowledgeBase) – Insightful articles related to startups. 300 | * [startup-must-watch](https://github.com/gerricchaplin/startup-must-watch) – Must-watch videos devoted to Entrepreneurship and Startups. 301 | * [startupreadings](https://github.com/dennybritz/startupreadings) – Reading list for all things startup-related. 302 | * [startup-resources](https://github.com/JonathanZWhite/startup-resources) 303 | * [Static-Site-Generators](https://github.com/pinceladasdaweb/Static-Site-Generators) 304 | * [staticsitegenerators-list](https://github.com/bevry/staticsitegenerators-list) 305 | * https://staticsitegenerators.net/ 306 | * [streaming-papers](https://github.com/sorenmacbeth/streaming-papers) – Papers on streaming algorithms. 307 | * [sublime](https://github.com/JaredCubilla/sublime) – Some of the best Sublime Text packages, themes, and goodies. 308 | * [sublime-bookmarks](https://github.com/dreikanter/sublime-bookmarks) – Sublime Text essential plugins and resources. 309 | * [SwiftInFlux](https://github.com/ksm/SwiftInFlux) – An attempt to gather all that is in flux in Swift. 310 | * [swift-packages](https://github.com/donald-pinckney/swift-packages) – A manually Curated List of Swift packages for the Swift Package Manager. 311 | * [tech-weekly](https://github.com/adrianmoisey/tech-weekly) – Weekly technical newsletters. 312 | * [til](https://github.com/jbranchaud/til) – Today I Learned. 313 | * [Toolbox](https://github.com/Dillion/Toolbox) – Open source iOS stuff. 314 | * [tool_lists](https://github.com/johnyf/tool_lists) – Links to tools by theme. *Verification, synthesis, and static analysis.* 315 | * [tools](https://github.com/lvwzhen/tools) – Tools for web. 316 | * [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) – Tools of The Trade, from Hacker News. 317 | * [top-starred-devs-and-repos-to-follow](https://github.com/StijnMiroslav/top-starred-devs-and-repos-to-follow) – Top-Starred Python GitHub Devs, Orgs, and Repos to Follow (All-Time and Trending). 318 | * [trending-repositories](https://github.com/Semigradsky/trending-repositories) – Repositories that were trending for a day. 319 | * [trip-to-iOS](https://github.com/Aufree/trip-to-iOS) *In Chinese* – Delightful iOS resources. 320 | * [twofactorauth](https://github.com/2factorauth/twofactorauth) – Sites with two factor auth support which includes SMS, email, phone calls, hardware, and software. 321 | * https://twofactorauth.org/ 322 | * [type-findings](https://github.com/charlespeters/type-findings) – Posts about web typography. 323 | * [upcoming-conferences](https://github.com/svenanders/upcoming-conferences) – Upcoming web developer conferences. 324 | * [universities-on-github](https://github.com/filler/universities-on-github) – Universities which have a public organization on GitHub. 325 | * [web-audio-resources](https://github.com/alemangui/web-audio-resources) - A list of curated resources related to the Web audio API. 326 | * [WebComponents-Polymer-Resources](https://github.com/matthiasn/WebComponents-Polymer-Resources) 327 | * [webcomponents-the-right-way](https://github.com/mateusortiz/webcomponents-the-right-way) – Introduction to Web Components. 328 | * [webdev-jokes](https://github.com/jerstew/webdev-jokes) – Web development jokes. 329 | * [webdevresourcecuration](https://github.com/lwakefield/webdevresourcecuration) 330 | * [web-dev-resources](https://github.com/ericandrewlewis/web-dev-resources) – A table of contents for web developer resources across the internet. 331 | * [web-development-resources](https://github.com/MasonONeal/web-development-resources) 332 | * [weekly](https://github.com/zenany/weekly) *In Chinese* – Weekly summary of articles and resources. 333 | * [WishThereWas](https://github.com/zavelevsky/WishThereWas) – An open source project wishlist. 334 | * [Worth-Reading-the-Android-technical-articles](https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles) *In Chinese* 335 | 336 | ### awesome-* 337 | 338 | * [awesome-2048-and-beyond](https://github.com/cstrap/awesome-2048-and-beyond) – Waste and lose at least 8 hours of your life… then **multiply** it… 339 | * [awesome-a11y](https://github.com/brunopulis/awesome-a11y) – Accesibility tools, articles and resources. 340 | * [awesome-acf](https://github.com/navidkashani/awesome-acf) – Add-ons for the Advanced Custom Field plugin for WordPress. 341 | * [awesome-activeadmin](https://github.com/serradura/awesome-activeadmin) – Active Admin resources, extensions, posts and utilities. *For Rails.* 342 | * [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) – Places to learn and/or practice algorithms. 343 | * [awesome-analytics](https://github.com/onurakpolat/awesome-analytics) – Analytics services, frameworks, software and other tools. 344 | * [awesome-android](https://github.com/Jackgris/awesome-android) by @Jackgris *In Spanish.* 345 | * [awesome-android](https://github.com/JStumpp/awesome-android) by @JStumpp 346 | * [awesome-android](https://github.com/snowdream/awesome-android) by @snowdream *Partially in Chinese* 347 | * [awesome-android-awesomeness](https://github.com/yongjhih/awesome-android-awesomeness) 348 | * [awesome-android-libraries](https://github.com/wasabeef/awesome-android-libraries) – General Android libraries. 349 | * [awesome-android-performance](https://github.com/Juude/awesome-android-performance) – Performance optimization on Android. 350 | * [awesome-android-tips](https://github.com/jiang111/awesome-android-tips) *In Chinese* 351 | * [awesome-androidstudio-plugins](https://github.com/jiang111/awesome-androidstudio-plugins) *In Chinese* 352 | * [awesome-android-ui](https://github.com/wasabeef/awesome-android-ui) – UI/UX libraries for Android. 353 | * [awesome-angular](https://github.com/hugoleodev/awesome-angular) by @hugoleodev 354 | * [awesome-angularjs](https://github.com/gianarb/awesome-angularjs) by @gianarb 355 | * [awesome-animation](https://github.com/Animatious/awesome-animation) – Open-source UI animations by Animatious Group. 356 | * [awesome-answers](https://github.com/cyberglot/awesome-answers) – Inspiring and thoughtful answers given at stackoverflow, quora, etc. 357 | * [awesome-app-ideas](https://github.com/tastejs/awesome-app-ideas) – Ideas for apps to demonstrate how framework or library approach specific problems. 358 | * [awesome-apple](https://github.com/joeljfischer/awesome-apple) – 3rd party libraries and tools for Apple platforms development. 359 | * [awesome-apple](https://github.com/joeljfischer/awesome-apple) 360 | * [awesome-appsec](https://github.com/paragonie/awesome-appsec) – Resources for developers to learn application security. 361 | * [awesome-arabic](https://github.com/OthmanAba/awesome-arabic) – Arabic supporting tools, fonts, and development resources. 362 | * [awesome-asciidoc](https://github.com/bodiam/awesome-asciidoc) – Collection of AsciiDoc tools, guides, tutorials and examples of usage. 363 | * [awesome-asciidoctor](https://github.com/dongwq/awesome-asciidoctor) – Collection of asciidoctor’s intros, examples and usages. 364 | * [awesome-asm](https://github.com/mat0thew/awesome-asm) – Assembly language 365 | * [awesome-AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) – AutoHotkey libraries, library distributions, scripts, tools and resources. 366 | * [awesome-AutoIt](https://github.com/J2TeaM/awesome-AutoIt) - UDFs, example scripts, tools and useful resources for AutoIt. 367 | - https://j2team.github.io/awesome-AutoIt/ 368 | * [awesome-ava](https://github.com/sindresorhus/awesome-ava) – [AVA](https://ava.li/) JavaScript test runner. 369 | * [awesome-avr](https://github.com/fffaraz/awesome-avr) 370 | * [awesome-aws](https://github.com/donnemartin/awesome-aws) – Amazon Web Services (AWS) 371 | * [awesome-backbone](https://github.com/sadcitizen/awesome-backbone) – Resources for [Backbone.js](http://backbonejs.org/) 372 | * [awesome-bash](https://github.com/awesome-lists/awesome-bash) 373 | * [awesome-bci](https://github.com/NeuroTechX/awesome-bci) – Brain-Computer Interface. 374 | * [awesome-beancount](https://github.com/wzyboy/awesome-beancount) – [Beancount](http://furius.ca/beancount/), a double-entry bookkeeping with text files. 375 | * [awesome-bem](https://github.com/getbem/awesome-bem) – Tools, sites, articles about BEM (frontend development method). 376 | * [awesome-bigdata](https://github.com/onurakpolat/awesome-bigdata) – Big data frameworks, resources and other awesomeness. 377 | * [Awesome-Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics) – Open-source bioinformatics software and libraries. 378 | * [awesome-bitcoin](https://github.com/igorbarinov/awesome-bitcoin) – Bitcoin services and tools for software developers. 379 | * [awesome-bootstrap](https://github.com/therebelrobot/awesome-bootstrap) – Free Bootstrap themes I think are cool. 380 | * [awesome-c](https://github.com/kozross/awesome-c) – C frameworks, libraries, resources etc. 381 | * [awesome-cakephp](https://github.com/FriendsOfCake/awesome-cakephp) – Plugins and resources for CakePHP 2 and 3. 382 | * [awesome-cassandra](https://github.com/yikebocai/awesome-cassandra) 383 | * [awesome_challenge_list](https://github.com/AwesomeRubyist/awesome_challenge_list) – Sites with challenges to improve your programming skills. 384 | * [awesome-charting](https://github.com/zingchart/awesome-charting) – Charts and dataviz. 385 | * [awesome-chef](https://github.com/obazoud/awesome-chef) – Cookbooks, handlers, add-ons and other resources for Chef, a configuration management tool. 386 | * [awesome-chrome-devtools](https://github.com/ChromeDevTools/awesome-chrome-devtools) – Chrome DevTools ecosystem tooling and resources. 387 | * [awesome-ci](https://github.com/pditommaso/awesome-ci) – Continuous integation services. 388 | * [awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) – Continuous Integration and Continuous Delivery 389 | * http://www.ciandcd.com/ 390 | * [awesome-cl](https://github.com/kozross/awesome-cl) – Common Lisp 391 | * [awesome-clojure](https://github.com/razum2um/awesome-clojure) 392 | * [awesome-cloud](https://github.com/JStumpp/awesome-cloud) – Delightful cloud services. 393 | * [awesome-cloud-storage](https://github.com/wapmorgan/awesome-cloud-storage) – Comparison of online storage platforms. 394 | * [awesome-code-formatters](https://github.com/rishirdua/awesome-code-formatters) 395 | * [awesome-coldfusion](https://github.com/seancoyne/awesome-coldfusion) 396 | * [awesome-conservation-tech](https://github.com/anselmbradford/awesome-conservation-tech) – Intersection of tech and environmental conservation. 397 | * [awesome-community](https://github.com/peterkokot/awesome-community) – development, support and discussion channels, groups and communities. 398 | * [awesome-comparisons](https://github.com/dhamaniasad/awesome-comparisons) – Framework and code comparison projects, like TodoMVC and Notejam. 399 | * [awesome-computer-history](https://github.com/watson/awesome-computer-history) – Computer history videos, documentaries and related folklore. 400 | * [awesome-computer-vision](https://github.com/AGV-IIT-KGP/awesome-computer-vision) 401 | * [awesome-conference-playlists](https://github.com/chentsulin/awesome-conference-playlists) – Video playlists for conferences. 402 | * [awesome-conferences](https://github.com/RichardLitt/awesome-conferences) 403 | * [awesome-container](https://github.com/tcnksm/awesome-container) – Container technologies and services. 404 | * [awesome-cordova](https://github.com/busterc/awesome-cordova) *Apache Cordova / PhoneGap* 405 | * [awesome-courses](https://github.com/prakhar1989/awesome-courses) – University Computer Science courses across the web. 406 | * [awesome-cpp](https://github.com/fffaraz/awesome-cpp) – C/C++ frameworks, libraries, resources. 407 | * [awesome-crystal](https://github.com/veelenga/awesome-crystal) – Crystal Language 408 | * [Awesome-Cross-Platform-Apps](https://github.com/Juude/Awesome-Cross-Platform-Apps) – Solutions for building cross-platform apps. 409 | * [awesome-css](https://github.com/bring2dip/awesome-css) by @deepakbhattarai 410 | * [awesome-css](https://github.com/ikkou/awesome-css) by @ikkou 411 | * [awesome-cyclejs](https://github.com/vic/awesome-cyclejs) – Cycle.js framework 412 | * [awesome-d](https://github.com/zhaopuming/awesome-d) – D programming language. 413 | * [awesome-d3](https://github.com/wbkd/awesome-d3) – [D3js](http://d3js.org/) libraries, plugins and utilities. 414 | * [awesome-dart](https://github.com/yissachar/awesome-dart) 415 | * [awesome-dashboard](https://github.com/obazoud/awesome-dashboard) – Dashboards/visualization resources. 416 | * [awesome-data-engineering](https://github.com/igorbarinov/awesome-data-engineering) – Data engineering tools for software developers. 417 | * [awesome-datascience](https://github.com/okulbilisim/awesome-datascience) – An open source DataScience repository to learn and apply for real world problems. 418 | * [awesome-datasets](https://github.com/viisar/awesome-datasets) – Datasets for papers/experiments/validation. 419 | * [awesome-dataviz](https://github.com/fasouto/awesome-dataviz) – Data visualizations frameworks, libraries and software. 420 | * [awesome-db](https://github.com/numetriclabz/awesome-db) – Database libraries and resources. 421 | * [awesome-ddd](https://github.com/wkjagt/awesome-ddd) – Domain Driven Design resources. 422 | * [awesome-deep-vision](https://github.com/kjw0612/awesome-deep-vision) – Computer vision / deep learning. 423 | * [awesome-delphi](https://github.com/Fr0sT-Brutal/awesome-delphi) 424 | * [awesome-deployment](https://github.com/delirehberi/awesome-deployment) 425 | * [awesome-derby](https://github.com/russll/awesome-derby) – Components for DerbyJS. 426 | * [awesome-design](https://github.com/troyericg/awesome-design) – Resources for digital designers. 427 | * [awesome-devenv](https://github.com/jondot/awesome-devenv) – Tools, resources and workflow tips making an awesome development environment. 428 | * [awesome-devtools](https://github.com/moimikey/awesome-devtools) – In-browser bookmarklets, tools, and resources for front-end devs. 429 | * [awesome-django](https://github.com/rosarior/awesome-django) – Django apps and projects. 430 | * [awesome-django-cms](https://github.com/mishbahr/awesome-django-cms) – django CMS add-ons. 431 | * [awesome-docker](https://github.com/anildigital/awesome-docker) by @anildigital 432 | * [awesome-docker](https://github.com/veggiemonk/awesome-docker) by @veggiemonk 433 | * [awesome-doctrine](https://github.com/TomasVotruba/awesome-doctrine) – Doctrine ORM libraries and resources. 434 | * [awesome-dojo](https://github.com/peterkokot/awesome-dojo) – Dojo JavaScript Toolkit resources and libraries. 435 | * [awesome-dotfiles](https://github.com/webpro/awesome-dotfiles) 436 | * [awesome-dotnet](https://github.com/quozd/awesome-dotnet) – .NET libraries, tools, frameworks and software. 437 | * [awesome-drupal](https://github.com/mrsinguyen/awesome-drupal) by @mrsinguyen 438 | * [awesome-drupal](https://github.com/quyenbui/awesome-drupal) by @quyenbui 439 | * [awesome-drupal](https://github.com/emincansumer/awesome-drupal) by @emincansumer 440 | * [awesome-educate](https://github.com/mercer/awesome-educate) – Education resources online. 441 | * [awesome-edtech-tools](https://github.com/hkalant/awesome-edtech-tools) – Tools and resources for educators and virtual teachers. 442 | * [awesome-elm](https://github.com/isRuslan/awesome-elm) – Learning resources and programs for Elm, a functional reactive language. 443 | * [awesome-emacs](https://github.com/emacs-tw/awesome-emacs) from @emacs-tw 444 | * [awesome-emacs](https://github.com/sefakilic/awesome-emacs) by @sefakilic 445 | * [awesome-emacs](https://github.com/tacticiankerala/awesome-emacs) by @tacticiankerala 446 | * [awesome-ember](https://github.com/nmec/awesome-ember) – Ember.js things. 447 | * [awesome-electron](https://github.com/sindresorhus/awesome-electron) – Resources for creating apps with [Electron](http://electron.atom.io/) (formerly atom-shell). 448 | * [awesome-elixir](https://github.com/h4cc/awesome-elixir) 449 | * [awesome-endless-codeforall-list](https://github.com/RobTranquillo/awesome-endless-codeforall-list) – Every tool that civic hackers worldwide use to work. 450 | * [awesome-erlang](https://github.com/drobakowski/awesome-erlang) 451 | * [not-awesome-es6-classes](https://github.com/joshburgess/not-awesome-es6-classes) – Why ES6 (ES2015) classes are NOT awesome. 452 | * [awesome-ethereum](https://github.com/btomashvili/awesome-ethereum) – [Ethereum](https://ethereum.org/) decentralized software platform & Dapps. 453 | * [awesome-events](https://github.com/planetruby/awesome-events) – Ruby events (meetups, conferences, camps, etc.) from around the world. 454 | * [awesome-fantasy](https://github.com/r7kamura/awesome-fantasy) – FinalFantasy-ish metaphors in software. 455 | * [awesome-flask](https://github.com/humiaozuzu/awesome-flask) – Flask *Python web framework* resources and plugins. 456 | * [awesome-flexbox](https://github.com/afonsopacifer/awesome-flexbox) – CSS Flexible Box Layout Module. 457 | * [awesome-fortran](https://github.com/rabbiabram/awesome-fortran) 458 | * [awesome-fp-js](https://github.com/stoeffel/awesome-fp-js) – Functional programming stuff in JavaScript. 459 | * [awesome-functional-programming](https://github.com/xgrommx/awesome-functional-programming) – General resources about functional programming. 460 | * [awesome-github](https://github.com/fffaraz/awesome-github) by @fffaraz – Git and GitHub references. 461 | * [awesome-github](https://github.com/Kikobeats/awesome-github) by @Kikobeats – GitHub secrets and goodies. 462 | * [awesome-github-repo](https://github.com/flyhigher139/awesome-github-repo) – GitHub repositories; various topics like study materials, Raspberry Pi etc. 463 | * [awesome-go](https://github.com/avelino/awesome-go) by @avelino 464 | * http://awesome-go.com/ 465 | * [awesome-go-books](https://github.com/heatroom/awesome-go-books) – Online and free golang books. 466 | * [awesome-grails](https://github.com/hitenpratap/awesome-grails) 467 | * [awesome-graphql](https://github.com/chentsulin/awesome-graphql) – GraphQL & Relay Resources. 468 | * [awesome-groovy](https://github.com/kdabir/awesome-groovy) 469 | * [awesome-gulp](https://github.com/alferov/awesome-gulp) – [Gulp](http://gulpjs.com/) build system resources and plugins. 470 | * [awesome-gyazo](https://github.com/gyazo/awesome-gyazo) – Tools for [Gyazo](https://gyazo.com/) screen capture application. 471 | * [awesome-hadoop](https://github.com/youngwookim/awesome-hadoop) – Hadoop and Hadoop ecosystem resources. 472 | * [awesome-haskell](https://github.com/krispo/awesome-haskell) 473 | * [awesome-hierarchical-matrices](https://github.com/gchavez2/awesome-hierarchical-matrices) – Hierarchical matrices frameworks, libraries, and software. 474 | * [awesome-honeypots](https://github.com/paralax/awesome-honeypots) – Honeypot resources 475 | * [awesome-html5](https://github.com/diegocard/awesome-html5) 476 | * [awesome-influxdb](https://github.com/mark-rushakoff/awesome-influxdb) – Resources for the time series database InfluxDB 477 | * [awesome-interviews](https://github.com/MaximAbramchuck/awesome-interviews) – Interview questions. 478 | * [awesome-ios](https://github.com/vsouza/awesome-ios) 479 | * [awesome-ios-cn](https://github.com/jobbole/awesome-ios-cn) *In Chinese* – iOS 资源大全中文版,内容包括:框架、组件、测试、Apple Store、SDK、XCode、网站、书籍等 480 | * [awesome-ios-ui](https://github.com/cjwirth/awesome-ios-ui) – UI/UX libraries for iOS. 481 | * [awesome-IoT](https://github.com/dharmeshkakadia/awesome-IoT) – Internet of Things platforms, libraries and apps. 482 | * [awesome-IoT-hybrid](https://github.com/weblancaster/awesome-IoT-hybrid) – Hybrid Applications (web + native) 483 | * [awesome-java](https://github.com/akullpp/awesome-java) 484 | * [awesome-javascript](https://github.com/sorrycc/awesome-javascript) 485 | * [awesome-javascript-books](https://github.com/heatroom/awesome-javascript-books) – Online and free JavaScript books. 486 | * [awesome-jquery](https://github.com/peterkokot/awesome-jquery) 487 | * [awesome-julia](https://github.com/melvin0008/awesome-julia) 488 | * [awesome-js-drama](https://github.com/scottcorgan/awesome-js-drama) – JavaScript topics the just might spark the next revolt! 489 | * [awesome-jvm](https://github.com/deephacks/awesome-jvm) 490 | * [awesome-knockout](https://github.com/dnbard/awesome-knockout) – Plugins for Knockout MVVM framework. 491 | * [awesome-koans](https://github.com/ahmdrefat/awesome-koans) – Programming kōans in various languages. 492 | * [awesome-kr-foss](https://github.com/darjeeling/awesome-kr-foss) – Korean open source projects. 493 | * [awesome-languages](https://github.com/perfaram/awesome-languages) – Open-source programming languages. 494 | * [awesome-laravel](https://github.com/chiraggude/awesome-laravel) by @chiraggude 495 | * [awesome-laravel](https://github.com/TimothyDJones/awesome-laravel) by @TimothyDJones 496 | * [Awesome-Laravel-Education](https://github.com/fukuball/Awesome-Laravel-Education) *In English and Chinese* – Laravel PHP framework learning resources. 497 | * [awesome-linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics) – Tools, theory and platforms for linguistics. 498 | * [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) – Linux software. 499 | * [awesome-lint](https://github.com/caramelomartins/awesome-lint) – Resources for a more literate programming. 500 | * [awesome-linuxaudio](https://github.com/nodiscc/awesome-linuxaudio) – Professional audio/video/live events production on Linux. 501 | * [awesome-logging](https://github.com/roundrobin/awesome-logging) 502 | * [awesome-lua](https://github.com/forhappy/awesome-lua) by @forhappy 503 | * [awesome-lua](https://github.com/LewisJEllis/awesome-lua) by @LewisJEllis 504 | * [awesome-luvit](https://github.com/luvit/awesome-luvit) – [Luvit](https://luvit.io/) frameworks, libraries and software. 505 | * [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning) 506 | * [awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis) 507 | * [Awesome-MaterialDesign](https://github.com/lightSky/Awesome-MaterialDesign) *In Chinese* – Resources and libraries for [Material Design](http://www.google.com/design/spec/material-design/introduction.html). 508 | * [awesome-meteor](https://github.com/Urigo/awesome-meteor) 509 | * [awesome-mesos](https://github.com/dharmeshkakadia/awesome-mesos) by @dharmeshkakadia 510 | * [awesome-mesos](https://github.com/parolkar/awesome-mesos) by @parolkar 511 | * [awesome-mobile-dev](https://github.com/MakinGiants/awesome-mobile-dev) – A “study guide” for mobile development. 512 | * [Awesome-Networking](https://github.com/clowwindy/Awesome-Networking) 513 | * [awesome-newsletters](https://github.com/vredniy/awesome-newsletters) 514 | * [awesome-nlp](https://github.com/keonkim/awesome-nlp) – Natural Language Processing. 515 | * [awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs) by @sindresorhus 516 | * [awesome-nodejs](https://github.com/vndmtrx/awesome-nodejs) by @vndmtrx 517 | * [awesome-npm](https://github.com/sindresorhus/awesome-npm) 518 | * [awesome-ntnu](https://github.com/michaelmcmillan/awesome-ntnu) – Projects by NTNU students. 519 | * [awesome-objc-frameworks](https://github.com/XCGit/awesome-objc-frameworks) 520 | * [awesome-ocaml](https://github.com/rizo/awesome-ocaml) 521 | * [awesome-open-science](https://github.com/silky/awesome-open-science) 522 | * [awesome-opensource-documents](https://github.com/nacyot/awesome-opensource-documents) – Open source licensed documents, guides, books. 523 | * [awesome-osx](https://github.com/iCHAIT/awesome-osx) – OS X applications, tools and communities. 524 | * [awesome-osx-command-line](https://github.com/herrbischoff/awesome-osx-command-line) – Shell commands and tools specific to OS X. 525 | * [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools) – Tools to process network traces. 526 | * [awesome-pentest](https://github.com/enaqx/awesome-pentest) – Penetration testing resources and tools. 527 | * [Awesome-People-in-Computer-Vision](https://github.com/solarlee/Awesome-People-in-Computer-Vision) 528 | * [awesome-perfocards](https://github.com/Wolg/awesome-perfocards) *See [perfokaart](https://et.wikipedia.org/wiki/Perfokaart).* 529 | * [awesome-perl](https://github.com/hachiojipm/awesome-perl) 530 | * [awesome-persian](https://github.com/fffaraz/awesome-persian) – Persian/Farsi supporting tools, fonts, and development resources. 531 | * [awesome-phalcon](https://github.com/sergeyklay/awesome-phalcon) – [Phalcon](https://phalconphp.com/en/) PHP framework libraries and resources. 532 | * [awesome-php](https://github.com/ziadoz/awesome-php) 533 | * [awesome-pipeline](https://github.com/pditommaso/awesome-pipeline) – Pipeline toolkits. 534 | * [awesome-play1](https://github.com/PerfectCarl/awesome-play1) – Play Framework 1.x modules, tools, and resources. 535 | * [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres) 536 | * [awesome-ProductManager](https://github.com/hugo53/awesome-ProductManager) – Books and tools for Product Managers. 537 | * [awesome-projects-boilerplates](https://github.com/melvin0008/awesome-projects-boilerplates) Boilerplates and sample projects for many languages to get started. 538 | * [awesome-promises](https://github.com/wbinnssmith/awesome-promises) – JavaScript Promises. 539 | * [awesome-puppet](https://github.com/olindata/awesome-puppet) 540 | * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) – Resources for Pyramid Python web framework. 541 | * [awesome-python](https://github.com/kevmo/awesome-python) by @kevmo 542 | * [awesome-python](https://github.com/vinta/awesome-python) by @vinta 543 | * [awesome-python-talks](https://github.com/jhermann/awesome-python-talks) – Videos related to Python, with a focus on training and gaining hands-on experience. 544 | * [awesome-public-datasets](https://github.com/caesar0301/awesome-public-datasets) – (Large-scale) public datasets on the Internet. 545 | * [awesome-pure-css-no-javascript](https://github.com/Zhangjd/awesome-pure-css-no-javascript) *In Chinese* 546 | * [awesome-purescript](https://github.com/passy/awesome-purescript) 547 | * [awesome-qt](https://github.com/skhaz/awesome-qt) – Libraries and resources for the Qt framework. 548 | * [awesome-R](https://github.com/qinwf/awesome-R) 549 | * [awesome-radio](https://github.com/kyleterry/awesome-radio) – Radio and citizens band (CB) radio resources. 550 | * [awesome-rails](https://github.com/dpaluy/awesome-rails) by @dpaluy 551 | * [awesome-rails](https://github.com/ekremkaraca/awesome-rails) by @ekremkaraca – Projects and sites made with Rails. 552 | * [awesome-rails](https://github.com/ruby-vietnam/awesome-rails) by @ruby-vietnam – Rails libraries/app examples/ebooks/tutorials/screencasts/magazines/news. 553 | * [awesome-rails-gem](https://github.com/hothero/awesome-rails-gem) – Ruby Gems for Rails development. 554 | * [awesome-random-forest](https://github.com/kjw0612/awesome-random-forest) – Decision forest, tree-based methods, including random forest, bagging, and boosting. 555 | * [awesome-react](https://github.com/enaqx/awesome-react) – ReactJS tools, resources, videos. 556 | * [awesome-recommender-system](https://github.com/Geek4IT/awesome-recommender-system) – Recommender System frameworks, libraries and software. 557 | * [awesome-redux](https://github.com/xgrommx/awesome-redux) – Resources for [Redux](https://github.com/rackt/redux), the predictable state container. 558 | * [awesome-regex](https://github.com/aloisdg/awesome-regex) – Regex tools and resources 559 | * [awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job) – Remote companies and other resources. 560 | * [awesome-RemoteWork](https://github.com/hugo53/awesome-RemoteWork) – Books and links about and for remote work. 561 | * [awesome-rl](https://github.com/aikorea/awesome-rl) – Reinforcement Learning. 562 | * [awesome-rnn](https://github.com/kjw0612/awesome-rnn) – Recurrent Neural Networks. 563 | * [awesome-robotics](https://github.com/Kiloreux/awesome-robotics) 564 | * [awesome-ruby](https://github.com/markets/awesome-ruby) by @markets 565 | * http://awesome-ruby.com/ 566 | * [awesome-ruby](https://github.com/Sdogruyol/awesome-ruby) by @Sdogruyol 567 | * [AwesomeRubyist/awesome_podcast_list](https://github.com/AwesomeRubyist/awesome_podcast_list) – Podcasts about Ruby and development, also in Russian. 568 | * [AwesomeRubyist/awesome_reading_list](https://github.com/AwesomeRubyist/awesome_reading_list) – Books about Ruby and Rails. 569 | * [AwesomeRubyist/awesome_resource_list](https://github.com/AwesomeRubyist/awesome_resource_list) – Resources for Ruby and Rails. 570 | * [awesome-rust](https://github.com/kud1ing/awesome-rust) 571 | * [awesome-sarl](https://github.com/sarl/awesome-sarl) – Resources for [SARL](http://www.sarl.io/) Agent-Oriented Programming Language. 572 | * [awesome-sass](https://github.com/HugoGiraudel/awesome-sass) – Sass/SCSS extensions, articles, and examples. 573 | * [awesome-scala](https://github.com/lauris/awesome-scala) 574 | * [awesome-sec-talks](https://github.com/PaulSec/awesome-sec-talks) – Security talks. 575 | * [awesome-security](https://github.com/sbilly/awesome-security) – Software, libraries, documents, books, resources and cool stuff about security. 576 | * [awesome-selenium](https://github.com/christian-bromann/awesome-selenium) 577 | * [awesome-selfhosted](https://github.com/Kickball/awesome-selfhosted) – Network services and web applications which can be hosted locally. 578 | * [awesome-services](https://github.com/indrasantosa/awesome-services) – Services that make a painful programmer's life easier. 579 | * [awesome-share](https://github.com/vinkla/awesome-share) – URLs for sharing on social media. 580 | * [awesome-sharepoint](https://github.com/sergey-tihon/awesome-sharepoint) by @sergey-tihon 581 | * [awesome-SharePoint](https://github.com/siaf/awesome-SharePoint) by @siaf 582 | * [awesome-shell](https://github.com/alebcay/awesome-shell) – Command-line frameworks, toolkits, guides and gizmos. 583 | * [awesome-sheet-music](https://github.com/adius/awesome-sheet-music) – Tools to create, edit and display sheet music. 584 | * [awesome-sketch](https://github.com/diessica/awesome-sketch) – Guides, articles, videos about [Sketch 3](http://www.sketchapp.com/). 585 | * [awesome-software-craftsmanship](https://github.com/benas/awesome-software-craftsmanship) – [Software craftsmanship](http://manifesto.softwarecraftsmanship.org/) resources to help learn the craft. 586 | * [awesome-sound](https://github.com/hwclass/awesome-sound) – Sound & audio libraries and resources. 587 | * [awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc) – Tools for Sphinx Python Documentation Generator. 588 | * [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) – Extra libraries for SQLAlchemy, a Python ORM. 589 | * [awesome-standard](https://github.com/feross/awesome-standard) – Documenting the explosion of packages in the [standard](http://standardjs.com/) (JavaScript code style) ecosystem. 590 | * [awesome-stars](https://github.com/lichunqiang/awesome-stars) *In Chinese* – Useful libraries with personal remarks. 591 | * [awesome-static-generators](https://github.com/myles/awesome-static-generators) – Static web site generators. 592 | * [awesome-styleguides](https://github.com/RichardLitt/awesome-styleguides) 593 | * [awesome-svg](https://github.com/willianjusten/awesome-svg) 594 | * [awesome-swift](https://github.com/matteocrippa/awesome-swift) by @matteocrippa 595 | * [awesome-swift](https://github.com/Wolg/awesome-swift) by @Wolg 596 | * [awesome-symfony](https://github.com/sitepoint/awesome-symfony) – [Symfony PHP framework](http://symfony.com/) bundles, utilities and resources. 597 | * [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) – Open source sysadmin resources. 598 | * [Maintained fork by @n1trux](https://github.com/n1trux/awesome-sysadmin) 599 | * [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) 600 | * [awesome-tensorflow](https://github.com/jtoy/awesome-tensorflow) – [TensorFlow](https://www.tensorflow.org/) machine intelligence library. 601 | * [awesome-tech-conferences](https://github.com/tstringer/awesome-tech-conferences) – Upcoming technical conferences. 602 | * [awesome-torch](https://github.com/carpedm20/awesome-torch) – Tutorials, projects and communities for [Torch](http://torch.ch/), a scientific computing framework for LuaJIT. 603 | * [AwesomeTwitterAccounts](https://github.com/yask123/AwesomeTwitterAccounts) – Twitter accounts, organised by programming communities. 604 | * [awesome-umbraco](https://github.com/leekelleher/awesome-umbraco) – Resources for Umbraco 7, a .NET CMS. 605 | * [awesome-unity](https://github.com/RyanNielson/awesome-unity) – Assets and resources for [Unity](http://unity3d.com/) game engine. 606 | * [awesome-vagrant](https://github.com/iJackUA/awesome-vagrant) 607 | * [awesome-vector-tiles](https://github.com/mapbox/awesome-vector-tiles) – Implementations of the [Mapbox Vector Tile](https://www.mapbox.com/developers/vector-tiles/) specification. 608 | * [awesome-vim](https://github.com/akrawchyk/awesome-vim) by @akrawchyk 609 | * [awesome-vim](https://github.com/matteocrippa/awesome-vim) by @matteocrippa 610 | * [awesome-volt](https://github.com/heri/awesome-volt) – Resources for [Volt](http://voltframework.com/) Ruby framework. 611 | * [awesome-vue](https://github.com/vuejs/awesome-vue) – Resources for [Vue.js](http://vuejs.org/) JavaScript UI library. 612 | * [awesome-vulkan](https://github.com/vinjn/awesome-vulkan) – [3D graphics and compute API](https://www.khronos.org/vulkan/) 613 | * [awesome-webcomponents](https://github.com/obetomuniz/awesome-webcomponents) – 614 | * [awesome-web-scraping](https://github.com/lorien/awesome-web-scraping) – tools and programming libraries related to web scraping and data processing 615 | * [awesome-webservice](https://github.com/wapmorgan/awesome-webservice) – Web and cloud services, SaaS. 616 | * [awesome-weekly](https://github.com/jondot/awesome-weekly) – Quality weekly subscription newsletters from the software world. 617 | * [awesome-wikipedia](https://github.com/emijrp/awesome-wikipedia) – Wikipedia-related frameworks, libraries, software, datasets and references. 618 | * [awesome-wordpress](https://github.com/dropndot/awesome-wordpress) from @dropndot 619 | * [awesome-wordpress](https://github.com/endel/awesome-wordpress) by @endel 620 | * [awesome-wordpress](https://github.com/miziomon/awesome-wordpress) by @miziomon 621 | * [awesome-workshopper](https://github.com/therebelrobot/awesome-workshopper) CLI Workshoppers/adventures 622 | * [awesome-wpo](https://github.com/davidsonfellipe/awesome-wpo) – Web Performance Optimization 623 | * [awesome-yamada](https://github.com/supermomonga/awesome-yamada) *Dancing Yamada* 624 | * [awesome-yii](https://github.com/iJackUA/awesome-yii) – Yii Framework extensions, tutorials and other nice things. 625 | * [awesome-yii-1](https://github.com/wapmorgan/awesome-yii-1) – Libraries, books, sites and team of Yii Framework v1.x. 626 | * [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) 627 | 628 | ## Lists of lists 629 | 630 | * [awesome](https://github.com/sindresorhus/awesome) – A curated list of awesome lists. 631 | * [awesome-all](https://github.com/bradoyler/awesome-all) – A curated list of awesome lists of awesome frameworks, libraries and software 632 | * [awesome-android-awesomeness](https://github.com/yongjhih/awesome-android-awesomeness#awesomeness) 633 | * [awesome-awesome](https://github.com/aligoren/awesome-awesome) by @aligoren – List of GitHub Lists 634 | * [awesome-awesome](https://github.com/emijrp/awesome-awesome) by @emijrp – A curated list of awesome curated lists of many topics. 635 | * [awesome-awesome](https://github.com/erichs/awesome-awesome) by @erichs – A curated list of awesome curated lists! Inspired by inspiration. 636 | * [awesome-awesome](https://github.com/oyvindrobertsen/awesome-awesome) by @oyvindrobertsen – A curated list of curated lists of libraries, resources and shiny things for various languages. 637 | * [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) – A curated list of awesome awesomeness 638 | * [awesome-awesomeness-zh_CN](https://github.com/justjavac/awesome-awesomeness-zh_CN) *In Chinese* – 中文版awesome list 系列文章 639 | * [awesome-awesomes](https://github.com/fleveque/awesome-awesomes) – Awesome collection of awesome lists of libraries, tools, frameworks and software for any programming language 640 | * [awesome-collection](https://github.com/flyhigher139/awesome-collection) – A list of awesome repos. 641 | * [getAwesomeness](https://github.com/panzhangwang/getAwesomeness) – Explorer designed for curated awesome list hosted on Github 642 | * http://getawesomeness.com 643 | * [ListOfGithubLists](https://github.com/asciimoo/ListOfGithubLists) – List of github lists 644 | * [list-of-lists](https://github.com/cyrusstoller/list-of-lists) – A meta list of lists of useful open source projects and developer tools. 645 | * [must-watch-list](https://github.com/adrianmoisey/must-watch-list) – List of must-watch lists. 646 | * [this one](https://github.com/jnv/lists) 647 | * [wiki](https://github.com/huguangju/wiki) *In Chinese* – A curated list of awesome lists. 648 | 649 | ### Lists of lists of lists 650 | 651 | * [awesome-awesome-awesome](https://github.com/geekan/awesome-awesome-awesome) by @geekan – An awesome-awesome list. 652 | * [awesome-awesome-awesome](https://github.com/t3chnoboy/awesome-awesome-awesome) by @t3chnoboy – A a curated list of curated lists of awesome lists. 653 | * [awesomecubed](https://github.com/hunterboerner/awesomecubed) – A curated list of awesome awesomeness awesomenesses. 654 | * [lologl](https://github.com/yaph/lologl) – List of Lists of Github Lists. 655 | * [meta-awesome](https://github.com/PatrickMcDonald/meta-awesome) 656 | * [the one above](#lists-of-lists) 657 | 658 | 659 | #### Lists of lists of lists of lists 660 | 661 | * [awesome-awesome-awesome-awesome](https://github.com/sindresorhus/awesome-awesome-awesome-awesome) 662 | * [the one above](#lists-of-lists-of-lists) 663 | 664 | ##### Lists of lists of lists of lists of lists 665 | 666 | * [awesome-power-of-5](https://github.com/therebelbeta/awesome-power-of-5) 667 | * [the one above](#lists-of-lists-of-lists-of-lists) 668 | 669 | ###### Lists of lists of lists of lists of lists of lists 670 | 671 | * [awesome-awesome-awesome-awesome-awesome-awesome](https://github.com/enedil/awesome-awesome-awesome-awesome-awesome-awesome) 672 | * [the one above](#lists-of-lists-of-lists-of-lists-of-lists) 673 | 674 | ## License 675 | 676 | [![CC0 Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 677 | --------------------------------------------------------------------------------