kb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 89
XkbInd 2005.01.04
XkbInd (X Keyboard Extension Indicator) is a small, simple, but useful indicator of keyboard layout (XKB group) for the X Window more>>
XkbInd stands for X Keyboard Extension Indicator and is a small, simple, but useful indicator of keyboard layout (XKB group) for the X Window System.
It indicates the current keyboard layout in the title of top-level windows via a prefix to the original string.
XkbInd allows the user to simulate independent keyboard layout for each handled window, and it works with most window managers, including twm, mwm, and fvwm.
Main features:
- XkbInd simulates an independent keyboard layout for each handled top-level window.
- XkbInd is very light-weighted and uses less than 150 kb of virtual memory (excluding "shared" of course).
- XkbInd doesnt grab entries in default color pallet, doesnt perform any drawing operations itself, but relies wholly to the window manager.
- XkbInd doesnt occupy any area on the screen, and outputs all relevant information to window titles.
- XkbInd can be configured to ignore (or accept) particular windows or applications. This feature is based on examination of WM_CLASS property. It is possible to use shell type wildcards in "accept" and "ignore" lists.
- XkbInd is "true" XKB program, i.e. all interactions with X-server are carried out through the XKB extension protocol.
- XkbInd keeps all information about current keyboard layout of each handled window at server side in form of window properties unlike most of the other similar programs which keep this data in local storage.
- And the last, XkbInd does only what it says--it is an indicator. Nothing more.
To compile and install XkbInd you should perform the following:
# cd xkbind-
# ./configure
# make
# make install
<<lessIt indicates the current keyboard layout in the title of top-level windows via a prefix to the original string.
XkbInd allows the user to simulate independent keyboard layout for each handled window, and it works with most window managers, including twm, mwm, and fvwm.
Main features:
- XkbInd simulates an independent keyboard layout for each handled top-level window.
- XkbInd is very light-weighted and uses less than 150 kb of virtual memory (excluding "shared" of course).
- XkbInd doesnt grab entries in default color pallet, doesnt perform any drawing operations itself, but relies wholly to the window manager.
- XkbInd doesnt occupy any area on the screen, and outputs all relevant information to window titles.
- XkbInd can be configured to ignore (or accept) particular windows or applications. This feature is based on examination of WM_CLASS property. It is possible to use shell type wildcards in "accept" and "ignore" lists.
- XkbInd is "true" XKB program, i.e. all interactions with X-server are carried out through the XKB extension protocol.
- XkbInd keeps all information about current keyboard layout of each handled window at server side in form of window properties unlike most of the other similar programs which keep this data in local storage.
- And the last, XkbInd does only what it says--it is an indicator. Nothing more.
To compile and install XkbInd you should perform the following:
# cd xkbind-
# ./configure
# make
# make install
Download (0.066MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1129 downloads
wmCalClockKbd 0.1a
wmCalClockKbd is simple calendar clock with integrated keyboard group indicator. more>>
wmCalClockKbd is simple calendar clock with integrated keyboard group indicator (for XFree86 >= 4.3.0).
Usage
If you want to use the keyboard indicator, you really need to have XFree86 >= 4.3.0! If you use more keyboard maps, it should be set properly. There is example of my X86Config-4 InputDevice section:
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc102"
# you might use pc105, if you have Win keys on your keyboard
Option "XkbLayout" "us,cz_qwerty"
# most important! I have configured twokeyboard layouts (groups) - US/ASCII
# and Czech(qwerty), you can use up to 4 layouts
Option "XkbCompat" ""
Option "XkbOptions" "default,grp_led:scroll,grp:alt_shift_toggle,grp:switch"
# default - use some default options to avoid Mandrake bug
# grp_led:scroll - indicate alternative groups by switcing the scroll led
# grp:alt_shift_toogle - switch groups by pressing Alt+Shift (left)
# grp:switch - use right alt to set second group, while it is pressed down
EndSection
you can also use setxkbmap, if you dont want to edit you XF86Config-4:
setxkbmap -layout "us,cz_qwerty" -option "default,grp:alt_shift_toogle"
for example. Once, when you have configured your keyboard properly, you can run wmCalClockKbd with -kb option:
wmCalClockKbd -kb "us.xpm,cz.xpm"
which tells to wmCalClockKbd to use us.xpm file for first group and cz.xpm for the second group. Images are taken from the default location specified in PREFIX file.
You can use up to 4 images, but the number of images must be the same as number of configured layouts (groups), otherwise app disable keyboard indicator functions. Please make also sure, that there is your national image in pixmaps directory.
If not, you can make new one (dimension are 54x35 pixels, color depth depends on you system) and send it to me (I will add it to source files, but please dont break any Copyrights when making it).
There is another one new option -kbt, which sets how much will be the keyboard image transparent when merging with date sign (default options is 0.25, you can you any number from 0.0-1.0, but useful values are 0.1-0.5).
All wmCalClock options works like in the original version, you can read about them in olddoc/ dir of source codes or use -help switch.
Enhancements:
- added Russian and French flags
<<lessUsage
If you want to use the keyboard indicator, you really need to have XFree86 >= 4.3.0! If you use more keyboard maps, it should be set properly. There is example of my X86Config-4 InputDevice section:
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc102"
# you might use pc105, if you have Win keys on your keyboard
Option "XkbLayout" "us,cz_qwerty"
# most important! I have configured twokeyboard layouts (groups) - US/ASCII
# and Czech(qwerty), you can use up to 4 layouts
Option "XkbCompat" ""
Option "XkbOptions" "default,grp_led:scroll,grp:alt_shift_toggle,grp:switch"
# default - use some default options to avoid Mandrake bug
# grp_led:scroll - indicate alternative groups by switcing the scroll led
# grp:alt_shift_toogle - switch groups by pressing Alt+Shift (left)
# grp:switch - use right alt to set second group, while it is pressed down
EndSection
you can also use setxkbmap, if you dont want to edit you XF86Config-4:
setxkbmap -layout "us,cz_qwerty" -option "default,grp:alt_shift_toogle"
for example. Once, when you have configured your keyboard properly, you can run wmCalClockKbd with -kb option:
wmCalClockKbd -kb "us.xpm,cz.xpm"
which tells to wmCalClockKbd to use us.xpm file for first group and cz.xpm for the second group. Images are taken from the default location specified in PREFIX file.
You can use up to 4 images, but the number of images must be the same as number of configured layouts (groups), otherwise app disable keyboard indicator functions. Please make also sure, that there is your national image in pixmaps directory.
If not, you can make new one (dimension are 54x35 pixels, color depth depends on you system) and send it to me (I will add it to source files, but please dont break any Copyrights when making it).
There is another one new option -kbt, which sets how much will be the keyboard image transparent when merging with date sign (default options is 0.25, you can you any number from 0.0-1.0, but useful values are 0.1-0.5).
All wmCalClock options works like in the original version, you can read about them in olddoc/ dir of source codes or use -help switch.
Enhancements:
- added Russian and French flags
Download (0.077MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1496 downloads
KompctMon 1R3B
KompctMon is SuperKaramba theme shows following informations with simple and compact. more>>
KompctMon is SuperKaramba theme shows following informations with simple and compact.
- CPU Usage (0~100%:sector graph)
- CPU Frequency (0.00~9.99 GHz:digit)
- CPU Temperature (0c~75c:horizontal bar graph)
- MEMORY Usage (0~100%:sector graph)
- SWAP I/O per sec (0~999/sec:digit)
- SWAP Usage (0~100%:horizontal bar graph)
- Network Load;Receive (KB/S:digit & horizontal bar graph with common log scale)
- Network Load;Send (KB/S:digit & horizontal bar graph with common log scale)
- Disk free Space # 1 (GB:digit)
- Disk Usage # 1 (0~100%:horizontal bar graph)
- Disk free Space # 2 (GB:digit)
- Disk Usage # 2 (0~100%:horizontal bar graph)
<<less- CPU Usage (0~100%:sector graph)
- CPU Frequency (0.00~9.99 GHz:digit)
- CPU Temperature (0c~75c:horizontal bar graph)
- MEMORY Usage (0~100%:sector graph)
- SWAP I/O per sec (0~999/sec:digit)
- SWAP Usage (0~100%:horizontal bar graph)
- Network Load;Receive (KB/S:digit & horizontal bar graph with common log scale)
- Network Load;Send (KB/S:digit & horizontal bar graph with common log scale)
- Disk free Space # 1 (GB:digit)
- Disk Usage # 1 (0~100%:horizontal bar graph)
- Disk free Space # 2 (GB:digit)
- Disk Usage # 2 (0~100%:horizontal bar graph)
Download (0.030MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
PySoulSeek 1.2.7b
This are Hyriands UNOFFICIAL PySoulSeek patches. more>>
This are Hyriands UNOFFICIAL PySoulSeek patches.
PySoulSeek major features:
- Total queue size limiter
- Option to disable queue size limits for buddies
- Placeholder icons for tabs, so pyslsk doesnt ahve to re-layour (tnx hdhg)
- Faster connection to firewalled users if youre not firewalled yourself (enable "I can receive direct connections" in the server tab of the configuration screen)
- Run a command when a transfer or directory finishes (to auto-enqueue in xmms for example) (filename is properly escaped etc). Thanks Danial
- "Download to".. Select a download folder "on the fly"...
- Auto-reply when away.. Send a canned message to user that send you a private message when you are away..
- Incomplete dir. All incomplete files will be stored here and moved to the download directory when finished.
- Regexp filter in/out. This is an advanced option you should only use if you know what regexps are. You can enable it in the Misc tab of the settings screen.
- PM history (will show the last 15 lines of a conversation if loggin is enabled)
- Search filtering (see new help screen)
- Buttons on the user info are placed nicer
- Set the maximum number of upload slots to use
- Recursive directory downloading (thanks to geertk)
- Command aliasing.. Create your own / commands. See below for syntaxis
- GB/MB/KB filesizes in the transfers list
- Locale-independant decimal separators
- Configurable text colours for chats and search results
- Allow people on your user list to be scheduled for uploads ahead of regular users (see the transfers tab in the settings dialog)
Main features:
- Added features from Hyriands patch:
- Pyslsk will ping the server every 30 seconds (rewrote it to be gui-independent)
- Search history (remembers 10 last searches)
- Log window is now collapsable (state is remembered between sessions), rewrote it to look prettier than hyriands version
- Resizable panels arent deleted anymore when made really small
- Userinfo and browse tabs show user status
- /clear /c will clear a chat screen
- version in the window title
Enhancements:
- Code speedups, wxPython 2.6 fixes, and Unicode/character encoding fixes were made.
- Support for remotely-initiated uploads was added.
- An ignore button was added to searches.
- Graying out was re-enabled for users who left in the chat room.
<<lessPySoulSeek major features:
- Total queue size limiter
- Option to disable queue size limits for buddies
- Placeholder icons for tabs, so pyslsk doesnt ahve to re-layour (tnx hdhg)
- Faster connection to firewalled users if youre not firewalled yourself (enable "I can receive direct connections" in the server tab of the configuration screen)
- Run a command when a transfer or directory finishes (to auto-enqueue in xmms for example) (filename is properly escaped etc). Thanks Danial
- "Download to".. Select a download folder "on the fly"...
- Auto-reply when away.. Send a canned message to user that send you a private message when you are away..
- Incomplete dir. All incomplete files will be stored here and moved to the download directory when finished.
- Regexp filter in/out. This is an advanced option you should only use if you know what regexps are. You can enable it in the Misc tab of the settings screen.
- PM history (will show the last 15 lines of a conversation if loggin is enabled)
- Search filtering (see new help screen)
- Buttons on the user info are placed nicer
- Set the maximum number of upload slots to use
- Recursive directory downloading (thanks to geertk)
- Command aliasing.. Create your own / commands. See below for syntaxis
- GB/MB/KB filesizes in the transfers list
- Locale-independant decimal separators
- Configurable text colours for chats and search results
- Allow people on your user list to be scheduled for uploads ahead of regular users (see the transfers tab in the settings dialog)
Main features:
- Added features from Hyriands patch:
- Pyslsk will ping the server every 30 seconds (rewrote it to be gui-independent)
- Search history (remembers 10 last searches)
- Log window is now collapsable (state is remembered between sessions), rewrote it to look prettier than hyriands version
- Resizable panels arent deleted anymore when made really small
- Userinfo and browse tabs show user status
- /clear /c will clear a chat screen
- version in the window title
Enhancements:
- Code speedups, wxPython 2.6 fixes, and Unicode/character encoding fixes were made.
- Support for remotely-initiated uploads was added.
- An ignore button was added to searches.
- Graying out was re-enabled for users who left in the chat room.
Download (0.098MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1203 downloads
phpWikiBot 20060510
phpWikiBot is a Wikipedia robot which can create and edit articles. more>>
phpWikiBot project is a Wikipedia robot which can create and edit articles.
Configuration
Create config.php:
$wiki = pl.wikipedia.org;
$login = Kbot;
$password = robot_password;
//error_reporting(E_ALL);
ini_set(track_errors, TRUE);
ini_set(html_errors, FALSE);
ini_set(implicit_flush, TRUE);
ini_set(max_execution_time, 0);
ini_set(memory_limit, "32M");
ini_set(register_argc_argv, TRUE);
?>
Preparation
$ ./login.php
Requesting login as Kbot to pl.wikipedia.org... 302 - http://pl.wikipedia.org/w/index.php?title=Specjalna:Userlogin&wpCookieCheck=login
[ Time: 1.20 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 0.00 kB @ 0.00 kB/s ]
Test
$ ./test.php
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 2.23 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 11.72 kB/s ]
Wikipedysta:Kbot/brudnopis: article exists, createArticle() will not touch it!
[[Wikipedysta:Kbot/brudnopis]]
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 1.76 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 14.86 kB/s ]
phpWikiBot test Mon Feb 27 21:42:59 CET 2006 - rToken: 2125684371
phpWikiBot test Tue Feb 28 2:05:47 CET 2006 - rToken: 806005738
phpWikiBot test Tue Feb 28 13:50:49 UTC 2006 - rToken: 1106336024
phpWikiBot test Tue Feb 28 14:14:54 UTC 2006 - rToken: 752211020
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 2.56 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 10.20 kB/s ]
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 1.27 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 20.61 kB/s ]
[[Wikipedysta:Kbot/brudnopis]] diff:
4 : 4 : + phpWikiBot test Tue Feb 28 14:18:20 UTC 2006 - rToken: 2063342408
Posting article Wikipedysta:Kbot/brudnopis... 302 - http://pl.wikipedia.org/wiki/Wikipedysta:Kbot/brudnopis
[ Time: 1.32 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 0.00 kB @ 0.00 kB/s ]
Enhancements:
- Many improvements have been made.
- Most important is the ability to login and work in two or more Wikimedia projects in parallel.
- An option was added to make the robot pause (or die) when somebody leaves a comment.
- Many bugs have been fixed.
- The most important bugfix concerned html_entity_decode().
<<lessConfiguration
Create config.php:
$wiki = pl.wikipedia.org;
$login = Kbot;
$password = robot_password;
//error_reporting(E_ALL);
ini_set(track_errors, TRUE);
ini_set(html_errors, FALSE);
ini_set(implicit_flush, TRUE);
ini_set(max_execution_time, 0);
ini_set(memory_limit, "32M");
ini_set(register_argc_argv, TRUE);
?>
Preparation
$ ./login.php
Requesting login as Kbot to pl.wikipedia.org... 302 - http://pl.wikipedia.org/w/index.php?title=Specjalna:Userlogin&wpCookieCheck=login
[ Time: 1.20 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 0.00 kB @ 0.00 kB/s ]
Test
$ ./test.php
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 2.23 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 11.72 kB/s ]
Wikipedysta:Kbot/brudnopis: article exists, createArticle() will not touch it!
[[Wikipedysta:Kbot/brudnopis]]
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 1.76 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 14.86 kB/s ]
phpWikiBot test Mon Feb 27 21:42:59 CET 2006 - rToken: 2125684371
phpWikiBot test Tue Feb 28 2:05:47 CET 2006 - rToken: 806005738
phpWikiBot test Tue Feb 28 13:50:49 UTC 2006 - rToken: 1106336024
phpWikiBot test Tue Feb 28 14:14:54 UTC 2006 - rToken: 752211020
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 2.56 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 10.20 kB/s ]
Requesting article Wikipedysta:Kbot/brudnopis... 200 OK
[ Time: 1.27 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 26.10 kB @ 20.61 kB/s ]
[[Wikipedysta:Kbot/brudnopis]] diff:
4 : 4 : + phpWikiBot test Tue Feb 28 14:18:20 UTC 2006 - rToken: 2063342408
Posting article Wikipedysta:Kbot/brudnopis... 302 - http://pl.wikipedia.org/wiki/Wikipedysta:Kbot/brudnopis
[ Time: 1.32 s, Upload: 0.00 kB @ 0.00 kB/s, Download: 0.00 kB @ 0.00 kB/s ]
Enhancements:
- Many improvements have been made.
- Most important is the ability to login and work in two or more Wikimedia projects in parallel.
- An option was added to make the robot pause (or die) when somebody leaves a comment.
- Many bugs have been fixed.
- The most important bugfix concerned html_entity_decode().
Download (0.017MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1263 downloads
cpuburn 1.4
cpuburn is an extremely rigorous stress test for IA-compatible CPUs. more>>
WARNING:
This program is designed to heavily load CPU chips. Undercooled, overclocked or otherwise weak systems may fail causing data loss (filesystem corruption) and possibly permanent damage to electronic components. Nor will it catch all flaws.
USE AT YOUR OWN RISK
CPU testing utilities in optimized assembler for maximum loading P6 (Intel Pentium Pro/II/III and Celeron TM), AMD K7 (Athlon/Duron/Thunderbird TM) AMD K6, and Intel P5 Pentium chips. This is free software, copyright but freely licenced under the GNU Public Licence copyleft.
These programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply
(likely cause of burnBX/MMX errors).
burnP5 is optimized for Intel Pentium w&w/o MMX processors
P6 is for Intel PentiumPro, PentiumII&III and Celeron CPUs
K6 is for AMD K6 processors
K7 is for AMD Athlon/Duron processors
MMX is to test cache/memory interfaces on all CPUs with MMX
BX is an alternate cache/memory test for Intel CPUs
TO USE: root priviliges are NOT required. It has been designed for ELF Linux, but also tested under FreeBSD. and a.out. Burn Testing is best done from a ramdisk distribution (tomsrtbt) or with filesystems unmounted or mounted read-only.
untar the source in a convenient directory:
`tar zxf cpuburn`
compile excutables
`make`
run desired program in background [ _repeat_ for SMP]:
`burnP6 || echo $? &`
Monitor progress of cpuburn by `ps`. When finished, `kill` the burn* process(es). If you have temperature probes (fingers) or the lm-sensors package, you can check your CPU temperature and/or system voltages.
If an error occurs in calculations, it will be preserved, and the program will terminate with error code 254 for an integer/memory error, and error code 255 for a FP/MMX error. Error checking happens every 10-40 sec for burnP6/K6/K7 and I havent seen any CPU errors in testing [lockups occur first]. burnBX and burnMMX check for error every 512 MB (4-10 sec), and error termination is frequently seen, lockups are rarer.
burnBX and burnMMX are essentially very intense RAM testers. They can also take an optional parameter indicating the RAM size to be tested:
A = 2 kB E = 32 kB I = 512 kB M = 8 MB
B = 4 F = 64 J = 1 MB N = 16
C = 8 G = 128 K = 2 O = 32
D = 16 H = 256 L = 4 P = 64
`burnBX L` (4 MB) and `burnMMX F` (64 kB) are the default sizes. A-E mostly test L1 cache, F-H test L2 cache, and H-P force their way to RAM. But even A-E will have some cacheline writeouts to RAM.
In spite of its name, burnBX can be run on any chipset [RAM controller] and tests alot more than the RAM controller. Unfortunately, burnBX is not optimal on AMD processors. burnMMX is preferable for any CPU that has an MMX unit.
burnBX/MMX needs about 72 MB of total RAM + swap to start (not necessarily free), but doesnt use this much unless you request it. They will throw a `Sig 11` if you dont have enough swap.
If you dont want to add more, you can adjust the .bss section downward as indicated in the source comments. They can also test swap, and at least on my system, I can run 2*`burnBX 8` with 128 MB SDRAM with some use of swap, but no excessive thrashing[seeks]. YMMV.
If sub-spec, your system may lock up after 2-10 minutes. It shouldnt. burn* are just an unpriviliged user processes. But it probably means your CPU is undercooled, most likely no thermal grease or other interface material between CPU & heatsink. Or some other deficiency. A power cycle should reset the system. But you should fix it.
<<lessThis program is designed to heavily load CPU chips. Undercooled, overclocked or otherwise weak systems may fail causing data loss (filesystem corruption) and possibly permanent damage to electronic components. Nor will it catch all flaws.
USE AT YOUR OWN RISK
CPU testing utilities in optimized assembler for maximum loading P6 (Intel Pentium Pro/II/III and Celeron TM), AMD K7 (Athlon/Duron/Thunderbird TM) AMD K6, and Intel P5 Pentium chips. This is free software, copyright but freely licenced under the GNU Public Licence copyleft.
These programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply
(likely cause of burnBX/MMX errors).
burnP5 is optimized for Intel Pentium w&w/o MMX processors
P6 is for Intel PentiumPro, PentiumII&III and Celeron CPUs
K6 is for AMD K6 processors
K7 is for AMD Athlon/Duron processors
MMX is to test cache/memory interfaces on all CPUs with MMX
BX is an alternate cache/memory test for Intel CPUs
TO USE: root priviliges are NOT required. It has been designed for ELF Linux, but also tested under FreeBSD. and a.out. Burn Testing is best done from a ramdisk distribution (tomsrtbt) or with filesystems unmounted or mounted read-only.
untar the source in a convenient directory:
`tar zxf cpuburn`
compile excutables
`make`
run desired program in background [ _repeat_ for SMP]:
`burnP6 || echo $? &`
Monitor progress of cpuburn by `ps`. When finished, `kill` the burn* process(es). If you have temperature probes (fingers) or the lm-sensors package, you can check your CPU temperature and/or system voltages.
If an error occurs in calculations, it will be preserved, and the program will terminate with error code 254 for an integer/memory error, and error code 255 for a FP/MMX error. Error checking happens every 10-40 sec for burnP6/K6/K7 and I havent seen any CPU errors in testing [lockups occur first]. burnBX and burnMMX check for error every 512 MB (4-10 sec), and error termination is frequently seen, lockups are rarer.
burnBX and burnMMX are essentially very intense RAM testers. They can also take an optional parameter indicating the RAM size to be tested:
A = 2 kB E = 32 kB I = 512 kB M = 8 MB
B = 4 F = 64 J = 1 MB N = 16
C = 8 G = 128 K = 2 O = 32
D = 16 H = 256 L = 4 P = 64
`burnBX L` (4 MB) and `burnMMX F` (64 kB) are the default sizes. A-E mostly test L1 cache, F-H test L2 cache, and H-P force their way to RAM. But even A-E will have some cacheline writeouts to RAM.
In spite of its name, burnBX can be run on any chipset [RAM controller] and tests alot more than the RAM controller. Unfortunately, burnBX is not optimal on AMD processors. burnMMX is preferable for any CPU that has an MMX unit.
burnBX/MMX needs about 72 MB of total RAM + swap to start (not necessarily free), but doesnt use this much unless you request it. They will throw a `Sig 11` if you dont have enough swap.
If you dont want to add more, you can adjust the .bss section downward as indicated in the source comments. They can also test swap, and at least on my system, I can run 2*`burnBX 8` with 128 MB SDRAM with some use of swap, but no excessive thrashing[seeks]. YMMV.
If sub-spec, your system may lock up after 2-10 minutes. It shouldnt. burn* are just an unpriviliged user processes. But it probably means your CPU is undercooled, most likely no thermal grease or other interface material between CPU & heatsink. Or some other deficiency. A power cycle should reset the system. But you should fix it.
Download (0.007MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
939 downloads
TCCBOOT 0.1
TCCBOOT is a boot loader able to compile and boot a Linux kernel directly from its source code. more>>
TCCBOOT project is a boot loader able to compile and boot a Linux kernel directly from its source code.
TCCBOOT is only 138 KB big (uncompressed code) and it can compile and run a typical Linux kernel in less than 15 seconds on a 2.4 GHz Pentium 4.
TCCBOOT is based on the TinyCC compiler, assembler and linker. TinyCC is an experiment to produce a very small and simple C compiler compatible with the GNU C compiler and binary utilities.
TCCBOOT boots the same way as a Linux kernel, so any boot loader which can run a bzImage Linux kernel image can run TCCBOOT. I only tested it with ISOLINUX, but LILO or GRUB should work too.
TCCBOOT reads C or assembly sources from a gzipped ROMFS filesystem stored in an Initial Ram Disk (initrd). It first reads the file boot/tccargs which contains the TinyCC command line (same syntax as the tcc executable). The TinyCC invocation should output one binary image kernel. This image is loaded at address 0x00100000. TCCBOOT then does a jump to the address 0x00100000 in 32 bit flat mode. This is compatible with the ABI of the vmlinux kernel image.
Compilation:
TCCBOOT was only tested with Linux 2.4.26. In order to build TCCBOOT, you must first compile a 2.4.26 kernel because for simplicity TCCBOOT uses some binary files and headers from the Linux kernel. TCCBOOT also needs the source code of TinyCC (tested with TinyCC version 0.9.21). You can modify the Makefile to give the needed paths.
Example:
An "Hello World" ROMFS partition is included (initrd.img). You can rebuild it from the example/ directory. You can test it with the QEMU PC emulator with the qemu-tccboot script.
Kernel compilation:
For your information, the patch linux-2.4.26-tcc.patch gives the necessary modifications to build a Linux kernel with TCCBOOT (NOTE: it is not suffisant to build the kernel with its own Makefiles - I never tried). The corresponding kernel configuration is in file linux-2.4.26-config. Patches are necessary for the following reasons:
- unsupported assembly directives: .rept, .endr, .subsection
- #define __ASSEMBLY__ needed in assembly sources
- static variables cannot be seen from the inline assembly code
- typing/lvalue problems with ? :
- no long long bit fields
- aligned attribute not supported for whole structs, only for fields
- obscur preprocessor bug
Some of these problems could easily be fixed, but I am too lazy now. It is sure that there are still many bugs in the kernel generated by TinyCC/TCCBOOT, but at least it can boot and launch a shell.
<<lessTCCBOOT is only 138 KB big (uncompressed code) and it can compile and run a typical Linux kernel in less than 15 seconds on a 2.4 GHz Pentium 4.
TCCBOOT is based on the TinyCC compiler, assembler and linker. TinyCC is an experiment to produce a very small and simple C compiler compatible with the GNU C compiler and binary utilities.
TCCBOOT boots the same way as a Linux kernel, so any boot loader which can run a bzImage Linux kernel image can run TCCBOOT. I only tested it with ISOLINUX, but LILO or GRUB should work too.
TCCBOOT reads C or assembly sources from a gzipped ROMFS filesystem stored in an Initial Ram Disk (initrd). It first reads the file boot/tccargs which contains the TinyCC command line (same syntax as the tcc executable). The TinyCC invocation should output one binary image kernel. This image is loaded at address 0x00100000. TCCBOOT then does a jump to the address 0x00100000 in 32 bit flat mode. This is compatible with the ABI of the vmlinux kernel image.
Compilation:
TCCBOOT was only tested with Linux 2.4.26. In order to build TCCBOOT, you must first compile a 2.4.26 kernel because for simplicity TCCBOOT uses some binary files and headers from the Linux kernel. TCCBOOT also needs the source code of TinyCC (tested with TinyCC version 0.9.21). You can modify the Makefile to give the needed paths.
Example:
An "Hello World" ROMFS partition is included (initrd.img). You can rebuild it from the example/ directory. You can test it with the QEMU PC emulator with the qemu-tccboot script.
Kernel compilation:
For your information, the patch linux-2.4.26-tcc.patch gives the necessary modifications to build a Linux kernel with TCCBOOT (NOTE: it is not suffisant to build the kernel with its own Makefiles - I never tried). The corresponding kernel configuration is in file linux-2.4.26-config. Patches are necessary for the following reasons:
- unsupported assembly directives: .rept, .endr, .subsection
- #define __ASSEMBLY__ needed in assembly sources
- static variables cannot be seen from the inline assembly code
- typing/lvalue problems with ? :
- no long long bit fields
- aligned attribute not supported for whole structs, only for fields
- obscur preprocessor bug
Some of these problems could easily be fixed, but I am too lazy now. It is sure that there are still many bugs in the kernel generated by TinyCC/TCCBOOT, but at least it can boot and launch a shell.
Download (0.18MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1306 downloads
nbench 2.2.2
nbench is a byte CPU benchmark. more>>
The benchmark program takes less than 10 minutes to run (on most machines) and compares the system it is run on to two benchmark systems (a Dell Pentium 90 with 256 KB cache running MSDOS and an AMD K6/233 with 512 KB cache running Linux).
The archive contains the complete source, documentation, and a binary (Linux elf). The source has been successfully compiled on various operating systems, including SunOS, DEC Unix 4.0, DEC OSF1, HP-UX, DEC Ultrix, MS-DOS, and of course Linux.
This release is based on the Unix port of beta release 2 of BYTE Magazines BYTEmark benchmark program (previously known as BYTEs Native Mode Benchmarks). The port to Linux/Unix was done by Uwe F. Mayer.
Additional changes to the code were made to make the code work with egcs compiler and to make the software packagable. This is a CPU benchmark providing indexes for integer, floating, and memory performance. It is single-threaded and is not designed to measure the performance gain on multi-processor machines.
Running a "make" will create the binary if all goes well. It is called "nbench" and performs a suite of 10 tests and compares the results to a Dell Pentium 90 with 16 MB RAM and 256 KB L2 cache running MSDOS and compiling with the Watcom 10.0 C/C++ compiler.
If you define -DLINUX during compilation (the default) then you also get a comparison to an AMD K6/233 with 32 MB RAM and 512 KB L2-cache running Linux 2.0.32 and using a binary which was compiled with GNU gcc version 2.7.2.3 and GNU libc-5.4.38.
The algorithms were not changed from the source which was obtained from the BYTE web site at http://www.byte.com/bmark/bmark.htm on December 14, 1996. However, the source was modified to better work with 64-bit machines (in particular the random number generator was modified to always work with 32 bit, no matter what kind of hardware you run it on).
Furthermore, for some of the algorithms additional resettings of the data was added to increase the consistency across different hardware. Some extra debugging code was added, which has no impact on normal runs.
In case there is uneven system load due to other processes while this benchmark suite executes, it might take longer to run than on an unloaded system.
This is because the benchmark does some statistical analysis to make sure that the reported results are statistically significant, and an increased variation in individual runs requires more runs to achieve the required statistical confidence.
This is a single-threaded benchmark and is not designed to measure the performance gain on multi-processor machines.
<<lessThe archive contains the complete source, documentation, and a binary (Linux elf). The source has been successfully compiled on various operating systems, including SunOS, DEC Unix 4.0, DEC OSF1, HP-UX, DEC Ultrix, MS-DOS, and of course Linux.
This release is based on the Unix port of beta release 2 of BYTE Magazines BYTEmark benchmark program (previously known as BYTEs Native Mode Benchmarks). The port to Linux/Unix was done by Uwe F. Mayer.
Additional changes to the code were made to make the code work with egcs compiler and to make the software packagable. This is a CPU benchmark providing indexes for integer, floating, and memory performance. It is single-threaded and is not designed to measure the performance gain on multi-processor machines.
Running a "make" will create the binary if all goes well. It is called "nbench" and performs a suite of 10 tests and compares the results to a Dell Pentium 90 with 16 MB RAM and 256 KB L2 cache running MSDOS and compiling with the Watcom 10.0 C/C++ compiler.
If you define -DLINUX during compilation (the default) then you also get a comparison to an AMD K6/233 with 32 MB RAM and 512 KB L2-cache running Linux 2.0.32 and using a binary which was compiled with GNU gcc version 2.7.2.3 and GNU libc-5.4.38.
The algorithms were not changed from the source which was obtained from the BYTE web site at http://www.byte.com/bmark/bmark.htm on December 14, 1996. However, the source was modified to better work with 64-bit machines (in particular the random number generator was modified to always work with 32 bit, no matter what kind of hardware you run it on).
Furthermore, for some of the algorithms additional resettings of the data was added to increase the consistency across different hardware. Some extra debugging code was added, which has no impact on normal runs.
In case there is uneven system load due to other processes while this benchmark suite executes, it might take longer to run than on an unloaded system.
This is because the benchmark does some statistical analysis to make sure that the reported results are statistically significant, and an increased variation in individual runs requires more runs to achieve the required statistical confidence.
This is a single-threaded benchmark and is not designed to measure the performance gain on multi-processor machines.
Download (0.10MB)
Added: 2005-04-12 License: Freely Distributable Price:
927 downloads
libband 0.01
LibBand is a simple library wrapper which is useful if you want to limit the bandwidth used by a program. more>>
LibBand is a simple library wrapper written in assembly and C (but I plan to rewrite everything in C) useful if you want to limit the bandwidth used by a program.
It simply overrides some libc functions, using the LD_PRELOAD environment variable, and puts some pauses in the program to clamp the bandwidth at the specified value, for both upload and download operations.
You just have to set UPLOAD_BAND and DOWNLOAD_BAND and run your program, for example:
export LD_PRELOAD=/replace-with-the-path/to/libband.so
export UPLOAD_BAND=1024
export DOWNLOAD_BAND=8192
ftp somewhere.com
The bandwidth must be expressed in bytes/s, and so in the above example, we want the upload band clamped at 1.0 kb/s, the download band at 8.0 kb/s.
Theres a small utility in the scripts/ directory, called lb: you can use it to set everything and start your program from a nice whiptail/dialog environment.
You need NASM to build the binary (but dont worry, a pre-assembled version is included in the package).
Just type "make" to compile, and "make install" to install the library.
Remember that $HOME/lib is the default installation directory, so you usually have to export LD_PRELOAD by using:
export LD_PRELOAD=$HOME/lib/libband.so
The "lb" script is configured to work with this path, but you may change it by editing the script itself (search for the LIBPATH variable).
Please note that at the moment libBand DOESNT WORK with multithreaded and _graphic_ applications.
Enhancements:
- We keep track of sockets by wrapping socket(), accept() and close(). The old fstat() mechanism has been obsoleted.
<<lessIt simply overrides some libc functions, using the LD_PRELOAD environment variable, and puts some pauses in the program to clamp the bandwidth at the specified value, for both upload and download operations.
You just have to set UPLOAD_BAND and DOWNLOAD_BAND and run your program, for example:
export LD_PRELOAD=/replace-with-the-path/to/libband.so
export UPLOAD_BAND=1024
export DOWNLOAD_BAND=8192
ftp somewhere.com
The bandwidth must be expressed in bytes/s, and so in the above example, we want the upload band clamped at 1.0 kb/s, the download band at 8.0 kb/s.
Theres a small utility in the scripts/ directory, called lb: you can use it to set everything and start your program from a nice whiptail/dialog environment.
You need NASM to build the binary (but dont worry, a pre-assembled version is included in the package).
Just type "make" to compile, and "make install" to install the library.
Remember that $HOME/lib is the default installation directory, so you usually have to export LD_PRELOAD by using:
export LD_PRELOAD=$HOME/lib/libband.so
The "lb" script is configured to work with this path, but you may change it by editing the script itself (search for the LIBPATH variable).
Please note that at the moment libBand DOESNT WORK with multithreaded and _graphic_ applications.
Enhancements:
- We keep track of sockets by wrapping socket(), accept() and close(). The old fstat() mechanism has been obsoleted.
Download (0.022MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1502 downloads
Gtkedit1 1.0
Gtkedit is a notepad clone based on GTK+. more>>
Gtkedit1 is a notepad clone based on GTK+.
Gtkedit1 is a simple editor, written using the GTK+ 1.2 toolkit. It aims to be (in that order) light, useful and simple (source code-wise).
Main features:
- Binary weight less that 30 KB.
- Takes less than half a second to start in the development machine.
- Has nearly all the features of Windows 2000 Notepad (only printing and help are missing).
- The C source code is a single file, about 1400 lines long. No need to use a configure script or even a makefile.
What? another editor? Dont we have enough of them already?
Well, yes, indeed. There are quite a lot of different - and not so different - editors one can download from the Internet. Anyway...
1. I wanted a simple project to try GUI programming in Unix.
2. I have an old machine (Pentium 166 MHz, 32 MB RAM) with Slackware Linux 9.0. 3. This machine runs Xfce 3.8, based on GTK+ 1.2.
Theres no decent GUI editor for this machine. All are too slow, too bloated or too ugly.
OK, In fact I did found an editor that works fine. Its called gnotepad+, but it too takes too long to load (about 2 seconds) in this old machine. Theres plenty of room for improvements here, I thought.
And so gtkedit begun. I only wanted the most basic editing features: cut, copy, paste, basic undo/redo... nothing fancy. The obvious model to copy was, of course, Notepad.
Usage:
gtkedit is very simple to use. It understands the basic common shortcut keys, like < Ctrl >C for copy. You will find them listed next to each menu item.
Very basic undo/redo capabilities are provided, because the editor can only undo the very last text insertion or removal.
You can find and replace text, and there is a menu option that will allow you to quickly go to any particular line, which is handy if one is writting a program and wants locate an error line.
Finally, you can change the font used for text display, or toggle the wrapping of long lines. These settings are lost when the program closes, though.
<<lessGtkedit1 is a simple editor, written using the GTK+ 1.2 toolkit. It aims to be (in that order) light, useful and simple (source code-wise).
Main features:
- Binary weight less that 30 KB.
- Takes less than half a second to start in the development machine.
- Has nearly all the features of Windows 2000 Notepad (only printing and help are missing).
- The C source code is a single file, about 1400 lines long. No need to use a configure script or even a makefile.
What? another editor? Dont we have enough of them already?
Well, yes, indeed. There are quite a lot of different - and not so different - editors one can download from the Internet. Anyway...
1. I wanted a simple project to try GUI programming in Unix.
2. I have an old machine (Pentium 166 MHz, 32 MB RAM) with Slackware Linux 9.0. 3. This machine runs Xfce 3.8, based on GTK+ 1.2.
Theres no decent GUI editor for this machine. All are too slow, too bloated or too ugly.
OK, In fact I did found an editor that works fine. Its called gnotepad+, but it too takes too long to load (about 2 seconds) in this old machine. Theres plenty of room for improvements here, I thought.
And so gtkedit begun. I only wanted the most basic editing features: cut, copy, paste, basic undo/redo... nothing fancy. The obvious model to copy was, of course, Notepad.
Usage:
gtkedit is very simple to use. It understands the basic common shortcut keys, like < Ctrl >C for copy. You will find them listed next to each menu item.
Very basic undo/redo capabilities are provided, because the editor can only undo the very last text insertion or removal.
You can find and replace text, and there is a menu option that will allow you to quickly go to any particular line, which is handy if one is writting a program and wants locate an error line.
Finally, you can change the font used for text display, or toggle the wrapping of long lines. These settings are lost when the program closes, though.
Download (0.015MB)
Added: 2006-03-21 License: MIT/X Consortium License Price:
1313 downloads
Blogbench 1.0
Blogbench is a portable filesystem benchmark. more>>
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server.
It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
Blogbench was initially designed to mimic the behavior of the Skyblog.com
blog service.
4 different types of threads are started:
- The writers. They create new blogs (directories) with a random amount of
fake articles and fake pictures.
- The rewriters. They add or they modify articles and pictures of existing
blogs.
- The "commenters". They add fake comments to existing blogs in random order.
- The readers. They read articles, pictures and comments of random blogs. They
sometimes even try to access non-existent files.
New files are written atomically. The content is pushed with 8 Kb chunks in a
temporary file that gets renamed if everything completes. 8 Kb is the default
PHP buffer size for writes.
Reads are performed with a 64 Kb buffer.
Concurrent writers and rewriters can quickly create fragmentation if the
preallocation is not optimal. But it is very interesting to check how
different filesystems reacts to fragmentation.
Every blog is a new directory withing the same parent directory. Since some
filesystems are unable to manage more than 32k or 64k links to the same
directory (an example is UFS), you should not force the test to run a silly
amount of time on these filesystems.
<<lessIt stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
Blogbench was initially designed to mimic the behavior of the Skyblog.com
blog service.
4 different types of threads are started:
- The writers. They create new blogs (directories) with a random amount of
fake articles and fake pictures.
- The rewriters. They add or they modify articles and pictures of existing
blogs.
- The "commenters". They add fake comments to existing blogs in random order.
- The readers. They read articles, pictures and comments of random blogs. They
sometimes even try to access non-existent files.
New files are written atomically. The content is pushed with 8 Kb chunks in a
temporary file that gets renamed if everything completes. 8 Kb is the default
PHP buffer size for writes.
Reads are performed with a 64 Kb buffer.
Concurrent writers and rewriters can quickly create fragmentation if the
preallocation is not optimal. But it is very interesting to check how
different filesystems reacts to fragmentation.
Every blog is a new directory withing the same parent directory. Since some
filesystems are unable to manage more than 32k or 64k links to the same
directory (an example is UFS), you should not force the test to run a silly
amount of time on these filesystems.
Download (0.12MB)
Added: 2005-04-11 License: BSD License Price:
1656 downloads
kompact0r 0.1
kompact0r is a simple text based system monitor. more>>
kompact0r is a simple text based system monitor. It can do everything kompact does but kompact0r displays:
- Distro (not auto detected)
- Kernel, KDE & QT version
- CPU MHz, Temp and % load graph
- Ram & Swap use
- eth0 and/or eth1 IP address and KB/s in & out w/graphs
- Uptime
- Date & Calendar
Comes with:
- Chocie of 2 backgrounds
- Thorough documentation.txt nicely written by benny fletch.
Still available in the theme if you wish to do some editing:
- User & Host names
- Battery Status
- CPU Model
- Used space on the partitions
- Time
<<less- Distro (not auto detected)
- Kernel, KDE & QT version
- CPU MHz, Temp and % load graph
- Ram & Swap use
- eth0 and/or eth1 IP address and KB/s in & out w/graphs
- Uptime
- Date & Calendar
Comes with:
- Chocie of 2 backgrounds
- Thorough documentation.txt nicely written by benny fletch.
Still available in the theme if you wish to do some editing:
- User & Host names
- Battery Status
- CPU Model
- Used space on the partitions
- Time
Download (0.024MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
SLAX KillBill Edition 5.1.8.1
SLAX KB is a pocket operating system with the ability to run many Windows applications natively in Linux. more>>
SLAX KB is a pocket operating system with the ability to run many Windows applications natively in Linux. It contains wine, dosbox and qemu.
Some people prefer modified versions of SLAX, designed to provide some extra functionality. Even if SLAX is modular and allows people to extend it easily, Im releasing these special modifications to help beginners use.
SLAX is a small bootable CD containing the Linux operating system. SLAX KillBill Edition runs Linux directly from the CD (or USB) without installing.
The Live CD described here is based on the Slackware Linux distribution and is downloadable from this website as an ISO image. All scripts and source code are available and can be used to build your own Live CD.
Enhancements:
- fixed smb-kioslave in KDE so user can browse local windows shares
- this fix is also available as a separate module
<<lessSome people prefer modified versions of SLAX, designed to provide some extra functionality. Even if SLAX is modular and allows people to extend it easily, Im releasing these special modifications to help beginners use.
SLAX is a small bootable CD containing the Linux operating system. SLAX KillBill Edition runs Linux directly from the CD (or USB) without installing.
The Live CD described here is based on the Slackware Linux distribution and is downloadable from this website as an ISO image. All scripts and source code are available and can be used to build your own Live CD.
Enhancements:
- fixed smb-kioslave in KDE so user can browse local windows shares
- this fix is also available as a separate module
Download (204MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1109 downloads
Brownstone 0.1
Brownstone is a KDE theme with a pale imitation of nature... Inspired by Green Leaf more>>
Brownstone is a KDE theme with a pale imitation of nature... Inspired by Green Leaf
http://www.kde-look.org/content/show.php/Green+Leaf?content=54875
The JPEGs I have posted doesnt really do justice..a decent png was >300 kb so couldnt upload it..
My part is basically a config file for domino made by me.. everything else is available in kde-look
I have found that most themes are usually leaning towards blue or a specific shade of a colour..so i have tried to make this as colour neutral theme as possible..
More specifically I have tried to get the effect of grey stone on brown earth with greenery after rainfall.. when the sun has come out.. since thats the most soothing image i can think of..and has lots of soft colours..
The other stuff u see are available in kde-look:
Style:
Domino
(I am using the kubuntu package)
Windec:
Crystal
Wallpaper:
Soft green
http://www.kde-look.org/content/show.php/More+green?content=41884
Colour:
Brown Terra
http://www.kde-look.org/content/show.php/Brown+Terra?content=53421
Iconset:
Ekisho_project
http://www.kde-look.org/content/show.php/Ekisho_Project?content=55588
I have made a small change to the icon set config after installation:
In file associations in control centre
goto inode>folder and change the icon to "folder_grey" in filesystems
because the default icon was too bright for this theme..the new icon is shown in the first screenshot
However for some reason the brighter icon appears in the Quick file menu..if someone can point me to the config where i can change that would appreciate it..
Not too sure about how much i have succeeded in getting the effect i wanted..but i hope you like it..feedback appreciated.
<<lesshttp://www.kde-look.org/content/show.php/Green+Leaf?content=54875
The JPEGs I have posted doesnt really do justice..a decent png was >300 kb so couldnt upload it..
My part is basically a config file for domino made by me.. everything else is available in kde-look
I have found that most themes are usually leaning towards blue or a specific shade of a colour..so i have tried to make this as colour neutral theme as possible..
More specifically I have tried to get the effect of grey stone on brown earth with greenery after rainfall.. when the sun has come out.. since thats the most soothing image i can think of..and has lots of soft colours..
The other stuff u see are available in kde-look:
Style:
Domino
(I am using the kubuntu package)
Windec:
Crystal
Wallpaper:
Soft green
http://www.kde-look.org/content/show.php/More+green?content=41884
Colour:
Brown Terra
http://www.kde-look.org/content/show.php/Brown+Terra?content=53421
Iconset:
Ekisho_project
http://www.kde-look.org/content/show.php/Ekisho_Project?content=55588
I have made a small change to the icon set config after installation:
In file associations in control centre
goto inode>folder and change the icon to "folder_grey" in filesystems
because the default icon was too bright for this theme..the new icon is shown in the first screenshot
However for some reason the brighter icon appears in the Quick file menu..if someone can point me to the config where i can change that would appreciate it..
Not too sure about how much i have succeeded in getting the effect i wanted..but i hope you like it..feedback appreciated.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
923 downloads
kmasqclient 0.5
Kmasqclient is a kde2 client for the mserver. more>>
Kmasqclient is a kde2 client for the mserver, it docks into the system tray providing information about the server through the tray icon and in the main window shown opposite.
When run it docks into the system tray and provides information about the connection in its main window, and through the system tray icon.
When not connected to an mserver both "monitors" of the icon are red.
When connected to an mserver and offline the bottom "monitor" of the icon is green, and the top is red.
When connected to an mserver and the mserver is trying to go online the top "monitor" is yellow.
When connected to an mserver and online icon "monitors" are green.
Enhancements:
- Added data speed Kb/Sec sending/receiving to the main window.
- Fixed compilation problem for qt compiled without kde support.
- The "Connection info..." window caption is now prefixed with the connection name of the connection it is displyaing information for.
- Added an option to ignore the first socket error the first time kmasqclient tries to connect to an mserver.
- Cleaned up some of the code.
<<lessWhen run it docks into the system tray and provides information about the connection in its main window, and through the system tray icon.
When not connected to an mserver both "monitors" of the icon are red.
When connected to an mserver and offline the bottom "monitor" of the icon is green, and the top is red.
When connected to an mserver and the mserver is trying to go online the top "monitor" is yellow.
When connected to an mserver and online icon "monitors" are green.
Enhancements:
- Added data speed Kb/Sec sending/receiving to the main window.
- Fixed compilation problem for qt compiled without kde support.
- The "Connection info..." window caption is now prefixed with the connection name of the connection it is displyaing information for.
- Added an option to ignore the first socket error the first time kmasqclient tries to connect to an mserver.
- Cleaned up some of the code.
Download (0.39MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above kb search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed