Note that this is varing, and is overwritten in unannounced.
- 5.6 (20070303)
- add NCURSES_OPAQUE symbol
- 5.7 (20090906)
- add is_pad() function
diff --git a/mecab/python/test.py b/mecab/python/test.py | |
index b8ba949..00f8473 100644 | |
--- a/mecab/python/test.py | |
+++ b/mecab/python/test.py | |
@@ -1,26 +1,27 @@ | |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
+from __future__ import print_function | |
-import MeCab |
PEP: 539
Title: A New C-API for Thread-Local Storage in CPython
Version:
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# Notebook Tab Drag and Drop Example (GTK+3 & Python3) | |
# | |
# Requirements: | |
# * Python (>=3.5) | |
# https://www.python.org/ | |
# | |
# * GTK+ (>=3.0) |
/* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ | |
/* GTK - The GIMP Toolkit | |
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2 of the License, or (at your option) any later version. | |
* | |
* This library is distributed in the hope that it will be useful, |
diff --git a/src/skeleton/tabnote.cpp b/src/skeleton/tabnote.cpp | |
index 2474c07..439eec8 100644 | |
--- a/src/skeleton/tabnote.cpp | |
+++ b/src/skeleton/tabnote.cpp | |
@@ -1,6 +1,6 @@ | |
// ライセンス: GPL2 | |
-//#define _DEBUG | |
+#define _DEBUG | |
//#define _DEBUG_RESIZE_TAB |
2ちゃんねるブラウザ JD のGTK3版に | |
タッチスクリーンによるスレビューのスクロール機能を追加するパッチです | |
ライセンス:GPL v2 | |
要件:GTK+ 3.14以上 | |
使い方 | |
https://github.com/ma8ma/JD/tree/gtk3-preview にパッチを適用してビルド(--with-gtkmm3を付ける) | |
環境変数GDK_CORE_DEVICE_EVENTSは設定しないでJDを起動する | |
スレビューをタッチして上下にスワイプするとスクロールし、指を離すと減速して止まる(慣性スクロール) |
2ちゃんねるブラウザ JD の | |
スレタイ検索結果のタイトルに含まれるタグを取り除くパッチです。 | |
注意:繰り返しテストしていないので不具合が起こる可能性があります | |
ライセンス:GPL v2 | |
使い方 | |
https://github.com/yama-natuki/JD/tree/test にパッチを適用してビルド | |
変更の要約 |