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 bash | |
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
SCRIPTNAME=${0##*/} | |
function usage () | |
{ | |
#-------------------------------------------------------------------- |
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 bash | |
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
SCRIPTNAME=${0##*/} | |
function usage () | |
{ |
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 bash | |
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
SCRIPTNAME=${0##*/} | |
function usage () | |
{ | |
cat <<EOD |
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 bash | |
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
SCRIPTNAME=${0##*/} | |
function usage () | |
{ | |
cat <<EOD |
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
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
# rand, srand - pseudo-random number generator of POSIX.1 example implementation for Ruby. | |
# see | |
# Wikipedia / POSIX | |
# http://ja.wikipedia.org/wiki/POSIX | |
# The Linux man-pages project / rand(3) | |
# https://www.kernel.org/doc/man-pages/ |
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 bash | |
# Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
# This script is distributed under the MIT license. | |
# http://www.opensource.org/licenses/mit-license.php | |
if [ "$1" = "" ]; then | |
echo "LHa self-extracting archive to .lzh archive converter." | |
echo "Usage: ${0##*/} file ..." | |
echo | |
exit 1 |
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
/** | |
* inkscape.exe wrapper for evading a bug of gtk_entry at Japanese environment. | |
* | |
* Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
* This script is distributed under the MIT license. | |
* http://www.opensource.org/licenses/mit-license.php | |
*/ | |
var INKSCAPE_PATH = [ | |
// Please append here path for inkscape.exe if you want to use it preferentially. |
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-2.8.exe wrapper for evading a bug of gtk_entry at Japanese environment. | |
* | |
* Copyright (c) 2013 Koichi OKADA. All rights reserved. | |
* This script is distributed under the MIT license. | |
* http://www.opensource.org/licenses/mit-license.php | |
*/ | |
//var REG_APP_PATH = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\gimp-2.8.exe\\"; | |
var SEARCH_PATH = [ |
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
2013-06-09 14:24:07 | |
sysbench 0.4.12: multi-threaded system evaluation benchmark | |
Running the test with following options: | |
Number of threads: 8 | |
Doing CPU performance benchmark | |
Threads started! | |
Time limit exceeded, exiting... |
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
[ 56.227] | |
X.Org X Server 1.13.3 | |
Release Date: 2013-03-07 | |
[ 56.227] X Protocol Version 11, Revision 0 | |
[ 56.227] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu | |
[ 56.227] Current Operating System: Linux H87Pro4 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 | |
[ 56.227] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-3.8.0-25-generic root=UUID=63372e76-652a-422a-8d73-90d672c96202 ro rootflags=subvol=@ quiet splash vt.handoff=7 | |
[ 56.227] Build Date: 17 April 2013 10:43:13PM | |
[ 56.227] xorg-server 2:1.13.3-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) | |
[ 56.227] Current version of pixman: 0.28.2 |