掌握聚合最新动态了解行业最新趋势
API接口,开发服务,免费咨询服务

研究了5000多个开源项目,发现那些在GitHub上打星最多的60%是库或框架

我们发现,在GitHub上最受欢迎的项目中有60%是库或框架。在2017年一月份,我们手动地对5000个在GitHub上打星最多的开源项目进行了分类。

结果如下图所示。

前三大领域是库和框架(1,535个存储库,30.7%),非Web库和框架(1,439个存储库,28.7%)和软件工具(972个存储库,占19.4%)。

以下是我们的统计:

最受欢迎的应用:

atom:GitHub推出的编辑器。

GitHub:https://github.com/atom/atom

Jekyll :一个强大的静态Blog站点生成器。

GitHub地址:https://github.com/jekyll/jekyll

Brackets:Adobe发布免费开源编辑器

GitHub:https://github.com/adobe/brackets

resume:使用你的GitHub信息生成简历,输入你的GitHub用户名即可,求职必备。

GitHub:https://github.com/resume/resume.github.com

hacker-scripts:这是一个真实的故事,这个项目包括了一系列名字既搞笑又另类的软件脚本。

Narkoz说这些脚本是一个已经离开公司的前同事留下的。这个前同事最大的特点就是任何需要花费超过90秒才能完成的事,他一定要写段脚本来自动化(大神啊大神),可以在宿醉的时候给公司发请假条,可以在适当的时候给老婆发晚归短信,也可以发短信哄老婆,还可以远程煮咖啡!。

GitHub:https://github.com/NARKOZ/hacker-scripts


最受欢迎的文档库:

FreeCodeCamp:一个开源的在线编程学习平台

GitHub:https://github.com/freeCodeCamp/freeCodeCamp

You Don't Know JS:神书,不解释(全套六本)。

请支持正版:https://book.douban.com/subject/25883834/

JavaScript

GitHub:https://github.com/airbnb/javascript

awesome-python:Python资源大全。

Apollo-11 阿波罗-11登月模块源码:阿波罗11号制导计算机(AGC)中指令模块(Comanche055)和登月模块(Luminary099)原始代码。

GitHub:https://github.com/chrislgarry/Apollo-11/blob/master/README.zh_cn.md


最受欢迎的应用工具:

Oh-My-Zsh:oh-my-zsh配置你的zsh提高shell逼格的终极选择!

GitHub:https://github.com/robbyrussell/oh-my-zsh

TensorFlow:Google 开源的机器学习平台

GitHub:https://github.com/tensorflow/tensorflow

AFNetworking:是一个轻量级的iOS网络通信类库,建立在NSURLConnection和NSOperation等类库的基础上。

GitHub:https://github.com/AFNetworking/AFNetworking

httpie:HTTPie是一个CLI HTTP 客户端; 目标是让 CLI 和 web 服务之间的交互尽可能的人性化,功能强大,界面直观,支持JSON,语法高亮,wget似快速下载,可开发插件扩展。

GitHub:https://github.com/jkbrzt/httpie


最流行的Web库和框架:

Bootstrap:著名的快速开发响应式Web应用程序的前端工具包。

GitHub:https://github.com/twbs/bootstrap

D3.js:最流行的Javascript可视化图形库之一

GitHub:https://github.com/d3/d3

React

GitHub:https://github.com/facebook/react

AngularJS

GitHub:https://github.com/angular/angular.js

Font-Awesome:Font Awesome为您提供可缩放的矢量图标,您可以使用CSS所提供的所有特性对它们进行更改,包括:大小、颜色、阴影或者其它任何支持的效果。

GitHub:https://github.com/FortAwesome/Font-Awesome

最受欢迎的非Web库和框架:

Electron:GitHub发布的跨平台桌面应用开发工具,基于 Web 技术。

GitHub:https://github.com/electron/electron

Socket.IO:是一个完全由JavaScript实现、基于Node.js、支持WebSocket的协议用于实时通信、跨平台的开源框架,它包括了客户端的JavaScript和服务器端的Node.js。

GitHub:https://github.com/socketio/socket.io

Moment:一个 JavaScript 日期处理类库,用于解析、检验、操作、以及显示日期。

GitHub:https://github.com/moment/moment

Alamofire:Alamofire是一个用Swift编写的HTTP网络库。

GitHub:https://github.com/Alamofire/Alamofire

