johnny appleseed
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
Appleseed 0.7.2
Appleseed is a social networking software, similar to Friendster or Myspace. more>>
Appleseed project is an effort to create open source Social Networking software that is based on a distributed model. For instance, a profile on one Appleseed website could "friend" a profile on another Appleseed website, and the two profiles could interact with each other.
Apart from being distributed, Appleseed will also have a strong focus on privacy and security, as well as a commitment to seeing the user as an online citizen, as opposed to a consumer to be targetted. This is in stark contrast to current social networking websites, who rely heavily on ad placement and data mining of their users.
The first goal is to create a codebase for basic interaction, such as creating profiles, creating and participating in message groups, journals and comments, etc.
Eventually, Appleseed will encompass many different aspects, from mail to messaging to journals/blogs to photo uploads and management. A module architecture is also in the works for even greater extensibility.
Development currently uses Object Oriented PHP4, MySQL (InnoDB), XHTML, Javascript, and CSS2. Mozilla/Firefox will be the target platform.
<<lessApart from being distributed, Appleseed will also have a strong focus on privacy and security, as well as a commitment to seeing the user as an online citizen, as opposed to a consumer to be targetted. This is in stark contrast to current social networking websites, who rely heavily on ad placement and data mining of their users.
The first goal is to create a codebase for basic interaction, such as creating profiles, creating and participating in message groups, journals and comments, etc.
Eventually, Appleseed will encompass many different aspects, from mail to messaging to journals/blogs to photo uploads and management. A module architecture is also in the works for even greater extensibility.
Development currently uses Object Oriented PHP4, MySQL (InnoDB), XHTML, Javascript, and CSS2. Mozilla/Firefox will be the target platform.
Download (0.43MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
openMosixview 1.5
openMosixview is the next version and a complete rewrite of Mosixview. more>>
openMosixview is the next version and a complete rewrite of Mosixview. It is a cluster-management GUI for openMosix-cluster and everybody is invited to download and use it (at your own risk and responsibility).
The openMosixview-suite contains 8 usefull applications for monitoring and administrating openMosix-cluster.
All parts are accessable from the main application window. The most common
openMosix-commands are executable by a few mouse-clicks. An advanced execution
dialog helps to start applications on the cluster.
"Priority-sliders" for each node simplifying the manual and automatic load-balancing.
openMosixview is now adapted to the openMosix-autodiscovery and gets all
configuration-values from the openMosix /proc-interface.
Enhancements:
- openMosixview-1.5 is now adjusted+tested to compile+run fine on : Redhat 7.2, Redhat 7.3, Redhat 8.0, Redhat 9.0, SuSE 8.2, Mandrake 9.1, Debian 3.0, Gentoo (latest), Slackware 9.0,...to be continued
- It is also tested to compile ok against any QT-version from 2.3.x up to 3.x.x no matter if QT is compiled with or without threads (libqt libqt-mt)
- this release is a great clean-up of openMosixview.
- The complete "autoconf" is removed !! and replaced with static Makefiles. Here are the reasons why:
- openMosixview will run on openMosix system only.
- It will only run on IA32 (or IA64 later) as openMosix too.
- No need at all to adapt the whole compile-environment to e.g. other architectures.
- openMosixivew just depends on a C-compiler and QT, nothing more.
- "autoconf" makes it depended to many other stuff e.g. the autoconf version. I do not like that.
- the openMosixview applications are all just a few C++ source files and the "autoconf" generates i guess about 50-100 not needed files for each application. I do not like that.
- there are just about 5-10 lines to execute for compiling an openMosixview-application, not 500 as with "autoconf"
- to my mind it is much easier to manage about 5 Makefiles than to fight with (or against) the "autoconf"
- it is much more transparent with static Makefiles
- errors are much more easy to detect and i can help better if somebody has probs with it.
- read more about the autoconf-trouble at : http://freshmeat.net/articles/view/889/
- the openMosixmigmon now works together with the "miggroup" feature in the openMosix kernel. You can now select multiple processes by a "mouse-draw" (hold mouse button one pressed and move the mouse) and then migrate complete groups of processes to remote nodes. Each "miggroup" (max 10 in the GUI) has a diffrent color so you will know easily where your groups are migrated to.
- a "first idea" of a new openMosix monitoring application was added : the openMosixpidlog. It is a small application which can be "attached" to any running process and it will show the most serious data + information about it. ...... and it is not yet finished. Any ideas + wanted features are welcome as usual.
- fixed the "font bug" so now all text in the openMosixview applications should be displayed correctly on any linux distribution.
- commented out the "buildfont" function in the 3dmosmon which causes crashes on some libglut versions. No text is displayed any more but it works much safer now. If you would like to run it (test it) with the text-display you can un-comment line 50 in 3dmon/3dmosmon/barmanager.cpp and re-compile. ... also i noticed the sometimes the "base field" is not displayed correctly (if you see it you will know). If this happens to you try to compile it against another glut-version, this helps in my testing. I really "love" this 3d-applet and that is the reason why it is still "in" openMosixview until Johnny Cache has has "the next generation" of the 3dmosmon ready ;)
- reduced the use of tmp-files in the openMosixview applications (thanks to Jeremy Weatherford for sending a patch)
- the openMosixmigmon now displays only "migrateable" processes.
- fixed problem in openMosixprocs+openMosixmigmon to display all processes whith their correct commandline.
- added a spinbox to change the refresh-timout for openMosixview, openMosixanalyzer, openMosixpidlog and the openMosixmigmon.
- some smaller enhancements
<<lessThe openMosixview-suite contains 8 usefull applications for monitoring and administrating openMosix-cluster.
All parts are accessable from the main application window. The most common
openMosix-commands are executable by a few mouse-clicks. An advanced execution
dialog helps to start applications on the cluster.
"Priority-sliders" for each node simplifying the manual and automatic load-balancing.
openMosixview is now adapted to the openMosix-autodiscovery and gets all
configuration-values from the openMosix /proc-interface.
Enhancements:
- openMosixview-1.5 is now adjusted+tested to compile+run fine on : Redhat 7.2, Redhat 7.3, Redhat 8.0, Redhat 9.0, SuSE 8.2, Mandrake 9.1, Debian 3.0, Gentoo (latest), Slackware 9.0,...to be continued
- It is also tested to compile ok against any QT-version from 2.3.x up to 3.x.x no matter if QT is compiled with or without threads (libqt libqt-mt)
- this release is a great clean-up of openMosixview.
- The complete "autoconf" is removed !! and replaced with static Makefiles. Here are the reasons why:
- openMosixview will run on openMosix system only.
- It will only run on IA32 (or IA64 later) as openMosix too.
- No need at all to adapt the whole compile-environment to e.g. other architectures.
- openMosixivew just depends on a C-compiler and QT, nothing more.
- "autoconf" makes it depended to many other stuff e.g. the autoconf version. I do not like that.
- the openMosixview applications are all just a few C++ source files and the "autoconf" generates i guess about 50-100 not needed files for each application. I do not like that.
- there are just about 5-10 lines to execute for compiling an openMosixview-application, not 500 as with "autoconf"
- to my mind it is much easier to manage about 5 Makefiles than to fight with (or against) the "autoconf"
- it is much more transparent with static Makefiles
- errors are much more easy to detect and i can help better if somebody has probs with it.
- read more about the autoconf-trouble at : http://freshmeat.net/articles/view/889/
- the openMosixmigmon now works together with the "miggroup" feature in the openMosix kernel. You can now select multiple processes by a "mouse-draw" (hold mouse button one pressed and move the mouse) and then migrate complete groups of processes to remote nodes. Each "miggroup" (max 10 in the GUI) has a diffrent color so you will know easily where your groups are migrated to.
- a "first idea" of a new openMosix monitoring application was added : the openMosixpidlog. It is a small application which can be "attached" to any running process and it will show the most serious data + information about it. ...... and it is not yet finished. Any ideas + wanted features are welcome as usual.
- fixed the "font bug" so now all text in the openMosixview applications should be displayed correctly on any linux distribution.
- commented out the "buildfont" function in the 3dmosmon which causes crashes on some libglut versions. No text is displayed any more but it works much safer now. If you would like to run it (test it) with the text-display you can un-comment line 50 in 3dmon/3dmosmon/barmanager.cpp and re-compile. ... also i noticed the sometimes the "base field" is not displayed correctly (if you see it you will know). If this happens to you try to compile it against another glut-version, this helps in my testing. I really "love" this 3d-applet and that is the reason why it is still "in" openMosixview until Johnny Cache has has "the next generation" of the 3dmosmon ready ;)
- reduced the use of tmp-files in the openMosixview applications (thanks to Jeremy Weatherford for sending a patch)
- the openMosixmigmon now displays only "migrateable" processes.
- fixed problem in openMosixprocs+openMosixmigmon to display all processes whith their correct commandline.
- added a spinbox to change the refresh-timout for openMosixview, openMosixanalyzer, openMosixpidlog and the openMosixmigmon.
- some smaller enhancements
Download (0.92MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1609 downloads
Games::Baseball::Scorecard 0.03
Games::Baseball::Scorecard is a Perl module. more>>
Games::Baseball::Scorecard is a Perl module.
SYNOPSIS
my $score = Games::Baseball::Scorecard->new($dir, $name, {
color => [ .4, .4, .4 ], # grey
fonts => [ # Myriad Condensed regular/bold
[ myriadrcrrl => 9 ],
[ myriadrcbrl => 14 ],
[ myriadrcrrl => 14 ],
[ myriadrcbrl => 22 ],
],
});
# fill initial scorecard out
$s->init({
scorer => Pudge,
date => 2004-10-24, 20:05-23:25,
at => Fenway Park, Boston,
temp => 48 clear,
wind => 7 to RF,
att => 35,001,
home => {
team => Boston Red Sox,
starter => 38, # jersey number
lineup => [
# [ num, position ],
[ 18, 8 ], # Damon, starting at CF
# ...
],
roster => {
# num => name
18 => Damon, Johnny,
38 => Schilling, Curt,
# ...
},
},
away => {
team => St. Louis Cardinals,
# ...
}
});
# draw the game
$s->inn; # new inning / end of last inning
$s->ab; # new at-bat
# works to full count
$s->pitches(qw(s b s b b f));
# struck out looking
$s->out(!K);
$s->ab;
# home run to left-center
$s->hit(4, lc);
# calculate/draw stats
$self->totals;
# finish the job
$s->generate;
# open final PDF
$s->pdfopen;
Games::Baseball::Scorecard is a frontend to a PDF scorecard written in Metapost by Christopher Swingley (http://www.frontier.iarc.uaf.edu/~cswingle/baseball/scorecards.php). That scorecard is drawn out, and has a nice API for actually drawing out the elements of the game: all the ball, strikes, outs, etc.
Being Metapost, it is laborious to do all this. So this module provides a nice frontend, that also keeps track of balls and strikes and hits and runs and outs and more, making input of the game quite simple and efficient.
This module does not include the entire API, but most of it. Patches and ideas welcome. Feel free to call output directly if you want to generate Metapost on your own, or to modify the $SCORECARD variable (which contains the base Metapost code), or the $TEX (single page) and $TEXD (duplex) TeX files.
I wont give a tutorial on scoring baseball games, or on Metapost, below. Seek other resources (Swingleys URL above has a nice tutorial on scoring baseball games, using the scorecard he designed, which is what were using here).
<<lessSYNOPSIS
my $score = Games::Baseball::Scorecard->new($dir, $name, {
color => [ .4, .4, .4 ], # grey
fonts => [ # Myriad Condensed regular/bold
[ myriadrcrrl => 9 ],
[ myriadrcbrl => 14 ],
[ myriadrcrrl => 14 ],
[ myriadrcbrl => 22 ],
],
});
# fill initial scorecard out
$s->init({
scorer => Pudge,
date => 2004-10-24, 20:05-23:25,
at => Fenway Park, Boston,
temp => 48 clear,
wind => 7 to RF,
att => 35,001,
home => {
team => Boston Red Sox,
starter => 38, # jersey number
lineup => [
# [ num, position ],
[ 18, 8 ], # Damon, starting at CF
# ...
],
roster => {
# num => name
18 => Damon, Johnny,
38 => Schilling, Curt,
# ...
},
},
away => {
team => St. Louis Cardinals,
# ...
}
});
# draw the game
$s->inn; # new inning / end of last inning
$s->ab; # new at-bat
# works to full count
$s->pitches(qw(s b s b b f));
# struck out looking
$s->out(!K);
$s->ab;
# home run to left-center
$s->hit(4, lc);
# calculate/draw stats
$self->totals;
# finish the job
$s->generate;
# open final PDF
$s->pdfopen;
Games::Baseball::Scorecard is a frontend to a PDF scorecard written in Metapost by Christopher Swingley (http://www.frontier.iarc.uaf.edu/~cswingle/baseball/scorecards.php). That scorecard is drawn out, and has a nice API for actually drawing out the elements of the game: all the ball, strikes, outs, etc.
Being Metapost, it is laborious to do all this. So this module provides a nice frontend, that also keeps track of balls and strikes and hits and runs and outs and more, making input of the game quite simple and efficient.
This module does not include the entire API, but most of it. Patches and ideas welcome. Feel free to call output directly if you want to generate Metapost on your own, or to modify the $SCORECARD variable (which contains the base Metapost code), or the $TEX (single page) and $TEXD (duplex) TeX files.
I wont give a tutorial on scoring baseball games, or on Metapost, below. Seek other resources (Swingleys URL above has a nice tutorial on scoring baseball games, using the scorecard he designed, which is what were using here).
Download (0.34MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
710 downloads
THC-Amap 5.2
THC-Amap is a next-generation tool for assistingnetwork penetration testing. more>>
THC-Amap is a next-generation tool for assistingnetwork penetration testing. It performs fast and reliable application protocol detection, independant on the TCP/UDP port they are being bound to.
THC-Amap is a next-generation scanning tool for pentesters. It attempts to identify applications even if they are running on a different port than normal.
It also identifies non-ascii based applications. This is achieved by sending trigger packets, and looking up the responses in a list of response strings.
Currently there are two tools for this purpose: amap (you are looking at it), and nmap. Both have their strength and weaknesses, as they deploy different techniques. We recommend to use both tools for reliabe identification.
This tool is for legal purposes only!
If this tool is used as part of a commercial service (e.g. pentest), name, version and web address of this tool must be mentioned in the report.
If this tool is incorporated into a commercial tool (means: it costs money, has license costs or upgrade fees, etc.) or called by it, the name, version and web address of this tool must be mentioned in the report output of the tool. Addtionally, a commercial version, key file, etc. must be made available to the authors free of charge.
Enhancements:
- Included patch from ka0ttic AT gentoo.org for cleaner gcc compile
- Added SSL_Pending() to prevent rare locking on SSL ports, thanks to michel(at)arboi.fr.eu.org for reporting
- Added lots of fingerprints, most from Johnny Cyberpunk / THC -THANKS!
<<lessTHC-Amap is a next-generation scanning tool for pentesters. It attempts to identify applications even if they are running on a different port than normal.
It also identifies non-ascii based applications. This is achieved by sending trigger packets, and looking up the responses in a list of response strings.
Currently there are two tools for this purpose: amap (you are looking at it), and nmap. Both have their strength and weaknesses, as they deploy different techniques. We recommend to use both tools for reliabe identification.
This tool is for legal purposes only!
If this tool is used as part of a commercial service (e.g. pentest), name, version and web address of this tool must be mentioned in the report.
If this tool is incorporated into a commercial tool (means: it costs money, has license costs or upgrade fees, etc.) or called by it, the name, version and web address of this tool must be mentioned in the report output of the tool. Addtionally, a commercial version, key file, etc. must be made available to the authors free of charge.
Enhancements:
- Included patch from ka0ttic AT gentoo.org for cleaner gcc compile
- Added SSL_Pending() to prevent rare locking on SSL ports, thanks to michel(at)arboi.fr.eu.org for reporting
- Added lots of fingerprints, most from Johnny Cyberpunk / THC -THANKS!
Download (0.26MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1343 downloads
Convert Video To Nokia 5800 and others 0.1
Easily convert videos to a Nokia 5800XM mobile phone more>>
Convert Video To Nokia 5800 and others 0.1 is created as a simple service menu entry to easily convert videos to a Nokia 5800XM mobile phone using ffmpeg or convert the files to mpeg4 with aac.
Installation note:
- The default folder to put the file is/home/user/.kde/share/kde4/services/ServiceMenus (for user specific)or/usr/share/kde4/services/ServiceMenus (for system wide). If for some reason your folders are different use command kde4-config --path services to find out the right folders.
- You can easily change the ffmpeg command just by opening the file with a text editor. Currently the command is:ffmpeg -i %u -f mp4 -vcodec mpeg4 -r 30 -b 2200k -s 640x360 -acodec libfaac -r 32000 -ab 128k -ac 2 -async 1 %u.mp4
Requirements:
- KDE
Added: 2009-07-07 License: GPL Price: FREE
12 downloads
zkfingerd 2.0.13
zkfingerd is a replacement for standard finger. more>>
zkfingerd is a relatively simple finger server designed to give the sysadmin complete control over what it looks like and what it does. Variable substitution allows you to make the output look however you want it to look. Script execution allows you to define targets which will execute programs, as well as enabling you to allow system users to write their own program to be executed when they are fingered. Complete configurability -- zkfingerd aims to give you completely control over what it does and when. Basic HTTP support, including a workaround that detects the differences between browsers that send the "//" in a finger URL as part of the query and those that dont. Public file areas allow users to make the contents of directories available to anyone who asks wants.
Obtain source from http://sourceforge.net/projects/zkfingerd or finger:
cuervo/zkfingerd/zkfingerd-latest.tar.gz.Z@digits.zerokarma.sleepers.net
Unpack (tar xvfz zkfingerd*.tar.gz)
Change to the zkfingerd source directory
Compile and install zkfingerd by running make install
Change to the /etc/finger directory and edit the config file, templates, and banner
Enhancements:
- Fixed free() causing SIGSEGV on my Debian system.
- New pretty compiler doowhackey.
<<lessObtain source from http://sourceforge.net/projects/zkfingerd or finger:
cuervo/zkfingerd/zkfingerd-latest.tar.gz.Z@digits.zerokarma.sleepers.net
Unpack (tar xvfz zkfingerd*.tar.gz)
Change to the zkfingerd source directory
Compile and install zkfingerd by running make install
Change to the /etc/finger directory and edit the config file, templates, and banner
Enhancements:
- Fixed free() causing SIGSEGV on my Debian system.
- New pretty compiler doowhackey.
Download (0.18MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1217 downloads
Bcrypt 1.1
Bcrypt project is a lightweight blowfish file encryption utility. more>>
Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well.
In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage.
Installation:
If youre so inclined, edit config.h and change the defaults to whatever you think is appropriate for your needs. If you choose not to have bcrypt remove input files after processing, or set SECUREDELETE to 0, you are likely to have data on your hard drive that can be recovered even after deletion. All of these options can be set on the command line as well.
When youre satisfied with the default settings, simply type:
make
then su and type:
make install
It would be wise to test the installation on a few unimportant files before encrypting anything you value, removing the only copy and overwriting it 127 times with garbage.
Usage:
bcrypt [-orc][-sN] file ...
Encrypted files will be saved with an extension of .bfe. Any files ending in .bfe will be assumed to be encrypted with bcrypt and will attempt to decrypt them. Any other input files will be encrypted. If more than one type of file is given, bcrypt will process all files which are the same as the first filetype given.
By default, bcrypt will compress input files before encryption, remove input files after they are processed (assuming they are processed successfully) and overwrite input files with random data to prevent data recovery.
Passphrases may be between 8 and 56 characters. Regardless of the passphrase size, the key is hashed internally to 448 bits - the largest keysize supported by the blowfish algorithm. However, it is still wise to use a strong passphrase.
Options:
-o print output to standard out. Implies -r.
-c DO NOT compress files before encryption.
-r DO NOT remove input files after processing
-sN How many times to overwrite input files with random data before processing. The default number of overwrites is 3. Use -s0 to disable this feature. No effect if -r is supplied.
Enhancements:
- 1.1 fixes a few minor bugs and adds support for many new operating systems.
- 1.1 is immensely faster than 1.0.
- Additionally, it uses about 50% as much memory with compression turned off, or 66% with compression on.
Notes: If you previously used 1.0 on an unsupported platform, you may not be able to decrypt any encrypted files you have. Alpha systems are known to have this problem. 32 bit systems should not have this problem. 64 bit systems probably do. If your system exhibits this problem, you should decrypt your files with 1.0 and reencrypt them with 1.1.
<<lessIn addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage.
Installation:
If youre so inclined, edit config.h and change the defaults to whatever you think is appropriate for your needs. If you choose not to have bcrypt remove input files after processing, or set SECUREDELETE to 0, you are likely to have data on your hard drive that can be recovered even after deletion. All of these options can be set on the command line as well.
When youre satisfied with the default settings, simply type:
make
then su and type:
make install
It would be wise to test the installation on a few unimportant files before encrypting anything you value, removing the only copy and overwriting it 127 times with garbage.
Usage:
bcrypt [-orc][-sN] file ...
Encrypted files will be saved with an extension of .bfe. Any files ending in .bfe will be assumed to be encrypted with bcrypt and will attempt to decrypt them. Any other input files will be encrypted. If more than one type of file is given, bcrypt will process all files which are the same as the first filetype given.
By default, bcrypt will compress input files before encryption, remove input files after they are processed (assuming they are processed successfully) and overwrite input files with random data to prevent data recovery.
Passphrases may be between 8 and 56 characters. Regardless of the passphrase size, the key is hashed internally to 448 bits - the largest keysize supported by the blowfish algorithm. However, it is still wise to use a strong passphrase.
Options:
-o print output to standard out. Implies -r.
-c DO NOT compress files before encryption.
-r DO NOT remove input files after processing
-sN How many times to overwrite input files with random data before processing. The default number of overwrites is 3. Use -s0 to disable this feature. No effect if -r is supplied.
Enhancements:
- 1.1 fixes a few minor bugs and adds support for many new operating systems.
- 1.1 is immensely faster than 1.0.
- Additionally, it uses about 50% as much memory with compression turned off, or 66% with compression on.
Notes: If you previously used 1.0 on an unsupported platform, you may not be able to decrypt any encrypted files you have. Alpha systems are known to have this problem. 32 bit systems should not have this problem. 64 bit systems probably do. If your system exhibits this problem, you should decrypt your files with 1.0 and reencrypt them with 1.1.
Download (0.036MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1333 downloads
xterm XFree86 4.4.99.23
xterm is a terminal emulator for the X Window System. more>>
The xterm program is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that cant use the window system directly.
If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
Enhancements:
- increase color pairs value for xterm-256color and xterm-88color to match ncurses, which has an experimental option to support this.
- modify ifdefs to make AIX use termios rather than termio; the struct sizes for the two were not the same.
- improve CF_WITH_IMAKE_CFLAGS configure macro script for OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX.
- modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by Min Sik Kim).
- modify find_utmp() to initialize the whole utmpx struct (except ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop on exit.
- add configure check before adding -D_POSIX_SOURCE since some platforms predefine it, e.g., cygwin.
- add simplified sed expressions in CF_IMAKE_CFLAGS configure script macro to ensure value for PROJECTROOT is quoted on Solaris, i.e., when nested ( and ) are not interpreted correctly.
- correct DEC rectangle operations to reset state after completing the operations.
- modify CASE_ST handling in charproc.c to ensure that the parse state is reset even if xterm is not currently processing an OSC or other string (patch by Johnny Billquist forwarded by Matthias Scheler, NetBSD xsrc/29003).
- fix OS/2 build for innotek_libc (patch by David Yeo).
- fix a regression from patch #197 fix for Debian #277832 which disowned the selection if it was scrolled, e.g., by the user pressing return at the bottom of the screen (Debian #291787).
- move the warning/exit for missing $DISPLAY into the error handler in case -display is given, and the connect fails for some other reason.
<<lessIf the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
Enhancements:
- increase color pairs value for xterm-256color and xterm-88color to match ncurses, which has an experimental option to support this.
- modify ifdefs to make AIX use termios rather than termio; the struct sizes for the two were not the same.
- improve CF_WITH_IMAKE_CFLAGS configure macro script for OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX.
- modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by Min Sik Kim).
- modify find_utmp() to initialize the whole utmpx struct (except ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop on exit.
- add configure check before adding -D_POSIX_SOURCE since some platforms predefine it, e.g., cygwin.
- add simplified sed expressions in CF_IMAKE_CFLAGS configure script macro to ensure value for PROJECTROOT is quoted on Solaris, i.e., when nested ( and ) are not interpreted correctly.
- correct DEC rectangle operations to reset state after completing the operations.
- modify CASE_ST handling in charproc.c to ensure that the parse state is reset even if xterm is not currently processing an OSC or other string (patch by Johnny Billquist forwarded by Matthias Scheler, NetBSD xsrc/29003).
- fix OS/2 build for innotek_libc (patch by David Yeo).
- fix a regression from patch #197 fix for Debian #277832 which disowned the selection if it was scrolled, e.g., by the user pressing return at the bottom of the screen (Debian #291787).
- move the warning/exit for missing $DISPLAY into the error handler in case -display is given, and the connect fails for some other reason.
Download (0.68MB)
Added: 2005-04-03 License: Freely Distributable Price:
1675 downloads
Evolution 2.6.3
Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop. more>>
Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop.
Main features:
- No viruses or worms
- Junk filtering
- Desktop integration
- Developer Platform (EDS)
- Evolution#
- EPlugin
- Advanced email searching
- Web calendars
- vFolders
- User-defined filters
- Multiple accounts
- Palm device support
- Customized reminders
- Multiple calendar views
- iCalendar support
- To-Do list
- LDAP compatible
- Share vCards
- Security and encryption
- Open Source
Enhancements:
- Updated Translations
Bug fixes and features :
- #336963 - Srinivasa Ragavan
- #324241 - Johnny Jacob
- #336963 - Ushveen Kaur
- #260354 - Arvind_evo
- #335423 - Chris Heath
- #331694 - Harish
- #341381 - Li Yuan
- #341334 - Srinivasa Ragavan
- #341525 - Li Yuan
- #268592 - Arvind_evo
- #333003 - Gary Coady
- #330633 - Arvind_evo
- #345969 - Li Yuan
- #345510 - Li Yuan
- #345923 - Li Yuan
- #34522 - Wang Xin
- #339217 - Aishwarya K
- #304648 - Rajeev
- #344630 - Wang Xin
- #341961 - Hiroyuki Ikezoe
- #341369 - Hiroyuki Ikezoe
- #347381 - Boby Wang
- #332909 - Ushveen Kaur
- #338710 - Devashish
- #344227 - Hiroyuki Ikezoe
- #342646 - Hiroyuki Ikezoe
- #332347 - Oswald Rodrigues
- #335423 - Chris Heath
- #310489 - Chenthill
- #336853 - Julio M. Merino Vidal
- #333821 - Varadhan
- #329740 - Chenthill
- #347973 - Chenthill
- #332387 - Bastien Nocera
- #335410 - (Andre, Vincent Fretin, Olav Vitters)
- A typo fix that was causing experimental plugins
- to be skipped (Iain Buchanan)
Other major fixes :
- Use pango Layout for printing - Dave Malcolm
- Tons for Win32 related fixes - Tor Lillqvist
<<lessMain features:
- No viruses or worms
- Junk filtering
- Desktop integration
- Developer Platform (EDS)
- Evolution#
- EPlugin
- Advanced email searching
- Web calendars
- vFolders
- User-defined filters
- Multiple accounts
- Palm device support
- Customized reminders
- Multiple calendar views
- iCalendar support
- To-Do list
- LDAP compatible
- Share vCards
- Security and encryption
- Open Source
Enhancements:
- Updated Translations
Bug fixes and features :
- #336963 - Srinivasa Ragavan
- #324241 - Johnny Jacob
- #336963 - Ushveen Kaur
- #260354 - Arvind_evo
- #335423 - Chris Heath
- #331694 - Harish
- #341381 - Li Yuan
- #341334 - Srinivasa Ragavan
- #341525 - Li Yuan
- #268592 - Arvind_evo
- #333003 - Gary Coady
- #330633 - Arvind_evo
- #345969 - Li Yuan
- #345510 - Li Yuan
- #345923 - Li Yuan
- #34522 - Wang Xin
- #339217 - Aishwarya K
- #304648 - Rajeev
- #344630 - Wang Xin
- #341961 - Hiroyuki Ikezoe
- #341369 - Hiroyuki Ikezoe
- #347381 - Boby Wang
- #332909 - Ushveen Kaur
- #338710 - Devashish
- #344227 - Hiroyuki Ikezoe
- #342646 - Hiroyuki Ikezoe
- #332347 - Oswald Rodrigues
- #335423 - Chris Heath
- #310489 - Chenthill
- #336853 - Julio M. Merino Vidal
- #333821 - Varadhan
- #329740 - Chenthill
- #347973 - Chenthill
- #332387 - Bastien Nocera
- #335410 - (Andre, Vincent Fretin, Olav Vitters)
- A typo fix that was causing experimental plugins
- to be skipped (Iain Buchanan)
Other major fixes :
- Use pango Layout for printing - Dave Malcolm
- Tons for Win32 related fixes - Tor Lillqvist
Download (16MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1185 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above johnny appleseed 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