cwallpaper 0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1235
CWallpaper 0.3
CWallpaper is a front end for fbsetbg, Esetroot, feh, and other wallpaper changers. more>>
CWallpaper is a front end for fbsetbg, Esetroot, feh, and other wallpaper changers. This application can also change the wallpaper for Roxs pinboard, and will work with any root wallpaper changer.
Enhancements:
- Scripts have been added for Rox and Nautilus.
<<lessEnhancements:
- Scripts have been added for Rox and Nautilus.
Download (0.009MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
491 downloads
wallpaperChooser 0.3
wallpaperChooser is a small application for managing your wallpapers. more>>
wallpaperChooser is a small application for managing your wallpapers. It has the ability to store wallpapers, preview them, and set them on the desktop.
This is a small application made with Python and PyGTK to admin your wallpapers. It has the ability to store wallpapers, preview them and set them in the desktop.
Installation:
To install this application just run as root:
#make install
In order to uninstall it (as root too):
#make uninstall
Enhancements:
- Added to the code the ability to check if the needed directories and files exist and in case they dont, create them.
<<lessThis is a small application made with Python and PyGTK to admin your wallpapers. It has the ability to store wallpapers, preview them and set them in the desktop.
Installation:
To install this application just run as root:
#make install
In order to uninstall it (as root too):
#make uninstall
Enhancements:
- Added to the code the ability to check if the needed directories and files exist and in case they dont, create them.
Download (0.005MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1169 downloads
Kalcul 0.3
Kalcul project is a math game for children aged 8 to 15. more>>
Kalcul project is a math game for children aged 8 to 15.
It has 4 levels of difficulty and the user can choose between variants that teach addition, substraction, multiplication, or division.
Enhancements:
- fixed some bugs and polished interface
<<lessIt has 4 levels of difficulty and the user can choose between variants that teach addition, substraction, multiplication, or division.
Enhancements:
- fixed some bugs and polished interface
Download (0.14MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1094 downloads
Wmcalc 0.3
Wmcalc is a 64x64 pixel application that performs all the functions of a simple four function calculator. more>>
Wmcalc is simple little application that I am writing. If youre not familiar with these windowmanagers, check them out in the links section. Of course, it should work in just about any window manager.
Wmcalc is a 64x64 pixel application that performs all the functions (and eventually more) of a simple four function calculator. It includes a 10 digit alpha-numeric display, and twenty buttons for user input. Clicking on the display will clear the calculator.
Installation:
Untar the file:
tar xvzf wmcalc-0.3.tar.gz
CD to source directory:
cd wmcalc-0.3
Compile it:
make clean; make
Copy the config file:
cp .wmcalc ~
Put the executable somewhere in your path:
mv wmcalc /usr/local/bin (or anyhere in your path)
Run it:
wmcalc &
Grab the appicon and move it to the dock.
Change the settings to start with Windowmaker
Afterstep Wharf 1.6.??: (I dont use Afterstep anymore, so...)
*Wharf wmcalc -Swallow "wmcalc" wmcalc &
***Note***:
The appicon only has a two pixel border where you can grab and move it. It is easiest to grab along the bottom edge.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on: (Well, it runs, I dont know if Tested is quite right...)
WindowMaker-0.62.1
X Clients: Red Hat 6.0, Kernel 2.2.8
Usage:
usage: wmcalc [-g geometry] [-d dpy] [-v] [-f configfilename] [-h]
-g < geometry > Window Geometry - ie: 64x64+10+10
-d < display > Display - ie: 127.0.0.1:0.0
-v Verbose Mode.
-h Help. This message.
-f < filename > Full path to configuration file to use.
Buttons are defined as:
____________________
| x00 | where: x = 1 for Left Mouse Button
| 0 1 2 3 4 5 6 7 8 9| x = 2 for Middle Mouse Button
|--------------------| x = 3 for Right Mouse Button
|x01 x02 x03 x04 x05 |
|x06 x07 x08 x09 x10 | Note: the numbers 0..9 are the indicators
|x11 x12 x13 x14 x15 | for memory cells 0..9 respectively
|x16 x17 x18 x19 x20 |
--------------------
Button Functions:
100 Reinitialize the calculator, and both Registers
(Clear All)
200 Clear all the memory registers (0..10)
300 Clear the current number being entered only
x11 Start a program defined by CalcStart variable in config file
1yy Perform function shown on button
2yy Recall number from memory location [0-9] to display
for calculation
if yy = 2,3,4, 7,8,9, 12, 13, 14, 17
otherwise, can run a user-defined function (not implemented)
3yy Store Displayed number in memory location [0-9]
if yy = 2,3,4, 7,8,9, 12,13,14, 17
otherwise, can run a user-defined function (not implemented)
1xx Hopefully the other functions are obvious from their
button graphics.
Enhancements:
- Added "Locked" memory capabilities via config file
- General Code clean-up
- Keyboard Support - may not be platform independent
<<lessWmcalc is a 64x64 pixel application that performs all the functions (and eventually more) of a simple four function calculator. It includes a 10 digit alpha-numeric display, and twenty buttons for user input. Clicking on the display will clear the calculator.
Installation:
Untar the file:
tar xvzf wmcalc-0.3.tar.gz
CD to source directory:
cd wmcalc-0.3
Compile it:
make clean; make
Copy the config file:
cp .wmcalc ~
Put the executable somewhere in your path:
mv wmcalc /usr/local/bin (or anyhere in your path)
Run it:
wmcalc &
Grab the appicon and move it to the dock.
Change the settings to start with Windowmaker
Afterstep Wharf 1.6.??: (I dont use Afterstep anymore, so...)
*Wharf wmcalc -Swallow "wmcalc" wmcalc &
***Note***:
The appicon only has a two pixel border where you can grab and move it. It is easiest to grab along the bottom edge.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on: (Well, it runs, I dont know if Tested is quite right...)
WindowMaker-0.62.1
X Clients: Red Hat 6.0, Kernel 2.2.8
Usage:
usage: wmcalc [-g geometry] [-d dpy] [-v] [-f configfilename] [-h]
-g < geometry > Window Geometry - ie: 64x64+10+10
-d < display > Display - ie: 127.0.0.1:0.0
-v Verbose Mode.
-h Help. This message.
-f < filename > Full path to configuration file to use.
Buttons are defined as:
____________________
| x00 | where: x = 1 for Left Mouse Button
| 0 1 2 3 4 5 6 7 8 9| x = 2 for Middle Mouse Button
|--------------------| x = 3 for Right Mouse Button
|x01 x02 x03 x04 x05 |
|x06 x07 x08 x09 x10 | Note: the numbers 0..9 are the indicators
|x11 x12 x13 x14 x15 | for memory cells 0..9 respectively
|x16 x17 x18 x19 x20 |
--------------------
Button Functions:
100 Reinitialize the calculator, and both Registers
(Clear All)
200 Clear all the memory registers (0..10)
300 Clear the current number being entered only
x11 Start a program defined by CalcStart variable in config file
1yy Perform function shown on button
2yy Recall number from memory location [0-9] to display
for calculation
if yy = 2,3,4, 7,8,9, 12, 13, 14, 17
otherwise, can run a user-defined function (not implemented)
3yy Store Displayed number in memory location [0-9]
if yy = 2,3,4, 7,8,9, 12,13,14, 17
otherwise, can run a user-defined function (not implemented)
1xx Hopefully the other functions are obvious from their
button graphics.
Enhancements:
- Added "Locked" memory capabilities via config file
- General Code clean-up
- Keyboard Support - may not be platform independent
Download (0.057MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
fcp.pl 0.3
fcp.pl is a powerful ftp client in early stage of development. more>>
fcp.pl is a powerful ftp client in early stage of development. It supports auto-bookmarks, auto-reconnect, resume, directory recursion, regexp ignore list, concurrent connection to more servers, intelligent timeouts, filename and command completion, directory caching, proxy servers, speed limiting, symlinks, queues, skins and lots more. For now, the target is developers who want to help, and support to other clients is limited.
Installation:
-----------------
1. install following perl modules: Date::Manip, Curses, Term::ReadLine::Gnu. If
you have RedHat, you can find these in the DMA/CPAN (7.x) or simply cpan (6.x)
2. copy Fcp.pm into /usr/lib/perl5/site_perl or wherever you prefer it
3. copy fcp.pl into /usr/local/bin or wherever you prefer it
Interactive mode:
-----------------
fcp.pl
commands (examples):
open ftp://user:pass@hostname:port/path
set resume 1
lcd /wherever
get whatever
quit
command list:
get filename
put filename
mget glob
mput glob
set variable [value]
unset variable
dir or ls or list [glob]
ldir or lls or llist [glob]
purge -> clears cache
rm -> delete remote file
lrm -> delete local file
lmkdir -> create local directory
mkdir -> create remote directory
lcd path -> change local path
cd path -> change remote path
lpwd -> print local working directory
pwd -> print remote working directory
abor -> abort current operation
open url_or_bookmark_or_# -> open a ftp site
load url_or_bookmark -> same as open, only doesnt connect
close -> close current connection
quit
enqueue -> put the following command to queue
queue -> list queue
clr_queue -> clear queue
go -> process queue
curses -> turn on curses interface
"set variable" is equivalent to "set variable 1"
"unset variable" is equivalent to "set variable 0"
Commands from interactive mode are saved into a history file. Upon quit, queues
and bookmarks are saved, unless "immutable" is set.
sets:
-----
timeout - in seconds for tcp connection, data transfer, and sleep between
reconnects
maxcount - stop trying to connect after this many failures, if the server tells
you that its busy or user limit was reached
recur - recursively traverse subdirectories
resume - autoresume
ignore - regexp that tells which files and directories ignore in mget/mput
name - bookmark name. Defaults to hostname
size - always use ftp SIZE command to find out file size
mdtm - always use ftp MDTM command to find out file modification date/time
(these last 2 variables cause more time spent on directory listings but
sometimes provide more accurate results). SIZE and MDTM are used in cases it
makes sense regardless of settings.
speed - limit speed of downloads and uploads. In bytes/s. Also understands
stuff like 10k or 2m
timeformat - display date/time in this format. For argument meanings see man
date
dircache - keep directory listing this many seconds. cache is also deleted
manually after the "purge" command
hostname, port, user, pass - obvious
passive - use passive data connections, when 0, use active.
human - display size as "168M" instead of "172492244"
immutable - dont update bookmark on close/quit
symlink - treat symlink as symlinks. If 0, treat them as files or directories.
If you try to download a symlink, it either creates a symlink locally (when
set to 1) or downloads the file/makes a directory (when set to 0).
quiet - write less (only errors and transfer progress)
skin - yes, fcp.pl has skins. Curently 3: wget, ncftp and curses
status - connection status.
proxy - hostname:port for a ftp proxy server, "USER user@host:port"-proxy style
Curses interface:
-----------------
You cant open new sites with curses interface yet, so you have to
open whatever
first. Then simply type "curses" and the curses interface will come up.
keys:
l -> page down
h -> page up
k -> one up
j -> one down
d -> transfer (download or upload)
t or space -> tag (currently has no effect except files in the listing change
color :-))
enter/return -> change directory
r -> reread directory listing
Tab -> switch between remote, local and queue
- + * -> think Midnight Commander/Norton Commander/Dos Navigator/Far
q -> enqueue transferring current file
g -> process queue
c -> clear queue
x -> close curses interface
Scripting:
----------
create a file containing ftp command just like youd type them interactively.
Then you can run
fcp.pl file_with_commands
and they will be processed. As far as I remember putting QUIT on the last line
isnt necessary.
If you have a question, ask over email.
Enjoy!
Enhancements:
- forceresume option
- radical speed improvements (copying at 5.5MB/s eats about 15% CPU on Duron 900)
- symlink handling fixed
- curses directory listing bugfix
- tagging
- sorting
- proxy port fix
- upload and recursive upload fix
<<lessInstallation:
-----------------
1. install following perl modules: Date::Manip, Curses, Term::ReadLine::Gnu. If
you have RedHat, you can find these in the DMA/CPAN (7.x) or simply cpan (6.x)
2. copy Fcp.pm into /usr/lib/perl5/site_perl or wherever you prefer it
3. copy fcp.pl into /usr/local/bin or wherever you prefer it
Interactive mode:
-----------------
fcp.pl
commands (examples):
open ftp://user:pass@hostname:port/path
set resume 1
lcd /wherever
get whatever
quit
command list:
get filename
put filename
mget glob
mput glob
set variable [value]
unset variable
dir or ls or list [glob]
ldir or lls or llist [glob]
purge -> clears cache
rm -> delete remote file
lrm -> delete local file
lmkdir -> create local directory
mkdir -> create remote directory
lcd path -> change local path
cd path -> change remote path
lpwd -> print local working directory
pwd -> print remote working directory
abor -> abort current operation
open url_or_bookmark_or_# -> open a ftp site
load url_or_bookmark -> same as open, only doesnt connect
close -> close current connection
quit
enqueue -> put the following command to queue
queue -> list queue
clr_queue -> clear queue
go -> process queue
curses -> turn on curses interface
"set variable" is equivalent to "set variable 1"
"unset variable" is equivalent to "set variable 0"
Commands from interactive mode are saved into a history file. Upon quit, queues
and bookmarks are saved, unless "immutable" is set.
sets:
-----
timeout - in seconds for tcp connection, data transfer, and sleep between
reconnects
maxcount - stop trying to connect after this many failures, if the server tells
you that its busy or user limit was reached
recur - recursively traverse subdirectories
resume - autoresume
ignore - regexp that tells which files and directories ignore in mget/mput
name - bookmark name. Defaults to hostname
size - always use ftp SIZE command to find out file size
mdtm - always use ftp MDTM command to find out file modification date/time
(these last 2 variables cause more time spent on directory listings but
sometimes provide more accurate results). SIZE and MDTM are used in cases it
makes sense regardless of settings.
speed - limit speed of downloads and uploads. In bytes/s. Also understands
stuff like 10k or 2m
timeformat - display date/time in this format. For argument meanings see man
date
dircache - keep directory listing this many seconds. cache is also deleted
manually after the "purge" command
hostname, port, user, pass - obvious
passive - use passive data connections, when 0, use active.
human - display size as "168M" instead of "172492244"
immutable - dont update bookmark on close/quit
symlink - treat symlink as symlinks. If 0, treat them as files or directories.
If you try to download a symlink, it either creates a symlink locally (when
set to 1) or downloads the file/makes a directory (when set to 0).
quiet - write less (only errors and transfer progress)
skin - yes, fcp.pl has skins. Curently 3: wget, ncftp and curses
status - connection status.
proxy - hostname:port for a ftp proxy server, "USER user@host:port"-proxy style
Curses interface:
-----------------
You cant open new sites with curses interface yet, so you have to
open whatever
first. Then simply type "curses" and the curses interface will come up.
keys:
l -> page down
h -> page up
k -> one up
j -> one down
d -> transfer (download or upload)
t or space -> tag (currently has no effect except files in the listing change
color :-))
enter/return -> change directory
r -> reread directory listing
Tab -> switch between remote, local and queue
- + * -> think Midnight Commander/Norton Commander/Dos Navigator/Far
q -> enqueue transferring current file
g -> process queue
c -> clear queue
x -> close curses interface
Scripting:
----------
create a file containing ftp command just like youd type them interactively.
Then you can run
fcp.pl file_with_commands
and they will be processed. As far as I remember putting QUIT on the last line
isnt necessary.
If you have a question, ask over email.
Enjoy!
Enhancements:
- forceresume option
- radical speed improvements (copying at 5.5MB/s eats about 15% CPU on Duron 900)
- symlink handling fixed
- curses directory listing bugfix
- tagging
- sorting
- proxy port fix
- upload and recursive upload fix
Download (0.026MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1227 downloads
wmymail 0.3
wmymail is a fabulous mail-checking dock app. more>>
wmymail is a fabulous mail-checking dock app.
When there are new messages, it displays one or more brightly colored envelopes. Otherwise, it displays a dull, gray envelope.
mbox (local mail file) (default)
By default, it will check your mailbox file about once per second to see if it has changed. If it has changed, wmymail reads it to see how many messages are inside, and how many have been read, and displays the current counts.
* It looks at the filename specified in the $MAIL environment variable.
* You can tell it to look in a different file by using the -m option, e.g. "wmymail -m /var/foo/mail/username"
* You can make it check less frequently with the -i option, which changes the interval between mailbox checks: "wmymail -i 60" will make it check once per minute.
IMAP
If you are using IMAP for your email, you will need to use the -F option. This option makes wmymail run fetchmail to determine how many messages you have.
Since running fetchmail takes considerably longer than checking a local file, wmymail checks once per minute when -F is used. Furthermore, the -i option now specifies the number of minutes: "wmymail -F -i 5" would make it check every five minutes.
The command that wmymail runs is: "fetchmail -c" Therefore, you will need to have fetchmail set up and working prior to using wmymail.
<<lessWhen there are new messages, it displays one or more brightly colored envelopes. Otherwise, it displays a dull, gray envelope.
mbox (local mail file) (default)
By default, it will check your mailbox file about once per second to see if it has changed. If it has changed, wmymail reads it to see how many messages are inside, and how many have been read, and displays the current counts.
* It looks at the filename specified in the $MAIL environment variable.
* You can tell it to look in a different file by using the -m option, e.g. "wmymail -m /var/foo/mail/username"
* You can make it check less frequently with the -i option, which changes the interval between mailbox checks: "wmymail -i 60" will make it check once per minute.
IMAP
If you are using IMAP for your email, you will need to use the -F option. This option makes wmymail run fetchmail to determine how many messages you have.
Since running fetchmail takes considerably longer than checking a local file, wmymail checks once per minute when -F is used. Furthermore, the -i option now specifies the number of minutes: "wmymail -F -i 5" would make it check every five minutes.
The command that wmymail runs is: "fetchmail -c" Therefore, you will need to have fetchmail set up and working prior to using wmymail.
Download (0.064MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
Charlix 0.3
Charlix is a desktop assistant that is based on AIML. more>>
Charlix is a desktop assistant that is based on AIML (Artificial Intelligence Markup Language) and is compatible with any AIML interpreter with a working tag. Charlix assistent provides Web searching tools, a dictionary, a calculator, weather, translations, and more.
If you ask Charlix his MENU, he will answer:
- Enter GAMES to look for games,
- INTERNET MENU will show you internet search options,
- DICTIONARY (ANY WORD) : will show the definition of any word.
- ask CALCULATOR, or I can CALC or CALCULATE (YOUR CALCULUS)
- PREFERENCES will help you to configure the default application to use,
- say BAD ANSWER whenever you want to teach me a better answer,
- and FEATURE REQUEST to request what is to improve,
- and BUG to report a bug,
- of course ask anything or any applications, I might be able to help,
- Ask INTERNET MENU then charlix proposes,
- MULTISEARCH (SOME TERMS TO SEARCH) : will display the result of 4 search engines,
- BUY (SOMETHING) : will look on EBAY,
- ASKJEEVES (SOME TERMS TO SEARCH) : to look on ask.com,
- GOOGLE or G (SOME TERMS TO SEARCH) : to look on google.com,
- DMOZ (SOME TERMS TO SEARCH) : to look on dmoz the open directory,
- ASCII (SOME TERMS TO DISPLAY) : to make ascii art,
- WEATHER (ANY CITY OR COUNTRY OR ZIP CODE) : to look on google.com,
- NEWS : will check the news on BBC,
- SUGGEST some terms : to look for a Customer Review on amazon.com,
- TRANSLATE (a URL) will ask google to translate any web page in english,
- TRANSLATE IN (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from english to your language,
- TRANSLATE FROM (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from your language to english,
- Google supports Chinese French German Italian Japanese Korean Portuguese and Spanish.
Enhancements:
- A text to speech capability and a desktop creature that works with AMOR were added.
<<lessIf you ask Charlix his MENU, he will answer:
- Enter GAMES to look for games,
- INTERNET MENU will show you internet search options,
- DICTIONARY (ANY WORD) : will show the definition of any word.
- ask CALCULATOR, or I can CALC or CALCULATE (YOUR CALCULUS)
- PREFERENCES will help you to configure the default application to use,
- say BAD ANSWER whenever you want to teach me a better answer,
- and FEATURE REQUEST to request what is to improve,
- and BUG to report a bug,
- of course ask anything or any applications, I might be able to help,
- Ask INTERNET MENU then charlix proposes,
- MULTISEARCH (SOME TERMS TO SEARCH) : will display the result of 4 search engines,
- BUY (SOMETHING) : will look on EBAY,
- ASKJEEVES (SOME TERMS TO SEARCH) : to look on ask.com,
- GOOGLE or G (SOME TERMS TO SEARCH) : to look on google.com,
- DMOZ (SOME TERMS TO SEARCH) : to look on dmoz the open directory,
- ASCII (SOME TERMS TO DISPLAY) : to make ascii art,
- WEATHER (ANY CITY OR COUNTRY OR ZIP CODE) : to look on google.com,
- NEWS : will check the news on BBC,
- SUGGEST some terms : to look for a Customer Review on amazon.com,
- TRANSLATE (a URL) will ask google to translate any web page in english,
- TRANSLATE IN (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from english to your language,
- TRANSLATE FROM (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from your language to english,
- Google supports Chinese French German Italian Japanese Korean Portuguese and Spanish.
Enhancements:
- A text to speech capability and a desktop creature that works with AMOR were added.
Download (0.020MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
allMonitors 0.3
allMonitors is a system monitoring SuperKaramba theme. more>>
allMonitors is a system monitoring SuperKaramba theme.
It shows:
- CPU usage
- Network Load
- Memory Load
- HDD usage
<<lessIt shows:
- CPU usage
- Network Load
- Memory Load
- HDD usage
Download (0.098MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
GAI Leds 0.3
GAI Leds displays the keyboard status leds. more>>
GAI Leds displays the keyboard status leds.
This is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.
Installation:
Simply do:
./configure
make
make install
It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.
If you use gnome, this applet will be in the applet menu under "Accessories".
It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?
Mail suestions, bug reports and questions to Jonas Aaberg.
<<lessThis is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.
Installation:
Simply do:
./configure
make
make install
It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.
If you use gnome, this applet will be in the applet menu under "Accessories".
It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?
Mail suestions, bug reports and questions to Jonas Aaberg.
Download (0.041MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1096 downloads
hpanel 0.3.2
hpanel is a small panel that lists your windows. more>>
hpanel is a small panel that lists your windows.
Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
<<lessHpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
Download (0.018MB)
Added: 2006-09-27 License: Freely Distributable Price:
1123 downloads
EMWave2D 0.3
EMWave2D project is a 2D electromagnetic wave simulation program. more>>
EMWave2D project is a 2D electromagnetic wave simulation program. It solves Maxwells equation using Finite Difference Time Domain (FDTD) method.
It is very simple program to use and to modify. It can do many different simulations such as scattering, diffraction, and refraction.
<<lessIt is very simple program to use and to modify. It can do many different simulations such as scattering, diffraction, and refraction.
Download (0.11MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
1006 downloads
Parano 0.3.0
Parano is a GNOME frontend for creating/editing/checking MD5 and SFV files. more>>
Parano is a GNOME program to create, edit and verify hashfiles. For now SFV and MD5 formats are supported.
<<less Download (0.14MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1270 downloads
paraget 0.3.0
Many times when one is downloading files from a ftp site, the bottleneck is at the servers end, because the server is handling more>>
Many times when one is downloading files from a ftp site, the bottleneck is at the servers end, because the server is handling many connections, even if the server has a greater bandwidth than the client. Popular programs are often mirrored at several sites, but this does not help the matter much; people tend to congregate at one site anyways.
Given that there are mirror-sites for the file one is downloading, one can in principle accomplish a much greater bandwidth by downloading from all the sites in parallel.
You can speed up your download if you are getting files from different sites in parallel. This is accomplished by dividing the file being fetched into several pieces, and by getting each piece from a different server, and then re-assembling them.
If there are enough mirror sites, this partitioning makes it so that the bottleneck is now placed at the client end, maxing the clients connection.
Hence, we arrive at paraget, a parallel ftp-fetching program. paraget is designed to not only do basic n-equal-piece partitioning of a file and sending requests out to n servers for data, but to also be dynamic during the downloading process. For example if one server is too slow, and paraget was done with faster server downloading its piece
Enhancements:
- Server statistics is now loaded correctly.
- Cleanup of temp files.
- Several undefineds in intervalmanager fixed.
- Now checks for size mismatches.
<<lessGiven that there are mirror-sites for the file one is downloading, one can in principle accomplish a much greater bandwidth by downloading from all the sites in parallel.
You can speed up your download if you are getting files from different sites in parallel. This is accomplished by dividing the file being fetched into several pieces, and by getting each piece from a different server, and then re-assembling them.
If there are enough mirror sites, this partitioning makes it so that the bottleneck is now placed at the client end, maxing the clients connection.
Hence, we arrive at paraget, a parallel ftp-fetching program. paraget is designed to not only do basic n-equal-piece partitioning of a file and sending requests out to n servers for data, but to also be dynamic during the downloading process. For example if one server is too slow, and paraget was done with faster server downloading its piece
Enhancements:
- Server statistics is now loaded correctly.
- Cleanup of temp files.
- Several undefineds in intervalmanager fixed.
- Now checks for size mismatches.
Download (0.031MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1228 downloads
Xapwrap 0.3.0
Xapwrap provides an improved interface to the Xapian text indexing library. more>>
Xapwrap provides an improved interface to the Xapian text indexing library (see Xapian for more information).
Xapwrap provides a layered approach offering ample opportunities for customization.
For a brief tutorial and API description, download the code and see the module docstring in xapwrap/xapwrap.py.
Enhancements:
- This release was updated to fix bugs when used against the latest version of Xapian, 0.9.2.
<<lessXapwrap provides a layered approach offering ample opportunities for customization.
For a brief tutorial and API description, download the code and see the module docstring in xapwrap/xapwrap.py.
Enhancements:
- This release was updated to fix bugs when used against the latest version of Xapian, 0.9.2.
Download (0.017MB)
Added: 2005-10-13 License: MIT/X Consortium License Price:
1471 downloads
Klavaro 1.0.3
Klavaro is a touch typing tutor that is very flexible and supports customizable keyboard layouts. more>>
Klavaro application is just another free touch typing tutor program. We felt like to do it because we became frustrated with the other options, which relied mostly on some few specific keyboards.
Klavaro intends to be keyboard and language independent, saving memory and time (and money).
Main features:
- Internationalization: English, Esperanto and Portuguese. If you want to translate to another language, please read the instructions for translation.
- Ready to use keyboard layouts:
- "qwerty" (BR; BR_abnt0; BR_abnt2; IT; PT; US)
- dvorak (US)
- "qwertz" (HU)
- "azerty" (FR)
- Keyboard layout editor: makes possible to configure the keys positions and to save the result in a simple text file. If your keyboard isnt shown above, you can create it. If you need to do it, please let us know about.
- Basic course: a basic type of course is available for memorizing the keys positions on the keyboard. It is supposed to be independent from keyboard layout, by the generation of random character sequences to be followed by the student.
- Adaptability exercises: these exercises use all the keys ramdonly, so that you can practice using all the keyboard. Its named adaptability exercise because it develops the capacity to adapt your typing skills to any kind of strange words that may appear in some texts.
- Velocity exercises: one achieves velocity on typing when the environment is well known, or, when the words come from ones own language. Thats why these exercises focus on velocity. And even if your language isnt supported by the application, you still can indicate texts in any language to include the words contained there.
- Fluidness exercises: with these exercises, one works typing complete paragraphs, with good sense sentences. Typing errors arent accepted: the user must correct them with the backspace key before be allowed to go on. Especial attention is given to the typing rhythm, which must be as uniform as possible. Just like the velocity exercises, this one here makes possible to load any text files, independently of language.
- Progress charts: at the accomplishment of each exercise, some characteristics of your performance are saved and can be graphically showed. Thus, you can easily observe your learning progress (or regress).
- Clean graphical interface: when learning to type correctly, one must not get the attention off the exercises. So, it isnt recommended neither to have dozens of gauges measuring velocity, errors, time, etc; nor a virtual keyboard floating in front of the student: he/she must memorize the key positions by the tact, not visually. Hence, Klavaros interface started simple and will remain like that for all of its lifetime.
Enhancements:
- A Dutch translation was added.
- Turkish keyboard layouts were added.
- Size is now limited for loading personal text files in velocity and fluidness exercises, avoiding program freezings and/or segmentation faults.
- Interpretation of the environment variable LANGUAGE was corrected.
- Some code cleanup was done.
<<lessKlavaro intends to be keyboard and language independent, saving memory and time (and money).
Main features:
- Internationalization: English, Esperanto and Portuguese. If you want to translate to another language, please read the instructions for translation.
- Ready to use keyboard layouts:
- "qwerty" (BR; BR_abnt0; BR_abnt2; IT; PT; US)
- dvorak (US)
- "qwertz" (HU)
- "azerty" (FR)
- Keyboard layout editor: makes possible to configure the keys positions and to save the result in a simple text file. If your keyboard isnt shown above, you can create it. If you need to do it, please let us know about.
- Basic course: a basic type of course is available for memorizing the keys positions on the keyboard. It is supposed to be independent from keyboard layout, by the generation of random character sequences to be followed by the student.
- Adaptability exercises: these exercises use all the keys ramdonly, so that you can practice using all the keyboard. Its named adaptability exercise because it develops the capacity to adapt your typing skills to any kind of strange words that may appear in some texts.
- Velocity exercises: one achieves velocity on typing when the environment is well known, or, when the words come from ones own language. Thats why these exercises focus on velocity. And even if your language isnt supported by the application, you still can indicate texts in any language to include the words contained there.
- Fluidness exercises: with these exercises, one works typing complete paragraphs, with good sense sentences. Typing errors arent accepted: the user must correct them with the backspace key before be allowed to go on. Especial attention is given to the typing rhythm, which must be as uniform as possible. Just like the velocity exercises, this one here makes possible to load any text files, independently of language.
- Progress charts: at the accomplishment of each exercise, some characteristics of your performance are saved and can be graphically showed. Thus, you can easily observe your learning progress (or regress).
- Clean graphical interface: when learning to type correctly, one must not get the attention off the exercises. So, it isnt recommended neither to have dozens of gauges measuring velocity, errors, time, etc; nor a virtual keyboard floating in front of the student: he/she must memorize the key positions by the tact, not visually. Hence, Klavaros interface started simple and will remain like that for all of its lifetime.
Enhancements:
- A Dutch translation was added.
- Turkish keyboard layouts were added.
- Size is now limited for loading personal text files in velocity and fluidness exercises, avoiding program freezings and/or segmentation faults.
- Interpretation of the environment variable LANGUAGE was corrected.
- Some code cleanup was done.
Download (0.27MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
541 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 cwallpaper 0.3 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