-
1時限目 イントロ - 川島先生(筑波大学)
-
2時限目 Inside PostgreSQL Kernel - 永安 悟史さん(アップタイム・テクノロジーズ)
-
3時限目 データストレージの諸々 - 星野 喬さん(サイボウズ・ラボ)
-
4時限目 並列データベースシステムの概念と原理 - 油井 誠さん(産総研)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // this is the background code... | |
| // listen for our browerAction to be clicked | |
| chrome.browserAction.onClicked.addListener(function (tab) { | |
| // for the current tab, inject the "inject.js" file & execute it | |
| chrome.tabs.executeScript(tab.ib, { | |
| file: 'inject.js' | |
| }); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
- Model NO. PD-KB300, Part No. PA50951-0590, Rev. A1, 2003年10月製造
- Model PD-KB400W, Part No. PA50951-1380, Rev. A0, 2010年8月製造
- Model PD-KB400B, Part No. PA50951-1382, Rev. A0, 2010年11月製造
- Model PD-KB400WS, Part No. PA50951-1384 (Type-S), 2017年3月購入
注意点: HHKB Liteに似ているが, スペースバーの中央にバネが入っているのが違う
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * メモリはどれくらい載せたほうがよいか | |
| 16gbがおすすめ | |
| 8gbだとCPUの性能限界より先にメモリが足りなくなる | |
| DBをいくつか載せたりファイルサーバーもVMとして載せたいなら32gbがよい | |
| * GPUパススルー方法 | |
| 下記のカードをつける | |
| AMD RADEON HD4xxx系 | |
| AMD RADEON HD5xxx系 | |
| AMD RADEON HD6xxx系 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 2017年9月以降は Flash ではなく m3u8 での配信になりましたので、この内容は古くなりました。 | |
| # 新しい録音方法に関しては | |
| # https://gist.github.com/riocampos/93739197ab7c765d16004cd4164dca73 | |
| # をご覧ください。 | |
| ############################################################################## | |
| # RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 | |
| # ラジオ第2は全放送局とも同じ | |
| # swfVfyオプションのURLは http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf でもOK | |
| # 各チャンネルに2種類ずつ記載していますがどちらも同じなので好みの物を使ってください |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # download latest libevent2 and tmux sources, and extract them somewhere | |
| # (thx bluejedi for tip on latest tmux URL) | |
| # | |
| # at the time of writing: | |
| # https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
| # http://sourceforge.net/projects/tmux/files/latest/download?source=files | |
| # | |
| # install deps | |
| yum install gcc kernel-devel make ncurses-devel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: SJIS -*- | |
| require 'fileutils' | |
| TMP_DIR = "D:\\TEMP\\#{$$}\\" | |
| DGINDEX = "C:\\dtv\\dgmpgdec158\\DGIndex.exe" | |
| TC2AAC = "C:\\dtv\\ts2aac\\ts2aac.exe" | |
| LOGOG = "C:\\dtv\\logoGuillo\\logoGuillo.exe" | |
| LOGO_DIR = "C:\\dtv\\logoGuillo\\logo\\" | |
| AVS2X = "C:\\dtv\\logoGuillo\\avs2pipemod.exe" | |
| AVSPLG = "C:\\dtv\\dgmpgdec158\\DGDecode.dll" |