Glide is the easiest way to create useful slide for all of your Gists.
- input key
<-to go backward. - input key
->to go forward.
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure("2") do |config| | |
| # All Vagrant configuration is done here. The most common configuration | |
| # options are documented and commented below. For a complete reference, | |
| # please see the online documentation at vagrantup.com. | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| config.vm.box = "CentOS_6.4_x86_64_Minimal" |
| # | |
| # Cookbook Name:: testlink | |
| # Recipe:: default | |
| # | |
| # Copyright 2013, YOUR_COMPANY_NAME | |
| # | |
| # All rights reserved - Do Not Redistribute | |
| # | |
| package "vim" do |
| gem "gmaps4rails" | |
| gem "geocoder" |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using NMeCab; | |
| namespace NMecabTest | |
| { | |
| class Program |
| require "rubygems" | |
| require "twitter" | |
| require "pp" | |
| require "logger" | |
| require "uri" | |
| require "json" | |
| class Ninja | |
| USER_ID = "NJSLYR" |
| gem "sinatra" | |
| gem "sinatra-contrib" | |
| gem "hashie" | |
| gem "tilt", github: "rtomayko/tilt", tag: "1.3.4" | |
| gem "kaminari", :require => "kaminari/sinatra" | |
| gem "padrino-helpers" |
| #coding:utf-8 | |
| require "rubygems" | |
| require "open-uri" | |
| require "active_support/core_ext" | |
| require "nokogiri" | |
| require "yaml" | |
| require "uri" | |
| require "pp" | |
| require "mongo" | |
| require "bson" |
| <!DOCTYPE html> | |
| <html ng-app> | |
| <head> | |
| <title>LibrarySearchSample</title> | |
| <script type="text/javascript" src="http://code.angularjs.org/angular-1.0.0.min.js"></script> | |
| </head> | |
| <body ng-controller="LibrarySearchCtrl" ng-init="init()"> | |
| <a class="navbar-brand" href="#">LibrarySearchSample</a> |