Welcome to Ceylon Ceylon is a programming language for writing large programs in a team environment. The language is elegant, highly readable, extremely typesafe, and makes it easy to get things done. And it's easy to learn for programmers wh... 続きを読む
ちょっと前から Docker を使っているので、その話。 Dockr について Docker は dotcloud がオープンソースで公開している、コンテナ技術による仮想化ソフトウェア。 以下のテクノロジーベースにしている: LXC 前にも書いた。Xen とか VirtualBOX みたいにホスト... 続きを読む
Render a <canvas> node to your terminal This module provides a <canvas> object backed by node-canvas, with its width and height properties automatically set to the proper size of the terminal window. The result is that you can use the HTML Ca... 続きを読む
Yesterday, at GitHub Tokyo drinkup (thanks, GitHub!), Matz agreed to remove the $SAFE == 4 feature from Ruby 2.1. Shibata-san, a developer of tDiary, which is the only application using $SAFE == 4, also agreed to remove it, so today is a good... 続きを読む
Here are some tips and tricks on setting up Emacs.app on Mac OS X. These are based on my personal experience of using Emacs.app for the past 10 years or so; there may be better ways, but these work for me. Running Emacs.app from the command l... 続きを読む
README.md Introduction This project brings mruby to the browser. It uses emscripten to compile the mruby source code into JavaScript and runs in the browser. Please refer to this tutorial for how to use webruby. Notes Currently this is still ... 続きを読む
interactive mruby This is matz's mruby interpreter running in your browser. mruby is written in C and normally compiles to x86 or ARM byte code. Here its been compiled to JavaScript, using llvm and emscripten. The JavaScript produced is compa... 続きを読む
2013-06-17 Middleman で作った web サイトを Travis + GitHub pages でお手軽に運用する Middleman Travis 先日 Middleman を使って sapporojs.org をリニューアルしました。 その際に得られた Middleman での web サイト運用の知見をご紹介します。 Middleman... 続きを読む
README.md Carton Carton for Emacs is what Bundler is to Ruby. It aims to make ELPA dependency management in Emacs painless (as painless as it can be). This includes both your local Emacs installation and Emacs package development. Installatio... 続きを読む
homebrew の Go用のレシピ を見た人は、その中にこんなオプションが定義されているのに気がついたかもしれない: option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" option 'cross-compile-common', "... 続きを読む
README.md Custom Configuration Makes it easy to use the Rails.configuration point as your central configuration store, even for things not included in Rails. # config/environments/production.rb BCX::Application.configure do config.x.resque.jo... 続きを読む
README.md KawaiiValidation TODO: Write a gem description Installation Add this line to your application's Gemfile: gem 'kawaii_validation' And then execute: $ bundle Or install it yourself as: $ gem install kawaii_validation Usage TODO: Write... 続きを読む
この記事では、私がオブジェクト指向のどこを愛しどこを素晴らしいと感じていて、そのうえでなぜオブジェクト指向を使うことを避けているのかを書き留めておきます。関数型言語使いの方で、「オブジェクト指向の何がいいのかわからない」「オブジェクト指向難し... 続きを読む
YAPC::Asia Tokyo 2013開催に合わせて、 昨年限定販売され話題となったmiyagawaデカールがカラーバージョンとなり 2013年モデルとして発売決定! 昨年のバージョンを実際につけてみたイメージはこちら イメージとしてはこういった形です。カラーになりました。 ... 続きを読む
このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはこちら。 This document is unofficially translated by users.Please see the original document here. 翻訳に関する修正など、ご連絡はこちらまで。 Please ... 続きを読む
基礎データ 分類:マタタビ科マタタビ属 原産地:中国(China)地方 シーズン:通年 主な産地:愛媛、福岡 主な輸入先:ニュージーランド さわやかな甘さと食べやすさから人気の高いキウイフルーツ。最近は黄色い果肉のゴールデンキウイや、ひと口サイズのベビ... 続きを読む
IT業界ではない人間の退職エントリは珍しいのではないか。技術評論社を退職し、紙からWebの編集者になりました Tweet Tweet IT業界ではない人間の退職エントリは珍しいのではないか。 プログラマ界隈でよく見かける「○○(名だたる企業名)を退職しました」な... 続きを読む
Xcode 5: TDD/CIまわりに強力なアップデート(Appleがサイトで公開している範囲内で) Jun 12th, 2013 • Permalink tokorom@WWDC2013参加中です。 WWDC2013で膨大なアップデートを学習中でしゃべりたいことが盛りだくさんなんですが、NDAのため我慢の日々。 で、... 続きを読む
onload = -> if 1 isnt 2 setTimeout (-> console.log "hello"), 100 onload() ナンセンスな無意味なコードです。 Ruby的な考えからするとなにかが足りない。そう、end ですね! coffeescriptでend を書く方法! そうだendを定義すればいいんだ! 続きを読む
JavaScriptでよく使われるコード片に即時関数というものがあります。無名関数を宣言して即実行することで、ローカルスコープの存在しないJavaScriptにおいて擬似的にローカルスコープを再現します。 一番有名なのはこの(function(){ ... })()の形式なのですが、... 続きを読む