Supershipの社内勉強会で使ったやつ
A completely customizable framework for building rich text editors. Why? · Principles · Demo · Examples · Documentation · Contributing! Slate lets you build rich, intuitive editors like those in Medium, Dropbox Paper or Google Docs—which are becoming table stakes for applications on the web—without your codebase getting mired in complexity. It can do this because all of its logic is implemented wi
公開されている React コンポーネントのテストコードを見てみると、enzymeを使ってテストしているものを結構見かけます。enzyme はReact 公式でも押しているっぽいので、積極的に使っていきたいです。 Note: Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate, and traverse your React Components’ output. If you’re deciding on a unit testing library, it’s worth checking out: http://airbnb.io/enzyme/ 日本語の紹介記事では@syossan27さんの記事が参考になりました。 React のテストを Enz
This document discusses using Riot.js for building a component-based user interface. It mentions using Riot tags for article lists and individual articles. It also discusses using Gulp, concatenation, uglification, and the superagent library for AJAX requests. Modules are described for separating the View, Controller, and Model code. Examples are given of Riot tags for rendering different article
9. なぜ B-Tree の方が良いか? 大事な前提(若干雑) 1. ディスクの読み込み時間 >> 計算時間 2. ディスクである箇所を読み込むと周辺も含 めてそこそこ大きく読まれる 前提より • ディスクを読み込む回数だけを考える – 普段の議論:「O(ほげ) 時間」 – 今回の議論:「ディスクI/O 𝑂(ほげ) 回」 • 一度に読み込まれるサイズを 𝐵 とおく Cache-Oblivious データ構造入門 (@iwiwi) 10 10. データの探索にかかる I/O 回数 二分探索木 • 𝑂 log 𝑛 回 一回の I/O で 2 分岐 B-Tree • 𝑂 log 𝐵 𝑛 回 一回の I/O で Θ(𝐵) 分岐! ↑ノードのサイズをブロックサイズ 𝐵に合わせる B-Tree のほうが log 𝐵 倍ぐらい早い これは平気で 10 倍とかになるので大違い! Cac
追記6:TypeScript新刊情報(宣伝)を追加 追記5:--noImplicitThisについての見解を更新 追記4:Quramyパイセン記事へのリンク追加 追記3:--skipLibCheckの解説が間違ってたのを修正 追記2:モジュール名のワイルドカードについて が漏れてたので追加 追記1:DefinitelyTypedについて を少し更新 【宣伝】コミケでTypeScript 2.0.0解説本出します。通販予約木曜(8/12)まで。【/宣伝】 TypeScript 2.0 Betaが出ました! 今回のアップデートはかなり多くの更新を含む、大規模なアップデートであるといえます。 なんせ、2.0ですからね。 2.0 Betaを試したい時は npm install -g typescript@beta しましょう。 公式ブログとWhat's newと Roadmapからまとめていきます
最近のtextlint ! 自己紹介 Name : azu Twitter : @azu_re Website: Web scratch, JSer.info 最近のtextlint textlint 7.0リリース、フィルタールールの追加 | Web Scratch Filter Rule 無視するためのルールを書けるようになった textlint-filter-rule-comments この部分はtextlintのチェックでエラーがあっても無視される Filter Rule textlintは無視する領域を決めるAPIを提供するだけ shouldInogre(range) 何を無視するのかはプラガブルなルールとして実装する textlint-filter-rule-node-types textlint-filter-rule-comments 無視するためのコメント記法を提供する
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く