知名公司的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 ...
随机推荐
- solr字段压缩属性compressed新版本已经移除
solr字段压缩属性compressed新版本已经移除 可能是考虑到压缩意义不大还减少搜索效率,所以去掉了.而且好像没有替代属性.
- 执行webpack-dev-server时,提示端口被占用。
执行webpack-dev-server时总出错,提示端口被占用.百度了很多答案都不能解决,最后找到了解决方案,如下: webpack-dev-server --port 8088 使用以上命令修改 ...
- 关于x-shell连接不上本地虚拟机linux
首先把虚拟机网络模式调成nat模式,用于共享主机的ip地址. 然后再虚拟机输入命令ifconfig查看虚拟机的ip 在windows下ping一下虚拟机的ip确保能ping通,同理在虚拟机下ping主 ...
- 【Linux】【Jenkins】邮件发送失败的问题javax.mail.MessagingException: Could not connect to SMTP host:
javax.mail.MessagingException: Could not connect to SMTP host: smtp.126.com,port:25 解决方案: 之前用的是126邮箱 ...
- Redis梳理
- spark-1
先测试搭好的spark集群: 本地模式测试: 在spark的目录下: ./bin/run-example SparkPi 10 --master local[2] 验证成功: 集群模式 Spark S ...
- 关于Bootstrap的入门知识
问:Bootstrap是什么? 答:开源的前端框架,就是一些事先写好的css.js等. 问:Bootstrap在哪儿下载? 答:官方(https://getbootstrap.com/),中文(htt ...
- HTML-全局属性 / 事件属性(转)
拷贝自:< http://www.runoob.com > HTML 全局属性 New : HTML5 新属性. 属性 描述 accesskey 设置访问元素的键盘快捷键. class 规 ...
- ReactiveX 学习笔记(20)使用 RxJava + RxBinding 进行 GUI 编程
课题 程序界面由3个文本编辑框和1个文本标签组成. 要求文本标签实时显示3个文本编辑框所输入的数字之和. 文本编辑框输入的不是合法数字时,将其值视为0. 3个文本编辑框的初值分别为1,2,3. 创建工 ...
- 如何将R中的data frame对象的数据导入到DB
在使用ARIMA模型来预测我们的销量的时候,如果保存预测版本进DB,以供后续分析呢 1. 在定义变量阶段我们定义了dfResult <- data.frame() 这是一个data f ...