Skip to content

Instantly share code, notes, and snippets.

View susie-Choi's full-sized avatar
🚘
Mobility

Susie susie-Choi

🚘
Mobility
  • HL Mando
  • Seoul, South Korea
View GitHub Profile
Gatsby + React로 블로그 만들기
http://tlog.tammolo.com/blog/2019-05-01-gatsby-make-blog/ 를 참고한다.
@susie-Choi
susie-Choi / 누가 이것 좀 정리해주면 좋을 것들
Created June 26, 2021 07:06
누가 이것 좀 정리해주면 좋겠다
- (new) Android Studio에서 button 등의 위젯 색상이 바뀌지 않는 문제 해결
https://nonameunknown.tistory.com/m/5
- 파이썬 concat 할 때 인덱스가 다른 경우
- LocalHost 에러 해결
localhost Error 해결 : HTTPError_401.3 https://codingcoding.tistory.com/1204 : HTTPError_403.14 https://laigo.kr/691
- MySQL 에러 해결
bad handshake problem:
@susie-Choi
susie-Choi / link_hub
Last active July 5, 2021 07:56
내가 쓸 때 보려고 저장해두는 공식 문서 링크 모음
@susie-Choi
susie-Choi / data_hub
Last active April 10, 2024 05:40
내가 쓸 때 보려고 저장해두는 데이터 사이트 모음
데이터 & 통계 사이트 모음
교수님께서 올려주신 링크
https://www.kaggle.com/datasets
https://archive.ics.uci.edu/ml/datasets.php
https://guides.emich.edu/data/free-data
출처 : 산새소리, 네이버 블로그, 링크 : https://blog.naver.com/food3288/222241075314
@susie-Choi
susie-Choi / gist:a428289889edc3e28730f5c50562883c
Created March 24, 2021 13:51
번역 중 참고한 자료
파이썬 맹글링이란?
https://tibetsandfox.tistory.com/21
// 파이썬 기초 뒷부분까지 제대로 공부해야 할 필요성!
@susie-Choi
susie-Choi / Git
Last active March 24, 2021 10:51
Git
명령어 정리: https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html
1. 깃 시작하기
git init
git config user.name
git config user.password
git config user.email
2. 내 파일을 local repository에 올리기
git add . ##(all)
@susie-Choi
susie-Choi / gist:eb3eb058d4d62ed51a435ed872d9dff5
Created January 10, 2021 06:05 — forked from ihoneymon/how-to-write-by-markdown.md
마크다운(Markdown) 사용법

[공통] 마크다운 markdown 작성법

1. 마크다운에 관하여

1.1. 마크다운이란?

Markdown은 텍스트 기반의 마크업언어로 2004년 존그루버에 의해 만들어졌으며 쉽게 쓰고 읽을 수 있으며 HTML로 변환이 가능하다. 특수기호와 문자를 이용한 매우 간단한 구조의 문법을 사용하여 웹에서도 보다 빠르게 컨텐츠를 작성하고 보다 직관적으로 인식할 수 있다. 마크다운이 최근 각광받기 시작한 이유는 깃헙(https://github.com) 덕분이다. 깃헙의 저장소Repository에 관한 정보를 기록하는 README.md는 깃헙을 사용하는 사람이라면 누구나 가장 먼저 접하게 되는 마크다운 문서였다. 마크다운을 통해서 설치방법, 소스코드 설명, 이슈 등을 간단하게 기록하고 가독성을 높일 수 있다는 강점이 부각되면서 점점 여러 곳으로 퍼져가게 된다.

1.2. 마크다운의 장-단점

1.2.1. 장점