###2017-03-13
####python
- donnemartin / system-design-primer:Learn how to design large scale systems. Prep for the system design interview.
- yunjey / pytorch-tutorial:tutorial for researchers to learn deep learning with pytorch.
- google / seq2seq:A general-purpose encoder-decoder framework for Tensorflow
- google / python-fire:Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
- Mellcap / MellPlayer:A tiny terminal player based on Python3
- sukeesh / Jarvis:Personal Assistant for Linux
- scu-igroup / telnet-scanner:telnet服务密码撞库
- python-trio / trio:Trio – Pythonic async I/O for humans and snake people
- littlecodersh / ItChat:A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
- Heumi / Fast_Multi_Style_Transfer-tf:Multi style transfer. You can make Gogh + Manet + Picasso style image
- tensorflow / models:Models built with TensorFlow
- fchollet / keras:Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
- pytorch / pytorch:Tensors and Dynamic neural networks in Python with strong GPU acceleration
- pallets / flask:A microframework based on Werkzeug, Jinja2 and good intentions
- josephmisiti / awesome-machine-learning:A curated list of awesome Machine Learning frameworks, libraries and software.
- vfaronov / httpolice:Lint for HTTP
- chipsec / chipsec:Platform Security Assessment Framework
- laike9m / pdir2:Pretty dir() printing with joy 🍺
- lmacken / pyrasite:Inject code into running Python processes
- rg3 / youtube-dl:Command-line program to download videos from YouTube.com and other video sites
- scikit-learn / scikit-learn:scikit-learn: machine learning in Python
- cr0hn / dockerscan:Docker security analysis & hacking tools
- vinta / awesome-python:A curated list of awesome Python frameworks, libraries, software and resources
- eriklindernoren / ML-From-Scratch:Bare bones Python implementations of some of the fundamental Machine Learning models and algorithms.
- kennethreitz / requests:Python HTTP Requests for Humans™
####swift
- zixun / GodEye:Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes
- msaps / Pageboy:A simple, highly informative page view controller.
- jhurray / SelectableTextView:A text view that supports selection and expansion
- fmo91 / PluggableApplicationDelegate:Smallest AppDelegate ever by using a decoupled-services based architecture. 🛠
- raywenderlich / swift-algorithm-club:Algorithms and data structures in Swift, with explanations!
- vsouza / awesome-ios:A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- lkzhao / Hero:Elegant transition library for iOS & tvOS
- lhc70000 / iina:The modern video player for macOS.
- PerfectlySoft / Perfect:Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
- Nightonke / Gitee:Gitee, OS X status bar application for Github
- soapyigu / Swift30Projects:30 mini Swift Apps for self-study
- yukiasai / Nori:Easier to apply code based style guide to storyboard.
- EnderTan / ETNavBarTransparent:Change NavigationBar's transparency at pop gestrue and other situation
- ochococo / Design-Patterns-In-Swift:Design Patterns implemented in Swift
- IvanVorobei / RequestPermission:simple permission request with beautiful UI
- shadowsocks / ShadowsocksX-NG:Next Generation of ShadowsocksX
- BestSwift / JSUStockChat:JSUStockChat is a easy way to make stock chart with Auto Layout And StoryBoard!
- dkhamsing / open-source-ios-apps:📱 Collaborative List of Open-Source iOS Apps
- jerkoch / SwipeCellKit:Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.
- louisdh / panelkit:A UI framework that enables panels on iOS.
- KelvinJin / AnimatedCollectionViewLayout:A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
- linkedin / LayoutKit:LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
- D-32 / SegmentedProgressBar:Snapchat / Instagram Stories like progress indicator
- matteocrippa / awesome-swift:A collaborative list of awesome swift resources. Feel free to contribute!
- ReactiveX / RxSwift:Reactive Programming in Swift
####javascript
- freeCodeCamp / freeCodeCamp:The https://freeCodeCamp.com open source codebase and curriculum. Learn to code and help nonprofits.
- bailicangdu / vue2-elm:基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用
- thejameskyle / react-loadable:A higher order component for loading components with promises.
- kuoa / smart-connected-mirror:Displaying real time information on a mirrored surface.
- vuejs / vue:A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- giakki / uncss:Remove unused styles from CSS
- getify / You-Dont-Know-JS:A book series on JavaScript. @YDKJS on twitter.
- kabirvirji / singlespotify:Create Spotify playlists based on one artist through the command line
- QingWei-Li / vue-trend:🌈 Simple, elegant spark lines for Vue.js
- facebookincubator / create-react-app:Create React apps with no build configuration.
- wooorm / franc:Natural language detection
- mzabriskie / axios:Promise based HTTP client for the browser and node.js
- facebook / react:A declarative, efficient, and flexible JavaScript library for building user interfaces.
- twbs / bootstrap:The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
- pixielabs / cavy:An integration test framework for React Native.
- ReactTraining / react-router:Declarative routing for React
- hyperapp / hyperapp:1kb JavaScript library for building frontend applications.
- verekia / js-stack-from-scratch:🎉 V2 release! 🎉 — Step-by-step tutorial to build a modern JavaScript stack.
- d3 / d3:Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
- airbnb / javascript:JavaScript Style Guide
- WebReflection / hyperHTML:A Fast & Light Virtual DOM Alternative
- firebase / functions-samples:Set of Cloud Functions for Firebase samples
- webpack / webpack:A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders," modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
- nodejs / node:Node.js JavaScript runtime ✨ 🐢 🚀 ✨
- pinterest / service-workers:A collection of utilities for creating/testing/experimenting with service workers.
####go
- bcicen / ctop:Top-like interface for container metrics
- google / gapid:Graphics API Debugger
- knqyf263 / pet:Simple command-line snippet manager, written in Go.
- kubernetes / kubernetes:Production-Grade Container Scheduling and Management
- docker / docker:Docker - the open-source application container engine
- golang / go:The Go programming language
- spf13 / hugo:A Fast and Flexible Static Site Generator built with love in GoLang
- bengadbois / pewpew:Flexible command line stress tester
- avelino / awesome-go:A curated list of awesome Go frameworks, libraries and software
- g3n / g3nd:G3N Game Engine Demo Program
- junegunn / fzf:🌸 A command-line fuzzy finder written in Go
- PuerkitoBio / goquery:A little like that j-thing, only in Go.
- knq / usql:usql is a universal command-line interface for SQL databases
- astaxie / build-web-application-with-golang:A golang ebook intro how to build a web with golang
- gogits / gogs:Gogs is a painless self-hosted Git service.
- saschagrunert / ccli:Command line parsing in go, with coloring support 🌈
- minio / minio:Minio is an open source object storage server compatible with Amazon S3 APIs
- g3n / engine:Go 3D Game Engine
- coreos / etcd:Distributed reliable key-value store for the most critical data of a distributed system
- astaxie / beego:beego is an open-source, high-performance web framework for the Go programming language.
- go-authboss / authboss:The boss of http auth.
- ethereum / go-ethereum:Official Go implementation of the Ethereum protocol
- ncw / rclone:"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
- xtaci / kcptun:A Secure Tunnel Based On KCP with N:M Multiplexing
- pingcap / tidb:TiDB is a distributed NewSQL database compatible with MySQL protocol