Skip to content

Instantly share code, notes, and snippets.

@kjunine
kjunine / API.md
Created October 4, 2013 14:03 — forked from iros/API.md

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@kjunine
kjunine / jsonp.html
Last active December 16, 2015 20:29 — forked from anonymous/jsonp.html
JSONP sample of Daum Search API using jQuery
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JSONP</title>
</head>
<body>
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript">
$(function() {
@kjunine
kjunine / install.sh
Created September 13, 2012 00:26 — forked from padcom/install.sh
Gitorious installation on Ubuntu 12.04
#!/bin/bash
#------------------------------------------------------------------------------
# SETTINGS
#------------------------------------------------------------------------------
MYSQL_ROOT_PASSWORD=password
MYSQL_GITORIOUS_PASSWORD=password
GITORIOUS_HOST=gitorious
SYSADMIN=sysadmin