网址收藏

[toc] ## Android * Google官方Android开发者网址:https://developer.android.google.cn/ * Google官方Android源码Review地址:https://android-review.googlesource.com/admin/repos * Google官方Android源码仓库:https://android.googlesource.com/?format=HTML * Google官方Android源码下载:https://source.android.com/ * Google官方AndroidAPI地址:https://developer.android.com/reference/packages.html * Google官方Android源码搜索:https://cs.android.com/ * Android源码清华大学镜像:https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ * Android源码中科大镜像:https://lug.ustc.edu.cn/wiki/mirrors/help/aosp/ * Android源码社区:http://aospxref.com/ * Android源码社区:https://www.androidos.net.cn/ * Android源码社区:http://androidxref.com/ * Android架构代码示例:https://github.com/android/architecture-samples * Google的Github:https://github.com/google * Google Samples:https://github.com/googlesamples * SonarSource:https://github.com/SonarSource/ * Google Maven:https://maven.google.com/web/index.html# * Android open source project analysis:https://guoxiaoxing.gitbooks.io/android-open-source-project-analysis/content/ * fuchsia源码:https://fuchsia.googlesource.com/ ## 移动开发 * Kotlin:https://www.kotlincn.net/ * Kotlin Reference:https://kotlinlang.org/docs/reference/ * Kotlin Reference Zh:https://www.kotlincn.net/docs/reference/ * Flutter:https://flutter.dev/ * Flutter source:https://pub.dev/ * Flutter Plugins:https://github.com/flutter/plugins * Flutter实战:https://book.flutterchina.club/ * Flutter Widgets:https://itsallwidgets.com/ * gsy_github_app_flutter:https://github.com/CarGuo/gsy_github_app_flutter * SwiftGG:https://swiftgg.gitbook.io/swift/ * SwiftUI:https://developer.apple.com/tutorials/swiftui * hacking with swift:https://www.hackingwithswift.com * Dart:https://dart.dev/ * Dart-cn:https://www.dartcn.com/ * Material:https://material.io/ * Flutter Widget:http://laomengit.com/flutter/widgets/widgets_structure.html * Developer-Mac:https://developer.apple.com * Swift:https://swift.org/getting-started/#using-the-package-manager * SwiftGG:https://swiftgg.gitbook.io/swift/ * ibireme:https://github.com/ibireme * nshipster:https://nshipster.com ## 计算机视觉 * LIBROW:http://www.librow.com/articles * GIMP:https://gitlab.gnome.org/GNOME/gimp * OpenCV:https://opencv.org/ * OpenCV-Github:https://github.com/opencv/opencv * Belial计算机视觉&机器视觉专栏:https://computervision.blog.csdn.net/ * 只(挚)爱图像处理:https://www.cnblogs.com/Imageshop/ ## 博客和社区 * Medium:[https://medium.com/](https://medium.com/) * 老罗Android之旅:https://blog.csdn.net/Luoshengyang?viewmode=contents * 阿拉神农:https://blog.csdn.net/innost * Gityuan:http://gityuan.com/ * 为数不多的维数:http://weishu.me/ * Android Weekly:https://androidweekly.net/ * Code Project:https://www.codeproject.com/ * JournalDev:https://www.journaldev.com/ * 美团技术社区:https://tech.meituan.com/ * ibm-developer:https://developer.ibm.com/zh/ * 稀土掘金:https://juejin.cn/#/ * 干货集中营:https://gank.io/ * codeKK:https://p.codekk.com/ * Runoob:https://www.runoob.com/ * 鸟哥私房菜:http://linux.vbird.org/ * 华为开发者网:https://developer.huawei.com/consumer/cn/develop/ * LeetCode-cn:https://leetcode-cn.com/ * LeetCode:https://leetcode.com/ * 智能超体:https://zhuanlan.zhihu.com/YJango?author=YJango * 欲穷千里目:https://zhuanlan.zhihu.com/furthersight * 超智能体:https://gxiiukk.wixsite.com/super * 机器之心:https://www.jiqizhixin.com/ * 梅树派实验室:https://shumeipai.nxez.com/ * Gracker:https://androidperformance.com * 阮一峰:http://www.ruanyifeng.com/home.html * 代码家:https://daimajia.com * 胡凯:http://hukai.me * 晚晴幽草轩:https://www.jeffjade.com * 技术小黑屋:https://droidyue.com * Onevcat:https://onevcat.com * jeanboydev:https://jeanboy.blog.csdn.net/ * sunwengang:[https://wizzie.top/Blog/](https://wizzie.top/Blog/) ## Python * Python docs:https://docs.python.org/3/tutorial/index.html * jupyter:https://nbviewer.jupyter.org/github/ctgk/PRML/tree/master/notebooks/ * pytudes:https://github.com/norvig/pytudes * Awesome Python:https://awesome-python.com/ * ## 技术 * 贝塞尔曲线:https://pomax.github.io/bezierinfo/zh-CN/ * ReactiveX:http://reactivex.io/ * Memory Management Reference:https://www.memorymanagement.org/ * 图说设计模式:https://design-patterns.readthedocs.io/zh_CN/latest/index.html# * Socket.IO:https://github.com/socketio * Netty:https://netty.io/index.html * OnJava8:https://github.com/LingCoder/OnJava8 * [优]设计模式:https://refactoringguru.cn/design-patterns * labuladong算法小抄:https://labuladong.gitbook.io/algo/ * ## 全平台开发 * Electron:https://www.electronjs.org/ * Electron-Github:https://github.com/electron/electron * vscode:https://github.com/microsoft/vscode ## 开发 * Git官网:https://git-scm.com/ * Visual Studio Code 官网:https://code.visualstudio.com/ * Visual Studio Code 扩展:https://marketplace.visualstudio.com/ * Visual Studio Code Docs:https://code.visualstudio.com/docs * Codota-编程智能提示插件:https://www.codota.com/ * JDK:https://hg.openjdk.java.net/ * TmtTheme-Editor:http://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai * MathJax:http://docs.mathjax.org/en/latest/index.html * 创建自己的maven库:https://jitpack.io * 在线工具:https://tool.lu * Homebrew:https://brew.sh/index_zh-cn.html * ohmyz:https://ohmyz.sh * c、c++官方文档:https://zh.cppreference.com/ * Learn CPP:https://www.learncpp.com/ * c++:http://www.cplusplus.com/ ## HarmonyOS * HarmonyOS:https://developer.harmonyos.com/cn/home ## 资源网 * 全球最大的开发者交流网:https://stackoverflow.com/ * MvnRepository:https://mvnrepository.com/ * sonatype:https://search.maven.org/search?q= * Bintray:https://bintray.com/bintray/jcenter * AndroidDevTools:https://www.androiddevtools.cn/ * Android Arsenal:https://android-arsenal.com/ * Fossdroid:https://fossdroid.com/ * Kotlin Resource:https://kotlin.link/ * Aibiet:https://aibiet.top * [Awesome-Design-Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) * [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers) * tutorix:https://www.tutorialspoint.com/index.htm * pdfdrive:https://www.pdfdrive.com/ ## 课程网 * udemy:https://www.udemy.com/ * Coursera:https://www.coursera.org/ * CS231n: Convolutional Neural Networks for Visual Recognition:http://cs231n.stanford.edu/ * Cornell University:https://arxiv.org/ * Khan Academy:https://www.khanacademy.org * edx:https://www.edx.org * 中国大学MOOC:https://www.icourse163.org ## 深度学习 * Simplified implementations of deeplearning:https://github.com/exacity/simplified-deeplearning * 零基础入门深度学习:https://www.zybuluo.com/hanbingtao/note/433855 * TensorFlow:https://www.tensorflow.org/ * Computational Statistics in Python:http://people.duke.edu/~ccc14/sta-663/#computational-statistics-in-python * 动手学习深度学习:http://zh.gluon.ai/index.html * ## 第三方开发网 * 名片全能王开发者网:https://dev.camcard.com/ * 讯飞开发者平台:https://www.xfyun.cn/ * 聚会数据网:https://www.juhe.cn/ * 微信开放文档:https://developers.weixin.qq.com/miniprogram/dev/framework/ * DUI开发平台:https://www.duiopen.com/openSource/technology/asr * 友盟:https://www.umeng.com ## 计算机 * 少数派:https://sspai.com * 小众软件:https://www.appinn.com * softpedia:https://www.softpedia.com * macpeers:https://www.macpeers.net * 0daydown:https://www.0daydown.com * xclient:https://xclient.info * Alfred:https://www.alfredapp.com * 4Kmee:http://www.4kmee.com * MSDN:https://msdn.itellyou.cn * Next:https://next.itellyou.cn * 异次元:https://www.iplaysoft.com * Wallpaperswide:http://wallpaperswide.com * Awesome Wallpapers:https://wallhaven.cc * Hippopx:https://www.hippopx.com * 远景论坛:http://bbs.pcbeta.com * 威锋论坛:https://www.feng.com * ## 平面设计 * 中国音画网:http://www.jgggbbs.cn/bbs/ * 3dmax吧:http://www.3dmax8.com * 思缘设计:https://www.missyuan.com * PS联盟:http://www.68ps.com * CGEBook:http://www.cgebook.com/forum.php * 视觉同盟:http://www.visionunion.com * 思缘教程网:http://www.missyuan.net * 艺术共和国:http://bbs.cguse.com ## UI设计 * UIMaker:http://www.uimaker.com * 设计达人:https://www.shejidaren.com * dribble:https://dribbble.com * UI中国:https://www.ui.cn * Uplabs:https://www.uplabs.com * ISUX:https://isux.tencent.com * 花瓣:https://huaban.com * 设计师网址导航:http://hao.uisdc.com * 站酷:https://www.zcool.com.cn * skins:https://www.theskinsfactory.com/ * UXArchive:https://uxarchive.com ## Music * 酷炫音乐论坛:https://bbs.musicool.cn * 听中国的声音:https://www.tingchina.com * CD包音乐网:https://www.cdbao.net ## English * 普特英语听力:http://www.putclub.com * 可可英语:http://www.kekenet.com * TED:https://www.ted.com ## 爱好 * POCO:https://photo.poco.cn/?classify_type=0&works_type=medal * 蜂鸟网:http://academy.fengniao.com * 摄影巴士:http://www.fsbus.com * 色影无忌:https://ww.xitek.com * 蜂鸟网:http://www.fengniao.com ## 电影 * Mtime时光网:http://www.mtime.com * VeryCD:http://www.verycd.com * 片源网:http://www.pianyuan.tv * BT电影天堂:http://btbtdy3.com * 纪录片之家:http://www.orffcn.com * 字幕库:http://www.zimuku.la * 迅雷电影天堂:https://www.xl720.com * 电影天堂:https://www.dytt89.com * 电影蜜蜂:https://www.idybee.com