知名公司的GitHub地址
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地址的更多相关文章
- 一些官方的github地址
阿里巴巴开源github地址:https://github.com/alibaba 腾讯开源github地址:https://github.com/Tencent 奇虎360github地址:http ...
- 国内互联网公司的开源项目及github地址汇总
国内互联网公司的开源项目及github地址汇总 阿里 阿里的开源项目很多,这也跟@淘宝正明的开源态度密不可分.有很多重量级的项目,例如LVS.Tengine,或者很有实践价值的中间件,例如 MetaQ ...
- android 很多牛叉布局github地址(转)
原文地址 http://blog.csdn.net/luo15309823081/article/details/41449929 点击可到达github-------https://github.c ...
- 一、项目基础架构(附GitHub地址)——以ABP为基础架构的一个中等规模的OA开发日志
前言: 最近园子里ABP炒的火热.看了几篇对于ABP的介绍后,深感其设计精巧,实现优雅.个人感觉,ABP或ABP衍生品的架构设计,未来会成为中型Net项目的首选架构模式.如果您还不了解ABP是什么,有 ...
- 关于个人博客和Github地址提交
请大家尽快按照http://www.cnblogs.com/SivilTaram/p/5857858.html的要求提交个人博客和Github地址.谢谢!
- 我的博客地址和github地址
博客地址 http://www.cnblogs.com/sjzsjzsjz/ github地址 https://github.com/sjzsjzsjz
- 我的github地址 https://github.com/1010de/Test.git
构建之法老师叫交下任务学习github,经过一段时间的学习和了解,看介绍.看视频.看博客.初步认识到github的方便与好处. 自己试着去注册和使用github,已经慢慢学会了一些基本操作. ...
- 我的CSDN博客&Github地址
我的 CSDN 博客地址: https://blog.csdn.net/qq_40147863 Github 地址: https://github.com/xpwi
- Android常用酷炫控件(开源项目)github地址汇总
转载一个很牛逼的控件收集帖... 第一部分 个性化控件(View) 主要介绍那些不错个性化的 View,包括 ListView.ActionBar.Menu.ViewPager.Gallery.Gri ...
随机推荐
- systemverilog的高亮显示
1. 在_vimrc文件末尾添加: syntax on "确定vim打开语法高亮 filetype on "打开文件类型检测 filetype plugin on "为特 ...
- The Weather
后台: <?php //接受查询的城市 $city = $_GET['city']; //连接redis $redis = new redis(); $redis->connect(&qu ...
- SpringBoot 六问
1.什么是springboot 用来简化spring应用的初始搭建以及开发过程 使用特定的方式来进行配置(properties或yml文件) 创建独立 ...
- Synchronized方法锁、对象锁、类锁区别
synchronized,这个东西我们一般称之为”同步锁“,他在修饰代码块的时候需要传入一个引用对象作为“锁”的对象. 在修饰方法的时候,默认是当前对象作为锁的对象 在修饰类时,默认是当前类的Clas ...
- laravel中消息通知功能
以laravel5.5为例子,这个功能laravel自带的有: 1.生成表文件的migration文件,再migrate一下在数据库里生成表.命令为:php artisan notifications ...
- python3基础: 元组tuple、 列表list、 字典dict、集合set。 迭代器、生成器
一.元组: tuple Python 的元组与列表类似,不同之处在于元组的元素不能修改. 元组中的元素值是不允许删除的,但我们可以使用del语句来删除整个元组 tup2 = (111, 22, 33, ...
- 同步对象(同步条件Event)
event = threading.Event() #创建同步对象 event.wait() #同步对象等待状态 event.set() #同步对象设置Trueevent.clear() ...
- Python代码教你批量将PDF转为Word
很多时候在学习时发现许多文档都是PDF格式,PDF格式却不利于学习使用,因此需要将PDF转换为Word文件,但或许你从网上下载了很多软件,但只能转换前五页(如WPS等),要不就是需要收费,那有没有免费 ...
- Shell脚本处理JSON数据工具jq
shell脚本如何方便地处理JSON格式的数据呢,这里介绍一个工具:jq 使用参数介绍:https://stedolan.github.io/jq/manual/ 官方教程简单翻译如下. 1.获取JS ...
- React页面插入script
项目中遇到插入广告的需要,而广告的信息只是一个url链接,这个链接返回的时一个js,和以前插入广告有点不同.所有找了很多方式. 先来展示广告链接返回的信息: 假设广告链接为:http://192.16 ...