Skip to content

Instantly share code, notes, and snippets.

View anotherJay's full-sized avatar

Jason St. Louis anotherJay

  • Winnipeg, MB, Canada
View GitHub Profile
@anotherJay
anotherJay / Vagrantfile
Last active March 18, 2017 05:50
Vagrant file for a demo Kong server
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.2"
# config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "private_network", ip: "192.168.33.99"
@anotherJay
anotherJay / example.html
Created October 22, 2012 21:33
Jeditable + bootstrap datepicker custom type example
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>jeditable + bootstrap datepicker custom type demo</title>
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://raw.github.com/eternicode/bootstrap-datepicker/master/css/datepicker.css">
</head>
<body>