热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

巨头们的GitHub仓库整理

1.Google>1.Google>https:github.comgoogle>2.GoogleSampleshttps:github.c

640?wx_fmt=jpeg


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

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

欢迎大家补充



推荐阅读
  • Flow 生态案例学习 | Emerald City为Flow上DAO、教育和开发铺平道路
    原文链接:https://www.onflow.org/post/emer ... [详细]
  • Skywalking系列博客1安装单机版 Skywalking的快速安装方法
    本文介绍了如何快速安装单机版的Skywalking,包括下载、环境需求和端口检查等步骤。同时提供了百度盘下载地址和查询端口是否被占用的命令。 ... [详细]
  • 本文由编程笔记#小编为大家整理,主要介绍了StartingzookeeperFAILEDTOSTART相关的知识,希望对你有一定的参考价值。下载路径:https://ar ... [详细]
  • 在springmvc框架中,前台ajax调用方法,对图片批量下载,如何弹出提示保存位置选框?Controller方法 ... [详细]
  • 设计模式实现对象的复用——享元模式的概述和角色解析
    本文介绍了设计模式中的享元模式,该模式通过共享技术实现了大量细粒度对象的复用,从而提高系统性能。文章详细解析了享元模式的概述和角色,包括抽象享元类、具体享元类和非共享享元类。通过本文的阅读,读者可以了解享元模式的原理和应用场景,从而在实际开发中更好地利用该模式实现对象的复用。 ... [详细]
  • 本文详细介绍了如何创建和使用VUE uni-app开发环境,包括通过HBuilderX可视化界面和通过vue-cli命令执行的方法。文章内容简单清晰,易于学习与理解。通过学习本文,读者可以深入了解VUE uni-app开发环境,并通过实践验证掌握具体的使用情况。编程笔记将为读者推送更多相关知识点的文章,欢迎关注! ... [详细]
  • 本文介绍了H5游戏性能优化和调试技巧,包括从问题表象出发进行优化、排除外部问题导致的卡顿、帧率设定、减少drawcall的方法、UI优化和图集渲染等八个理念。对于游戏程序员来说,解决游戏性能问题是一个关键的任务,本文提供了一些有用的参考价值。摘要长度为183字。 ... [详细]
  • Java如何导入和导出Excel文件的方法和步骤详解
    本文详细介绍了在SpringBoot中使用Java导入和导出Excel文件的方法和步骤,包括添加操作Excel的依赖、自定义注解等。文章还提供了示例代码,并将代码上传至GitHub供访问。 ... [详细]
  • 本文介绍了JavaScript进化到TypeScript的历史和背景,解释了TypeScript相对于JavaScript的优势和特点。作者分享了自己对TypeScript的观察和认识,并提到了在项目开发中使用TypeScript的好处。最后,作者表示对TypeScript进行尝试和探索的态度。 ... [详细]
  • 本文总结了初学者在使用dubbo设计架构过程中遇到的问题,并提供了相应的解决方法。问题包括传输字节流限制、分布式事务、序列化、多点部署、zk端口冲突、服务失败请求3次机制以及启动时检查。通过解决这些问题,初学者能够更好地理解和应用dubbo设计架构。 ... [详细]
  • 项目运行环境配置及可行性分析
    本文介绍了项目运行环境配置的要求,包括Jdk1.8、Tomcat7.0、Mysql、HBuilderX等工具的使用。同时对项目的技术可行性、操作可行性、经济可行性、时间可行性和法律可行性进行了分析。通过对数据库的设计和功能模块的设计,确保系统的完整性和安全性。在系统登录、系统功能模块、管理员功能模块等方面进行了详细的介绍和展示。最后提供了JAVA毕设帮助、指导、源码分享和调试部署的服务。 ... [详细]
  • 这篇文章主要讲解了“如何应对Android面试”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“如何应对 ... [详细]
  • 1、DashAPI文档Dash是一个API文档浏览器,使用户可以使用离线功能即时搜索无数API。程序员使用Dash可访问iOS,MacOS, ... [详细]
  • 基于.NET Core框架nacos的简单应用
    什么是Nacos?服务(Service)是Nacos世界的一等公民。Nacos支持 ... [详细]
  • ASP.NET CORE 简介
    ASP.NETCore是一个跨平台的高性能开源框架,用于生成启用云且连接Internet的新式应用。使用ASP.NETCore,您可以:生成Web ... [详细]
author-avatar
94Wong_386
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有