Main > Free Download Search >

Free bottomfeeder 4.4 software for linux

bottomfeeder 4.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 71
BottomFeeder 4.4

BottomFeeder 4.4


BottomFeeder is a viewer for RSS feeds. more>>
BottomFeeder is a news aggregator client for RSS and Atom feeds, written in VisualWorks Smalltalk. BottomFeeder runs on x86 Linux (also FreeBSD), PowerPC linux, Sparc Linux, Windows (98/ME/NT/2000/XP), Mac OS8/9, Mac OS X, AIX, SGI Irix, Compaq UNIX, HP-UX, and Solaris.
Main features:
- Full support for CSS, including user defined CSS
- View news in 3 pane or 2 pane modes
- Subscribe to any RSS or Atom format in use
- View items in a summary Newspaper View
- Synchronize 2 or more BottomFeeders via HTTP or file import
- Subscribe to feeds or feedlists
- Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
- Plugins for blogging, IRC, and MSN Messenger contacts
- Easy to update or upgrade from within BottomFeeder
- Save as many or as few feed items for as long as you want
- Import or Export in common OPML format
- Binary compatible on every platform. No need to recompile
Enhancements:
- The Feedlists folder has been eliminated.
- Importing a feedlist now adds feeds directly to your subscription list.
- The separate "Searches" folder has been eliminated.
- Search feeds are now part of your subscription list, and are marked with a new icon.
- Tabs now open empty and remember their previous state.
- There are many other changes and enhancements.
<<less
Download (2.3MB)
Added: 2007-07-10 License: Artistic License Price:
2046 downloads
BottomFeeder for Solaris 4.4

BottomFeeder for Solaris 4.4


BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile
<<less
Download (16.7MB)
Added: 2009-04-28 License: Freeware Price: Free
178 downloads
BottomFeeder for Intel Linux 4.4

BottomFeeder for Intel Linux 4.4


BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile
<<less
Download (16.2MB)
Added: 2009-04-26 License: Freeware Price: Free
180 downloads
BottomFeeder for Solaris x86 4.4

BottomFeeder for Solaris x86 4.4


BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile
<<less
Download (16.3MB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
Bottle 0.4.4

Bottle 0.4.4


WSGI micro web framework + templates more>>

Bottle 0.4.4 is created as a fast, simple and useful one-file WSGI framework and templates with a ton of features.

Bottle is a fast, simple and useful one-file WSGI framework. It is not a full-stack framework with a ton of features, but a useful mirco-framework for small web-applications that stays out of your way.

Bottle only depends on the Python Standard Library. If you want to use a HTTP server other than wsgiref.simple_server you may need cherrypy, flup or paste (your choice).

Major Features:

  1. Request dispatching: Map requests to handler-callables using URL-routes.
  2. URL parameters: Use regular expressions /object/(?P[0-9]+) or simplified syntax /object/:id to extract data out of URLs.
  3. WSGI abstraction: Dont worry about cgi and wsgi internals.
  4. Input: request.GET[parameter] or request.POST[form-field]
  5. HTTP header: response.header[Content-Type] = text/html.
  6. Cookie Management: response.COOKIES[session] = new_key.
  7. Static files: send_file(movie.flv, /downloads/) with automatic mime-type guessing.
  8. Errors: Throw HTTP errors using abort(404, Not here) or subclass HTTPError and use custom error handlers.
  9. Templates: Integrated template language.
  10. Plain simple: Execute python code with %... or use the inline syntax {{...}} for one-line expressions.
  11. No IndentationErrors: Blocks are closed by %end. Indentation is optional.
  12. Extremely fast: Parses and renders templates 5 to 10 times faster than mako.
  13. Support for Mako-Templates (requires mako).
  14. HTTP Server: Build in WSGI/HTTP Gateway server (for development and production mode)
  15. Currently supports wsgiref.simple_server (default), cherrypy, flup, paste and fapws3.
  16. Speed optimisations:
  • Sendfile: Support for platform-specific high-performance file-transmission facilities, such as the Unix sendfile()
  • Depends on wsgi.file_wrapper provided by your WSGI-Server implementation.
  • Self optimising routes: Frequently used routes are tested first (optional)
  • Fast static routes (single dict lookup)

Requirements:

  • Python
<<less
Added: 2009-07-08 License: MIT/X Consortium Lic... Price: FREE
14 downloads
TestMaker 4.4.1

TestMaker 4.4.1


TestMaker is functionality, scalability, and performance testing for Web-enabled applications. more>>
TestMaker delivers a rich environment for building and running intelligent test agents that test Web-enabled applications for scalability, functionality, and performance.
TestMaker comes with a friendly graphical user environment, an object-oriented scripting language (Jython) to build intelligent test agents, an extensible library of protocol handlers (HTTPS, HTTP, SOAP, XML-RPC, SMTP, POP3, IMAP), a new agent wizard featuring an Agent Recorder to write scripts for you, a library of fully-functional sample test agents, and shell scripts to run test agents from the command line and from unit test utilities.
Enhancements:
- This release requires Java 1.5 or greater.
- It provides a workaround for servers that do not correctly implement RFC 2116 for HTTP redirect commands.
- It solves a problem in the start-up script for Windows NT and 2000 users.
- It solves bugs in the agentbase.py support library for responses with no return parameters or invalid image tags, and now allows optional parameters to set the content-type of a POST.
- It also solves a problem where XSTest ran out of memory on long running load tests.
<<less
Download (24.1MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1016 downloads
wmweather 2.4.4

wmweather 2.4.4


wmweather provides a monitor on a 64x64 mini window that displays the current weather. more>>
wmweather project provides a monitor on a 64x64 mini window that displays the current weather.
The weather reports are received from NOAAs National Weather Service, that is the same source that pilots use.
INSTALLATION
On Debian systems, install the Debian package: type
# dpkg -i wmweather_*.deb
or run
# apt-get install wmweather
Otherwise you have to compile the program first: change into the src/ subdirectory, type
$ ./configure --help
$ ./configure
$ make
and then
# make install
as root. The program may be uninstalled using one of the commands
# dpkg -r wmweather
# make uninstall
Note to BSD users: Make sure the following ports are installed: devel/gmake, and devel/libgnugetopt, and use gmake instead of make above.
Suggestions, how to improve the autoconf part of wmweather, are always appreciated.
Enhancements:
- This release corrects the dewpoint calculation.
<<less
Download (0.077MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
894 downloads
OpenDX 4.4.4

OpenDX 4.4.4


OpenDX project gives you new control over your data...and new insights into their meaning. more>>
OpenDX project gives you new control over your data...and new insights into their meaning. Yet OpenDX is easy to use because it lets you visualize data in ways youve never dreamed of--without getting bogged down in the technology.
As its name implies, OpenDX is Open Source. The license allows you to freely create, distribute, and develop visualization solutions as you see fit.
OpenDX is a uniquely powerful, full-featured software package for the visualization of scientific, engineering and analytical data: Its open system design is built on a standard interface environments. And its sophisticated data model provides users with great flexibility in creating visualizations.
With OpenDX, you can create the visualizations you want to create. OpenDX has been designed to be the place where the art of science and the science of visualization come together. Its the place where theyre combined into one powerful, flexible framework that lets you "Simply Visualize."
Enhancements:
- This release fixes numerous bugs, including some with OpenGL rendering and fixed font sizes.
- It adds features for Java Explorer and a new algorithm for generating neighbors components with irregular cubic connections.
<<less
Download (9.2MB)
Added: 2006-08-31 License: IBM Public License Price:
674 downloads
QtWvDialer 0.4.4

QtWvDialer 0.4.4


QtWvdialer is a simple graphical frontend to wvdial. more>>
QtWvdialer is a simple graphical frontend to wvdial. Even if it looks like a GTK application in this screen shot, QtWvDialer was developed with Qt from Trolltech AS. Ive chosen the GTK theme because it makes my desktop more homogenous when mixing GNOME and KDE applications. Wvdial was written by Dave Coombs and Avery Pennarun for Worldvisions Computer Technology, as part of the Worldvisions Weaver project.
QtWvdialer is a simple graphical front-end to wvdial and its free software. You need the Qt library version 2.1.0 or better and wvdial. It provides you with a easy to use GUI to fire up a ppp connection. Additionally you have access to the output of wvdial, some PPP statistics and a editor for the wvdial configuration. The code for PPP statistics retrieval was extracted from the very fine program kpppload from Sean Vyain. Thanks Sean, for this nice piece of GPLed code!
QtWvDialer as source and compilation is simple:
1. Untar the tarball
2. Enter the directory QtWvDialer
3. call ./configure
4. call make and wait a few minutes
Now youll find the executable qtwvdialer in the QtWvDialer/bin directory. Put it into your $PATH and you are done.
Enhancements:
- A bug in the configure script was fixed.
<<less
Download (0.051MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
992 downloads
Dasher 4.4.2

Dasher 4.4.2


Dasher is a zooming predictive text entry system. more>>
Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs).
Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
Enhancements:
- Various minor bugfixes
<<less
Download (8.5MB)
Added: 2007-05-29 License: LGPL (GNU Lesser General Public License) Price:
895 downloads
Sylpheed 2.4.4

Sylpheed 2.4.4


Sylpheed is a GTK+ based, lightweight, and fast email client. more>>
Sylpheed is a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard.

Sylpheed also has many features such as multiple accounts, POP3/APOP support, thread display, and multipart MIME.

One of Sylpheeds future goals is to be fully internationalized. The messages are managed in the MH format, so youll be able to use it together with another mailer that uses the MH format.
<<less
Download (4.0MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
857 downloads
HDLmaker 7.4.4

HDLmaker 7.4.4


HDLmaker is a Verilog/VHDL code generator and FPGA development system. more>>
HDLmaker is a tool for generating Verilog designs. HDLmaker simplifies the development of complex FPGA designs as well as PC Boards by performing the following tasks:
- Writes hierarchical Verilog code
- Generates retargetable IO pad rings
- Generates all of the necessary scripts and Make files
- Supports mulitlanguage projects
- Converts PCB net lists into VHDL and Verilog
- Generates SCALD and PADS PCB board netlists
- Generates Schematics in Postscript format
- Designs are portable between FPGA families and CAE tools
- Simplifies the reuse of HDL code
- Converts HDLmaker, Verilog and VHDL files into fully hyper linked HTML
Main features:
- Writes Hierarchical Verilog.
- Output can be targeted to either Verilog or VHDL (VHDL support has been deprecated).
- Supports mixed language development.
- Generates PC board netlists in both PADS PCB and SCALD formats.
- Generates Schematics in Postscript format.
- Supports the most popular FPGAs
- Xilinx Virtex4,Virtex2P, Virtex2,VirtexE,Virtex, Spartan3, Spartan2,4000E,4000EX,4000XL,5200,9500, Altera Stratix
- Supports the most popular synthesizers
- Synplify
- Xilinx XST
- Altera
- Synopsys Design Compiler
- Precision
- Supports most simulators
- Fintronics Finsim
- Cadence Verilog XL
- Cadence NC-SIM
- Model Technologies (VHDL and Verilog)
- Synopsys VCS
- HTML Generation
- HDLmaker generates an HTML version of the design with hyper links from all source files to generated files and from all component instances to the components module. Verilog and VHDL HTMLized are also syntax colored.
Enhancements:
- insert_compare, Inserts a module with a compare wrapper around it
- Added HDLMAKER_ALLOW_SUB variable
- Added xst_directive
- Floorplanning support for Multipliers and Block RAMs
- New XST constraints
- Improved DDR IO support including differential DDR
- Improved Xilinx project support
- Virtex4 Support
- Better ModelSim support. Creates three command files, foo_compile_mt.cmd to compile the modules, foo_i_mt.cmd for interactive use, and foo_batch_mt.cmd for batch simulation.
- Initial values of HDLmaker variables can be passed in from the command line or from a file
- Better comment support
- More flexible #clock statement
- Comments in pin files
- Support for Xilinx ISE 6.1
- Support for Virtex2P
- Support for Precision and ModelSim added
- Large Project Support, HDLMaker now operates across multiple directories
- Virtex2, Spartan2 and Spartan2E support added
- Altera Stratix support added
- Multilanguage project support. Can embed VHDL entities into Verilog files and Verilog modules into VHDL files.
<<less
Download (6.1MB)
Added: 2005-04-01 License: BSD License Price:
923 downloads
Bist 0.4.4

Bist 0.4.4


Bist stands for bidimensional structures and is a chemical drawing tool. more>>
Bist stands for bidimensional structures (in italian it sounds like "beast" in english ) and is a chemical drawing tool. It is focused on organic chemistry but it may be useful also for chemists or teacher as well.
Bist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
Bist project can export both postscript and png (poor drawing at this time) formats.
This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose.
Main features:
- Input in native and more than 20 different formats(CML, XYZ, mol etc.) ;
- export in SVG, PostScript, FIG and PNG format via plotutils;
- simple template system;
- support for i18n;
- plug-in system;
- translation, scaling, flipping, 3D and 2D rotation;
- unlimited undo level;
- parsing of linear fragments (i.e. -CH2CH(C=OOH)2).
<<less
Download (0.60MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1078 downloads
Xfce 4.4.1

Xfce 4.4.1


Xfce is a lightweight desktop environment for various *NIX systems. more>> <<less
Download (20MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
947 downloads
Glom 1.4.4

Glom 1.4.4


Glom allows you to design database table definitions and the relationships between them. more>>
Glom allows you to design database table definitions and the relationships between them.

The design is loosely based upon FileMaker Pro, with the added advantage of separation between interface and data. It attempts to provide a simple generic framework sufficient to implement most database applications. These systems normally consists of lots of repetitive, unmaintainable code.

Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format.

Glom uses the PostgresSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality.

<<less
Download (1.5MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5