- 마진 콜의 진면목을 알아주기 위한 리뷰(스포 있음): 이건 꼭 읽어보자. 이 영화를 이해하기 위해서 필요한 배경지식들.
- 리먼 브라더스 사태, 우리는 과연 그들을 욕할 자격이 있을까?: 용어들 설명됨
- 용어 설명
- 리만 브라더스가 망한 이유: 좀 쉽게 풀어써줌
- 리만 브라더스
- 2008년 9월 세계금융위기
- 서브프라임 모기지 사태
- [서브프라임 모기지 사태 - wiki](http://ko.wikipedia.org/wiki/2008%EB%85%84_%EC%84%9C%EB%B8%8C%ED%94%84%EB%9D%BC%EC%9E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Pandas" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"celltoolbar": "Slideshow", | |
"name": "", | |
"signature": "sha256:80a86d3944c618a3dd6d64ee81bd3266a95fbd93856135327f62b416c2e49620" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
문제: 콜론 다음에 공백이 없는것들이 있는데 여기에도 공백을 추가하고 싶다! | |
$header-height:44px; | |
$header-border-color:#e7e7e7; | |
/** 콜론 다음에 공백이 없음 **/ | |
$fixed-bototm-height: 44px; | |
$header-background-color: rgba(255, 255, 255, 0.9); | |
/** 콜론 다음에 공백이 있음 **/ | |
# Using regex in Sublime Text2( find:, replace: 뒤에 공백 1칸씩이 있다.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
# -*- coding: utf-8 | |
import os | |
import requests | |
from bs4 import BeautifulSoup | |
import re | |
import sys | |
reload(sys) | |
sys.setdefaultencoding('utf-8') |
- saltfactory's blog :: 터미널에서 프롬프트(Prompt)에 나타나는 정보와 색상 변경하기
- command line - How do I set fish as the default shell? - Ask Ubuntu
- /etc/shells에 /usr/local/bin/fish 추가
- chsh -s /usr/local/bin/fish 설정
- Russell91/pythonpy · GitHub: py를 bash처럼 사용할 수 있다. 강추! sed 문법을 외울 필요 없음
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
OlderNewer