Skip to content

Instantly share code, notes, and snippets.

View jj1bdx's full-sized avatar
🏠
Working from home

Kenji Rikitake jj1bdx

🏠
Working from home
View GitHub Profile
@voluntas
voluntas / ymotongpoo.rst
Last active August 29, 2015 14:02
すごいErlangゆかいに学ぼう!出版を祝う会

すごいErlangゆかいに学ぼう!出版を祝う会

日時

7/9 入場 19:30 開始 20:00

場所

VOYAGE 様 Ajito (東京都渋谷区神泉町8-16 渋谷ファーストプレイス8F)

費用

ピザとか寿司とか何か取りたいので一人 1500 円をお願いします

目的

-module(agner).
-export([ec/2]).
fac(N) ->
lists:foldl(fun erlang:'*'/2, 1, lists:seq(1, N)).
ec(M, U) ->
X = math:pow(U, M) / fac(M),
Rho = U / M,
@tokoroten
tokoroten / result.txt
Last active August 29, 2015 14:04
http://brevis.exblog.jp/22236990/ 稼働率100%の施設における在庫量とリードタイムのシミュレーション
days, input_load, worker_stacks, total_stacks, output, ave_lead_time
case 100% input 1...6
0 2 [2, 0, 0, 0, 0] 2 0 5
1 5 [5, 2, 0, 0, 0] 7 0 6
2 2 [2, 5, 2, 0, 0] 9 0 6
3 3 [3, 5, 2, 2, 0] 12 0 6
4 3 [3, 4, 4, 2, 2] 15 0 7
5 6 [6, 3, 4, 5, 1] 19 2 8
6 1 [4, 3, 6, 1, 5] 19 1 8
7 4 [4, 4, 3, 6, 2] 19 4 8
% $R16B03_1_hipe/bin/erlc utf8_with_magic_comment.erl
% $R16B03_1_hipe/bin/erl -noshell -s utf8_with_magic_comment start -s init stop
===== format by 's'
[bytes]: あ
===== format by 'ts'
[codepoint]: \x{3042}
[bytes]: あ
[string_literal]: \x{3042}
===== format by 'ts' with io:setopts([{encoding, utf8}])
[codepoint]: あ
@BernardNotarianni
BernardNotarianni / erlang-startups.md
Last active August 29, 2015 14:07
Pourquoi un Meetup Erlang Startups?

Plusieures personnes m’ont demandé pourquoi j’avais restreint le Meetup Erlang-startupers aux personnes qui seraient justement intéressées uniquement aux startups.

Mon intention est de monter une startup, ou bien d’en rejoindre une.

J’ai retenu Erlang comme technologie serveur car c’est à mon sens la meilleure technologie actuellement disponible pour une startup. En effet, Erlang offre une palette de caractéristiques qui le rend tout à fait idéal pour un contexte de startup :

  • Langage fonctionnel, permettant de réduire la complexité du code
  • Facile et rapide à mettre en œuvre
  • Conçu pour la fiabilité et la résilience
  • Scalable jusqu’à des échelles défiant l’imagination
  • Performant
@hilotech
hilotech / localStorage test
Created April 10, 2015 01:08
localStorage test
<!DOCTYPE html>
<title>localStorage test</title>
<body>
<h1>localStorage test</h1>
<script>
if ( ! window.console ) {
console = {
log : function( s ) {
alert( s );
}
@koyhoge
koyhoge / report.md
Created July 21, 2015 11:46
エンジニアのための法律勉強会 #6『続:OSSのライセンスと、コンテンツやソースコードの著作権』 参加メモ
@koyhoge
koyhoge / report.md
Last active August 29, 2015 14:25
日本UNIXユーザ会2015年度定期総会併設勉強会「ITコミュニティの運営を考える」参加メモ #commustudy

日本UNIXユーザ会2015年度定期総会併設勉強会「ITコミュニティの運営を考える」参加メモ

  • 日時: 2015年7月25日(土) 15:30-17:30
  • 会場: ハロー貸会議室 新宿曙橋 3階
  • 登壇者
    • 太田昌文(日本ラズベリーパイユーザグループ)
    • 市谷聡啓(DevLOVE/ギルドワークス)
    • 平井則輔(JANOG/ソフトバンク)
    • 小島英揮(アマゾン データ サービス ジャパン)
  • 司会:
@koyhoge
koyhoge / report.md
Last active August 29, 2015 14:28
エンジニアのための法律勉強会 #7『エンジニアと経営者が知っておきたい労働・請負・派遣の基礎知識とトラブル回避』 参加メモ

エンジニアのための法律勉強会 #7『エンジニアと経営者が知っておきたい労働・請負・派遣の基礎知識とトラブル回避』 参加メモ

イベントURL: https://coedo-dev.doorkeeper.jp/events/29764

@ymotongpoo
ymotongpoo / erlang_ja_en.txt
Last active October 5, 2015 18:47
Erlang関連 訳語表
オリジナルは力武さんの投稿 http://erlang-users.jp/ml/erlang/index.cgi?0::166
アキュムレータ accumulator
アノテーション annotation
アリティ arity
ー致条件 match specification
入れ子リスト deep list
インターフェイス interface
エクスポート export