This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# -*- mode: python;Encoding: utf8n -*- | |
""" | |
PyQt + FontDialog + ConfigParser(iniファイルアクセス)のテスト | |
ラベルのフォントを、 | |
フォント選択ダイアログで選択したフォントに変更して、 | |
フォント種類をiniファイルに記録する。 |
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# -*- mode: python;Encoding: utf8n -*- | |
""" | |
PyQt + FontDialog + json のテスト | |
ラベルのフォントを、 | |
フォント選択ダイアログで選択したフォントに変更して、 | |
フォント種類をjsonファイルに記録する。 |
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# -*- mode: python; Encoding: utf8n -*- | |
# Last updated: <2018/07/16 07:25:31 +0900> | |
u""" | |
Make oblique image. | |
usage: Filters -> Distorts -> Image Oblique ... |
This file contains 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
GIMP Palette | |
Name: 1-Bit Grayscale | |
Columns: 16 | |
# | |
0 0 0 | |
255 255 255 | |
This file contains 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
package; | |
import openfl.*; | |
import openfl.display.*; | |
import openfl.events.*; | |
/** | |
* Animation like GIMP 1.x RGB displace | |
* @author mieki256 | |
*/ |
This file contains 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
;; -*-lisp-*- | |
;; Last updated: <2015/04/12 07:39:04 +0900> | |
;; | |
;; # Lorem-ipsum - xyzzy | |
;; | |
;; lorem-ipsum.el を移植。 | |
;; http://www.emacswiki.org/emacs/lorem-ipsum.el | |
;; | |
;; ## インストール | |
;; |
This file contains 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
#!/usr/bin/env python | |
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*- | |
# Last updated: <2015/06/02 20:20:33 +0900> | |
""" | |
m256 building texture maker | |
by mieki256 | |
License: CC0 |
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# -*- mode: python; Encoding: utf8n -*- | |
# Last updated: <2018/07/17 20:20:07 +0900> | |
""" | |
Make night building texture | |
Author ; mieki256 | |
License : CC0 / Public Domain |
This file contains 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
; Multiple Layer Actions fork HSC rel 1.0 | |
; Created by mieki256 | |
; | |
; Original scripts : Multiple Layer Actions rel 5.1 Created by Graechan | |
; Comments directed to http://gimpchat.com or http://gimpscripts.com | |
; | |
; License: GPLv3 | |
; This program is free software: you can redistribute it and/or modify | |
; it under the terms of the GNU General Public License as published by | |
; the Free Software Foundation, either version 3 of the License, or |
OlderNewer