WEB DIRECTORS SESSION Vol.2 http://peatix.com/event/219845
WEB DIRECTORS SESSION Vol.2 http://peatix.com/event/219845
なぜDMMがweb3に参入したのか。Seamoon Protocolが目指す新たなエンタメ体験の未来とは
The expression consists of one or more primitives. Primitives usually consist of an id (name or number) preceded by one or more qualifiers. There are three different kinds of qualifier: type qualifiers say what kind of thing the id name or number refers to. Possible types are host, net , port and portrange. E.g., `host foo', `net 128.3', `port 20', `portrange 6000-6008'. If there is no type qualif
Webの発明者でありLinked Dataの創始者でもあるティム・バーナーズ=リーは,オープンデータのための5つ星スキームを提案しています.ここでは,各段階の星の例と,それに伴うコストや利益について説明します. 以下に,ティムの5つ星オープンデータ計画における各レベルの例を示します.この文章を通して使われるデータ例は’今後3日間における東京 (日本) の気温予報‘です.: ★ (どんな形式でも良いので) あなたのデータをオープンライセンスでWeb上に公開しましょう1 例 … ★★ データを構造化データとして公開しましょう (例: 表のスキャン画像よりもExcel)2 例 … ★★★ 非独占の形式を使いましょう (例: ExcelよりもCSV)3 例 … ★★★★ 物事を示すのにURIを使いましょう,そうすることで他の人々があなたのデータにリンクすることができます4 例 … ★★★★★ あな
2. お前誰よ ところてん – http://twitter.com/tokoroten 大学時代 – – – – – 電子透かしの研究(B2~B4) コンシューマゲーム会社で9ヶ月のインターン(B3) 自然言語処理を利用したPhishing対策(B5~M2) 半導体計測器開発ベンチャーでバイト、C++と光学設計(B4~M2) IPA未踏ユース(M1)、学生ベンチャー起業(M2) 社会人 – 某通信会社の研究所(3年弱) – コンピュータウィルスの収集、分析 – クラウド、ビッグデータ関連の研究 – ドリコム(2年目) – インフラ → プロモーション分析 → アプリ分析 – 現在はソーシャルゲームのデータ分析 兼 企画含めた何でも屋 Copyright Drecom Co., Ltd All Rights Reserved.
おかげさまでRack::CommonLogger::Fluentを運用しはじめました。 Mongoに記録してごにょごにょとか、色々な方法があるらしいのですが、とりあえずファイルに記録しておいて、用途はあとで考えようという感じで使っています。 ということで、ログファイルを色々みてみてアクセスがどんな感じなのか、を調べたりするときに便利そうなflgrepというツールを作ってみました。(既にどこかにありそうな気もしつつ。Rack::CommonLogger::Fluentのv0.4.0から同梱されています。 Rack::CommonLogger::Fluentに入ってはいますが、fluentdのログ形式であれば使えるんではないかと思います。 $ flgrep Usage: flgrep [options] -c, --column=s column name to target -v, --va
Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. What is bad data? Some people consider it a technical phenomenon, like missing values or malformed records, but bad data includes a lot more. In this handbook, data expert Q. Ethan McC
js で DOM をゴニョゴニョしたい時、きっと皆さんは id や class で DOM に名前を付けて、その名前を利用して js の処理を書いていると思います。 例えば<input type="button" class="update" value="更新" />のようなボタンがあったとして、 js 側で更新処理を書くときには下記のように書きます。 $('.update').on('click', function () { // update 処理 }) でもこれだと問題になるケースがあります。よくあるのが、マークアッパーとフロントエンジニアが分業していて、マークアッパーがデザインのために class 名を変えてしまい js が動かなくなるパターン。分業せずに一人で全部やってたとしても、時間が経つにつれ使っている class 名が js だけで使っているのか、css でも使っている
以前書いたようにSinatraのstreamはTransfer-Encoding: chunkedじゃないので微妙に使い勝手が悪い。 そこでchunkedレスポンスを返すようなモンキーパッチを書いた。 # -- coding: utf-8 require "pp" require "rubygems" require 'sinatra' require 'sinatra/base' set :server, :thin module Sinatra module Helpers class Stream def each(&front) @front = front callback do @front.call("0\r\n\r\n") end @scheduler.defer do begin @back.call(self) rescue Exception => e @schedu
8. Data URI Scheme data:[<MIME-type>][;charset=<encoding>][;base64],<data> URL <img src=”data:image/png;base64;,...”> Base64 Canvas toDataURI 10. Data URI Scheme var img = new Image(); img.src = 'foo.png'; img.addEventListener('load',function( ){ var cvs = document.createElement('canvas'); cvs.height = this.naturalHeight; cvs.width = this.naturalWidth; var ctx = cvs.getContext('2d'); ctx.drawImage
7. 自前の data と class この文書では自前の data と class を定義する方法について述べます。 1. 最も単純なデータ型 じゃんけんをする簡単なプログラムを書くことを考えます。 そのために、データ型 Jannkenn を下のコードのように定義します。 Jannkenn には Guu, Choki, Paa の3つのデータ (正確には引数を取らない 3 つのデータ生成関数)があります。 データの定義はキーワード data ではじめます。 また、複数の生成関数は '|' で区切ります。 データ名、生成関数名は大文字ではじめます。 data Jannkenn = Guu | Choki | Paa 2. class について ついでに、表示の仕方と等しいという関係 (==) を定義しておきましょう。 Haskell ではこれらのことは Show class, Eq cla
Getting started with DataMapper If you think you might need some help, there’s an active community supporting DataMapper through the mailing list and the #datamapper IRC channel on irc.freenode.net. So lets imagine we’re setting up some models for a blogging app. We’ll keep it nice and simple. The first thing to decide on is what models we want. Post is a given. So is Comment. But let’s mix it up
What Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. The port was motivated by a need for a bunch of fake data to make good-looking screenshots for Catch the Best. :) Installing sudo gem install faker Usage Faker::Name.name => “Bob Hope” Read the docs Forum http://groups.google.com/group/ruby-faker How to submit patches Read the 8
● <トップ頁へ>・<総合目次へ>・<前頁へ>・<次頁へ> 日本の祝日 (情報) インフォマット(INFOMAT) この頁の情報量:27KB (2008.10.03現在) 更新日:2008.10.03 日本の祝日 Public Holidays of Japan 平成20年度(2008) インフォマット日本の祝日 ● (Infomat Public Holidays of Japan 2008) ■元日(Ganjitsu) New Year's Day 0101(火) ■成人の日(Seijin-no-hi)Coming-of-Age Day 0114(月) ■建国記念の日(Kenkoku Kinen-no-hi)National Founding Day 0211(月) ■春分の日(Shunbun-no-hi)Vernal Equinox Day 0320(木) ■昭和の日(Showa
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く