Vibe Genius 团队整理的 DeepLearning.AI 官方课程 'Claude Code: A Highly Agentic Coding Assistant' 学习笔记,由 Andrew Ng 和 Anthropic 的 Elie Schoppik 主讲
The source code repository for book "deep learning from scratch"
My nvim config with lazy.nvim
Clone for https://github.com/LazyVim/starter
Learn Minimal Parser Combinator in Python from https://gdevanla.github.io/posts/write-a-parser-combinator-in-python.html
Mal(Make a Lisp)顾名思义,用图灵完备的编程语言写 Lisp 交互器
Create my lisp interpreter according to http://buildyourownlisp.com/
Import from https://github.com/fzxy002763/Wi-Fi_Study_Public/
Study tspl4 and practice exerises in the book
Write D-Bus test code with gdbus API
Learn backbone per the tutorial from https://adrianmejia.com/backbone-dot-js-for-absolute-beginners-getting-started/
Practise MinMax algorithm