[過去ログ]
【node.js】サーバサイドjavascript 2【Rhino】 (983レス)
【node.js】サーバサイドjavascript 2【Rhino】 http://peace.5ch.net/test/read.cgi/tech/1358937029/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
176: デフォルトの名無しさん [sage] 2013/06/16(日) 23:33:04.18 そろそろHTML/CSS/JavaScript全部スクラップにして 第二のウェブを作ることを考え始めてもいい頃合いではないかと思う。 野心ある人はもう取り組んでいるかもしれん。 のごころですね http://peace.5ch.net/test/read.cgi/tech/1358937029/176
249: デフォルトの名無しさん [sage] 2013/09/09(月) 09:19:44.18 Math.floor((0.7+0.1)*10) 昔から分かってることだけど、やっぱ面倒くさいなあ。 http://peace.5ch.net/test/read.cgi/tech/1358937029/249
423: デフォルトの名無しさん [sage] 2013/11/01(金) 19:44:06.18 moongiftにかみついてるひといてわろす http://peace.5ch.net/test/read.cgi/tech/1358937029/423
647: デフォルトの名無しさん [sage] 2014/04/13(日) 23:46:09.18 ID:nk9dwJ1r audioタグで再生するには、サーバー側はファイルを部分的に取得するリクエストに対応する必要があるのでは? http://blog.geta6.net/post/47327301419/connect-stream http://pedromtavares.wordpress.com/2012/12/28/streaming-audio-on-the-web-with-nodejs/ http://peace.5ch.net/test/read.cgi/tech/1358937029/647
655: デフォルトの名無しさん [sage] 2014/04/21(月) 00:45:05.18 ID:O81By8cn サーバーサイド=CLIって意味だよ。 http://peace.5ch.net/test/read.cgi/tech/1358937029/655
685: デフォルトの名無しさん [sage] 2014/04/27(日) 18:04:00.18 ID:lsyfz5Zx fs.readFileで読み込んだファイルをsocket.emitで送って、createObjectURLでsrc属性にあてることは可能ですか http://peace.5ch.net/test/read.cgi/tech/1358937029/685
745: デフォルトの名無しさん [sage] 2014/06/21(土) 13:02:38.18 ID:JYbWtnYr */ JconvStream.prototype._processJconv = function (chunk) { var buf = chunk; try{ if(this._from == this._to){ this.push( this._rawbuf ); }else{ var buf3 = jconv.convert( this._rawbuf , this._from, this._to ); var str1 = jconv.decode( jconv.convert( Buffer.concat([this._rawbuf, buf]) , this._from, this._to ), this._to ); var str2 = jconv.decode( buf3, this._to ); while( str1.substr(str2.length-1,1) != str2.substr(str2.length-1,1) ){ buf3 = jconv.convert( Buffer.concat([this._rawbuf, buf.slice(0, 1)]) , this._from, this._to ); str2 = jconv.decode( buf3, this._to ); buf = buf.slice(1); } this.push( buf3 ); } }catch(e){ this.push( this._rawbuf ); } this._rawbuf = buf; } JconvStream.prototype._transform = function (chunk, enc, callback) { this._processJconv(chunk); callback(); } JconvStream.prototype._flush = function (callback) { this._processJconv(Buffer("")); this._rawbuf = this._from = this._to = null; callback(); } module.exports = JconvStream; http://peace.5ch.net/test/read.cgi/tech/1358937029/745
961: デフォルトの名無しさん [sage] 2014/12/22(月) 19:43:17.18 ID:rhMqiI3Q >>957 美人が故に指導教官の目を曇らせ 美人が故に足を引っ張られた http://peace.5ch.net/test/read.cgi/tech/1358937029/961
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.041s