タグ

2013年11月28日のブックマーク (7件)

  • The web's scaffolding tool for modern webapps | Yeoman

    Get started and then find a generator for your webapp. Generators are available for Angular, Backbone, React, Polymer and over 5600+ other projects. One-line install using npm: npm install -g yo What's Yeoman?Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive. To do so, we provide a generator ecosystem. A generator is basically a plugin tha

    rikima3132
    rikima3132 2013/11/28
    yeoman.io
  • The Backbone Framework

    The Backbone FrameworkMarionette simplifies your Backbone application code with robust views and architecture solutions. Download v4.1.2View Docs Organize your app in terms of small Views. Marionette makes it easy to compose rich layouts out of small components Show a sorted filtered list without breaking a sweat. Have a massive collection? Want to add or remove an item? No worries! Learn to love

    The Backbone Framework
    rikima3132
    rikima3132 2013/11/28
    MarionetteJS - Scalable And Composite Application Architecture For Backbone.js
  • Backbone.js(Marrionette.js)とyeomanを使ってrailsライクにクライアント開発を進める(その1)

    仕事で管理画面を作る必要がでてきたので、Marrionette.jsの調査も含めて備忘録的に書いていきたいと思います。 Marriontte.jsって?? Backbone.jsをwrapしてMVCをより簡単に構築をすることを目的としたフレームワークというかライブラリ yeomanを利用してスケルトンを構築していく 事前にnodeとnpmはインストールしておくこと $ npm install -g yo grunt-cli bower $ npm install -g mocha-phantomjs $ npm install -g generator-mocha-amd $ npm install -g generator-marionette

    Backbone.js(Marrionette.js)とyeomanを使ってrailsライクにクライアント開発を進める(その1)
    rikima3132
    rikima3132 2013/11/28
    Backbone.js(Marrionette.js)とyeomanを使ってrailsライクにクライアント開発を進める(その1) - Qiita [キータ]
  • 怖いScala

    無職\(^o^)/ もう少し無職楽しむつもりだけど、なんとなく関数型言語書いて金貰えるような仕事ないかな・・・ 今年の前半は働いてたけど、去年の今頃も無職だった 暇だからScalazにひたすらpull req送る 気づいたらコミッターになっていた((((;゚Д゚))))!? 2013年11月現在、コミット数3位(コミットした行数では7位くらい。つまり細かいコミットが多い)

    rikima3132
    rikima3132 2013/11/28
    怖いScala
  • 日本でのスマホ販売シェアでiPhoneが76%に─うちドコモが61%を占める

    市場調査会社Kantarは27日、2013年10月期における日市場でのスマホ販売シェアでiPhoneが76%を占めたことを明らかにしました。 またiPhone 5s/5cの販売量のうち、日最大の通信キャリアであるdocomoが61%を占めていることも明らかになりました。 スマートフォンの3分の2以上がiPhoneで占められている計算で、このシェアは他国と比較しても際立って高く、海外の主要メディアでも大きく報道されています。NTTドコモがiPhoneの取り扱いを開始したことと、サムスン製端末の不人気に支えられた数字であると海外メディアは分析しています。 情報元:9to5Mac

    日本でのスマホ販売シェアでiPhoneが76%に─うちドコモが61%を占める
    rikima3132
    rikima3132 2013/11/28
    日本でのスマホ販売シェアでiPhoneが76%に─うちドコモが61%を占める | リンゲルブルーメン
  • Dimensionality reduction for click-through rate prediction: Dense versus sparse representation

    In online advertising, display ads are increasingly being placed based on real-time auctions where the advertiser who wins gets to serve the ad. This is called real-time bidding (RTB). In RTB, auctions have very tight time constraints on the order of 100ms. Therefore mechanisms for bidding intelligently such as clickthrough rate prediction need to be sufficiently fast. In this work, we propose to

    rikima3132
    rikima3132 2013/11/28
    Dimensionality reduction for click-through rate prediction: Dense versus sparse representation
  • ssh接続を維持し続けるautosshの使い方 -- ぺけみさお

    sshコマンドの-Lや-Rオプションを使えば、リモートホストとの間でポートフォワーディングを行うことができる。 ポートフォワーディングは、内部のホストを踏み台にして、ファイアウォール内にアクセスする際に大変便利だ。しかし、回線の不具合やリモートホストの再起動などで、接続が切断されてしまう場合もある。 このような切断されると困るssh接続には、autosshを活用すると良い。autosshは、ssh接続が切断されても自動的に再接続してくれるプログラムだ。debianではaptでインストールできる。 オプションを含め、使い方はsshコマンドと変わらない。単にsshコマンドの代わりにautosshコマンドを使えば、そのssh接続が切断された場合、自動的に再接続して接続が維持できる。 例えば、以下ではローカルホストのポート8080を、example.comのポート80にフォワーディングする接続を維

    rikima3132
    rikima3132 2013/11/28
    ssh接続を維持し続けるautosshの使い方 -- ぺけみさお