名前 | 局 | 放送時間 | done |
---|---|---|---|
RS計画-Rebirth Storage- | フジテレビ | 6/25(土) 26:20 | done |
ReLIFE | MX | 7/1(金) 24:00 | done |
一人之下 the outcast | MX | 7/2(土) 21:00 | done |
食戟のソーマ 弐ノ皿 | MX | 7/2(土) 22:00 | done |
Rewrite | MX | 7/1(金) 23:30 | done |
初恋モンスター | MX | 7/2(土) 25:00 | done |
不機嫌なモノノケ庵 | MX | 7/3(日) 22:00 | done |
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
#!/bin/bash -x | |
PROGNAME=$(basename $0) | |
VERSION="1.0" | |
OK=0 | |
WARNING=1 | |
CRITICAL=2 | |
UNKNOWN=3 |
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
#!/bin/bash | |
# ref: http://takuya-1st.hatenablog.jp/entry/20120225/1330184067 | |
##uninstall | |
sudo apt-get remove ffmpeg x264 libx264-dev -y | |
## install build-tools and library | |
sudo apt-get update | |
sudo apt-get install -y build-essential checkinstall git libfaac-dev libjack-jackd2-dev \ | |
libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev \ |
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
whywaita% git clone [email protected]:whywaita/gitlab-ce.git [~/git] | |
Cloning into 'gitlab-ce'... | |
remote: Counting objects: 345571, done. | |
remote: Compressing objects: 100% (81770/81770), done. | |
remote: Total 345571 (delta 271860), reused 331906 (delta 259556) | |
Receiving objects: 100% (345571/345571), 171.00 MiB | 2.92 MiB/s, done. | |
Resolving deltas: 100% (271860/271860), done. | |
Checking connectivity... done. |
I hereby claim:
- I am whywaita on github.
- I am whywaita (https://keybase.io/whywaita) on keybase.
- I have a public key whose fingerprint is D5A3 EF7E 9133 2895 2D9A 8ED1 410F E932 7D2F 4F0E
To claim this, I am signing this object:
名前 | 局 | 放送時間 | done |
---|---|---|---|
タイムボカン24 | 日本テレビ | 10/1(土) 17:30 | done |
Bloodivores | MX | 10/1(土) 21:00 | done |
ブブキ・ブランキ 星の巨人 | MX | 10/1(土) 22:00 | done |
WWW.WORKING!! | MX | 10/1(土) 23:30 | done |
Vivid Strike! | MX | 10/1(土) 24:30 | done |
終末のイゼッタ | MX | 10/1(土) 25:30 | done |
SHOW BY ROCK!! # | MX | 10/2(日) 22:00 | done |
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
## Configuration options with # in front are not active and they were | |
## valid at install time. Updating the package does not update this file | |
## automatically. | |
## Latest options listed at: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template | |
## Url on which GitLab will be reachable. | |
## For more details on configuring external_url see: | |
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#configuring-the-external-url-for-gitlab |