Pinned Repositories
AI_LINE
《sql必知必会》 《算法图解》 《Tensorflow 实战Google深度学习框架》 《推荐系统实践》《Python数据采集》 《机器学习实战》 《统计学习方法》
awesome-bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
books
技术书籍
CodeTraining
Cpp-Concurrency-in-Action-2ed
📚 C++ Concurrency in Action 2ed 笔记:C++11/14/17 多线程技术
CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
ion-sfu
Pure Go WebRTC SFU
JAVA
存放JAVA开发的设计**、算法:《剑指Offer》、《编程珠玑》、《深入理解Java虚拟机:JVM高级特性与最佳实践》、《重构-改善既有代码的设计 中文版》、《clean_code(中文完整版)》、《Java编程**(第4版)》、《Java核心技术 卷I (第8版)》、《Quartz_Job+Scheduling_Framework》;一些大的上传不上来的文件在README
yindaren's Repositories
yindaren/AI_LINE
《sql必知必会》 《算法图解》 《Tensorflow 实战Google深度学习框架》 《推荐系统实践》《Python数据采集》 《机器学习实战》 《统计学习方法》
yindaren/awesome-bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
yindaren/awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
yindaren/books
技术书籍
yindaren/CodeTraining
yindaren/Cpp-Concurrency-in-Action-2ed
📚 C++ Concurrency in Action 2ed 笔记:C++11/14/17 多线程技术
yindaren/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
yindaren/digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
yindaren/ion-sfu
Pure Go WebRTC SFU
yindaren/JAVA
存放JAVA开发的设计**、算法:《剑指Offer》、《编程珠玑》、《深入理解Java虚拟机:JVM高级特性与最佳实践》、《重构-改善既有代码的设计 中文版》、《clean_code(中文完整版)》、《Java编程**(第4版)》、《Java核心技术 卷I (第8版)》、《Quartz_Job+Scheduling_Framework》;一些大的上传不上来的文件在README
yindaren/java-base
java-agent、jvm-access、jvm-classloader、jUnitPerf、Java基础算法;JAVA基础知识、枚举、反射、异常、泛型、集合、线程、代理;我的博客里面有相应的解释,以及动态的gif图片引导你理解
yindaren/JAVA_LINE
JAVA进阶相关书籍:《JAVA并发编程实践》、《Linux Shell脚本攻略》、《spring揭秘 精选版》、《高性能Mysql》、《深入理解Java虚拟机[JVM高级特性与最佳实践](周志明)》、《图解HTTP 彩色版》、《图解TCP_IP_第5版》、《head+first+servlets jsp》、《How Tomcat Works 中文版》、《J2EE核心模式》、《JAVA并发编程实践》一些大的上传不上来的文件在README
yindaren/learning-spark
Example code from Learning Spark book
yindaren/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
yindaren/leetcode-master
LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
yindaren/Linux-Learning-Mindmap-Share
Linux学习个人分享的思维导图,基于《鸟哥的Linux私房菜·基础篇·4th》
yindaren/Netty-SkillTree
干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码
yindaren/show-me-the-code
open source project analyze, for study
yindaren/spark-code-analysis
yindaren/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
yindaren/Study-Floder
相当不错的图书,例如《数学之美》、《浪潮之巅》、《TCP/IP卷一/卷二/卷三》等;一些大的上传受限制的文件《图解TCP_IP_第5版》、《深入理解Java虚拟机JVM》、《effective java》等在README
yindaren/webrtc
Pure Go implementation of the WebRTC API