Releases: sabertazimi/awesome-notes
Releases · sabertazimi/awesome-notes
v2.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2021-08-01)
Features
- branch: git branch management (dbf0e5a)
- C-BasicNotes: learn tips on pointer and process functions (cd3255c), closes #26
- C-Demo: add alloctor functions' implementation (377aa5e), closes #26
- CodeGuide-Bug: learn common bug list (1e33f91), closes #8 #10
- ComputerSystem: begin to learn theory about CS (9d2bd5d), closes #18 #25 #26 #27
- cpp: start learn basic cpp grammar (39a1721)
- CS-CSAPP: Start make notes about csapp (44e1640)
- cs-social network: add social network basic notes (2d62630)
- CSS-CSS3: complete learning CSS3 Basic (62eef07)
- CSS-Demo: complete code cademy proj (66a5bce), closes #43
- CSS-Selector: wholly master CSS 3 Selectors (1aef0b1)
- Data Base - MongoDB: add mongdb set up intro (50b4512)
- Device: Add a list of computer devices I want to own (4702355)
- Git-Basic: whole learn basic git knowledge (4547ad2), closes #22
- Git-GitHub-License: addd 4 unique license (e6ef4c1)
- Git-GitHub: create repo in bash by curl (4ab7a79)
- Git-GitHub: Shorten GitHub URL with git.io (b450c95)
- Git: learn git basic (dcb4626)
- H5: new tags (22fbdcc)
- Haskell-Advanced-Monad: learn advanced monad but not understand (78e61ec), closes #32
- Haskell-functionalTypeclass: learn functor Applicative monoid (5174a03), closes #32
- Haskell-Functor: learn haskell functor Typeclass (9d22667), closes #32
- Haskell-IO: learn file input/output actions (ffc70fc), closes #32
- Haskell-Monad: learn Monad feature and Maybe Monad (217f5bb), closes #32
- Haskell-OJ: add OJ profile to reserve solutions on codewars.com (34904f8), closes #32 #28 #34
- Haskell-Syntax: learn syntax of function (599dd1c), closes issue#32
- Haskell-type/IO: learn type and IO basic (3a6a86c), closes #32
- Haskell-Typeclass: learn typeclass (734ab27), closes #32
- Haskell: dive into haskell world (d7c32bd)
- Haskell: learn higher order function and module (20a7cdc), closes issue#32
- Haskell: today i learned (f192d53), closes #32
- HTML5 && Linux-SetUp: learn something about HTML5;change editor (2473714)
- Java: change JavaBasic.docx to JavaBasic.md (969c85f), closes #1
- JS-Demo-Tips: add useful js demo (8f79f32), closes #30
- lang-golang: start to learn golang to write a jvm with golang (77e48ce), closes sabertazimi/awesome-notes#25
- language-english: start take vocabulary notes on github with md (573e3c8)
- Linux Setup;Git;HTML5 (e49b9df)
- Linux-IRC: learn IRC basic commands (3caad02)
- linux-makefile: learn basic makefile grammar (e323895)
- linux-set up: add npm install feature for ubuntu_setup.sh (367995f)
- Linux-SetUp: shell command line making soft link about VSCode (45b747c)
- Linux-Shell: Add read passward for sudo shell script (b799e7a)
- Linux-SSH: with config file, auto-switch ssh file (17161ef)
- Linux-Vim: learn vim advanced feature (99680b0), closes #21
- Linux: change Linux.docx to Linux.md (63c4339), closes #2
- MachineLearning-Sklearn: first try on sklearn (f37b7a0), closes #47
- makefile: add rule for running program (7e08dd6)
- Matlab: add matlab set up intro (da220eb)
- Nodejs-Module: my first self-defined module (ac4af4b), closes #51
- **Nodejs-Work...