Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / webrtc.rst
Last active June 27, 2024 02:25
WebRTC コトハジメ
@sonots
sonots / remote_rpm_package.rb
Created January 16, 2015 19:50
http 経由で rpm install できる rpm_package リソース。cookbook に definitions/remote_rpm_package.rb としておく
# install rpm package via http like rpm -U http://....
#
# HOW TO USE
#
# remote_rpm_package "#{name}" do
# source "#{url}"
# end
#
# OPTIONS
#
@schmmd
schmmd / pre-commit
Created May 7, 2014 16:54
Scalariform Precommit
#!/bin/sh
exec scala -savecompiled "$0" $@
!#
//
// Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
// Modified 2014 AI2 <http://www.allenai.org>
//
// This script will check that the commit is correctly formatted. It only checks files that are to be committed.
// To be run this file should be at `.git/hooks/pre-commit`.
@j5ik2o
j5ik2o / gist:1520836
Last active January 3, 2017 17:09
Scalaで使えそうなWeb系フレームワーク&ライブラリ