Skip to content

Instantly share code, notes, and snippets.

FROM centos
RUN yum install -y passwd
RUN yum install -y openssh
RUN yum install -y openssh-server
RUN yum install -y openssh-clients
RUN yum install -y sudo
## Install Chef Omnibus
# RUN curl -L http://www.opscode.com/chef/install.sh | bash
FROM centos
RUN curl -L http://www.opscode.com/chef/install.sh | bash
ADD ./chef-repo /root/chef-repo
RUN cd /root/chef-repo; chef-solo -c solo.rb -j ./nodes/localhost.json
DOCTYPE html
html
head
title Test'em
link rel="stylesheet" href="/testem/mocha.css"
script src="/testem.js"
script src="/public/js/vendor/requirejs/require.js"
body
#mocha
;; auto-complete
;; -----------------------------------------------------------------------------
(require 'auto-complete-config)
(require 'auto-complete-ruby)
; (require 'auto-complete-etags)
(add-to-list 'ac-dictionary-directories "~/.emacs.d/elisp/ac-dict")
(ac-config-default)
(global-auto-complete-mode t)
;(add-hook 'auto-complete-mode-hook
; (lambda ()
#
# Cookbook Name:: tiarra
# Recipe:: default
#
# Copyright 2013, YOUR_COMPANY_NAME
#
# All rights reserved - Do Not Redistribute
#
tiarra_version = node['tiarra']['version']
802 名前:おさかなくわえた@kzk_moverさん 投稿日:2013/03/07(金) 16:42:24 ID:s2RHsW2o
上に割引券についての話がありましたけど
私は@repeatedly先生の割引チケットの券を捨ててしまって後悔した立場でした
ガールズバーのでしたけど
かなり近所のガールズバーの券がまさに大量(数種類も集めてて机一つめいっぱい使って)という感じでした
入社2年目ぐらいから「こんなにあるんだからもうもらってこないでよ」と@repeatedlyに言い続けたのですが
毎回全然行動してくれずに言葉を濁す@repeatedlyにキレてしまい
留守中に業者を呼んで引き取ってもらえるものは引き取ってもらいました
@naoya
naoya / rubysource.md
Created February 17, 2013 05:21
Gisted: RubySource | Laurent Sansonetti on RubyMotion InternalsRubySource
@naoya
naoya / markham-nolan-how-to-separate-fact-and-fiction-online.md
Created February 17, 2013 05:21
Gisted: Markham Nolan: How to separate fact and fiction online | Video on TED.com
@naoya
naoya / stdout-hook-ltsv-fluentdcasual-naoya.md
Created February 17, 2013 05:20
Gisted: stdout-hook と LTSV #fluentdcasual - naoyaのはてなダイアリー
@naoya
naoya / dqx.pl
Created September 29, 2012 06:11
#!/usr/bin/env perl
use strict;
use warnings;
package Acme::DQX::Level50;
use Test::More tests => 6;
use base qw/Class::Accessor/;
our @classes = qw/fighter cleric monk thief wizard trickster/;
our $level_cap = 50;