Skip to content

Instantly share code, notes, and snippets.

View koos's full-sized avatar
💭
Coding

Jan koos

💭
Coding
View GitHub Profile
<script type="text/javascript" src="http://jankus.org/bcc3_counter.js"></script>
#
# -*- shell-script -*-
#
# Configuration file for ferm(1).
#
def $SERVER_TCP_PORTS = (http https ssh);
table filter {
chain INPUT {
<script src="static/summaryview.js" type="text/javascript"></script>
<div id="message_list_hdr">
<table border="1">
<thead>
<tr>
<th class="col1" id="mlh_subject"><?_("Subject")></th>
<th class="col2" id="mlh_from"><?_("Sender")></th>
<th class="col3" id="mlh_date"><?_("Date")></th>
</tr>
</thead>
/*
* Webcit Summary View v2
* All comments, flowers and death threats to Jan Kus
* <jan@railslove.com>
* Copyright 2009 The Citadel Team
* Licensed under the GPL V3
*
* QA reminders: because I keep forgetting / get cursed.
* After changing anything in here, make sure that you still can:
* 1. Resort messages in both normal and paged view.
\usepackage{listings}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{color}
\definecolor{mygrey}{rgb}{0.2,0.2,0.2}
\definecolor{hellgelb}{rgb}{1,1,0.9}
\definecolor{colKeys}{rgb}{0,0,1}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{1,0,0}
\definecolor{colString}{rgb}{0,0.5,0}
<!DOCTYPE html>
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
<title>
arrrpi
</title>
<link href="/stylesheets/reset.css?1281522515" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css?1281626714" media="screen" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
This is a very short post about what is railslove doing after working hours. Yes, we're drinking beer, playing urban terror or somking cigars and thinking about "how we do spend our next million"....
Yeah.. and what is railslove really doing? The short answer is: coding, thinking about really hot applications and having a lot of fun to work with our team.
But now we're trying something new: Railslove Research (short: RR). So we started a small independent blog, where we want to find out, how to do apis more usable and flexible for developers. Just visit our blog: <a href="http://arrrpi.posterous.com/">http://arrrpi.posterous.com</a> (and of course we're building a sexy application around that...)
gem_package 'scalarium_cli' do
retries 2
end
template "/root/cijoe/scalarium.yml" do
owner "root"
source "scalarium.yml.erb"
mode 700
end
#!/usr/bin/env ruby
system('sca deploy staging --config="/root/cijoe/scalarium.yml"')