Skip to content

Instantly share code, notes, and snippets.

View whywaita's full-sized avatar

Tachibana waita whywaita

View GitHub Profile
@whywaita
whywaita / gitlab.rb
Created October 4, 2016 09:33
raw gitlab.rb ver 8.12.3
## 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

環境

  • anyenv + rbenv な Ruby 2.3.0 ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
  • mikutter 3.4.3
  • XQuartz使わずに動作

不具合(多分gtkのも混じってる)

  • 上スクロールをしないとUserStreamに繋がらない
  • UserStreamがかなり短い速度で切れる

録画リスト

名前 放送時間 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

Keybase proof

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:

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.
@whywaita
whywaita / ffmpeg_install.sh
Created August 19, 2016 04:53
ffmpeg install (include x264) , you should non-free
#!/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 \
#!/bin/bash -x
PROGNAME=$(basename $0)
VERSION="1.0"
OK=0
WARNING=1
CRITICAL=2
UNKNOWN=3
@whywaita
whywaita / 2016summer.md
Last active July 4, 2016 18:00
2016年夏季アニメ録画リスト

録画リスト

名前 放送時間 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
@whywaita
whywaita / gitlab.rb
Created June 15, 2016 13:11
raw gitlab.rb (GitLab 7.9.0)
## Url on which GitLab will be reachable.
## For more details on configuring external_url see:
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#configuring-the-external-url-for-gitlab
external_url 'http://gitlab.example.com'
## Note: configuration settings below are optional.
## Uncomment and change the value.
############################
# gitlab.yml configuration #
@whywaita
whywaita / gitlab.rb
Created May 27, 2016 14:02
raw gitlab.rb by GitLab 8.8.2
## 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