Skip to content

Instantly share code, notes, and snippets.

@tondol
tondol / nicovideo_rtmpe.md
Last active June 9, 2018 02:50
ニコニコ公式アニメポータルのrtmpeプロトコル動画をダウンロードする覚え書き

はじめに

http://www.nicovideo.jp/watch/1380872606

上記の動画を例にDL方法を解説する。

パラメータの取得

source: https://twitter.com/WhitehackerZ1/status/381278065675870208/photo/1
・訳を作成したのは@qnighyです。
・内容は上記のURLに掲載されていた画像を参照しながら作成しました。
その画像の提供者は私ではありません。画像の提供者については、元ツイートの発言者に尋ねるのが適切でしょう。
・文脈がわからないと読みづらいところやインターネットスラングが含まれる部分についてはうまく訳せていないかもしれない。
Kirk_Caswell: Diciprine: they'll learn just for this game
Diciprineさん: このゲームのためだけに勉強するんですよ
bgates: Diciprine: It's not race or nationality or natural language that prevents people from writing shellcode, it's the lack of working shellcode.
Diciprineさん: シェルコードを書くのが難しいのは人種や国籍や自然言語のせいではなくて、動くシェルコードがないからですよ。
var net = require('net');
var util = require('util');
var events = require('events');
var Message = require('./message');
function Client() {
var self = this;
events.EventEmitter.call(this);
@satomacoto
satomacoto / create.py
Last active December 15, 2022 10:34
kNN on xvideos.com-db.csv
# -*- coding:utf-8 -*-
from pymongo import MongoClient
client = MongoClient()
db = client.xvideos
def create_db():
f = open('xvideos.com-db.csv')
for line in f:
fizz = function f() {
fizz = function () {
fizz = function () {
fizz = f
return "Fizz"
}
}
}
buzz = function f() {
@rummelonp
rummelonp / 0-gif.md
Created February 4, 2012 16:25
GIF アニメ分解して Canvas で再生するやつ

GIF アニメ分解して Canvas で再生するやつ

GifVJ
これがクールだったのでどうにかこれを JavaScript で作れないか頑張ってみた(頑張ってる途中)

実験途中経過報告

Burrn!
ランダムで GIF アニメを全画面表示
Enter で再生/停止