Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
openrecord + hapi + socket.io + angular.js + http://getskeleton.com/
@co2meal
co2meal / gist:e91be55b5dd00c4cb9b1c645a7353f8c
Created June 8, 2017 04:27 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
#include<stdio.h>
#include<stdlib.h>
int** sets; /* list of sets read from input file */
int max_number; /* maximum number of the elements */
int rows; /* the number of sets */
@co2meal
co2meal / webstudy2.html
Created July 1, 2014 15:37
부트스트랩 과제 예제코드
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Webstudy2</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
# Set configurations
set -o verbose
# Provisioning start!
sudo apt-get update > /dev/null
# Install with apt-get
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install mysql-server > /dev/null