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
更新履歴 - 最終更新日 2015.09.30 2015.09.30 サポート期限について追記 2015.04.10 Bodhi Linux 3.0, Zorin OS 9 Lite 追記 2015.04.08 リンク、新バージョンなど追記 2014.06.29 Debian + Xfce 追記 2014.06.26 Linux Mint 17 "Qiana" - Xfce 追記 2014.06.01 wattOS 2種追記 2014.05.23 Zorin OS Lite を改定 2014.05.18 Bodhi Linux, WattOS を改定、non-pae 対応について追記 2014.05.07 Kona Linux Xfce/MATE 版を追記 2014.05.05 Linux Mint 13“Maya”Xfce を追記 2014.05.02 Debian + LXDE を追記
Build Your Own Lisp Learn C and build your own programming language in 1000 lines of code! If you're looking to learn C, or you've ever wondered how to build your own programming language, this is the book for you. In just a few lines of code, I'll teach you how to use C, and together, we'll start building your very own language. Along the way we'll learn about the weird and wonderful nature of Li
Browse: Home » 【AngularJS】ngRepeatが完了したタイミングでコールバックを呼びたい。 ので調べてみた。 安定のstackさん。ありがとうございます。 http://stackoverflow.com/questions/15207788/calling-a-function-when-ng-repeat-has-finished まず、ngRepeatの終了を検知するディレクティブを定義。 var module = angular.module('testApp', []) .directive('onFinishRender', function ($timeout) { return { restrict: 'A', link: function (scope, element, attr) { if (scope.$last === true) { $t
Heads up! The blog has moved! If you are interested in reading new posts, the new URL to bookmark is http://blog.valeriogheri.com/ If you need to build an API, you want it done quickly and simply and you love JavaScript, then this article is for you! I’m going to show a simple, quick and effective way to build and unit test your API and your routes, using Node.js, Express and a few amazing test li
At my office the competition for conference rooms has gotten fierce. The importance of a meeting can vary greatly so it's good to know what's going on in a room before you interrupt someone inside to see if you can steal it. There's always the option of opening a laptop to check the schedule for a room, but we were looking for a more slick solution. The idea of mounting iPads near each conference
久々にGoogleのOAuth 2.0のWeb Server Profileを使っていて、あれ?って思ったので、ここでメモ代わりに書いておきます。 基本的には、以下のブログエントリで語られている話です。 Upcoming changes to OAuth 2.0 endpoint - The official Google Code blog OAuth 2.0でのWeb Server Profileのセオリーでは、以下の手順が踏まれます。 Client IDとScopeを指定して認可画面を要求します。 ユーザは認可画面を見て、許可するか拒否するか選択します。 redirect_uriにリダイレクトされ、その際にauthorization_codeが渡されます。 authorization_codeと引き替えに、access_tokenとrefresh_tokenを取得します。 acces
node.jsでpassportとrequestを使ってHTTP Digest認証を実装した話 Railsより簡単にSNSを作れるようにすることを目指したライブラリ social-cms-backend を改良しました。 これまでは、認証機構はFacebook連携のみが実装されていたのですが、 Facebookに依存したくないアプリを作るケースも考え、 今回HTTP Digest認証も入れました。 Formによるパスワード認証も一応あったのですが、これは動作確認用で、not for production扱いです。 やはり生のパスワードがネット上を流れるのはよくないということで。 (SSLなしの想定) Digest認証のサーバ側は passport-http を使いました。 Digest認証をそのまま使うのは不便なので、2つ工夫をしました。 一つは、RememberMeクッキーを併用すること
最近Node触ってます。 JavaScriptそこまでゴリゴリ書かないから勉強になるのと、 npmでごにょごにょ使いたいライブラリ組み込んだりするのが楽しくてやってます。 さて本題です。 基本前提expressで、サーバーが動いている前提です。 npm install basic-auth-connect express4系から、いくつかのmoduleが外部に切りだされたので(詳しくはココ )自分でrequireしなくてはいけません。 特定のURL以下に対して、Basic認証をかけたい場合 ここでは、staff/*以下のURLに対してusernameとpasswordでBasic認証をかけている。 var port = process.env.PORT || 3000, basicAuth = require('basic-auth-connect'); // ... (省略) app.a
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く