Skip to content

Instantly share code, notes, and snippets.

View akiya64's full-sized avatar
🏠
Working from home

Akiya akiya64

🏠
Working from home
View GitHub Profile
@2GMon
2GMon / recpt1_fix_bs_egp.patch
Last active October 26, 2019 07:56
PT3環境でmirakurun と http://www13.plala.or.jp/sat/recdvb/recdvb-1.3.1.tgz の組み合わせでEPGが取得できない問題に対する修正
--- recpt1.c.orig 2019-09-22 18:18:28.164084939 +0900
+++ recpt1.c 2019-09-22 18:23:46.901127087 +0900
@@ -51,23 +51,23 @@
char *channel;
int tsid;
} preset_ch[NUM_PRESET_CH] = {
- { 101, "bs15", 0x40f1 }, { 103, "bs03", 0x4031 },
- { 141, "bs13", 0x40d0 }, { 151, "bs01", 0x4010 },
- { 161, "bs01", 0x4011 }, { 171, "bs01", 0x4012 },
- { 181, "bs13", 0x40d1 }, { 191, "bs03", 0x4030 },
@akimasa
akimasa / _pt2-driverbug.md
Last active March 19, 2022 07:14
PT2ドライババグの注意喚起

この記事は DTV Advent Calendar 2016 6日目の記事です。

MirakurunにおけるPT2サポートは、現在開発中です。 プルリクエストがマージされて、リリースされ次第、使えるようになります。 2.0.0-beta.3では、まだPT2サポートは不十分で、chardev版pt1_drvのバグを回避できません。 今後リリースされるMirakurunのPT2サポートを利用することでchardev版pt1_drvのバグを回避することが可能です。

以下が本文になります。

PT1/2をご利用の方へ大切なお知らせとお願い

@kottenator
kottenator / simple-pagination.js
Created July 13, 2015 20:44
Simple pagination algorithm
// Implementation in ES6
function pagination(c, m) {
var current = c,
last = m,
delta = 2,
left = current - delta,
right = current + delta + 1,
range = [],
rangeWithDots = [],
l;
@amaya382
amaya382 / c87.md
Last active February 7, 2024 16:10
SublimeTextで作るお手軽Markdown文章作成環境

これはC87で頒布した部誌「OhUCC!」に寄稿した記事に若干の追記をしたものです.


SublimeTextで作るお手軽Markdown文章作成環境

0. Markdownって?

Markdownとはいわゆるマークアップ言語です. Markdownの簡単な規則に則るだけで整ったHTMLが作成できます. また, 現在ではHTMLだけではなく, LaTeXやPDFなどにも変換するアプリが提供されているため大変汎用的です. ちなみにこの文章もすべてMarkdownで書いています.

1. 最終目標

@voluntas
voluntas / shiguredo.rst
Last active March 31, 2024 02:15
時雨堂コトハジメ