You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Blazing Fast Incredible generating speed powered by Node.js. Hundreds of files take only seconds to build. Markdown Support All features of GitHub Flavored Markdown are supported, including most Octopress plugins. One-Command Deployment You only need one command to deploy your site to GitHub Pages, Heroku or other platforms. Plugins Features powerful APIs for limitless extensibility. Various plugi
Railsでスクレイピングが必要な時は Nokogiri を使っていたけれど、普通のサイトはJavascriptを使っているわけで、Nokogiriだけではスクレイピングが難しいこともある。そんな時にどうしようかと。 Nokogiri 鋸 Protractorなら、実際にユーザーがブラウザーを立ち上げて、ボタンをクリックして、テキストを読んで… みたいなことを再現できるのですごい便利。ほんとはAngular.jsのためのテストフレームワークだけど、スクレイピングにも使える。 Protractor - end to end testing for AngularJS nvmのイントール 手元のMacOSにインストールして使ってみる。 Ruby使っているならお馴染みのrvm(Ruby Version Manager)。 nvmはNode.jsのバージョン管理ツール。 nvmを入手 $ git
グーグルが開発したJavaScript MVCフレームワーク「AngularJS」を紹介した1つ前の記事の反応が予想以上に大きく、1日たたずにブックマークが500以上もつきました。 本記事では、AngularJS以外にもすでにたくさん存在するJavaScript MVCフレームワークに関する情報をまとめて紹介したいと思います。 JavaScript MVCフレームワークの比較記事 既存のJavaScript MVCフレームワークを比較した記事が「The Top 10 Javascript MVC Frameworks Reviewed」です。Top10と書いてありますが、12種類のフレームワークの比較です。これは公開当時は10種類だったものが、その後11種類になり、今回のAngularJSの公開で12種類になったためです。 上記のような比較表を載せた上で、12種類すべての利点と欠点を説明し
Node.js 用パッケージマネージャ npm と Sinatra ライク軽量フレームワークの express を使ってみた おばんです。昨日は node.js のセットアップで終わってしまいましたが、今日は Hello, world までやってみます。 謝辞 今回エントリするにあたって以下の記事を参考にさせていただきました。ありがとうございます。 node.js を試してみた – ursmの日記 npm のセットアップ Node.js には rpm によく似たパッケージ管理を実現する npm というものが存在します。他に同様のもので kiwi というものも存在するのですが、今後は npm を使うことが推薦されているようです。以下 kiwi の公式サイトより引用。 NOTE: kiwi is no longer supported, please use npm. This reposit
pythonでimport文で指定したクラスを動的生成したい posted by jun-g at Tue, 03 Apr 2007 02:16 JST ここんとこずーっと悩んでて解決方法がわからんのでブログで晒してみる。 pythonでMochiKit.DOMのcreateDOMみたいのがあったら便利かなと思って下記のようなクラスを書いた。 class Tag: """A base class of HTML tag.""" name = None inline = True container = False def __init__(self, *nodes, **attributes): self.nodes = nodes self.attributes = attributes def __str__(self): return self.serialize() def ser
Blogolicious.のエントリーから、サイトで使用しているJavaScriptのフレームワークとそのバージョンを表示するブックマークレットを紹介します。 WTFramework bookmarklet jQuery、YUI、MooTools、Prototype、Scriptaculous、Dojo Toolkitなど多数のフレームワークに対応しており、その名称とバージョンを右上に表示します。 ※キャプチャは位置を移動しています。 ブックマークレット WTFramework
While coming across the release notes of Javascript 1.7 & 1.8, I noticed Javascript has gained some really Pythonesque features. I'm not saying these features originated from Python, it just happens to be the language I'm most familiar with and the syntax seems strikingly similar to me. Generators Like Python, Javascript acquired the yield statement, turning a function into a generator. function f
MochiKit.Animator 0.9.2 Demos/Testbed MochiKit.Animator is an enhanced*, fully vectorized implementation of Bernard Sumption's animator.js. It eschews the use of classes and instead uses composition to build complex effects in one or two lines of code. The idea is to have everything work "right". This means not having to specify start values, maximum efficiency during playback, and clean, automati
I‘ve been doing a lot of work with JavaScript lately and so I‘ve been thinking a lot about how to effectively bring my experiences of BDD and TDD in other technologies to the party. There are a few test frameworks available, JsTestDriver by far the better looking of the lot. There is a specification framework, based on rspec as well. However, I couldn't find a JavaScript BDD story framework anywhe
JSpec JavaScript Testing Framework JSpec is a extremely small, yet very powerful testing framework. Utilizing its own custom grammar and pre-processor, JSpec can operate in ways that no other JavaScript testing framework can. This includes many helpful shorthand literals, a very intuitive / readable syntax, as well as not polluting core object prototypes. JSpec can also be run in a variety of ways
Ajax アプリ等の為の JavaScript コードのテストツール JSTAPd を作ってるよ Data::ObjectDriverをDISってる人の話題が三周目に突入した今日この頃ですが皆さんは何をDISってますか?Yappoです。 JavaScript にもテストツールが色々とあると思うんですが、 Ajax アプリの XHR リクエストとかも含めてラクチンにテストできるツールが見つからなかったので JSTAPd というツールを作りました。 http://github.com/yappo/JSTAPd 名前の通りテスト結果はTAPで出力してるのでproveコマンドとかを使ってPerlの作法でテストできます。 ブラウザの連携の設定をすれば prove -v foo/hoge.t とかをコマンドで打ち込めば勝手にブラウザ立ち上げてテストコード実行してブラウザ閉じて結果をコンソールに吐いてく
Introducing Juice – What is it and How to Get StartedWednesday, Mar 15, 2023 Whether you’re an experienced web developer or relatively new to the enthralling world of coding, the chances are that you’ve heard of the CSS incliner ‘Juice’. In many ways, Juice is an advanced CSS tool that offers users a number of functions, depending on whether they want to process an online file or HTML string or li
最近ミクシイアプリ作ってます。(むだづかい告白帳、マイミクイズ) agoです。 このたびjavascript test framework Sweets.jsを作成したのでご紹介したいと思います。 Documents Download JSのtest frameworkはすでに各種ありますが、以下の点を満たすものがなかったので自作しました。 無名関数のテスト callback関数のテスト エラー発生時の行番号取得 以下の形でテストを記述できます。 /*###=> var func = __CODE__ $_$(func(1) === 1); $_$(func(2) === 4); $_$(func(2) === 5); // -> console.warnに行番号を出力 */ var result = (function (arg) { return arg * arg; })(1); 内
滤油机油乳化通常是指内燃机车空压机润滑油发生乳化现象,空压机润滑油乳化是相当复杂的过程,不是简单空压机质量问题,空压机都是为长时间运转设计 无气泡真空滤油机以体积小,性能可靠、操作方便大大降低了劳动强度和工作难度,确保设备的运行安全,广泛适用于各大小电、变电所和其它适量补油设备的注油和抽真空太阳集团tcy8722-官方下载APP Store这不禁令我深思澳门大阳城集团2138网站(百度VIP认证)-最新App下载安装。 对我个人而言,汽车周边零是一个重大澳门大阳城集团2138网站(中国)百科-最新App Store的事件,还可能会改变我的人生。 而这澳门太阳集团城网址9728些并不是完全重要,更加重要的tyc1286太阳集团(中国)官方网站问题是, 王阳明说过一句富有哲理的话,故立志者,为学太阳集团tyc(中国)官方网站之心也; DTS多功能净化脱色一体滤油机系列、MDP废油裂解再生精馏装
Blogolicious.のエントリーから、サイトで使用しているJavaScriptのフレームワークとそのバージョンを表示するブックマークレットを紹介します。 WTFramework bookmarklet jQuery、YUI、MooTools、Prototype、Scriptaculous、Dojo Toolkitなど多数のフレームワークに対応しており、その名称とバージョンを右上に表示します。 ※キャプチャは位置を移動しています。 ブックマークレット WTFramework
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く