github开源项目地址「建议收藏」

github开源项目地址「建议收藏」github开源项目地址

大家好,又见面了,我是你们的朋友全栈君。Google

https://github.com/google

Google Samples

https://github.com/googlesamples

Google Codelabs

https://github.com/googlecodelabs

GoogleChrome

https://github.com/GoogleChrome

Google Creative Lab

https://github.com/googlecreativelab

Google Internationalization

https://github.com/googlei18n

Facebook

https://github.com/facebook

Facebook Samples

https://github.com/fbsamples

facebookresearch

https://github.com/facebookresearch

Facebook Incubator

https://github.com/facebookincubator

Twitter, Inc.

https://github.com/twitter

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

https://github.com/square

Alibaba

https://github.com/alibaba

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

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

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

https://github.com/ant-design

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/

腾讯

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

滴滴出行

https://github.com/didi

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/160273.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 使用adb logcat命令显示Android设备上的Log日志

    使用adb logcat命令显示Android设备上的Log日志使用adblogcat命令显示Android设备上的Log日志有时候我们在手机程序上的日志要在其他地方调试,然后要看里面的Log日志。本文教大家如何在不需要studio就可以查看手机程序中的Log日志。实现这个功能的前提是使用adb命令,所以必须要有手机和电脑,还有安装adb,adb程序是很小的几M就可以。一.在cmd窗口查看手机的Log日志在确定连上手机后(adbdevi…

    2022年6月10日
    103
  • 在线电影资源的版式说明

    在线电影资源的版式说明http://tieba.baidu.com/f?kz=47439298http://wenku.baidu.com/view/74cadfd0b9f3f90f76c61bca.htmlhttp://wenku.baidu.com/view/a14f7410ff00bed5b9f31d9b.html一、在线电影资源的常见版式(按画质排列)1. CAM(枪版) CA

    2022年7月26日
    7
  • Java5的for/in循环使用[通俗易懂]

    Java5的for/in循环使用

    2022年3月12日
    180
  • 解决Linux TIME_WAIT过多造成的问题[通俗易懂]

    解决Linux TIME_WAIT过多造成的问题[通俗易懂]1、time_wait的作用:TIME_WAIT状态存在的理由:1)可靠地实现TCP全双工连接的终止在进行关闭连接四次挥手协议时,最后的ACK是由主动关闭端发出的,如果这个最终的ACK丢失,服务器将重发最终的FIN,因此客户端必须维护状态信息允许它重发最终的ACK。如果不维持这个状态信息,那么客户端将响应RST分节,服务器将此分节解释成一个错误(在java中会抛出co…

    2022年6月10日
    55
  • 函数模版特化(类模板的实例化在什么阶段)

    本文转自:https://www.cnblogs.com/dracohan/p/3401660.html 转来收藏以便查阅,感谢原作者今天在写代码时,遇到了模板和特化,在网上找了资料后问题呗一一解决,转载此文用于以后查阅,感谢原创者。其中增加了我自己的总结:特化函数与模板函数的区别:(1)、模板函数的T参数只能传入类类型的参数;特化函数的参数只能传入对应的参数类型,基本类型或类类型。…

    2022年4月17日
    64
  • 浅谈 MVC与三层架构

    浅谈 MVC与三层架构引言:使用Eclipse开发工具写JavaWeb项目时会发现,一个中型或者大型项目随着代码的增多,会发现:代码既可以写在src目录下,也可以写在WebContent目录下。src下可以建很多包,WebContent下可以建很多文件夹。所以问题就来了:一个新的类到底往哪个目录下的哪个文件夹里写?此时解决办法就是:需要一个模式去规范,到底哪个类该往哪里写。…

    2022年6月25日
    25

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号