1.Google

>1.Google

>https://github.com/google

>2.Google Samples

https://github.com/googlesamples

>3.Google Codelabs

>https://github.com/googlecodelabs

>4.GoogleChrome

>https://github.com/GoogleChrome

>5.Google Creative Lab

>https://github.com/googlecreativelab

>6.Google Internationalization

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

>https://github.com/googlei18n

>7.tensorflow

https://github.com/tensorflow

2.Facebook

>1.Facebook

>https://github.com/facebook

>2.Facebook Samples

>https://github.com/fbsamples

>3.facebookresearch

>https://github.com/facebookresearch

>4.Facebook Incubator

>https://github.com/facebookincubator

3.Twitter, Inc.

https://github.com/twitter

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

https://github.com/square

5.Alibaba

>1.https://github.com/alibaba

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

>https://github.com/hiloteam

>https://github.com/hiloteam/hilo

>3.ant-design(一套企业级的 UI 设计语言和 React 实现)

>https://github.com/ant-design

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

https://github.com/Kotlin

7.ReactiveX(函数响应式编程)

https://github.com/ReactiveX

https://github.com/Reactive-Extensions

8.Airbnb

https://github.com/airbnb

9.Apple

https://github.com/apple

10.Uber

https://github.com/uber

11.百度

>1.Baidu EFE team

>https://github.com/ecomfe

>2.baidu-research

>https://github.com/baidu-research

>3.echarts

https://github.com/apache/incubator-echarts

12.Bilibili(B站)

https://github.com/Bilibili

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

https://github.com/Yalantis

https://yalantis.com/

14.Spring

https://github.com/spring-projects

15.饿了么

https://github.com/eleme

https://elelogistics.github.io/

16.腾讯相关

>1.腾讯

>https://github.com/Tencent

>2.腾讯前端库

>https://github.com/AlloyTeam

>3.微信开发团队

>https://github.com/WeMobileDev/article

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

https://github.com/Yalantis

18.SwiftAndroid

https://github.com/SwiftAndroid

19.Ramotion(App Development Agency | Available for new projects)

https://github.com/Ramotion

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

https://github.com/tinify

21.豆瓣

https://github.com/douban

22.WeUI(微信ui)

https://github.com/weui

23.美团·大众点评

https://github.com/Meituan-Dianping

24.极光开发者

https://github.com/jpush

25.Dropbox

https://github.com/dropbox

26.伯乐在线

https://github.com/jobbole

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

https://github.com/grpc

28.Nike Inc.(耐克)

https://github.com/Nike-Inc

29.Medium

https://github.com/Medium

30.Microsoft

https://github.com/Microsoft

31.Mapbox

https://github.com/mapbox

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

https://github.com/JetBrains

33.滴滴出行

https://github.com/didi

34.华为

>1.主团队

>https://github.com/Huawei

>2.大数据团队

>https://github.com/HuaweiBigData

35.小米

https://github.com/xiaomi

36.知乎

https://github.com/zhihu

37.vue

https://github.com/vuejs

38.iView

https://github.com/iview

39.Node

https://github.com/nodejs

40.Fuchsia

https://github.com/fuchsia-mirror

41.Flutter

https://github.com/flutter

42.Apache

https://github.com/apache

43.AMAP-Demo(高德开放平台示例中心)

https://github.com/amap-demo

44.GitHub

https://github.com/github

持续更新,排名不分先后。。。

欢迎大家补充

