タグ

2010年8月24日のブックマーク (8件)

  • Live Nude Cams 😍 - Ooh Cams

    Live nude webcam chat IntroductionLive nude webcam chat has become increasingly popular as a form of online entertainment and communication. This unique platform allows individuals to connect with models in real-time, engaging in intimate experiences through video chat. With the advancements in technology and the widespread availability of high-speed internet connections, live nude webcam chat has

    efcl
    efcl 2010/08/24
    Firebug API
  • FireBug Tips and Tricks

    There is so much power packed into this little FireFox plug-in. It is truly a revolutionary tool for web developers. Here is a quick and dirty set of its most powerful features. Note: Firebug is no longer active, but all the tips in this post can still be used in Chrome, Safari, FireFox, or Edge developer tools. Open up developer tools using the [CMD+OPTION+I] keyboard shortcut. To get started, op

    efcl
    efcl 2010/08/24
    Firebug
  • Firebugの便利な組み込み関数 - 技術メモ帳

    id:brazil さんのブックマークで知ったのだが、 Firebugには、便利な組み込み関数が定義されているようだ。 一通りさわってみたのだが、 $x() で 任意のXPath要素が取得できるのとかに感動した。 そして、やっぱりちゃんとドキュメント読むべきだなぁと思った。 XPathから要素を取得する。 $x("/html/body/h1"); -> 要素の配列が返ってくる。 selector名から要素を取得する。(getElementsByTagName) $$("h1") -> 要素の配列 所要時間測定 console#time, console#timeEnd time ~ timeEnd で囲んだ部分の所要時間を 計測することが出来るみたいで、 以下のような関数にまとめると良さそうだ。 function bench( callback ) { var uniq_id = Date

    efcl
    efcl 2010/08/24
    FIrebugのコンソールAPIまとめ
  • JavaScript でカリー化、再び: Days on the Moon

    以前、「JavaScript で引数束縛」において関数のカリー化を試みました。しかし、そこでカリー化された関数は、そのままでは一度しか部分適用ができず、また、最初の関数呼び出しは必ず部分適用として扱われていました。 function mean3(a, b, c) { return (a + b + c) / 3; } // 「JavaScript で引数束縛」における curry 関数。 var curriedMean3 = curry(mean3); curriedMean3(1)(2, 3); // => 2 curriedMean3(1)(2)(3); // => TypeError: curriedMean3(1)(2) is not a function // そのままでは部分適用を 2 回以上行えない。 // curry(curriedMean3(1))(2)(3) なら大丈夫

    efcl
    efcl 2010/08/24
    "Array.prototype.slice.call(arguments) というのは Arguments オブジェクトを配列に変換するための決まり文句のようなものです。Array オブジェクトの slice メソッドは、配列の一部を抜き出し新たな配列として返しますが、引数を省略す
  • sla.ckers.org web application security forum :: XSS Info :: PHP header location (open redirect)

    this isnt really xss, or code injection, so i wasnt sure where to put it. my question is i have an open redirect header("Location: $_GET[url]"); other than using it for phishing, what can i use it for? are there ways to set other header info? xss? (there is no xss on the site, i would know i use to code for them) [www.xssed.com]

    efcl
    efcl 2010/08/24
    リダイレクトページ先指定にスクリプトを埋め込むと、リダイレクトページのクッキーが取れてしまう。
  • Home必发全球顶尖娱乐首页|最佳线路

    系统提示 您访问的页面未找到, 5秒后自动跳转到首页

    efcl
    efcl 2010/08/24
    2者間のフォロー関係を表示する。
  • ネットワークのオプション価値(Option Value of the Internet )

    1. オプション価値とは ファイナンスで知るべきことってのは、実はそんなに多くはない。式としては 3 つあれば、理論としての用はだいたい足りる(それを実際に使うとなると、また話は別だけれど)。一つは CAPM、一つは M&M、そしてもう一つは、ブラック・ショールズの式、というやつだ。 CAPM というのは、リスクが高いと、それなりの見返り(リターン)が見込めなければ人はお金を出さないよ、というのをきちんとモデル化したものだと思えばいい。M&M というのは、企業の価値を決めるのはその企業がどういう事業をするかで、そのためのお金をどうやって集めようと関係ないよ、というのを式にしたものだ。 ここまではまあ、わかりやすいといえばわかりやすい。が、最後のブラック・ショールズの式というのは、ちょっとたちがちがう。これはオプションというものの値段を理論化したものだ。そしてオプションというのは、いわば、な

    efcl
    efcl 2010/08/24
    インターネットへの期待と利益。 オプションの価値
  • iPhoneアプリケーション開発と感想 « ku

    7月になったので書く。 iPhoneのアプリケーションを作った。大層なものじゃない。以下平凡なプログラマの感想。非凡であれば全然違うだろうとは考えているという意味です。 動機 TumblrのMarcoが And when I finally get good at this, I’ll have unintentionally qualified myself to develop Mac software as well. That’s a nice side benefit, but it wasn’t good enough by itself to overcome the learning curve. Marco.org: The new iPhone SDK bubble と書いているのを読んでから、これはやる価値があると思った。 NDAがあるのでSDKがらみの話をブログに

    efcl
    efcl 2010/08/24
    ソフトウェアとオープンとクローズド。 ソフトウェアで利益を出すことと、それをオープンにする関係。 課金形態