Main > Free Download Search >

Free sshpro 3.4 software for linux

sshpro 3.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 107
Zsh 4.3.4

Zsh 4.3.4


Zsh is a powerful UNIX shell. more>>
Zsh is a UNIX command interpreter (shell) which of the standard shells most resembles the Korn shell (ksh).
Zsh includes enhancements of many types, notably in the command-line editor, options for customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh.
Enhancements:
- Version 4.3.4 now contains most of the planned support for multibyte characters. There are still some problems notably with Unicode combining characters and composition of characters (notably on MacOS). If support is available the shell will be compiled with multibyte support and will start in multibyte mode (option MULTIBYTE set). Apart from the usual bug fixes and enhancements to completion functions, there are various other new features: - Users can write shell functions to be used in mathematical expressions. See the description of "functions -M" in the zshbuiltin manual page and the description of zmathfuncdef in the zshcontrib manual page. - The zle widget read-command reads a key sequence without executing it. - The zle widgets auto-suffix-remove and auto-suffix-retain provide user-defined control for suffixes (on the lines of AUTO_REMOVE_SLASH). - Various arrays are available to add a named function to a set called where the specific functions chpwd, periodic, precmd and preexec are called. The arrays are called chpwd_functions, etc. - There is a new special function zshexit also with a corresponding hook. See SPECIAL FUNCTIONS in the zshmisc manual. - ";|" at the end of a case statement causes the shell to continue looking at later tests (c.f. ";&" which causes an unconditional fall through). - The sched builtin has been enhanced to run events asynchronously when the shell is waiting at an interactive prompt. - There is a new set of functions to handle calendars and dates. See the zshcalsys manual page. - The zsh/parameter module makes available the parameter functrace for function backtraces.
<<less
Download (2.5MB)
Added: 2007-04-19 License: BSD License Price:
924 downloads
SPTK 3.4.1

SPTK 3.4.1


SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes easy application development. more>>
SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes for fast and easy application development. It provides GUI components that use FLTK, and features ODBC database support with seamless connection to GUI components.
SPTK project includes many classes for working with strings, maps, and dynamic arrays, and is faster and has a smaller footprint than STL. It also supports reading, writing, and creating Excel 7 files, high-level GUI components with dataset support, support for automatic layouts, and support for Aspell.
Enhancements:
- Major speed improvements were mad in the XML parser and some database operations.
- SPTK is also 64-bit clean now.
- SPTK uses more of the C++ standard library now.
<<less
Download (3.5MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
952 downloads
sl 0.3.4

sl 0.3.4


sl is a memory-efficient generic linked list library. more>>
sl is a memory-efficient generic linked list library. The project doesnt use container nodes.
Instead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small structures.
It also allows for fast push and pop operations since there is no need to allocate or free memory for the container nodes. It also means that a push cant fail because memory couldnt be allocated for the container node.
Enhancements:
- A slight documentation improvement was made.
- The "debian" directory was removed since sl has been packaged for Debian and so that directory is maintained by the Debian developers.
- Some internal build refactoring was done.
<<less
Download (0.29MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1037 downloads
HomeBank 3.4

HomeBank 3.4


HomeBank is the software you have always wanted to manage your personal accounts at home. more>>
HomeBank is the software you have always wanted to manage your personal accounts at home. The main concept is to be light, simple and very easy to use. HomeBank brings you many features that allows you to analyze your finances in a detailed way instantly and dynamically with powerfull report tools based on filtering and graphical charts.

Furthermore HomeBank benefits now for more than 10 years of users experiences and feedbacks as its development started in 1995 on Amiga computers. It is now available on Amiga, GNU/Linux, and will probably be soon available for Microsoft Windows and MacOS X systems, as GTK+ exists on it.

Really, if you are looking for an easy way to do your home accounts, then HomeBank should be the software you choose. Just take a little time to try it out now, and you wont regret doing so...

<<less
Download (0.52MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
854 downloads
feh 1.3.4

feh 1.3.4


feh is a fast image viewer / indexer / montager which uses imlib2. more>> <<less
Download (0.28MB)
Added: 2005-07-23 License: BSD License Price:
1555 downloads
Greed 3.4

Greed 3.4


Greed project is a strategy game. more>>
Greed project is a strategy game.
Try to eat as much as possible of the board before munching yourself into a corner.
The object of Greed is to erase as much of the screen as possible by moving around in a grid of numbers. To move your cursor, simply use your arrow keys or the the hjklyubn keys or your numberic Your location is signified by the @ symbol.
When you move in a direction, you erase N number of grid squares in that direction, N being the first number in that direction. Your score reflects the total number of squares eaten.
Greed will not let you make a move that would have placed you off the grid or over a previously eaten square. If no valid moves exist, your game ends.
Other Greed commands are Ctrl-L to redraw the screen, p to toggle the highlighting of the possible moves, and q to quit.
The only ommand line option to Greed is -s to output the high score file.
Enhancements:
- better interrupt handling and the `p suffix to GREEDOPTS
<<less
Download (0.009MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1084 downloads
Dozer 3.4

Dozer 3.4


Dozer project is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. more>>
Dozer project is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
The picture below depicts some of the common areas for Dozer to be inserted into an architecture. Notice that it typically is utilized at the boundaries (entry/exit). Dozer will make sure that your data transfer objects from the database do not bleed into the presentation or into external consumers. It can also help map your domain objects to external APIs calls and vice-versa.
Enhancements:
Bug Fixes
- Incorrectly recognizing JDK 6.0 1717547
- Null pointer on MappingProcessor at Line 282 1717318
- Change the way we determine JDK Version 1715819
- Lost and Duplicated Objects 1715496
- Fix Map VO with no custom mappings 1713550
- Propagate exceptions while parsing allowed-exceptions xml 1713242
- NPE when Date String when no date format specified 1711580
- inappropriate subclass mappings applied 1674199
- Inheritance mapping not working correctly 1486105
- bidirectionnal mapping with sets subclasses 1664984
Feature Requests
- Change util classes to static 1713604
- Add PMD and Findbugs reports 1712886
- Remove NotFoundException and DozerRuntimeExceptions 1712513
- Add class level javadoc for classes missing it 1696636
<<less
Download (MB)
Added: 2007-05-21 License: The Apache License 2.0 Price:
892 downloads
Freehoo 3.4.1

Freehoo 3.4.1


Freehoo project is a freely available GNU messenger for Yahoo! protocol. more>>
Freehoo project is a freely available GNU messenger for Yahoo! protocol.

It is console based application with a geeky "readline" and "guile" interfaces.

<<less
Download (0.28MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
FastFrame 3.4

FastFrame 3.4


FastFrame is a heavily object oriented application framework that is structured around the MVC pattern. more>> <<less
Download (0.11MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1216 downloads
libASSA 3.4.2

libASSA 3.4.2


libASSA is an OO C++ UNIX networking library. more>>
libASSA is an OO C++ UNIX networking library based on some of the design patterns such as Configurator, Reactor, Acceptor, and Connector collectively known as Adaptive Communication Patterns described in various papers published by Dr. D. C. Schmidt.
libASSA library happily co-exists with other frameworks such as GUI toolkits and various CORBA implementations.
Enhancements:
- The networking layer has been ported to wing32 environment.
- There are minor bugfixes and interface improvements.
<<less
Download (0.55MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
Growler 0.3.4

Growler 0.3.4


Growler is a C++-based distributed object and event architecture. more>>
Growler is a C++-based distributed object and event architecture. It is written in C++, and supports serialization of C++ objects as part of its Remote Method Invocation, Event Channels, and in its Interface Definition Language.

Its primary application has been in support of interactive, distributed and collaborative visualization, computational steering, and concurrent visualization.

IDL example:

Growler has an Interface Definition Language (IDL) for generating stub/skeletion code for distributed communications. Growlers IDL is one of its most unique features. The interface definition language for Growler is called PIDL: The Parsifal Interface Definition Language.

Here are some example PIDL files:

This eventchannel definition is used for distributing field data from a live fvGCM run:

%cinclude < lib/buffer.h >
%cinclude < lib/vector.h >
%cinclude < lib/array.h >
%cinclude < lib/utility.h >

enum { DataVectorPort = 10100 };

typedef lib::Array< uint32_t,3 > dimarray;

struct MetaData {
int32_t lat, lon;
uint32_t nymd, nhms;
uint32_t pdt;
uint32_t nsteps;
uint32_t stride;
std::vector fields;
}

eventport DataVectorChannel
{
metadata(MetaData mdat) state;
datavec[16](lib::Vector< float > dv);
}

This is the cpumon.pidl specification used by NodeMon for distributing cpu statistics:
%import < nodemon/nodemon.pidl >
%cinclude < lib/vector.h >

/*
* About /proc/stat:
*

The very first "cpu" line aggregates the numbers in all of the other "cpuN"
lines. These numbers identify the amount of time the CPU has spent performing different kinds of work. Time units are in USER_HZ (typically hundredths of a second). The meanings of the columns are as follows, from left to right:

- user: normal processes executing in user mode
- nice: niced processes executing in user mode
- system: processes executing in kernel mode
- idle: twiddling thumbs
- iowait: waiting for I/O to complete
- irq: servicing interrupts
- softirq: servicing softirqs
*/

struct CPUData {
uint32_t v[7]; // the seven columns
}

// CPUDataVector: array of cpu data rows from /proc/stat
typedef std::vector< CPUData > CPUDataVector;

typedef std::vector< uint32_t > CPUSetVector;
typedef std::vector< std::string > CPUSetNameVector;

eventport CPUMonChannel
{
cpu_data(CPUDataVector) nonqueued;
cpuset_data(CPUSetVector) state;
cpuset_names(CPUSetNameVector) state;
}

port CPUMon : nodemon::NodeMonAgent
{
CPUMonChannel_ptr getMonChannel(out uint32_t cpucount);
}

<<less
Download (1.6MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
822 downloads
smtp-vilter 1.3.4

smtp-vilter 1.3.4


smtp-vilter is a high-performance content filter for sendmail, which detects email viruses and spam. more>>
smtp-vilter is a high-performance content filter for sendmail, which detects email viruses and spam.

smtp-vilter can pass, discard, or simply mark an email based on the results of a content scan. It relies on third-party products for the actual content scan. It uses the milter API to communicate with sendmail, and backends to communicate with the actual scanning engines.

The backends can be chained to perform a series of checks on each message in one run.

<<less
Download (0.065MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1090 downloads
sendcard 3.4.1

sendcard 3.4.1


sendcard provides a multi-database ecards script or virtual postcard program written in PHP. more>>
sendcard provides a multi-database ecards script or virtual postcard program written in PHP.
Sendcard is a multi-database (It currently supports 9 different databases!) ecards script or virtual postcard program written in PHP. Suitable for large or small sites, it is very easy to setup, and comes with an installation wizard. What could be easier?
Main features:
- PHP5 compatible!
- Adminstration console
- Configuration interface
- Statistics module
- Plugin control panel
- Automatic database table creation
- JPEG/ GIF/ PNG/Java/Flash/Quicktime support in cards
- different templates for different cards (if required)
- PHP in the templates
- Emoticons (if required)
- Comprehensive documentation
- Automatic deletion of old cards
- Multiple recipients
- Smart template system
- Optional music
- Optional background and font colour
- Optional selection of font face
- Delayed sending of cards
- Support for 9 databases
- MySQL
- PostgreSQL
- Interbase
- MS SQL
- mSQL
- OCi8
- ODBC
- Oracle
- Sybase
- Easily Extensible using built-in plugin architecture
- Unlimited support
- ITS FREE!
<<less
Download (0.29MB)
Added: 2007-04-20 License: Artistic License Price:
921 downloads
KAddressBook 3.4.2

KAddressBook 3.4.2


KAddressBook is the KDE address book. more>>
KAddressBook is a comfortable frontend to organize the addresses of your friends, business partners, etc.

KAddressBook allows you to import and export adressbook files, offers a function to search for adresses and - which is the most important feature: it is fully integrated into the K Desktop Enviroment and interacts with other KDE applications like e.g. KMail.

KAddressBook is part of the kdepim package.
<<less
Download (11MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1521 downloads
RenderDotC 3.4

RenderDotC 3.4


RenderDotC project is a world class photorealistic renderer designed to meet the demands of special effects for film. more>>
RenderDotC project is a world class photorealistic renderer designed to meet the demands of special effects for film. The primary reason people give for choosing RenderDotC is its favorable price per performance ratio. Moreover, RenderDotC scores high marks on everything that matters for a production renderer:
Main features:
Image Quality
- Images produced with RenderDotC possess that indescribable yet beautiful quality that some people refer to as "the RenderMan look". All phenomena that are prone to aliasing artifacts are effectively anti-aliased and noise is kept to a minimum.
Speed
- RenderDotC was designed in the 1990s to take advantage of the current hardware and software technologies. Its CPU and memory performance is unsurpassed by all renderers in its class.
Robustness
- There are hundreds of details to get right when developing a renderer and that only comes with maturity. RenderDotC has been shipping since 1996 and has proven itself on complex scenes from feature films from The Matrix to Orange County.
Features
- The RenderMan standard prescribes a rich set of geometric primitives and features. RenderDotC provides all of these plus some exclusive features such as NURB curves, DSO shadeops that can call built-in functions, and complete support for extended headroom rendering.
Flexibility
- Being RenderMan-compliant, RenderDotC supports user-programmable shading. It also has other plug-in interfaces including DSO shadeops, procedural primitives, and display drivers. Since shading is decoupled from hiding, one can easily tune the speed/quality tradeoffs of each.
Price
- RenderDotC is priced competitively for both the film and broadcast markets. When considering price, its important to take into account speed. A faster renderer means that the same number of frames can be produced per hour with a smaller render farm. Fewer computers to purchase and maintain further reduces the bottom line.
Support
- As a company, Dot C Software has been around since 1992. Our customers needs come first and we have the agility to respond to requests quickly. The people who wrote RenderDotC are the same ones that provide customer support. At Dot C we make software, period. We do not compete with our customers in the arena of computer graphics production.
Enhancements:
- Improved statistical output.
- Optional non raster-oriented dicing.
- The ability to specify motion factor as a dicing attribute, and user-defined placement of output on X.
- The Windows installer now sets up the environment.
<<less
Download (1.3MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5