1. Online Repository
Github.com -> new repository page
(snapshot here)
2. Local Repository
Gitbah -> type some commands
mkdir ~/MyProject
mkdir : make directory
~/ : 컴퓨터의 가장 상위 파일에 만든다는 뜻
MyProject : GitHub repo 의 이름과 같아야 함
cd ~/MyProject
git init
* Repository (repo) : 프로젝트 저장소
* 보통 git command는 git 으로 시작함
...
Minah's
Travel, Daily, Internship, Python, Data
Tuesday, November 10, 2015
Getting started with Github #2 - Setting up Github and Git
Github.com 회원가입
Git 설치
Git Bash에서 기본정보 셋업
git config --global user.name "이름"
git config --global user.email "이메일(same with Github.com)"
Now we're ready to user Git & Githu...
[2015/11/10] Today's expression
hang up : 전화를 끊다.
have butterflies (in someone's stomach) : 긴장,떨림,설렐 때
That's what I thought : 내말이! 의 느낌
deep down : 사실은, 마음 속 깊은 곳에서는
in terms of ~ : ~에 관해서
...
Monday, November 9, 2015
Getting started with Github #1 - Basic Commands
Git Specific Commands
git init : 새로운 Git repo 초기화. (이전엔 그냥 평범한 폴더임) 처음에 이 명령어를 입력해야만 다음 git 명령어들을 읽을 수 있다.
git config : 처음 git 을 셋업할 때 쓰임
git help : 도움말 / git help init 이런 식으로 특정한 명령어에 대한 도움말도 볼 수 있음.
git status : repo의 상태 (어떤 파일들이 있는지, 어떤 변화들이 commit 되어야하는지, 현재 자신이 어떤 branch를 쓰고 있는지 등) 를 보여줌
git add : 실제 새 폴더를 repo에 추가하는 것이 아님. just brings new files to Git's attention.
git commit...
[2015/11/9] Today's expression
I'm easy - 아무거나 다 괜찮아 의 느낌
I haven't the foggiest - I don't know
Just you try - 한번 해봐 (한번 해보기만 해봐라 의 느낌)
How should I know? - 내가 어떻게 알아?!
Anytime soon - at any instance of time in near future
Along the way - while something is happening ...
Sunday, November 1, 2015
From Data Models to Databases
*Lecture note of Coursera - Introduction to Data Science*
How do we store data?
What is data model?
Three components
1) Structures
2) Constraints
...
Monday, October 26, 2015
[뉴욕 맛집] Ippudo - Japanese Ramen

유명한 뉴욕 라멘 맛집 Ippudo!
뉴욕엔 수많은 일본라멘 가게들이 있지만 그 중에서 가장 유명한 곳을 꼽으라면 압도적인 yelp 리뷰 개수를 가지고 있는 Totto Ramen 과 Ippudo 가 되겠다.
Totto Ramen은 뉴욕에 온 지 얼마 안됬을 때 이미 갔고, 지금 포스팅하는 Ippudo는 한 번은 회사사람들과, 한번은 친구와 다녀왔다! (1주일에 2번 감..)
지점은 Astor pl 쪽과 미드타운 웨스트쪽에 있는 것 같다. 내가 간 곳은 Astor pl 지점
수요일과 금요일에 갔었는데 확.실.히. 금요일이 사람이 훨~씬 많다. 우린 1시간정도 기다렸다 들어갔는데 이건 양호한 편이고, 나중엔 웨이팅이 2시간30분까지 늘어났다;; 그런데도 기다리겠다는 사람들이 있었다.....
Subscribe to:
Posts (Atom)