An open API service indexing awesome lists of open source software.

https://github.com/thuva4/Useful-Repositories

Manually curated collection of some useful repositories
https://github.com/thuva4/Useful-Repositories

Last synced: 2 months ago
JSON representation

Manually curated collection of some useful repositories

Awesome Lists containing this project

README

        

# Useful-Repositories
Manually curated collection of some useful repositories

## Android ##
* [Android Architecture Blueprints](https://github.com/googlesamples/android-architecture): Demonstrates examples for implementing Android architecture with MVP, Clean or MVVM.
* [Android UI/UX Libraries](https://github.com/wasabeef/awesome-android-ui): A curated list of awesome Android UI/UX libraries.
* [Android Clean Architecture Boilerplate](https://github.com/bufferapp/android-clean-architecture-boilerplate): A boilerplate implementation of a simple Android app using Clean Architecture.
* [A small, yet full-featured framework that allows building View-based Android applications
](https://github.com/bluelinelabs/Conductor)

## Bootstrap
* [Core Framework](https://github.com/twbs/bootstrap): Bootstrap is an HTML, CSS, and JavaScript framework.
* [Bootstrap for Sass](https://github.com/twbs/bootstrap-sass): bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
* [React-Bootstrap](https://github.com/react-bootstrap/react-bootstrap): Bootstrap 3 components built with React..

## Git & Github
* [Standard Readme](https://github.com/RichardLitt/standard-readme): A useful guide and template for a readme
* [Awesome Git](https://github.com/dictcp/awesome-git): A curated list of amazingly awesome Git tools, resources and shiny things

## Security
* [Awesome-Hacking](https://github.com/Hack-with-Github/Awesome-Hacking): A list for hackers, pentesters, and people who wants to know more about security
* [API Security Checklist](https://github.com/shieldfy/API-Security-Checklist): A checklist for security when developing API endpoints

## C++
* [free-programming-books](https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#c-1): 📚 Freely available programming books
* [Awesome C/C++](https://github.com/fffaraz/awesome-cpp): A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things.
* [Awesome Modern C++](https://github.com/rigtorp/awesome-modern-cpp): A collection of resources on modern C++

## Python
* [Awesome-Python](https://github.com/vinta/awesome-python): A curated list of awesome Python frameworks, libraries, software and resources
* [awesome-python](https://github.com/uhub/awesome-python): A curated list of awesome Python frameworks, libraries and software.
* [free-programming-books](https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#python): 📚 Freely available programming books for python.

## Scala
* [Awesome-scala](https://github.com/lauris/awesome-scala): A community driven list of useful Scala libraries, frameworks and software.
* [Scala-Best-Practices](https://github.com/alexandru/scala-best-practices): A collection of best practices in Scala.

## Swift
* [Ray Wenderlich Swift Style Guide](https://github.com/raywenderlich/swift-style-guide): an exhaustive and maintained style guide centered on readability for print and web, with overarching goals for clarity, consistency and brevity when writing in swift.
* [Alamofire](https://github.com/Alamofire/Alamofire): a closure-based HTTP networking library that leverages NSURLSession and the Foundation URL Loading System using a swift interface.
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON): a simplified JSON parsing library with clear, concise syntax.
* [Realm](https://github.com/realm/realm-cocoa): a fast, lightweight and simple-to-use cross-platform mobile database designed specifically for mobile applications.
* [AudioKit](https://github.com/audiokit/AudioKit): an audio synthesis, processing and analysis platform.
* [BlueJay](https://github.com/steamclock/bluejay): a simple framework for building reliable Bluetooth LE apps.
* [Music-Player](https://github.com/bpolat/Music-Player): a Fully functional music player which is written in swift.
* [Swift30Projects](https://github.com/soapyigu/Swift30Projects): 30 mini Swift Apps for self-study

## React
* [Awesome React](https://github.com/enaqx/awesome-react): A collection of awesome things regarding React ecosystem.
* [React Patterns](https://github.com/chantastic/reactpatterns.com): A collection of design patterns for React developers.
* [Redux Data Structures](https://github.com/adrienjt/redux-data-structures): Reducer factory functions for common data structures.
* [react-dates](https://github.com/airbnb/react-dates): An easily internationalizable, mobile-friendly datepicker library for the web.
* [downshift](https://github.com/paypal/downshift): Primitives to build simple, flexible, WAI-ARIA compliant enhanced input React components.
* [gatsby](https://github.com/gatsbyjs/gatsby): Blazing fast static site generator for React

## Code Katas
* [kata-catalog](https://github.com/ardalis/kata-catalog): A curated catalog of coding katas maintained by Steve Ardalis.

## NodeJS
* [Awesome-NodeJS](https://github.com/sindresorhus/awesome-nodejs): An awesome list of NodeJS packages and resources.
* [Fastify](https://github.com/fastify/fastify): Fast and low overhead web framework, for Node.js

## ElectronJS
* [Awesome-Electron](https://github.com/sindresorhus/awesome-electron): An awesome list for creating apps with ElectronJS.

## Machine Learning
* [Machine Learning Mind Map](https://github.com/dformoso/machine-learning-mindmap): A mind map which spans the depth and width of machine learning techniques and concepts.

## Frameworks
* [Propeller](https://github.com/digicorp/propeller): a front-end responsive framework based on Google's Material Design Standards & Bootstrap
* [Play Framework](https://github.com/playframework/playframework): The High Velocity Web Framework For Java and Scala
* [beego](https://github.com/astaxie/beego): beego is an open-source, high-performance web framework for the Go programming language.

## Javascript
* [TypedJS](https://github.com/mattboldt/typed.js): a JavaScript Typing Animation Library
* [Napa.js](https://github.com/Microsoft/napajs): Napa.js: a multi-threaded JavaScript runtime
* [Prettier](https://github.com/prettier/prettier): Prettier is an opinionated code formatter.

## Vue
* [Awesome-Vue](https://github.com/vuejs/awesome-vue): An awesome list for the MVVM framework Vue.js

## Neural Network and Deep Learning
* [Neural-networks-and-Deep-learning](https://github.com/mnielsen/neural-networks-and-deep-learning): Code Samples from the book "Neural Network and Deep learning" written by mnielsen (Reference: http://neuralnetworksanddeeplearning.com)

## Algorithms
* [Awesome-algorithms](https://github.com/tayllan/awesome-algorithms): A curated list of awesome places to learn and/or practice algorithms.
* [awesome-competitive-programming](https://github.com/lnishan/awesome-competitive-programming): A curated list of awesome Competitive Programming, Algorithm and Data Structure resources

## Angular
* [Angular](https://github.com/angular/angular): One framework. Mobile & desktop.
* [Angular-CLI](https://github.com/angular/angular-cli): CLI tool for Angular.
* [Awesome Angular](https://github.com/AngularClass/awesome-angular): A curated list of awesome Angular resources by @AngularClass which has useful information an angular developer must go through. This has almost everything linked.
* [Admin template based on Angular 4](https://github.com/akveo/ngx-admin): Admin dashboard template based onAngular 4+, Bootstrap 4.
* [Chat Application using RxJS and Angular 2](https://github.com/ng-book/angular2-rxjs-chat): AExample Chat Application using RxJS and Angular 2
* [NgRx repo's](https://github.com/ngrx): A collection of repositories to work with reactive programming using Angular, with make easier to implement Redux.
* [Angular Firebase](https://github.com/angular/angularfire2): A library with make easier to integrate Angular (also Ionic) with Firebase. At the momment, it has the implementation to Firestore, Realtime Database and Authenticated (Firebase resources).
* [Material 2 for Angular](https://github.com/angular/material2): Material Design components for Angular
* [Materialize Design for Angular](https://github.com/sherweb/ng2-materialize): Angular wrap around Materialize library
* [Angular Fullpage](https://github.com/meiblorn/ngx-fullpage): Angular fullPage.js port library

## Ionic
* [Ionic](https://github.com/ionic-team/ionic): the open-source mobile app development framework that makes it easy to build top quality native and progressive web apps with web technologies.
* [Ionic-CLI](https://github.com/ionic-team/ionic-cli) CLI tool for Ionic.
* [Ionic Conference App](https://github.com/ionic-team/ionic-conference-app) AExample App created with Ionic by Ionic Team. This project is just to show off Ionic components in a real-world application.

## Kotlin
* [Kotlin](https://github.com/JetBrains/kotlin): The Kotlin programming language.