Lodash:Lodash是一个具有一致接口、模块化、高性能等特性的 JavaScript 工具库。

GitHub:https://github.com/lodash/lodash

下载GitHub star数前五千项目列表

NameStarsForksLanguageDescriptionURLDomainGrowth Pattern
freeCodeCamp/freeCodeCamp2241368997JavaScriptThe https://freeCodeCamp.com open source codebase and curriculum. Learn to code and help nonprofits.https://github.com/freeCodeCamp/freeCodeCampDocumentation
twbs/bootstrap10599148185JavaScriptThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.https://github.com/twbs/bootstrapWeb libraries and frameworks
d3/d35946215847JavaScriptBring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:https://github.com/d3/d3Web libraries and frameworks
facebook/react5817610559JavaScriptA declarative, efficient, and flexible JavaScript library for building user interfaces.https://github.com/facebook/reactWeb libraries and frameworks
angular/angular.js5443927059JavaScriptHTML enhanced for web appshttps://github.com/angular/angular.jsWeb libraries and frameworks
getify/You-Dont-Know-JS498287657JavaScriptA book series on JavaScript. @YDKJS on twitter.https://github.com/getify/You-Dont-Know-JSDocumentation
robbyrussell/oh-my-zsh4813611625ShellA delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.https://github.com/robbyrussell/oh-my-zshSoftware tools
FortAwesome/Font-Awesome478658291HTMLThe iconic font and CSS toolkithttps://github.com/FortAwesome/Font-AwesomeWeb libraries and frameworks
airbnb/javascript461558853JavaScriptJavaScript Style Guidehttps://github.com/airbnb/javascriptDocumentation
tensorflow/tensorflow4372120354C++Computation using data flow graphs for scalable machine learninghttps://github.com/tensorflow/tensorflowSoftware tools
facebook/react-native431519887JavaScriptA framework for building native apps with React.https://github.com/facebook/react-nativeWeb libraries and frameworksFast
jquery/jquery4309811969JavaScriptjQuery JavaScript Libraryhttps://github.com/jquery/jqueryWeb libraries and frameworks
torvalds/linux4115015715CLinux kernel source treehttps://github.com/torvalds/linuxSystem softwareModerate
electron/electron407554830C++Build cross platform desktop apps with JavaScript, HTML, and CSShttps://github.com/electron/electronNon-web libraries and frameworksFast
vuejs/vue406055012JavaScriptA progressive, incrementally-adoptable JavaScript framework for building UI on the web.https://github.com/vuejs/vueWeb libraries and frameworksFast
docker/docker3900211629GoDocker - the open-source application container enginehttps://github.com/docker/dockerSystem softwareModerate
daneden/animate.css385238662CSSA cross-browser library of CSS animations. As easy to use as an easy thing.https://github.com/daneden/animate.cssWeb libraries and frameworksModerate
meteor/meteor365234552JavaScriptMeteor, the JavaScript App Platformhttps://github.com/meteor/meteorWeb libraries and frameworksModerate
h5bp/html5-boilerplate363449006JavaScriptA professional front-end template for building fast, robust, and adaptable web apps or sites.https://github.com/h5bp/html5-boilerplateWeb libraries and frameworksSlow
apple/swift362885290C++The Swift Programming Languagehttps://github.com/apple/swiftSystem software
rails/rails3418813896RubyRuby on Railshttps://github.com/rails/railsWeb libraries and frameworksSlow
atom/atom341435908CoffeeScriptThe hackable text editorhttps://github.com/atom/atomApplication softwareModerate
hakimel/reveal.js324569792JavaScriptThe HTML Presentation Frameworkhttps://github.com/hakimel/reveal.jsWeb libraries and frameworksModerate
Semantic-Org/Semantic-UI308913517JavaScriptSemantic is a UI component framework based around useful principles from natural language.https://github.com/Semantic-Org/Semantic-UIWeb libraries and frameworksModerate
nodejs/node308845676JavaScriptNode.js JavaScript runtime :sparkles::turtle::rocket::sparkles:https://github.com/nodejs/nodeSystem softwareModerate
impress/impress.js307306479JavaScriptIt's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.https://github.com/impress/impress.jsWeb libraries and frameworksSlow
nwjs/nw.js305143446C++Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies.https://github.com/nwjs/nw.jsSystem softwareSlow
mrdoob/three.js3026910538JavaScriptJavaScript 3D library.https://github.com/mrdoob/three.jsWeb libraries and frameworksModerate
socketio/socket.io300675765JavaScriptRealtime application framework (Node.JS server)https://github.com/socketio/socket.ioNon-web libraries and frameworksModerate
moment/moment295954248JavaScriptParse, validate, manipulate, and display dates in javascript.https://github.com/moment/momentNon-web libraries and frameworksSlow
expressjs/express295885415JavaScriptFast, unopinionated, minimalist web framework for node.https://github.com/expressjs/expressWeb libraries and frameworksModerate
Homebrew/legacy-homebrew2932413823Ruby:skull: The former home of Homebrewhttps://github.com/Homebrew/legacy-homebrewSoftware toolsSlow
laravel/laravel288569543PHPA PHP Framework For Web Artisanshttps://github.com/laravel/laravelWeb libraries and frameworksModerate
vinta/awesome-python286495442PythonA curated list of awesome Python frameworks, libraries, software and resourceshttps://github.com/vinta/awesome-pythonDocumentationModerate
jekyll/jekyll283276280Ruby:globe_with_meridians: Jekyll is a blog-aware, static site generator in Rubyhttps://github.com/jekyll/jekyllApplication softwareModerate
AFNetworking/AFNetworking282078950Objective-CA delightful networking framework for iOS, OS X, watchOS, and tvOS.https://github.com/AFNetworking/AFNetworkingSoftware toolsModerate
jkbrzt/httpie278311800PythonModern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. Follow https://twitter.com/clihttp for tips and updates.https://github.com/jkbrzt/httpieSoftware toolsModerate
google/material-design-icons276815286CSSMaterial Design icons by Googlehttps://github.com/google/material-design-iconsWeb libraries and frameworksModerate
driftyco/ionic276316566TypeScriptBuild amazing native and progressive web apps with Angular and open web technologies. One app running on everything ?https://github.com/driftyco/ionicWeb libraries and frameworksModerate
chartjs/Chart.js275517361JavaScriptSimple HTML5 Charts using the <canvas> taghttps://github.com/chartjs/Chart.jsWeb libraries and frameworksModerate
reactjs/redux274844967JavaScriptPredictable state container for JavaScript appshttps://github.com/reactjs/reduxWeb libraries and frameworksFast
adobe/brackets267695656JavaScriptAn open source code editor for the web, written in JavaScript, HTML and CSS.https://github.com/adobe/bracketsApplication softwareSlow
resume/resume.github.com26228695JavaScriptResumes generated using the GitHub informationshttps://github.com/resume/resume.github.comApplication softwareModerate
NARKOZ/hacker-scripts261124801JavaScriptBased on a true storyhttps://github.com/NARKOZ/hacker-scriptsApplication software
jashkenas/backbone259735641JavaScriptGive your JS App some Backbone with Models, Views, Collections, and Eventshttps://github.com/jashkenas/backboneWeb libraries and frameworksSlow
blueimp/jQuery-File-Upload258036943JavaScriptFile Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.https://github.com/blueimp/jQuery-File-UploadWeb libraries and frameworksSlow
google/material-design-lite256444336HTMLMaterial Design Components in HTML/CSS/JShttps://github.com/google/material-design-liteWeb libraries and frameworksModerate
gulpjs/gulp249473504JavaScriptThe streaming build systemhttps://github.com/gulpjs/gulpSoftware toolsModerate
zurb/foundation-sites248035420JavaScriptThe most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.https://github.com/zurb/foundation-sitesWeb libraries and frameworksSlow
pallets/flask247787879PythonA microframework based on Werkzeug, Jinja2 and good intentionshttps://github.com/pallets/flaskWeb libraries and frameworksModerate
necolas/normalize.css245004997HTMLA collection of HTML element and attribute style-normalizationshttps://github.com/necolas/normalize.cssWeb libraries and frameworksModerate
Dogfalo/materialize241203500JavaScriptMaterialize, a CSS Framework based on Material Designhttps://github.com/Dogfalo/materializeWeb libraries and frameworksModerate
golang/go240013208GoThe Go programming languagehttps://github.com/golang/goSystem softwareModerate
nvbn/thefuck236881146PythonMagnificent app which corrects your previous console command.https://github.com/nvbn/thefuckSoftware toolsModerate
webpack/webpack233852677JavaScriptA 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.https://github.com/webpack/webpackWeb libraries and frameworksFast
django/django233729432PythonThe Web framework for perfectionists with deadlines.https://github.com/django/djangoWeb libraries and frameworksModerate
rg3/youtube-dl231244428PythonCommand-line program to download videos from YouTube.com and other video siteshttps://github.com/rg3/youtube-dlApplication softwareModerate
chrislgarry/Apollo-11229853251AssemblyOriginal Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.https://github.com/chrislgarry/Apollo-11DocumentationViral
kennethreitz/requests229784141PythonPython HTTP Requests for Humansâ„¢https://github.com/kennethreitz/requestsSoftware toolsModerate
callemall/material-ui226034027JavaScriptReact Components that Implement Google's Material Design.https://github.com/callemall/material-uiWeb libraries and frameworksModerate
getlantern/lantern218765653Go:izakaya_lantern: Open Internet for everyone. Lantern is a free application that delivers fast, reliable and secure access to the open Internet for users in censored regions. It uses a variety of techniques to stay unblocked, including domain fronting, p2p, and pluggable transports.https://github.com/getlantern/lanternApplication softwareFast
yarnpkg/yarn21809835JavaScript?? Fast, reliable, and secure dependency management.https://github.com/yarnpkg/yarnSoftware tools
Microsoft/vscode217753070TypeScriptVisual Studio Codehttps://github.com/Microsoft/vscodeSoftware toolsViral
TryGhost/Ghost217135161JavaScriptA simple, powerful publishing platformhttps://github.com/TryGhost/GhostApplication softwareSlow
nylas/N1216931019JavaScript:love_letter: An extensible desktop mail app built on the modern web.https://github.com/nylas/N1Application softwareFast
Alamofire/Alamofire216123724SwiftElegant HTTP Networking in Swifthttps://github.com/Alamofire/AlamofireNon-web libraries and frameworksModerate
antirez/redis214868067CRedis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.https://github.com/antirez/redisSystem softwareModerate
neovim/neovim213321518VimLVim-fork focused on extensibility and agility.https://github.com/neovim/neovimApplication softwareModerate
lodash/lodash211292097JavaScriptA modern JavaScript utility library delivering modularity, performance, & extras.https://github.com/lodash/lodashNon-web libraries and frameworksModerate
ansible/ansible209676620PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.https://github.com/ansible/ansibleSoftware toolsModerate
ariya/phantomjs207814400HTMLScriptable Headless WebKithttps://github.com/ariya/phantomjsSoftware toolsModerate
ReactiveX/RxJava207343661JavaRxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.https://github.com/ReactiveX/RxJavaSystem softwareFast
elastic/elasticsearch204417055JavaOpen Source, Distributed, RESTful Search Enginehttps://github.com/elastic/elasticsearchSoftware toolsModerate
discourse/discourse204045367RubyA platform for community discussion. Free, open, simple.https://github.com/discourse/discourseApplication softwareSlow
harvesthq/chosen203533944HTMLChosen is a library for making long, unwieldy select boxes more friendly.https://github.com/harvesthq/chosenWeb libraries and frameworksSlow
caolan/async202551960JavaScriptAsync utilities for node and the browserhttps://github.com/caolan/asyncNon-web libraries and frameworksModerate
rust-lang/rust200903808RustA safe, concurrent, practical language.https://github.com/rust-lang/rustSystem softwareModerate
kubernetes/kubernetes200696799GoProduction-Grade Container Scheduling and Managementhttps://github.com/kubernetes/kubernetesSoftware toolsModerate
jashkenas/underscore199964561JavaScriptJavaScript's utility _ belthttps://github.com/jashkenas/underscoreNon-web libraries and frameworksSlow
angular/angular199615175TypeScripthttps://github.com/angular/angularWeb libraries and frameworksFast
tastejs/todomvc1987111253JavaScriptHelping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many morehttps://github.com/tastejs/todomvcDocumentationModerate
Modernizr/Modernizr195872684JavaScriptModernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.https://github.com/Modernizr/ModernizrWeb libraries and frameworksSlow
babel/babel195491590JavaScript:tropical_fish: Babel is a compiler for writing next generation JavaScript.https://github.com/babel/babelSoftware toolsModerate
josephmisiti/awesome-machine-learning194884717PythonA curated list of awesome Machine Learning frameworks, libraries and software.https://github.com/josephmisiti/awesome-machine-learningDocumentationFast
select2/select2192874216JavaScriptSelect2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.https://github.com/select2/select2Web libraries and frameworksSlow
facebookincubator/create-react-app190832072JavaScriptCreate React apps with no build configuration.https://github.com/facebookincubator/create-react-appWeb libraries and frameworks
minimaxir/big-list-of-naughty-strings19083735PythonThe Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.https://github.com/minimaxir/big-list-of-naughty-stringsDocumentationModerate
ReactTraining/react-router189794550JavaScriptDeclarative routing for Reacthttps://github.com/ReactTraining/react-routerWeb libraries and frameworksFast
gitlabhq/gitlabhq189395148RubyGitLab CE | Please open new issues in our issue tracker on GitLab.comhttps://github.com/gitlabhq/gitlabhqSoftware toolsSlow
typicode/json-server186501319JavaScriptGet a full fake REST API with zero coding in less than 30 seconds (seriously)https://github.com/typicode/json-serverSystem softwareModerate
sahat/hackathon-starter185633092CSSA boilerplate for Node.js web applicationshttps://github.com/sahat/hackathon-starterWeb libraries and frameworksModerate
Microsoft/TypeScript184362594TypeScriptTypeScript is a superset of JavaScript that compiles to clean JavaScript output.https://github.com/Microsoft/TypeScriptSoftware toolsFast
square/retrofit183993823JavaType-safe HTTP client for Android and Java by Square, Inc.https://github.com/square/retrofitNon-web libraries and frameworksFast
scrapy/scrapy179784937PythonScrapy, a fast high-level web crawling & scraping framework for Python.https://github.com/scrapy/scrapyNon-web libraries and frameworksModerate
bayandin/awesome-awesomeness179772270RubyA curated list of awesome awesomenesshttps://github.com/bayandin/awesome-awesomenessDocumentationSlow
firehol/netdata179151374CGet control of your servers. Simple. Effective. Awesome. https://my-netdata.io/https://github.com/firehol/netdataSoftware toolsViral
avelino/awesome-go177382235GoA curated list of awesome Go frameworks, libraries and softwarehttps://github.com/avelino/awesome-goDocumentationModerate
prakhar1989/awesome-courses177353142HTML:books: List of awesome university courses for learning Computer Science!https://github.com/prakhar1989/awesome-coursesDocumentationSlow
vsouza/awesome-ios175133032SwiftA curated list of awesome iOS ecosystem, including Objective-C and Swift Projectshttps://github.com/vsouza/awesome-iosDocumentationFast
emberjs/ember.js174363646JavaScriptEmber.js - A JavaScript framework for creating ambitious web applicationshttps://github.com/emberjs/ember.jsWeb libraries and frameworksSlow
alvarotrigo/fullPage.js174314616JavaScriptfullPage plugin by Alvaro Trigo. Create full screen pages fast and simplehttps://github.com/alvarotrigo/fullPage.jsWeb libraries and frameworksModerate
FezVrasta/bootstrap-material-design174273016CSSMaterial design theme for Bootstrap 3 and 4https://github.com/FezVrasta/bootstrap-material-designWeb libraries and frameworksModerate
certbot/certbot174211505PythonCertbot, previously the Let's Encrypt Client, is EFF's tool to obtain certs from Let's Encrypt, and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.https://github.com/certbot/certbotSoftware toolsFast
gogits/gogs174081945GoGogs (Go Git Service) is a painless self-hosted Git service.https://github.com/gogits/gogsSoftware toolsModerate
rethinkdb/rethinkdb173941468C++The open-source database for the realtime web.https://github.com/rethinkdb/rethinkdbSystem softwareModerate
Leaflet/Leaflet173712933JavaScript:leaves: JavaScript library for mobile-friendly interactive mapshttps://github.com/Leaflet/LeafletWeb libraries and frameworksModerate
facebook/pop170782724Objective-C++An extensible iOS and OS X animation library, useful for physics-based interactions.https://github.com/facebook/popNon-web libraries and frameworksModerate
kenwheeler/slick170692720JavaScriptthe last carousel you'll ever needhttps://github.com/kenwheeler/slickWeb libraries and frameworksModerate
square/okhttp170374367JavaAn HTTP+HTTP/2 client for Android and Java applications.https://github.com/square/okhttpWeb libraries and frameworksFast
creationix/nvm170311644ShellNode Version Manager - Simple bash script to manage multiple active node.js versionshttps://github.com/creationix/nvmSoftware toolsModerate
adam-p/markdown-here170132792JavaScriptGoogle Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.https://github.com/adam-p/markdown-hereSoftware toolsModerate
Polymer/polymer168121680HTMLBuild modern apps using web componentshttps://github.com/Polymer/polymerWeb libraries and frameworksModerate
Unitech/pm2168021300JavaScriptProduction process manager for Node.js apps with a built-in load balancerhttps://github.com/Unitech/pm2Software toolsModerate
facebook/immutable-js16801883JavaScriptImmutable persistent data collections for Javascript which increase efficiency and simplicity.https://github.com/facebook/immutable-jsNon-web libraries and frameworksModerate
mozilla/pdf.js167584011JavaScriptPDF Reader in JavaScripthttps://github.com/mozilla/pdf.jsWeb libraries and frameworksSlow
rs/SDWebImage167084613Objective-CAsynchronous image downloader with cache support as a UIImageView categoryhttps://github.com/rs/SDWebImageWeb libraries and frameworksModerate
Prinzhorn/skrollr166453347HTMLStand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).https://github.com/Prinzhorn/skrollrWeb libraries and frameworksSlow
plataformatec/devise164783760RubyFlexible authentication solution for Rails with Warden.https://github.com/plataformatec/deviseNon-web libraries and frameworksSlow
iluwatar/java-design-patterns164725538JavaDesign patterns implemented in Javahttps://github.com/iluwatar/java-design-patternsDocumentationModerate
ReactiveCocoa/ReactiveCocoa164253103SwiftStreams of values over timehttps://github.com/ReactiveCocoa/ReactiveCocoaNon-web libraries and frameworksModerate
balderdashy/sails163411669JavaScriptRealtime MVC Framework for Node.jshttps://github.com/balderdashy/sailsWeb libraries and frameworksModerate
nvie/gitflow163391806ShellGit extensions to provide high-level repository operations for Vincent Driessen's branching model.https://github.com/nvie/gitflowSoftware toolsSlow
numbbbbb/the-swift-programming-language-in-chinese163384515CSS中文版 Apple 官方 Swift 教程《The Swift Programming Language》https://github.com/numbbbbb/the-swift-programming-language-in-chineseDocumentationModerate
justjavac/free-programming-books-zh_CN161406648JavaScript:books: 免费的计算机编程类中文书籍,欢迎投稿https://github.com/justjavac/free-programming-books-zh_CNDocumentationModerate
shadowsocks/shadowsocks160179980Pythonhttps://github.com/shadowsocks/shadowsocksSoftware toolsModerate
git/git159889024CGit Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.https://github.com/git/gitSoftware toolsModerate
scikit-learn/scikit-learn159608917Pythonscikit-learn: machine learning in Pythonhttps://github.com/scikit-learn/scikit-learnNon-web libraries and frameworksModerate
mathiasbynens/dotfiles158195877Shell:wrench: .files, including ~/.macos — sensible hacker defaults for macOShttps://github.com/mathiasbynens/dotfilesSoftware toolsSlow
yahoo/pure158011851HTMLA set of small, responsive CSS modules that you can use in every web project.https://github.com/yahoo/pureWeb libraries and frameworksSlow
zenorocha/clipboard.js157501152JavaScript:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:https://github.com/zenorocha/clipboard.jsWeb libraries and frameworks
ecomfe/echarts157405404JavaScriptA powerful, interactive charting and visualization library for browserhttps://github.com/ecomfe/echartsWeb libraries and frameworksModerate
open-guides/og-aws15722989Shell? Amazon Web Services — a practical guidehttps://github.com/open-guides/og-awsDocumentation
IanLunn/Hover156163326CSSA collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.https://github.com/IanLunn/HoverWeb libraries and frameworksModerate
google/web-starter-kit155192653HTMLWeb Starter Kit - a workflow for multi-device websiteshttps://github.com/google/web-starter-kitWeb libraries and frameworksModerate
BVLC/caffe154989584C++Caffe: a fast open framework for deep learning.https://github.com/BVLC/caffeNon-web libraries and frameworksFast
cantino/huginn154981689RubyCreate agents that monitor and act on your behalf. Your agents are standing by!https://github.com/cantino/huginnSoftware toolsModerate
hammerjs/hammer.js154352230JavaScriptA javascript library for multi-touch gestures :// You can touch thishttps://github.com/hammerjs/hammer.jsWeb libraries and frameworksSlow
bevacqua/dragula15188991JavaScript:ok_hand: Drag and drop so simple it hurtshttps://github.com/bevacqua/dragulaWeb libraries and frameworksModerate
angular/material150783220JavaScriptMaterial design for Angularhttps://github.com/angular/materialWeb libraries and frameworksModerate
t4t5/sweetalert150232001JavaScriptA beautiful replacement for JavaScript's "alert"https://github.com/t4t5/sweetalertWeb libraries and frameworksSlow
videojs/video.js149504313JavaScriptVideo.js - open source HTML5 & Flash video playerhttps://github.com/videojs/video.jsWeb libraries and frameworksModerate
bower/bower149131952JavaScriptA package manager for the webhttps://github.com/bower/bowerSoftware toolsSlow
BradLarson/GPUImage147893694Objective-CAn open source iOS framework for GPU-based image and video processinghttps://github.com/BradLarson/GPUImageNon-web libraries and frameworksModerate
syncthing/syncthing147701152GoOpen Source Continuous File Synchronizationhttps://github.com/syncthing/syncthingSoftware toolsModerate
usablica/intro.js147481863HTMLA better way for new feature introduction and step-by-step users guide for your website and project.https://github.com/usablica/intro.jsWeb libraries and frameworksModerate
nostra13/Android-Universal-Image-Loader147466350JavaPowerful and flexible library for loading, caching and displaying images on Android.https://github.com/nostra13/Android-Universal-Image-LoaderNon-web libraries and frameworksModerate
defunkt/jquery-pjax145851831JavaScriptpushState + ajax = pjaxhttps://github.com/defunkt/jquery-pjaxWeb libraries and frameworksSlow
google/protobuf145474403C++Protocol Buffers - Google's data interchange formathttps://github.com/google/protobufNon-web libraries and frameworksFast
spf13/hugo144662159GoA Fast and Flexible Static Site Generator built with love in GoLanghttps://github.com/spf13/hugoApplication softwareFast
less/less.js143863342JavaScriptLeaner CSShttps://github.com/less/less.jsWeb libraries and frameworksSlow
almasaeed2010/AdminLTE143825091HTMLAdminLTE - Free Premium Admin control Panel Theme Based On Bootstrap 3.xhttps://github.com/almasaeed2010/AdminLTEWeb libraries and frameworksFast
vshatskyi/black-screen14348399TypeScriptA terminal emulator for the 21st century.https://github.com/vshatskyi/black-screenSoftware toolsFast
zeit/hyper14275970JavaScriptA terminal built on web technologieshttps://github.com/zeit/hyperApplication software
hexojs/hexo142532204JavaScriptA fast, simple & powerful blog framework, powered by Node.js.https://github.com/hexojs/hexoApplication softwareModerate
facebook/hhvm142242597C++A virtual machine designed for executing programs written in Hack and PHP.https://github.com/facebook/hhvmSystem softwareSlow
Reactive-Extensions/RxJS141931585JavaScriptThe Reactive Extensions for JavaScripthttps://github.com/Reactive-Extensions/RxJSWeb libraries and frameworksFast
photonstorm/phaser141814721HTMLPhaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.https://github.com/photonstorm/phaserWeb libraries and frameworksModerate
ajaxorg/ace141793358JavaScriptAce (Ajax.org Cloud9 Editor)https://github.com/ajaxorg/aceApplication softwareSlow
SamyPesse/How-to-Make-a-Computer-Operating-System141262468CHow to Make a Computer Operating System in C++https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-SystemDocumentationModerate
SnapKit/Masonry141052755Objective-CHarness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layouthttps://github.com/SnapKit/MasonryNon-web libraries and frameworksModerate
google/guava140973379JavaGoogle Core Libraries for Java 6+https://github.com/google/guavaNon-web libraries and frameworksFast
GitbookIO/gitbook140951741JavaScript? Modern documentation format and toolchain using Git and Markdownhttps://github.com/GitbookIO/gitbookApplication softwareModerate
grafana/grafana140802215GoGorgeous metric viz, dashboards & editors for Graphite, InfluxDB & Prometheushttps://github.com/grafana/grafanaWeb libraries and frameworksModerate
JakeWharton/butterknife140343027JavaBind Android views and callbacks to fields and methods.https://github.com/JakeWharton/butterknifeNon-web libraries and frameworksFast
serverless/serverless140271198JavaScriptServerless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –https://github.com/serverless/serverlessWeb libraries and frameworksFast
request/request140061728JavaScript?? Simplified HTTP request client.https://github.com/request/requestNon-web libraries and frameworksModerate
ftlabs/fastclick139812255HTMLPolyfill to remove click delays on browsers with touch UIshttps://github.com/ftlabs/fastclickWeb libraries and frameworksSlow
mitchellh/vagrant139142956RubyVagrant is a tool for building and distributing development environments.https://github.com/mitchellh/vagrantSoftware toolsModerate
VundleVim/Vundle.vim138451695VimLVundle, the plug-in manager for Vimhttps://github.com/VundleVim/Vundle.vimSoftware toolsModerate
astaxie/build-web-application-with-golang137394449GoA golang ebook intro how to build a web with golanghttps://github.com/astaxie/build-web-application-with-golangDocumentationModerate
angular-ui/bootstrap137346992JavaScriptNative AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!https://github.com/angular-ui/bootstrapWeb libraries and frameworksModerate
Kickball/awesome-selfhosted137291026JavaScriptThis is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.https://github.com/Kickball/awesome-selfhostedDocumentationFast
twitter/typeahead.js137232779JavaScripttypeahead.js is a fast and fully-featured autocomplete libraryhttps://github.com/twitter/typeahead.jsWeb libraries and frameworksSlow
symfony/symfony136935304PHPThe Symfony PHP frameworkhttps://github.com/symfony/symfonyWeb libraries and frameworksSlow
bcit-ci/CodeIgniter136716667PHPOpen Source PHP Framework (originally from EllisLab)https://github.com/bcit-ci/CodeIgniterWeb libraries and frameworksSlow
jashkenas/coffeescript136601869CoffeeScriptUnfancy JavaScripthttps://github.com/jashkenas/coffeescriptSystem softwareSlow
twbs/ratchet136361449CSSBuild mobile apps with simple HTML, CSS, and JavaScript components.https://github.com/twbs/ratchetWeb libraries and frameworksSlow
petkaantonov/bluebird136031666JavaScript:bird: :zap: Bluebird is a full featured promise library with unmatched performance.https://github.com/petkaantonov/bluebirdNon-web libraries and frameworksModerate
PhilJay/MPAndroidChart135834192JavaA powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.https://github.com/PhilJay/MPAndroidChartNon-web libraries and frameworksFast
fastlane/fastlane135832069Ruby? The easiest way to automate building

