Skip to content
Change the repository type filter

All

    Repositories list

    • kafka

      Public
      Mirror of Apache Kafka
      Java
      Apache License 2.0
      14k000Updated Apr 21, 2020Apr 21, 2020
    • nsq

      Public
      A realtime distributed messaging platform
      Go
      MIT License
      2.9k000Updated Jun 17, 2018Jun 17, 2018
    • kaniko

      Public
      Build Container Images In Kubernetes
      Go
      Apache License 2.0
      1.4k000Updated Apr 24, 2018Apr 24, 2018
    • istio

      Public
      An open platform to connect, manage, and secure microservices.
      Go
      Apache License 2.0
      7.8k000Updated Feb 21, 2018Feb 21, 2018
    • ATM

      Public
      Auto Tune Models - A multi-user, multi-data system for model selection and tuning.
      Python
      MIT License
      140000Updated Feb 10, 2018Feb 10, 2018
    • fastjson

      Public
      🚄 A fast JSON parser/generator for Java
      Java
      Other
      6.5k000Updated Jan 5, 2018Jan 5, 2018
    • docsify

      Public
      🃏 A magical documentation site generator.
      JavaScript
      MIT License
      5.7k000Updated Dec 29, 2017Dec 29, 2017
    • tidb

      Public
      TiDB is a distributed HTAP database compatible with MySQL protocol
      Go
      Apache License 2.0
      5.8k000Updated Dec 23, 2017Dec 23, 2017
    • inmap

      Public
      Map visualization
      JavaScript
      Apache License 2.0
      351000Updated Dec 22, 2017Dec 22, 2017
    • proxy-web

      Public
      proxy-web是用go语言写的,基于snail007/goproxy完成的可视化网页应用
      JavaScript
      98000Updated Dec 21, 2017Dec 21, 2017
    • grpc

      Public
      The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
      C++
      Apache License 2.0
      11k000Updated Dec 18, 2017Dec 18, 2017
    • avro

      Public
      Mirror of Apache Avro
      Java
      Apache License 2.0
      1.6k000Updated Dec 15, 2017Dec 15, 2017
    • t-charts

      Public
      基于 Vue2.0 和 ECharts 封装的图表组件
      JavaScript
      MIT License
      2k000Updated Dec 15, 2017Dec 15, 2017
    • 一款集成了网络请求,本地缓存,配置文件,数据库映射,权限申请,链表管理Activity,简化Activity、Service、Broadcast启动, 万能ListView,GridView适配器、高仿IOS弹窗、倒计时/延迟执行,标题栏组件,图片显示,webview引擎,APP更新组件,APP崩溃日志组件
      Java
      93000Updated Dec 15, 2017Dec 15, 2017
    • swoft

      Public
      php high performance coroutine framework base on swoole
      PHP
      Apache License 2.0
      786000Updated Dec 12, 2017Dec 12, 2017
    • Python
      19000Updated Dec 12, 2017Dec 12, 2017
    • at-ui

      Public
      A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0
      Vue
      MIT License
      229000Updated Dec 12, 2017Dec 12, 2017
    • oh-my-zsh

      Public
      A 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.
      Shell
      Other
      26k000Updated Dec 10, 2017Dec 10, 2017
    • A curated list of awesome things related to Vue.js
      9.5k000Updated Dec 9, 2017Dec 9, 2017
    • webpack

      Public
      A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
      JavaScript
      MIT License
      4.4k000Updated Dec 9, 2017Dec 9, 2017
    • mk-demo

      Public
      mk框架实现的demo网站,技术栈:react, redux, immutable,antd,在线预览:
      JavaScript
      MIT License
      70000Updated Dec 8, 2017Dec 8, 2017
    • tween.js

      Public
      Javascript tweening engine
      JavaScript
      Other
      1.4k000Updated Dec 8, 2017Dec 8, 2017
    • velocity

      Public
      Accelerated JavaScript animation.
      JavaScript
      MIT License
      1.6k000Updated Dec 7, 2017Dec 7, 2017
    • raven-js

      Public
      Official Sentry SDK for JavaScript
      JavaScript
      BSD 2-Clause "Simplified" License
      1.6k000Updated Dec 7, 2017Dec 7, 2017
    • 《The Way to Go》中文译本,中文正式名《Go入门指南》
      Go
      8.6k000Updated Dec 6, 2017Dec 6, 2017
    • color-js

      Public
      A color management API for javascript
      JavaScript
      BSD 2-Clause "Simplified" License
      92000Updated Nov 28, 2017Nov 28, 2017
    • sixpack

      Public
      Sixpack is a language-agnostic a/b-testing framework
      Python
      BSD 2-Clause "Simplified" License
      185000Updated Nov 16, 2017Nov 16, 2017
    • beats

      Public
      🐠 Beats - Lightweight shippers for Elasticsearch & Logstash
      Go
      Other
      4.9k000Updated Nov 16, 2017Nov 16, 2017
    • This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). W…
      Apache License 2.0
      1.3k000Updated Nov 11, 2017Nov 11, 2017
    • goproxy

      Public
      proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持正向代理和内网穿透.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls高强度加密,安全无特征.代理时会自动判断访问的网站是否屏蔽,如果被屏蔽那么就会使用上级代理(前提是配置了上级代理)访问网站;如果访问的网站没有被屏蔽,为了加速访问,代理会直接访问网站,不使用上级代理.另外可以设置域名黑白名单,更加自由的控制网站的访问方式。下载地址:https://github.com/snail007/goproxy/releases 官方QQ交流群:189618940
      Go
      GNU General Public License v3.0
      3k000Updated Nov 3, 2017Nov 3, 2017