- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
Date: Wed, 20 Feb 2013 12:40:23 +0900 | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit | |
--- | |
appengine/pom.xml | 18 +++++++++--------- | |
1 file changed, 9 insertions(+), 9 deletions(-) | |
diff --git a/appengine/pom.xml b/appengine/pom.xml |
未修正のアプリが数多く残っている状態なので、パブリックな場所での言及には注意して下さい
未修正のアプリが数多く残っている状況ですが、すでに広く情報が公開されており、2.5.2で修正されたという情報が広まると混乱が生じるため広く周知する次第です。
AFNetworking 2.5.1 にMITM攻撃を許す脆弱性があり、2.5.2で修正された、 と報道されていますが、これは誤りです。
This is a quick example of how to create a fading actionbar effect like this in Appcelerator Titanium
This is actually very simple. The trick is putting the Actionbar in overlay mode by configuring the theme with windowActionBarOverlay:true
. Then all you need to do is updating the color of the Actionbar, in this case by scrolling a ScrollView.
更新: | 2024-05-20 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
// sending to sender-client only | |
socket.emit('message', "this is a test"); | |
// sending to all clients, include sender | |
io.emit('message', "this is a test"); | |
// sending to all clients except sender | |
socket.broadcast.emit('message', "this is a test"); | |
// sending to all clients in 'game' room(channel) except sender |
日時: | 2023-12-03 |
---|---|
作: | voluntas |
バージョン: | 2023.1 |
url: | https://voluntas.github.io |
この記事が良いと思ったらこの記事に Star をお願いします
const ( | |
MinAspectRatioConstraint = MediaConstraintKey("minAspectRatio") | |
MaxAspectRatioConstraint = MediaConstraintKey("maxAspectRatio") | |
MaxWidthConstraint = MediaConstraintKey("maxWidth") | |
MinWidthConstraint = MediaConstraintKey("minWidth") | |
MaxHeightConstraint = MediaConstraintKey("maxHeight") | |
MinHeightConstraint = MediaConstraintKey("minHeight") | |
MaxFrameRateConstraint = MediaConstraintKey("maxFrameRate") | |
MinFrameRateConstraint = MediaConstraintKey("minFrameRate") |
こちらの資料は古いので WebRTC Simulcast コトハジメ をどうぞ。
WebRTC の Simulcast という仕組みは、複数の品質で映像を配信する仕組みのことです。
P2P で必要かどうかというと、必要ではありません。Simulcast はクライアント・サーバモデル、さらに SFU モデルでの利用を前提としています。
日時: | 2023-01-15 |
---|---|
作: | @voluntas |
バージョン: | 2023.1 |
url: | https://voluntas.github.io/ |
この資料は以下の製品の宣伝を含みます。