Skip to content

Instantly share code, notes, and snippets.

@mala
mala / a.md
Last active June 30, 2020 15:13
Chrome ExtensionのLive HTTP Headersの調査(CoolBar.Pro導入 Extensionが何を行うかの調査)

Chrome ExtensionのLive HTTP Headersを調査した。Firefox用のものではない。Firefox用のものではない。

11/7追記

English version: https://translate.google.com/translate?sl=ja&tl=en&js=y&prev=_t&hl=ja&ie=UTF-8&u=https%3A%2F%2Fgist.github.com%2Fmala%2Fe87973df5029d96c9269d9431fcef5cb&edit-text=&act=url

Summary in english.

@y-yu
y-yu / Makefile.patch
Last active September 21, 2018 08:05
履歴書スタイルファイルのB4(B5の割付)版(http://www.tamacom.com/rireki-j.html のパッチファイル)
--- rireki-2.6/Makefile 2014-08-12 10:29:00.000000000 +0900
+++ Makefile 2014-09-20 14:28:31.000000000 +0900
@@ -25,16 +25,16 @@
#
PDF = rireki.pdf
DVI = rireki.dvi
-PAPER = a4
+PAPER = jisb4 -l
all: $(PDF)
anonymous
anonymous / gist:570aa60b21fc28295662
Created September 4, 2014 11:58
b25 patch for BonDriverProxy_Linux
diff -r 8455e6cc2457 -r b1732a1d4f3a BonDriverProxy.cpp
--- a/BonDriverProxy.cpp Wed Sep 03 07:16:55 2014 +0900
+++ b/BonDriverProxy.cpp Thu Sep 04 18:59:50 2014 +0900
@@ -1,5 +1,18 @@
#include "BonDriverProxy.h"
+#ifdef HAVE_LIBARIB25
+#include <getopt.h>
+#include "decoder.h"
+static int g_b25_enable = false;