Google Chrome 2.0 with GDI++

Posted On June 14, 2009

Filed under Windows
Tags: , ,

Comments Dropped one response

make a shortcut that
"C:\Documents and Settings\Username\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox

–no-sandbox option is important.

citation:
http://code.google.com/p/chromium/issues/detail?id=7758

Change Meadow keyboard rayout

Posted On May 20, 2009

Filed under emacs
Tags: , ,

Comments Dropped leave a response

Left + Alt + Shift

us <-> jp

Meadow IME change character size

Posted On March 22, 2009

Filed under emacs, Windows
Tags: , ,

Comments Dropped leave a response

This tips is based on preset Meadow.
see bookshle.jp.

(let ((logfont ‘(w32-logfont “MS Gothic” 0 0 400 0 nil nil nil 128 1 3 0)))
(modify-frame-parameters (selected-frame) (list (cons ‘ime-font logfont)))
(add-to-list ‘default-frame-alist (cons ‘ime-font logfont))
)

citation(JP):
http://tanakalab.net/blog/archives/2007/04/meadow.html

Internet Explorer 8 Sunspider benchmark

Posted On March 19, 2009

Filed under Windows
Tags: ,

Comments Dropped 2 responses

OS: XP SP3
IE8 got twice faster than IE7.

============================================
RESULTS (means and 95% confidence intervals)
——————————————–
Total: 7986.2ms +/- 0.5%
——————————————–

3d: 1006.4ms +/- 1.0%
cube: 331.2ms +/- 2.7%
morph: 312.6ms +/- 0.2%
raytrace: 362.6ms +/- 2.4%

access: 1521.6ms +/- 0.7%
binary-trees: 281.4ms +/- 0.2%
fannkuch: 628.2ms +/- 1.4%
nbody: 359.0ms +/- 0.0%
nsieve: 253.0ms +/- 3.3%

bitops: 1187.6ms +/- 1.2%
3bit-bits-in-byte: 187.8ms +/- 0.3%
bits-in-byte: 206.2ms +/- 4.3%
bitwise-and: 443.6ms +/- 2.4%
nsieve-bits: 350.0ms +/- 3.1%

controlflow: 187.6ms +/- 0.4%
recursive: 187.6ms +/- 0.4%

crypto: 583.8ms +/- 1.8%
aes: 265.6ms +/- 5.3%
md5: 156.0ms +/- 0.0%
sha1: 162.2ms +/- 6.2%

date: 609.0ms +/- 0.0%
format-tofte: 328.0ms +/- 0.0%
format-xparb: 281.0ms +/- 0.0%

math: 833.8ms +/- 1.3%
cordic: 359.0ms +/- 0.0%
partial-sums: 237.6ms +/- 3.6%
spectral-norm: 237.2ms +/- 3.8%

regexp: 506.2ms +/- 2.1%
dna: 506.2ms +/- 2.1%

string: 1550.2ms +/- 1.4%
base64: 290.8ms +/- 3.6%
fasta: 384.2ms +/- 2.7%
tagcloud: 334.2ms +/- 3.2%
unpack-code: 244.0ms +/- 4.2%
validate-input: 297.0ms +/- 0.0%

Meadow update after installing setup-ja.exe

Posted On March 9, 2009

Filed under Windows
Tags: ,

Comments Dropped leave a response

Check ” instell.exe ” after update
then meadow can read .emacs file.

skkime dictionary maintenance

Posted On March 9, 2009

Filed under Windows
Tags: ,

Comments Dropped leave a response

Press ” X ” ( large x ) when you input what you want to delete.

Deny USB Flash memory Autoload

Posted On January 31, 2009

Filed under Windows
Tags: ,

Comments Dropped leave a response

Pressing Shift with plugging USB flash.

Windows; SandS

Posted On December 9, 2008

Filed under emacs, Windows
Tags: , ,

Comments Dropped leave a response

SandS

Space + a key changes the key Caps.

for example,

z -> z
Space + z -> Z

and pressing Space key without any key,
Space -> Space

This way decreases “Emacs Pinky” injury.

How to ;
Get “mayu” for XP, or “nodoka” for Vista.
http://mayu.sourceforge.net/
http://www.appletkan.com/nodoka.htm

C:\Program Files\mayu\dot.mayu
add this.

mod shift += !!Space
key R-*Space = &Ignore

then select 104 key without Emacs option.

citation(JP):
http://ryus.co.jp/modules/d3blog/details.php?bid=75

Windows; change keyboard layout with regedit

Posted On December 8, 2008

Filed under Windows
Tags: ,

Comments Dropped leave a response

#regedit
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]

Change “LayerDriver …” and
“OverrideKeyboardIdentifier” values to your keyboard.
For example, “PCAT_106KEY” to “PCAT_101KEY”.

reference:
http://support.microsoft.com/kb/244139/en

Zoom to Scroll: Microsoft Natural Ergonomic Keyboard 4000

Posted On December 3, 2008

Filed under Windows
Tags: ,

Comments Dropped leave a response

« Previous PageNext Page »