Google

Google

https://github.com/google

Google Samples

https://github.com/googlesamples

Google Codelabs

https://github.com/googlecodelabs

GoogleChrome

https://github.com/GoogleChrome

Google Creative Lab

https://github.com/googlecreativelab

人人皆可使用的Google开源字体

https://github.com/googlei18n

Facebook

Facebook

https://github.com/facebook

Facebook Samples

https://github.com/fbsamples

facebookresearch

https://github.com/facebookresearch

Twitter, Inc.

https://github.com/twitter

Square(android开源的类库多而且厉害)

https://github.com/square

Alibaba

Alibaba

https://github.com/alibaba

hiloteam(阿里,终端跨平台小游戏)

https://github.com/hiloteam

https://github.com/hiloteam/hilo

腾讯相关

腾讯

https://github.com/Tencent

腾讯前端库

https://github.com/AlloyTeam

微信开发团队

https://github.com/WeMobileDev/article

其他

Yalantis(好几个效果不错android的控件)

https://github.com/Yalantis

SwiftAndroid

https://github.com/SwiftAndroid

Ramotion(App Development Agency | Available for new projects)

https://github.com/Ramotion

Tinify(压缩图片的那个网站)

https://github.com/tinify

豆瓣

https://github.com/douban

WeUI(微信ui)

https://github.com/weui

美团·大众点评

https://github.com/Meituan-Dianping

极光开发者

https://github.com/jpush

Dropbox

https://github.com/dropbox

伯乐在线

https://github.com/jobbole

grpc(gRPC:Google开源的基于HTTP/2和ProtoBuf的通用RPC框架)

https://github.com/grpc

Nike Inc.(耐克)

https://github.com/Nike-Inc

Medium

https://github.com/Medium

Microsoft

https://github.com/Microsoft

Mapbox

https://github.com/mapbox

JetBrains(好多ide都是他家出的)

https://github.com/JetBrains

Kotlin(可以写Android,现在已经扶正了)

https://github.com/Kotlin

ReactiveX(函数响应式编程)

https://github.com/ReactiveX

https://github.com/Reactive-Extensions

Airbnb

https://github.com/airbnb

Apple

https://github.com/apple

Uber

https://github.com/uber

Baidu EFE team(百度)

https://github.com/ecomfe

Bilibili(B站)

https://github.com/Bilibili

Yalantis(音乐播放,好多比较好的移动端效果)

https://github.com/Yalantis

https://yalantis.com/

Spring

https://github.com/spring-projects

饿了么

https://github.com/eleme

https://elelogistics.github.io/

欢迎访问我的博客http://www.yuanjingzhuang.com/

大牛公司的github的更多相关文章

  1. 看完给跪了:技术大牛总结的Github与华为软件开发云完整对比

    华为软件开发云配置管理 服务和Github是国内外比较有代表性的代码托管平台,它们以git作为版本管理工具,使项目中身处各地的人员可以协同工作,主要操作涉及仓库.分支.提交.pull request等 ...

  2. 知名公司的GitHub地址

    GoogleGoogle[https://github.com/google]( https://github.com/google) Google Sampleshttps://github.com ...

  3. GitHub贡献第一的公司是谁?微软开源软件列表

    参考:http://www.infoq.com/cn/news/2017/03/GitHub-first-Microsoft-open-sour 提起微软公司,不少人第一反应是老牌巨头专注于私有化软件 ...

  4. 知识扩展——Git和GitHub的区别

    一直以为Git和GitHub是一个东西,直到我看到这个解释.... 转载自:git与github区别与简介 一开始接触git或是github的程序员可能搞不太清楚这些名词到底指代的是什么,所以在这里稍 ...

  5. git与github区别与简介

    From: https://blog.csdn.net/skyxmstar/article/details/65631658 git和github是两个完全不同的概念. git 是一个版本管理工具,是 ...

  6. 01: git & github

    目录:GIT其他篇 01: git & github 02: git分支管理 目录: 1.1 常见版本管理工具介绍 及 版本工具作用 1.2 git.GitHub和SVN比较 1.3 本地gi ...

  7. iOS- 什么是GitHub?关于它的自我介绍「初识 GitHub」

    1 前言 我一直认为 GitHub 是程序员必备技能,程序员应该没有不知道 GitHub 的才对,我当初接触 GitHub 也大概工作了一年多才开始学习使用,我读者里很多是初学者,而且还有很多是在校大 ...

  8. 从0开始学习 GITHUB 系列之「初识 GITHUB」【转】

    本文转载自:http://stormzhang.com/github/2016/05/25/learn-github-from-zero1/ 版权声明:本文为 stormzhang 原创文章,可以随意 ...

  9. 初学者之 Git 和 Github

    git和github是两个完全不同的概念. git   是一个版本管理工具,是可以在你电脑不联网的情况下,只在本地使用的一个版本管理工具,其作用就是可以让你更好的管理你的程序,比如你原来提交过的内容, ...

随机推荐

  1. 【leetcode】940. Distinct Subsequences II

    题目如下: Given a string S, count the number of distinct, non-empty subsequences of S . Since the result ...

  2. 【leetcode】985. Sum of Even Numbers After Queries

    题目如下: We have an array A of integers, and an array queries of queries. For the i-th query val = quer ...

  3. Halo(四)

    BeanWrapper 接口 操作属性 package org.springframework.beans; BeanWrapper bw = new BeanWrapperImpl(beanObje ...

  4. SQL 左连接

    SQL左链接LEFT JOIN关键字返回左表(表1)中的所有行,即使在右表(表2)中没有匹配.如果在正确的表中没有匹配,结果是NULL. SQL LEFT JOIN 语法 SELECT _column ...

  5. boost regex expression

    Boost.Regex provides three different functions to search for regular expressions 1. regex_match #inc ...

  6. Kubernetes v1.16 对API的更改

    前段时间安装Kubernetes v1.16.2,然后从v1.14版本的拷贝yaml文件过来执行,很多都报没有相应的api,查看一下新版本的api admissionregistration.k8s. ...

  7. react教程 — 开发 总结

    本文章是在熟练使用 VUE 的基础上,对比VUE 功能进行的一个技术总结. 1.react项目快速搭建  https://blog.csdn.net/mapbar_front/article/deta ...

  8. Emgucv图像处理工具

    此工具是当年自己在学习Emgucv的时候,慢慢积累的,包含了常用的图像处理算法,非常适合新人学习,现放出源码,由于是以前做的,功能不全. 当时Emgucv的学习资料非常之少,没有一本书是讲Emgucv ...

  9. 25. 服务器性能监控之nmon工具介绍

    nmon介绍: nmon是一个简单的性能监测工具,可以监测CPU.内存.网络等的使用情况. 步骤: 1.下载nmon(根据你的操作系统下载),地址 2.nmon文件部署到服务器中 3.启动nmon(注 ...

  10. 转 jmeter 实现loadrunner init end 功能

    一.JMeter 介绍 Apache JMeter是100%纯JAVA桌面应用程序,被设计为用于测试客户端/服务端结构的软件(例如web应用程序).它可以用来测试静态和动态资源的性能,例如:静态文件, ...