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

Google Samples
https://github.com/googlesamples

Google Codelabs
[
https://github.com/googlecodelabs](
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“>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/
---------------------
作者:唐宋元明清.
来源:CSDN
原文:https://blog.csdn.net/qq_22844483/article/details/72636253
版权声明:本文为博主原创文章,转载请附上博文链接!

知名公司的GitHub地址的更多相关文章

  1. 一些官方的github地址

    阿里巴巴开源github地址:https://github.com/alibaba 腾讯开源github地址:https://github.com/Tencent 奇虎360github地址:http ...

  2. 国内互联网公司的开源项目及github地址汇总

    国内互联网公司的开源项目及github地址汇总 阿里 阿里的开源项目很多,这也跟@淘宝正明的开源态度密不可分.有很多重量级的项目,例如LVS.Tengine,或者很有实践价值的中间件,例如 MetaQ ...

  3. android 很多牛叉布局github地址(转)

    原文地址 http://blog.csdn.net/luo15309823081/article/details/41449929 点击可到达github-------https://github.c ...

  4. 一、项目基础架构(附GitHub地址)——以ABP为基础架构的一个中等规模的OA开发日志

    前言: 最近园子里ABP炒的火热.看了几篇对于ABP的介绍后,深感其设计精巧,实现优雅.个人感觉,ABP或ABP衍生品的架构设计,未来会成为中型Net项目的首选架构模式.如果您还不了解ABP是什么,有 ...

  5. 关于个人博客和Github地址提交

    请大家尽快按照http://www.cnblogs.com/SivilTaram/p/5857858.html的要求提交个人博客和Github地址.谢谢!

  6. 我的博客地址和github地址

    博客地址 http://www.cnblogs.com/sjzsjzsjz/ github地址  https://github.com/sjzsjzsjz

  7. 我的github地址 https://github.com/1010de/Test.git

    构建之法老师叫交下任务学习github,经过一段时间的学习和了解,看介绍.看视频.看博客.初步认识到github的方便与好处.     自己试着去注册和使用github,已经慢慢学会了一些基本操作. ...

  8. 我的CSDN博客&Github地址

    我的 CSDN 博客地址: https://blog.csdn.net/qq_40147863 Github 地址: https://github.com/xpwi

  9. Android常用酷炫控件(开源项目)github地址汇总

    转载一个很牛逼的控件收集帖... 第一部分 个性化控件(View) 主要介绍那些不错个性化的 View,包括 ListView.ActionBar.Menu.ViewPager.Gallery.Gri ...

随机推荐

  1. 使用css实现时间轴

    本文将使用css来实现一个左右交叉布局的时间轴,效果如下: 使用的都是一些常用的css,代码如下: <!DOCTYPE> <html> <head> <tit ...

  2. J2EE十三个技术规范

    从事Java开发的童鞋都知道,java是一种非常棒的语言,能够实现跨平台运行.它屏蔽了具体的平台环境的要求,也就是说,无论是windows,还是Unix.Linux系统,只要支持Java虚拟机,就可以 ...

  3. Java中字段、属性、成员变量、局部变量、实例变量、静态变量、类变量、常量

    首先看个例子: package zm.demo; public class Demo { private int Id;//成员变量(字段).实例变量(表示该Id变量既属于成员变量又属于实例变量) p ...

  4. Android开发 assets目录

    Android资源文件分类: Android资源文件大致可以分为两种: 第一种是res目录下存放的可编译的资源文件: 这种资源文件系统会在R.Java里面自动生成该资源文件的ID,所以访问这种资源文件 ...

  5. logback的使用和logback.xml详解,在Spring项目中使用log打印日志

    logback的使用和logback.xml详解 一.logback的介绍 Logback是由log4j创始人设计的另一个开源日志组件,官方网站: http://logback.qos.ch.它当前分 ...

  6. IDEA使用SpringBoot 、maven创建微服务的简单过程

    使用IDEA新建一个简单的微服务 1. 打开IDEA,File -> New  -> project 打开如下图1-1所示的对话框 图 1-1 2.点击"Next"按钮 ...

  7. Xshell 6安装与使用教程

    随着xshell5出现评估期已过的问题,发现好多人不知道怎么下载免费版的Xshell,在这里我将详细告诉大家如何下载和安装最新的Xshell6远程管理工具. Xshell安装 1.进入xshell英文 ...

  8. mysql 按出现次数排序

    SELECT * FROM table a LEFT  JOIN (SELECT key,count(*) as c FROM table GROUP BY key )  b on a.key=b.k ...

  9. 2018面向对象程序设计(Java)第17周学习指导及要求

    2018面向对象程序设计(Java)第17周学习指导及要求(2018.12.20-2018.12.23)   学习目标 (1) 掌握线程同步的概念及实现技术: (2) Java线程综合编程练习 学习资 ...

  10. 人人开源框架使用 renren fast

    参考地址人人开源官网: https://www.renren.io/guide/ 1.介绍 1.1.项目描述 renren-fast 是一个轻量级的 Spring Boot 快速开发平台,能快速开发项 ...