Pinned Repositories
bytecode-interpreters-post
A few basic bytecode interpreters used as example code in a series of articles
c-containers
c-primer
These are my answers to the programming exercises in the book of C Primer Plus.
CL-haskell
My haskell code according to Command-Line Rust
CL-rust
My learning code for Command-Line rust
classic-cs-problems
Classic Computer Science Problems in Haskell
cmake-cookbook
CMake Cookbook recipes.
ISLP
This is my learning note of An Introduction to Statistical Learning with R using Python
iup
Learning docs of iup gui framework
matplotlib-extra
This package includes some extra functions to matplotlib.
chenyulue's Repositories
chenyulue/matplotlib-extra
This package includes some extra functions to matplotlib.
chenyulue/iup
Learning docs of iup gui framework
chenyulue/c-containers
chenyulue/CL-haskell
My haskell code according to Command-Line Rust
chenyulue/CL-rust
My learning code for Command-Line rust
chenyulue/cmake-cookbook
CMake Cookbook recipes.
chenyulue/dubois-data-portraits
Recreations of W.E.B Dubois's Data Portraits
chenyulue/exaide
An aide for patent examination
chenyulue/Hands-On-Data-Analysis-with-Pandas-2nd-edition
Materials for following along with Hands-On Data Analysis with Pandas – Second Edition
chenyulue/hello-world
Just an introduction
chenyulue/ExHelper
This is a patent examination helper developed with customtkinter.
chenyulue/figure_friday
Figure Friday workout from Plotly community
chenyulue/hands-on-datavis
Hands-on data visualization with python
chenyulue/hugo-theme-cleanwhite
A clean, elegant blog theme for hugo
chenyulue/lc3
LC-3 virtual machine implemented in C
chenyulue/lispy
This project includes my learning process of [build your own lisp](https://buildyourownlisp.com)
chenyulue/lox
My Learning Process for Crafting Interpreters(https://craftinginterpreters.com)
chenyulue/machine-learning-book
Code Repository for Machine Learning with PyTorch and Scikit-Learn
chenyulue/MakeoverMonday
My practice collection of Makeover Monday
chenyulue/obsidian-docs
Help documentation for Obsidian.
chenyulue/patent-vis
patent visulization tutorial
chenyulue/patentvis
A patent visualization platform
chenyulue/plottable
most pretty & lovely tables with matplotlib
chenyulue/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
chenyulue/python-programming-exercises
A solution repo for "Python Programming Exercises, Gently Explained" by Al Sweigart
chenyulue/real-world-haskell-updated
I'm trying to update Real World Haskell.
chenyulue/sVB_language_reference_book
This is a repository for the Small Visual Basic language reference book
chenyulue/tiny-proj
My Codes for Tiny Python Projects (Manning, 2020, ISBN 1617297518). The difference from the original repo is that I use pdm to manage all the projects and try to make it work both on windows and unix-like os.
chenyulue/WorkoutWednesday
My practice collection of Workout Wednesday
chenyulue/wow
My implementation of Workout Wednesday challenge by python