This commit is contained in:
fukatani 2016-10-20 01:49:52 +09:00
commit fe41e897ec

View File

@ -39,7 +39,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Media](#media)
- [Learn](#learn)
- [Security](#security)
- [Content Management System](#content-management-system)
- [Content Management Systems](#content-management-systems)
- [Miscellaneous](#miscellaneous)
@ -67,6 +67,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [IPFS](https://github.com/ipfs/awesome-ipfs)
- [Fuse](https://github.com/vinkla/awesome-fuse)
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku)
- [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more.
## Programming Languages
@ -128,6 +129,9 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Crystal](https://github.com/veelenga/awesome-crystal)
- [TypeScript](https://github.com/dzharii/awesome-typescript)
- [HDL](https://github.com/fukatani/awesome-hdl)
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM.
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
## Front-End Development
@ -184,6 +188,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps)
- [choo](https://github.com/YerkoPalma/awesome-choo) - App framework.
- [Redux](https://github.com/brillout/awesome-redux) - State container for JavaScript apps.
- [webpack](https://github.com/d3viant0ne/awesome-webpack) - Module bundler.
## Back-End Development
@ -299,10 +304,10 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet)
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet)
- [Git Tips](https://github.com/git-tips/tips)
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons)
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons) - Enhance the `git` CLI.
- [SSH](https://github.com/moul/awesome-ssh)
- [FOSS for Developers](https://github.com/httpsGithubParty/FOSS-for-Dev)
- [HyperTerm](https://github.com/bnb/awesome-hyperterm)
- [Hyper](https://github.com/bnb/awesome-hyper)
## Entertainment
@ -363,10 +368,11 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Vehicle Security and Car Hacking](https://github.com/jaredmichaelsmith/awesome-vehicle-security)
## Content Management System
## Content Management Systems
- [Umbraco](https://github.com/leekelleher/awesome-umbraco)
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms)
- [Wagtail](https://github.com/springload/awesome-wagtail)  Django CMS focused on flexibility and user experience.
## Miscellaneous
@ -450,6 +456,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Userscripts](https://github.com/brunocvcunha/awesome-userscripts) - Enhance your browsing experience.
- [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon) - Pokémon and Pokémon GO resources and tools.
- [ChatOps](https://github.com/exAspArk/awesome-chatops) - Managing technical and business operations through a chat.
- [Falsehood](https://github.com/kdeldycke/awesome-falsehood) - Falsehoods programmers believe in.
- [Domain-Driven Design](https://github.com/heynickc/awesome-ddd) - Software development approach for complex needs by connecting the implementation to an evolving model.
## License