├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Make an individual pull request for each suggestion. 6 | - Chose corresponding section (Programming Languages or General) for your suggestion. 7 | - Use the following format for commit message: `Add Language Name` (without 'awesome' or something else). 8 | - List, after your addition, should be alphabetically. 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Awesomeness 2 | 3 | A curated list of amazingly awesome awesomeness. 4 | Also available on: [Awesome-Awesomeness.ZEEF.com](https://awesome-awesomeness.zeef.com/alexander.bayandin) 5 | 6 | - Programming Languages 7 | - [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) 8 | - [Assembler](https://github.com/mat0thew/awesome-asm) 9 | - [C](https://github.com/kozross/awesome-c) 10 | - [C/C++](https://github.com/fffaraz/awesome-cpp) 11 | - [Clojure](https://github.com/razum2um/awesome-clojure) 12 | - [ColdFusion](https://github.com/seancoyne/awesome-coldfusion) 13 | - [Common Lisp](https://github.com/kozross/awesome-cl) 14 | - [D](https://github.com/zhaopuming/awesome-d) 15 | - [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi) 16 | - [Elixir](https://github.com/h4cc/awesome-elixir) 17 | - Erlang 18 | - [by @0xAX](https://github.com/0xAX/erlang-bookmarks) 19 | - [by @drobakowski](https://github.com/drobakowski/awesome-erlang) 20 | - [by @unbalancedparentheses](https://github.com/unbalancedparentheses/spawnedshelter) 21 | - [Fortran](https://github.com/rabbiabram/awesome-fortran) 22 | - [Go](https://github.com/avelino/awesome-go) 23 | - [Groovy](https://github.com/kdabir/awesome-groovy) 24 | - [Haskell](https://github.com/krispo/awesome-haskell) 25 | - [Java](https://github.com/akullpp/awesome-java) 26 | - [JavaScript](https://github.com/sorrycc/awesome-javascript) 27 | - Node.js 28 | - [by @sindresorhus](https://github.com/sindresorhus/awesome-nodejs) 29 | - [by @vndmtrx](https://github.com/vndmtrx/awesome-nodejs) 30 | - [Julia](https://github.com/svaksha/Julia.jl) 31 | - Lua 32 | - [by @forhappy](https://github.com/forhappy/awesome-lua) 33 | - [by @lewisjellis](https://github.com/LewisJEllis/awesome-lua) 34 | - [.NET](https://github.com/quozd/awesome-dotnet) 35 | - [OCaml](https://github.com/rizo/awesome-ocaml) 36 | - [Perl](https://github.com/hachiojipm/awesome-perl) 37 | - [PHP](https://github.com/ziadoz/awesome-php) 38 | - Python 39 | - [by @kirang89](https://github.com/kirang89/pycrumbs) 40 | - [by @svaksha](https://github.com/svaksha/pythonidae) 41 | - [by @vinta](https://github.com/vinta/awesome-python) 42 | - [R](https://github.com/qinwf/awesome-R) 43 | - Ruby 44 | - [by @dreikanter](https://github.com/dreikanter/ruby-bookmarks) 45 | - [by @markets](https://github.com/markets/awesome-ruby) 46 | - [by @Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) 47 | - [Rust](https://github.com/kud1ing/awesome-rust) 48 | - [Scala](https://github.com/lauris/awesome-scala) 49 | - [Shell](https://github.com/alebcay/awesome-shell) 50 | - Swift 51 | - [by @matteocrippa](https://github.com/matteocrippa/awesome-swift) 52 | - [by @Wolg](https://github.com/Wolg/awesome-swift) 53 | - [from ZEEF by @Edubits](https://awesome-swift.zeef.com/robin.eggenkamp) 54 | 55 | - General 56 | - [Algorithms](https://github.com/tayllan/awesome-algorithms) 57 | - [Algorithms Visualisation](https://github.com/enjalot/algovis) 58 | - [Analytics](https://github.com/onurakpolat/awesome-analytics) 59 | - [Android](https://github.com/JStumpp/awesome-android) 60 | - [Android Security](https://github.com/ashishb/android-security-awesome) 61 | - [Android UI](https://github.com/wasabeef/awesome-android-ui) 62 | - [Apple](https://github.com/joeljfischer/awesome-apple) 63 | - Big data 64 | - [by @onurakpolat](https://github.com/onurakpolat/awesome-bigdata) 65 | - [by @zenkay](https://github.com/zenkay/bigdata-ecosystem) 66 | - [Hadoop](https://github.com/youngwookim/awesome-hadoop) 67 | - Books 68 | - [Free Programming Books](https://github.com/vhf/free-programming-books) 69 | - [Free Software Testing Books](https://github.com/ligurio/free-software-testing-books) 70 | - [Bootstrap](https://github.com/therebelrobot/awesome-bootstrap) 71 | - [Conferences](https://github.com/RichardLitt/awesome-conferences) 72 | - [Continuous Delivery](https://github.com/itech001/ciandcd) 73 | - [Cordova](https://github.com/busterc/awesome-cordova) 74 | - [Courses](https://github.com/prakhar1989/awesome-courses) 75 | - [Creative Commons Media](https://github.com/shime/creative-commons-media) 76 | - [Data Science](https://github.com/okulbilisim/awesome-datascience) 77 | - [Database](https://github.com/numetriclabz/awesome-db) 78 | - [Datasets](https://github.com/caesar0301/awesome-public-datasets) 79 | - [Dev Env](https://github.com/jondot/awesome-devenv) 80 | - [Docker](https://github.com/veggiemonk/awesome-docker) 81 | - [Documentation](https://github.com/PharkMillups/beautiful-docs) 82 | - [Dotfiles](https://github.com/webpro/awesome-dotfiles) 83 | - [Emacs](https://github.com/emacs-tw/awesome-emacs) 84 | - [Frontend Dev](https://github.com/dypsilon/frontend-dev-bookmarks) 85 | - [Game Development](https://github.com/ellisonleao/magictools) 86 | - [GIF](https://github.com/Kikobeats/awesome-gif) 87 | - [GitHub](https://github.com/Kikobeats/awesome-github) 88 | - [HTML5](https://github.com/diegocard/awesome-html5) 89 | - [Images](https://github.com/heyalexej/awesome-images) 90 | - [iOS](https://github.com/vsouza/awesome-ios) 91 | - [Koans](https://github.com/ahmdrefat/awesome-koans) 92 | - Lists 93 | - [by @bayandin](https://github.com/bayandin/awesome-awesomeness) 94 | - [by @jnv](https://github.com/jnv/lists) 95 | - [by @sindresorhus](https://github.com/sindresorhus/awesome) 96 | - [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) 97 | - [Nginx](https://github.com/fcambus/nginx-resources) 98 | - [Open Science](https://github.com/silky/awesome-open-science) 99 | - [Papers](https://github.com/papers-we-love/papers-we-love) 100 | - [Product Manager](https://github.com/hugo53/awesome-ProductManager) 101 | - [Remote Job](https://github.com/lukasz-madon/awesome-remote-job) 102 | - [Remote Work](https://github.com/hugo53/awesome-RemoteWork) 103 | - [Services Engineering](https://github.com/mmcgrana/services-engineering) 104 | - [Sheet Music](https://github.com/adius/awesome-sheet-music) 105 | - [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing) 106 | - [Styleguides](https://github.com/RichardLitt/awesome-styleguides) 107 | - [Sublime Text](https://github.com/dreikanter/sublime-bookmarks) 108 | - [SVG](https://github.com/willianjusten/awesome-svg) 109 | - [Sysadmin](https://github.com/kahun/awesome-sysadmin) 110 | - [Talks](https://github.com/JanVanRyswyck/awesome-talks) 111 | - [Tools](https://github.com/cjbarber/ToolsOfTheTrade) 112 | - [Vagrant](https://github.com/iJackUA/awesome-vagrant) 113 | - Vim 114 | - [by @akrawchyk](https://github.com/akrawchyk/awesome-vim) 115 | - [by @matteocrippa](https://github.com/matteocrippa/awesome-vim) 116 | - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) 117 | - [WebComponents](https://github.com/mateusortiz/webcomponents-the-right-way) 118 | 119 | ## License 120 | 121 | [![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) 122 | 123 | This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). 124 | --------------------------------------------------------------------------------