巨头们的GitHub仓库整理的更多相关文章

  1. vue-qiankun公司微前端项稳定目落地后的总结(附github仓库demo,将会持续更新)

    ️本文为博客园社区首发文章,未获授权禁止转载 大家好,我是aehyok,一个住在深圳城市的佛系码农‍♀️,如果你喜欢我的文章,可以通过点赞帮我聚集灵力️. 个人github仓库地址: https:gi ...

  2. 删除github仓库中的某个文件夹

    最近在做一个项目,由于前期文件夹名是中文,如下:    |---Repository       |--- React单页面音乐播放器 并且git push到了github上. 后来在本地把文件夹re ...

  3. 我的第一个GitHub仓库

    GitHub 仓库地址 https://github.com/FBean/test.git GitHub 常用命令 add--Add file contents to the index bisect ...

  4. Git连接到自己的GitHub仓库

    1.配置本地git $git config --global user.name "xxx" $git config --global user.email "xxxxx ...

  5. GitHub上整理

    GitHub上整理 技术站点 Hacker News:非常棒的针对编程的链接聚合网站 Programming reddit:同上 MSDN:微软相关的官方技术集中地,主要是文档类 infoq:企业级应 ...

  6. Git-最简单的本地项目变成版本仓库,然后把内容推送到GitHub仓库

    (注:本文的前提是本地Git仓库和github仓库之间已经存在SSH key了,所以如果没有建立联系的小伙伴们请先建立联系) 具体操作: 一:把本地项目变成版本仓库 1.把本地的一个项目目录编程版本库 ...

  7. 【52ABP实战教程】0.1-- Devops如何用VSTS持续集成到Github仓库!

    工欲善其事,必先利其器.在开始正式的教程之前我们先来聊聊准备工作. 管理工具会VSTS. 代码管理会用GITHUB. 服务器会用Azure. 所有的东西都是利用现有服务.不会说自己从虚拟机开始玩.我们 ...

  8. 从GitHub中整理出来的15个最受欢迎的Python开源框架,你喜欢哪个

    从GitHub中整理出的15个最受欢迎的Python开源框架.这些框架包括事件I/O,OLAP,Web开发,高性能网络通信,测试,爬虫等. Django: Python Web应用开发框架 Djang ...

  9. Github:修改Github仓库中项目语言类型

    前述 有的时候我们把项目上传到github仓库上时语言会显示错误语言 比如一个java项目可能因为有js文件的存在而被识别为js项目 这种时候我们就要手动去修改Github的项目语言类型 解决办法 在 ...

随机推荐

  1. 机器学习实战之PCA

    1.  向量及其基变换 1.1 向量内积 (1)两个维数同样的向量的内积定义例如以下: 内积运算将两个向量映射为一个实数. (2) 内积的几何意义 如果A\B是两个n维向量, n维向量能够等价表示为n ...

  2. C#控制台下的AO程序

    好几年没写过控制台程序了(上一次是大二时写坐标转换时用过),因为我觉得用户难以接受没有良好操作界面的应用程序,我不想偷懒,今天来将应用程序改写为控制台程序,记录一下,忘记的内容: 1.数据的交互 不管 ...

  3. WCF 之 生成元数据和代理

    在WCF开发概述中讲解了手工方式的WCF应用,其实实际开发中使用更多的使用配置方式和元数据来实现WCF,下面我们来看一个具体的Demo,这个例子和WCF开发概述中使用的是同一个例子,只是实现方式不同, ...

  4. android.app.FragmentManager 与 android.support.v4.app.FragmentManager带来的若干Error

    Fragment是activity的界面中的一部分或一种行为.你能够把多个Fragment们组合到一个activity中来创建一个多面界面而且你能够在多个activity中重用一个Fragment.你 ...

  5. 转:简单通用的一则makefile .

    在linux下面下写程序少不了写makefile,如果每个文件都按部就班的详细的写编译脚本,效率势必低下:makefile提供了自动化变量.模式规则等,稍加利用可以提高写makefile的效率.下面列 ...

  6. Eclipse wtp project dependent project facets问题

    wtp project会编译成一个war包,但在eclipse里debug时,依赖的project没有自动编译成jar包并打包到war的lib目录里. 原因:依赖project的facets未设置或未 ...

  7. Android屏幕计量单位详解

    1.px (pixels)(像素):是屏幕的物理像素点,与密度相关,密度大了,单位面积上的px会比较多.通常不推荐使用这个. 2.dip或dp(与密度无关的像素):一个基于density的抽象单位,这 ...

  8. phpstorm设置断点调试

    环境是:wamp PHP Version: 5.5.12 网上的教程很多,我自己按照教程操作,实现了断点调试,下面是我设置断点调试的步骤 1.修改配置文件php.ini,按下面修改(位置在最后) ; ...

  9. android中文字中间有超链接的实现方法

      1.XML里写: <resources> <string name="ACCOUNT_REGISTER_PROMPT_AGREEMENT">点击注册,表 ...

  10. MFC总结之CListCtrl用法及技巧(二)

    续第一篇:MFC总结之CListCtrl用法及技巧(一) http://blog.csdn.net/zwgdft/article/details/7560592 本篇重点介绍:禁止拖动表头.让第一列居 ...