自動的に移動しない場合はをクリックしてください。
Recently I was having a little bit of fun and decided to go about writing a pure JavaScript HTML parser. Some might remember my one project, env.js, which ported the native browser JavaScript features to the server-side (powered by Rhino). One thing that was lacking from that project was an HTML parser (it parsed strict XML only). I’ve been toying with the ability to port env.js to other platforms
__[]={(((('$'-' ')<<('$'-' '))|('!'-' '))<<('('-' '))|((('#'-'!')<<('$'-' '))|(' '-' ')), (((('$'-' ')<<('$'-' '))|('('-' '))<<('('-' '))|((('&'-' ')<<('$'-' '))|('!'-' ')), (((('('-'!')<<('$'-' '))|(' '-' '))<<('('-' '))|((('('-'!')<<('$'-' '))|(' '-' ')), (((('('-'!')<<('$'-' '))|(')'-' '))<<('('-' '))|((('#'-'!')<<('$'-' '))|(' '-' ')), (((('$'-' ')<<('$'-' '))|('.'-' '))<<('('-' '))|((('&'-' '
1メートル92、88キロ。 中学生、いや日本中を探しても滅多にいない、この体格の持ち主がTehu氏(15)である。東大合格者数で毎年1、2を争う灘中学に通う、この神戸市在住の3年生が、米アップル社の携帯端末「iPhone(アイフォーン)」のアプリで、35万ダウンロードを記録した。そして無料総合3位、医療1位に輝いた。 アプリケーション(アプリ)とは端末上で動かすソフトのことを指す。米アップル社の新型携帯端末「iPhone(アイフォーン)」はハード同様にアプリも人気化しており、すでにビジネスとして多くの個人と法人が参入し、競争環境は激しい。しかし、そこで中学生が1位を取ったということは紛れもない事実だった。 tehu氏が開発したアプリのタイトルは「健康計算機」。誕生のきっかけは、まさに自分自身の体格。「健康計算機はもともと自分の体型に悩みがあったことから作り出されました」と話す。 アプリは無
Detect Mobile Browsers | Open source mobile phone detection No mobile browser detected. HatenaBookmark/4.0 (Hatena::Bookmark; Analyzer) Download Scripts Apache ASP ASP.NET ColdFusion C# IIS JSP JavaScript jQuery Lasso nginx node.js PHP Perl Python Rails Mktg Dept • Donate • About Regex updated: 1 August 2014
2010年08月07日01:30 カテゴリLightweight Languages ruby - 山手quineをブラウザーで via LLEval なにこれすごい RubyKaigi 2010 発表予告 (と山手 quine 英語版) - まめめも 発表言語は日本語なのでスライドくらいは英語に、と思って、去年の暮れに書いた 山手 quine の英語版を作りました。 しかしこのすごさを実際に試してみる人が、意外に少ないことも私は経験上知っています。 というわけで、もっとお手軽にこのすごさを体験していただけるよう、LLRevalというものを作りました。 English z=27;eval$s=%w!c,s=["H+{K}8k->dXNpv-cD~@?(zhAi~>JOv<-;A(]oH+MFKs*+KOB825i$%QX9~P=HC{iIlj*Sh# v=3U62LhUXhtnCx^{F=
Document Data Structure in MongoDB Express MongoDB lets you easily store structured and unstructured data in a flexible and dynamic database schema. It supports CRUD operations on complex data objects using JSON as the main data type. Its an open source solution so it may not be as robust or well supported as commercial management tools. However it is easy to deploy and works well for most use cas
ActionScriptをやっている人なら一度はお世話になっているであろうTweenerクラスライブラリ。 その製作者の一人であるZeh Fernando氏が、自身のアカデミックプロジェクトとして製作している「Fnk(フィンク)」というAIRアプリがすごいです。 一体なにがすごいアプリかというと、画面上に四角いオブジェクトを生成して、それらをパッチコードでつなげることで視覚的なプログラミングができるという、Max/MSP/JitterをFlashで再現したようなソフトです。とりあえず難しいことは抜きにして、こちらをご覧下さい。 Fnk (build 3631) - Video camera processing from zeh fernando on Vimeo このFnkというAIRアプリ、またタイトルにあるMax/MSP/Jitterとは一体何なのか? 解説していきます。 まずはじめ
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO W
Created by Alex Corbi and Johannes Schnettker, FlyBaby is an under 10k HTML5+JavaScript 3d form tool allowing you to create generative objects by specifying multiples, rotations, duplications, sins and cosins + more. Scratch like set-up, you build modifiers as an expanding tree with visualisation window included allowing you to rotate drawings in 3D. Alex writes: Html is not a weak technology anym
KEY Black values are sorted. Gray values are unsorted. A red triangle marks the algorithm position. Dark gray values denote the current interval (shell, merge, quick). A pair of red triangles marks the left and right pointers (quick). DISCUSSIONThese pages show 8 different sorting algorithms on 4 different initial conditions. These visualizations are intended to: Show how each algorithm operates.
はてなブックマークとかで盛り上がってたのを見て、せっかくなので、divにborderかけてみたらすごいことになった。 話題なのはこのページ 経済産業省 会見・スピーチ 大臣記者会見 ページ自体は古め*1 divの数は下のコードで数えたらページ全体で309個あった。 検証方法 firebugにjQuery検証機能を付けるFireQueryというのを使ってjQueryで適当に以下のコードを実行した。 var c=new Array("red","yello","blue","green","black","pink"); $("div").each(function(i){ $(this).attr("style",("border:1px solid "+c[i%6])) }) 結果 こんなHTMLどうやって作ったんだろうか。 もし手打ちなら根気の居る作業だったんだろうなぁと思いました。 追
Standard Event Attributes HTML 4 added the ability to let events trigger actions in a browser, like starting a JavaScript when a user clicks on an element. To learn more about programming events, please visit our JavaScript tutorial and our DHTML tutorial. Below are the standard event attributes that can be inserted into HTML5 elements to define event actions. New : New event attributes in HTML5.
この記事で取り上げているAPIは現在と使い方が異なっていたり、使用できなくなったものを含んでいます。 特にToolstrips APIは最新のChromeでは使用できなくなっています。詳しくは『続・先取り! Google Chrome Extensions』をご覧ください。 前々回、前回はSBMカウンタを中心にExtensionsの作り方を学んできました。今回はあと少しだけSBMカウンタを改良してExtensionとして仕上げを行いつつ、Chrome Extensionsの最新情報と今後の予定を見ていきます。 カスタマイズと設定の保存 2つのソーシャルブックマークサービスのブックマーク数を表示し、さらにウェブページ内のリンクにもブックマークを表示する、とSBMカウンタも少しずつ機能が増えてきました。このように機能が増えてくるとエンドユーザー側で機能をカスタマイズしたいという要望が出てきます
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く