原文来自:SDK.cn

声明:所有来源为“聚合数据”的内容信息,未经本网许可,不得转载!如对内容有异议或投诉,请与我们联系。邮箱:marketing@think-land.com

  • 全球天气预报

    支持全球约2.4万个城市地区天气查询,如:天气实况、逐日天气预报、24小时历史天气等

    支持全球约2.4万个城市地区天气查询,如:天气实况、逐日天气预报、24小时历史天气等

  • 购物小票识别

    支持识别各类商场、超市及药店的购物小票,包括店名、单号、总金额、消费时间、明细商品名称、单价、数量、金额等信息,可用于商品售卖信息统计、购物中心用户积分兑换及企业内部报销等场景

    支持识别各类商场、超市及药店的购物小票,包括店名、单号、总金额、消费时间、明细商品名称、单价、数量、金额等信息,可用于商品售卖信息统计、购物中心用户积分兑换及企业内部报销等场景

  • 涉农贷款地址识别

    涉农贷款地址识别,支持对私和对公两种方式。输入地址的行政区划越完整,识别准确度越高。

    涉农贷款地址识别,支持对私和对公两种方式。输入地址的行政区划越完整,识别准确度越高。

  • 人脸四要素

    根据给定的手机号、姓名、身份证、人像图片核验是否一致

    根据给定的手机号、姓名、身份证、人像图片核验是否一致

  • 个人/企业涉诉查询

    通过企业关键词查询企业涉讼详情,如裁判文书、开庭公告、执行公告、失信公告、案件流程等等。

    通过企业关键词查询企业涉讼详情,如裁判文书、开庭公告、执行公告、失信公告、案件流程等等。

0512-88869195
数 据 驱 动 未 来
Data Drives The Future