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)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • OpenCV—python 边缘检测(Canny)「建议收藏」

    OpenCV—python 边缘检测(Canny)「建议收藏」一、OpenCV-Python中Canny()参数"""cv2.Canny(image,#输入原图(必须为单通道图)threshold1,threshold2,#较大的阈值2用于检测图像中明显的边缘[,edges[,apertureSize[,#…

    2022年5月29日
    46
  • PID控制算法的C语言实现

    PID控制算法的C语言实现前言最近在学习PID算法,在了解了算法的套路以后,就要进行实验。如何用C语言实现呢?在网络搜索发现了一篇很好的博客,不过里面的数据又臭又长。在这里转载过来,重下新整理了一下。(原文链接)整理中发现,原文参考的原理在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可…

    2022年6月6日
    29
  • java中static关键字的作用_java中static关键字的作用

    java中static关键字的作用_java中static关键字的作用java中static关键字主要有两种作用:第一:为某特定数据类型或对象分配单一的存储空间,而与创建对象的个数无关。第二,实现某个方法或属性与类而不是对象关联在一起简单来说,在Java语言中,static主要有5中使用情况:成员变量、成员方法、代码块,内部类和静态导包。基本用法:static修饰成员变量:该成员变量属于类变量,可以通过ClassName.attributeName直接引用,而不…

    2022年7月7日
    20
  • python处理图片像素_python绘制像素图

    python处理图片像素_python绘制像素图利用Imgae.open()打开图像,再利用PIL对象进行操作。这样只是简单的处理,一旦操作复杂就比较困难。而像素级的处理与许多复杂操作相关。所以,通常我们在加载完图片后,都是把图片转换成矩阵来进行复杂操作。

    2022年10月10日
    4

发表回复

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

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