Skip to content

Instantly share code, notes, and snippets.

{
"metadata": {
"name": "Pandas"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@re4lfl0w
re4lfl0w / gist:9798362
Created March 27, 2014 01:55
06_Data Loading, Save, File Format
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
<!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" />
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"celltoolbar": "Slideshow",
"name": "",
"signature": "sha256:80a86d3944c618a3dd6d64ee81bd3266a95fbd93856135327f62b416c2e49620"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
문제: 콜론 다음에 공백이 없는것들이 있는데 여기에도 공백을 추가하고 싶다!
$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칸씩이 있다.)
#! /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')
@re4lfl0w
re4lfl0w / gist:b327465983ab067d0904
Last active August 29, 2015 14:07
New Settings in Mac
@re4lfl0w
re4lfl0w / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console