Christian d'Heureuse's MiniRunAs is good, but it doesn't handle domain logins.
I forked for this and added "." or "?" as domain for local account. (MSDN states using "." or NULL domain for local accounts but from my testing it doesn't work when logged in as domain user and using MiniRunAs to run as local account.)
Download: miniRunAs.zip (Compiled with TinyCC)
Tuesday, March 10, 2015
Thursday, March 5, 2015
DeTAR for DOS Micro-C edition
I fixed and minified its size by using Micro-C compiler and removed listing function.
So it is now a little bit smaller than TUNZ.com but supporting sub-directories. With TUNZ and DeTAR I can pack MHDD solidified with 5120-byte unpacker.
Download: detar-mc.zip
EDIT: I also made a version deal with store-only ZIP files (EXSTRZIP). And it is even smaller than DeTAR!
Download: exstrzip.zip
So it is now a little bit smaller than TUNZ.com but supporting sub-directories. With TUNZ and DeTAR I can pack MHDD solidified with 5120-byte unpacker.
Download: detar-mc.zip
EDIT: I also made a version deal with store-only ZIP files (EXSTRZIP). And it is even smaller than DeTAR!
Download: exstrzip.zip
Sunday, December 21, 2014
otf2bdf (self forked)
I forked otf2bdf for meeting my own needs as well. Changes:
* add `-A' switch for no-autohint
* add `-a' switch for force autohint
* add `-B' switch for no embedded bitmap
* add `-g x' switch for selecting hinting algorithm (x=0-4)
* Commented out Determine the actual bounding box of the glyph bitmap part, instead, use FT_Glyph_Get_CBox()
* Extends dump area to whole valid Unicode codepoints (U+10FFFF)
Download: otf2bdf-3.1rt.zip (Win32 binary+source)
* add `-A' switch for no-autohint
* add `-a' switch for force autohint
* add `-B' switch for no embedded bitmap
* add `-g x' switch for selecting hinting algorithm (x=0-4)
* Commented out Determine the actual bounding box of the glyph bitmap part, instead, use FT_Glyph_Get_CBox()
* Extends dump area to whole valid Unicode codepoints (U+10FFFF)
Download: otf2bdf-3.1rt.zip (Win32 binary+source)
bdf2ttf (self forked)
Since MURAOKA Taro (KoRoN) has changed his website and no longer having a valid link to his bdf2ttf, I forked and enhanced bdf2ttf for meeting my own needs:
- added `-g' switch for multi-width (proportional) fonts
- added `-f' switch for generating TTF which has Unicode code points larger than U+FFFF
Download: bdf2ttf-2.1.zip (win32 binary+source)
- added `-g' switch for multi-width (proportional) fonts
- added `-f' switch for generating TTF which has Unicode code points larger than U+FFFF
Download: bdf2ttf-2.1.zip (win32 binary+source)
Friday, September 26, 2014
bash with ShellShock (and variants) fix for MSYS and Cygwin-1.5
bash-3.1 with patch for CVE-2014-7169. Patch comes from https://oss.oracle.com/ol5/SRPMS-updates/bash-3.2-33.el5_11.4.src.rpm + self-porting
for MSYS:
bash-3.1.22-4-msys-1.0.17-bin.tar.lzma
bash-3.1.22-4-msys-1.0.17-src.tar.lzma (Source+Patches)
for Cygwin-1.5:
bash-3.1.22-4-cygwin-1.5.25-bin.tar.lzma (Source is same as bash-3.1.22-4-msys-1.0.17-src.tar.lzma but without applying MSYS patch "01-bash-3.1-msys.patch")
for ClearOS 5 (CentOS 5):
http://roy.orz.hm/rpms/bash-3.2-33.5.i386.rpm
http://roy.orz.hm/rpms/bash-3.2-33.5.src.rpm (SRPM)
official patched build for Cygwin-1.7 :
bash-4.1.16-8.tar.xz
Updated 4 Oct 2014: Updated binaries patched for CVE-2014-6277 segfault
for MSYS:
bash-3.1.22-4-msys-1.0.17-bin.tar.lzma
bash-3.1.22-4-msys-1.0.17-src.tar.lzma (Source+Patches)
for Cygwin-1.5:
bash-3.1.22-4-cygwin-1.5.25-bin.tar.lzma (Source is same as bash-3.1.22-4-msys-1.0.17-src.tar.lzma but without applying MSYS patch "01-bash-3.1-msys.patch")
for ClearOS 5 (CentOS 5):
http://roy.orz.hm/rpms/bash-3.2-33.5.i386.rpm
http://roy.orz.hm/rpms/bash-3.2-33.5.src.rpm (SRPM)
official patched build for Cygwin-1.7 :
bash-4.1.16-8.tar.xz
Updated 4 Oct 2014: Updated binaries patched for CVE-2014-6277 segfault
Friday, September 12, 2014
bdfbmp-tools
I made a little change so bmp2bdf with respect characters' DWIDTH.
and they are now compiled with TinyCC, so they are lots smaller than original one. :)
Download: bdfbmp-tools.zip (binary + source)
and they are now compiled with TinyCC, so they are lots smaller than original one. :)
Download: bdfbmp-tools.zip (binary + source)
Monday, August 11, 2014
Japanese ASCII Art custom font
I modified some Japanese ASCII Art custom fonts from Free fonts.
私は二つの日本語AA対応フォントを改修してみた。
Droid Sans Japanese AA化に調整してみた。
Droid Sans Japanese AA.7z
Droid Sans Legacyの英数字、記号とDroid Sans Japaneseの漢字を合せて、そしてAA化。

Noto Sans Japanese と Monapo を合せてみた。
MonapoNoto.7z
Monapoの英数字、記号とNoto Japaneseを合せた。

モナーフォント,monafont,IPAモナーフォント,AA用日本語フォント,ipa_mona
私は二つの日本語AA対応フォントを改修してみた。
Droid Sans Japanese AA化に調整してみた。
Droid Sans Japanese AA.7z
Droid Sans Legacyの英数字、記号とDroid Sans Japaneseの漢字を合せて、そしてAA化。

Noto Sans Japanese と Monapo を合せてみた。
MonapoNoto.7z
Monapoの英数字、記号とNoto Japaneseを合せた。

モナーフォント,monafont,IPAモナーフォント,AA用日本語フォント,ipa_mona
Subscribe to:
Posts (Atom)