Skip to content

Instantly share code, notes, and snippets.

View nujabes's full-sized avatar

Yeongho Kim nujabes

View GitHub Profile
@nujabes
nujabes / .block
Created December 21, 2016 14:00
d3-force testing ground
license: gpl-3.0
height: 1030
scrolling: yes
@nujabes
nujabes / .block
Created December 21, 2016 13:54
Physics Shaking (Spheres and Boxes)
license: mit
@nujabes
nujabes / .block
Created December 21, 2016 13:53
Graph Experiments I
license: gpl-3.0
@nujabes
nujabes / .block
Created December 21, 2016 13:52
Gooey Force-Directed Graph in D3
license: mit

인터넷을 마스터하자

  • 1강 인터넷이 할 수 있는 일 부제 : 웹이 가진 가능성

1. 전통적인 인터넷에서 할 수 있는 일

고정된 정보를 보여주기

  • 기업 홈페이지
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php
*/
$args = array(
@nujabes
nujabes / gist:a15f8c445cb4a4938c71
Last active August 29, 2015 14:20
Wordpress recommanded plugins from roots

Roots Theme homepage | Documentation table of contents

Recommended Plugins

Plugin Name Plugin Description
Gravity Forms With Gravity Forms you can build complex, interactive contact forms in minutes.
WPML WPML makes it easy to build multilingual sites and run them. Roots already includes translations for:
English, Spanish, French, Italian, Dutch, Brazilian Portuguese, Macedonian, Finnish, Danish, Turkish, Swedish, Bulgarian, Norwegian, Catalan, Polish, Hungarian, Russian.
WordPress SEO Yoast's all in one SEO solution: titles, meta descriptions, XML sitemaps, breadcrumbs & more.
@nujabes
nujabes / iPythonLoader.scpt
Last active August 29, 2015 14:15
start iPython easily on osx
on run
set startPath to "/Users/Document/iPython" --change to your prefered path.
tell application "Terminal"
activate
do script with command "cd " & startPath & " && ipython notebook"
end tell
end run
on open the_files
repeat with i from 1 to the count of the_files
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.