📝 企業を調べる時のメモ書きです。
- https://www.wantedly.com/
- https://jobs.forkwell.com/
- https://jp.indeed.com/
- 日本だとあんまり使ってる企業がいないけど、グローバルよりで日本でもやってる面白いものがたまに見つかる
- などの各種求人サイトを見る
- Note: 📝
📝 企業を調べる時のメモ書きです。
# 役者クラス | |
# | |
# say: 役者は声を発する事ができる。 | |
class Actor | |
def say(words) | |
puts words | |
end | |
end |
RubyKaigi 2013 – great conference, but I probably wouldn’t go next year if I was a woman の内容の概略です。認識間違ってたら訂正するので @kyanny までご連絡ください。
It is a Japanese outline text of RubyKaigi 2013 – great conference, but I probably wouldn’t go next year if I was a woman. If you find any issues, please mention to @kyanny.
@ITやテッククランチがアホすぎてつらい。
Rap GeniusというサービスがHerokuに月額2万ドル払っていて、そのサービスに満足していたという。 内訳はよくわからないが、Herokuの「サクセスストーリー」に公開されているところによると、彼らはWeb用のdynoを120使っているとのこと。 http://success.heroku.com/rapgenius
New Relic(サードパーティのパフォーマンス計測アドオン)には年間 $63116.13 払っているという。
# inspired by https://github.com/negipo/ainote | |
require 'scissor/echonest' | |
def ainote(dir) | |
Scissor(dir + '/%i.m4a' % rand(5)) | |
end | |
def main | |
ainote_dir, source_file = ARGV |
prefectures: | |
- 北海道 | |
- 青森県 | |
- 岩手県 | |
- 宮城県 | |
- 秋田県 | |
- 山形県 | |
- 福島県 | |
- 茨城県 | |
- 栃木県 |
require 'formula' | |
class Macports < Formula | |
url 'https://distfiles.macports.org/MacPorts/MacPorts-2.0.3.tar.gz' | |
homepage 'http://www.macports.org/' | |
md5 '7b84e27a6dda3ecd9a72c99c44b3b914' | |
# depends_on 'cmake' | |
def install |
#!/usr/bin/env macruby | |
# | |
# MacRubyで画面グリッチをフルスクリーン表示する | |
# | |
# http://twitter.com/negipo/status/67572370247913473 | |
# | |
# ## Usage | |
# | |
# ./glitch.rb | |
# |
<html> | |
<body> | |
<script src="test.js"></script> | |
</body> | |
</html> |