Pinned Repositories
AlgoXY
Book of Elementary Algorithms and Data structures
interesting_Matlab
只搜集好玩的Matlab代码,好的资源,应该引向互联网更多开放自由开源的资源,而不是流量闭环
LeetCodeWars
my Solutions for problems both in LeetCode and CodeWars(.java & .hs)
manim_document_zh
一份manim中文教程文档 / manim tutorial document in Chinese (完善中)
myclionarch
my clion arch
nand2tetris
计算机系统要素-从零开始构建现代计算机
Neothesia
Flashy Synthesia Like Software For Linux,Windows and MacOs
Plant_Simulation
Plant_Simulation_Notes学习笔记
VnotesFromTridu33
Vnotes From Tridu33
ZERO-Starting-AI-Planning-in-PDDL-Descripted-World
ZERO-Starting AI Planning in PDDL-Descripted World
Tridu33's Repositories
Tridu33/cpp_backend_awsome_blog
2023年最新整理 c++后端开发,1000篇优秀博文,含内存,网络,架构设计,高性能,数据结构,基础组件,中间件,分布式相关
Tridu33/abstract-machine
A minimal, modularized, and machine-independent hardware abstraction layer
Tridu33/ant-design
An enterprise-class UI design language and React UI library
Tridu33/BilibiliSummary
A chrome extension helps you summary video on bilibili.
Tridu33/Book-DISO-WebAssembly
A book related repository which name is 《深入浅出 WebAssembly》
Tridu33/camunda-get-started-quickstart
Tridu33/cubicaltt
Experimental implementation of Cubical Type Theory
Tridu33/doc
一步一步建立起分布式系统:SOA->微服务->云原生的一套完整技术栈.
Tridu33/effects-bibliography
A collaborative bibliography of work related to the theory and practice of computational effects
Tridu33/flowable-examples
Repository with example Flowable projects
Tridu33/flowing-retail
Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
Tridu33/go-actor
A tiny library for writing concurrent programs in Go using actor model
Tridu33/Golang-Doc
golang learning documentation
Tridu33/graalvm-springboot-demo
Demos for graalvm with springboot projects.
Tridu33/InteractionTrees
A Library for Representing Recursive and Impure Programs in Coq
Tridu33/Learn-Web-Hacking
Study Notes For Web Hacking / Web安全学习笔记
Tridu33/leetcode-racket
Solve leetcode problems using Racket
Tridu33/leetgo
Best LeetCode friend for geek. :snowboarder:
Tridu33/lite-piano
A mini piano component based on the JavaScript Web Audio API, for playing the basic tone of a piano using the Audio Context in a web app.
Tridu33/metadata-editor
An editor for generating and updating Synthesia metadata (.synthesia) files
Tridu33/MIT6.828
实现一个操作系统内核
Tridu33/MuseScore
MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
Tridu33/nextjs-demo
https://juejin.cn/post/7203180600818581563 简单介绍了使用Nextjs开发网站的流程,同时涉及到了数据库、定时任务、MQ等知识。
Tridu33/resume
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
Tridu33/spring-boot-best-practice
Spring Boot 最佳实践,包括自动配置、核心原理、源码分析、国际化支持、调试、日志集成、热部署等。
Tridu33/spring-petclinic-data-jdbc
Spring Data JDBC version of the Spring Boot Petclinic
Tridu33/tutorials
Just Announced - "Learn Spring Security OAuth":
Tridu33/Vert.x-Core-Manual
Vert.x Core Manual 中文版
Tridu33/wasm-by-example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Tridu33/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.