Skip to content

Instantly share code, notes, and snippets.

View 21han's full-sized avatar
🎯
Focusing

21han 21han

🎯
Focusing
View GitHub Profile
@21han
21han / resume.json
Last active May 7, 2021 00:44 — forked from thomasdavis/resume.json
Zihan's Resume
{
"basics": {
"name": "Zihan Guo",
"label": "Non-compete at Citadel",
"image": "",
"email": "zguocollege@gmail.com",
"phone": "",
"url": "",
"summary": "I build data driven solutions to help investment professional make trading decisions. At the same time, I build/improve engineering products to help my teammates work more efficiently. \n\nI am a problem solver at heart and am most excited when my solutions empower others to do things they love.\n\nHaving worked as both a Data Scientist and Data Engineer, I've grown my skills in analytics, modeling, software engineering, product and project management. My current focus is improving my depth of understanding of my stakeholders' business logic/investment thesis so that I can better help them solve problems. \n\nI love learning. Outside of work, I am pursuing a master degree of computer science at Columbia University in New York City with Machine Learning concentration. Currently, I am taking Natural Language Processing and Cloud Co
@21han
21han / screen_cheatsheet.markdown
Created September 19, 2018 20:32 — forked from jctosta/screen_cheatsheet.markdown
Screen Cheatsheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r <session_name>