Yunzhi's Blog

We look for your faults.


  • Home

  • Categories

  • Archives

  • About

  • Tags

  • Search

Sarah's Interactive Voronoi Diagram

Posted on 11-01-2017 | In Algorithm | | Visitors:

Voronoi_Matt

My friend and colleague, Sarah Yvonne Greer, is currently in her senior year. She used her passion on llamas to design her cool cozy personal website. It contains some very interesting mathematical visualization projects, including this interactive Voronoi diagram.

Read more »

Git Tricks

Posted on 05-18-2016 | In Git | | Visitors:

I learned some git tricks from the website: 廖雪峰的官方网站. Unfortunately the posts in the website are all writen in Chinese, therefore I would like to share them here in English.

Git Alias

We use some git commands such as git status a lot. It is often annoying to redo hundreds of times because of typos when we type this word status.
git st is much easiser than git status, we like lazy solutions.
All we need to do is typing one command line, telling git that thereafter st is the alias of status:

1
$ git config --global alias.st status

Now just try typing git st and see if it works.

Read more »

Hello World

Posted on 05-18-2016 | In Blog | | Visitors:

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Read more »
Yunzhi Shi

Yunzhi Shi

3 posts
3 categories
5 tags
GitHub FB Page Instagram E-Mail
© 2016 — 2017 Yunzhi Shi
Powered by Hexo
|
Theme — NexT.Muse v5.1.3
0%