Main > Free Download Search >

Free how not to worry software for linux

how not to worry

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 270
PloneAtom 0.1.3

PloneAtom 0.1.3


PloneAtom provides Atom support for Plone. more>>
PloneAtom provides Atom support for Plone.

This is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.

Enabling Atom syndication

Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:

.Login as an admin user.

.Go to Plone Setup and choose Zope Management Interface

.Select the Properties tab in the portal_syndication tool.

.Click enable syndication. Then, to enable syndication support for a particular folderish object:

.Login as a user who has Owner/Manager permission for the folder.

.Surf to that folder and select the syndication tab.

.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).

<<less
Download (0.004MB)
Added: 2007-02-16 License: MIT/X Consortium License Price:
982 downloads
tX XML editor 1.2

tX XML editor 1.2


tX, formerly known as Teddy, is a tabular XML editor. more>>
tX, formerly known as Teddy, is a tabular XML editor. tX XML editor presents the structure and content of XML files in a way that is both visually pleasing and easy to use.
Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit data like a spreadsheet, enter data without having to worry about encoding rules, make major structural changes with minimal effort, cut and paste between most spreadsheet applications, and export to HTML.
Main features:
- Teddy is now rebranded as tX - Tabular XML editor.
- Compilation under Qt4.
- Elements without subelements have a closing "../>" instead of .
- Attribute-value quotes changed from to ".
- New menu icons - some original, some from art.gnome.org.
- German language translation.
- A new tab called "Help Text" provides a generic help-system for XML-Files. In this tab it is possible to display user documentation: If either the working-directory or the directory of the current xml file has a sub-directory with the name of the DTD, a right-click on an element ( ) will load and display a file called "element_name.html" in the QTextBrowser-Widget. A right-click on the attribute (attribute-name="...") will jump to the "element_name.html#attribute_name" section of the html help file.
<<less
Download (0.20MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1224 downloads
OODBC for unix 1.05

OODBC for unix 1.05


Object adapter for ODBC more>> OODBC is object interface built above ODBC API for C++ language. The primary goal of OODBC is to provide a flexible and convenient interface to relational databases for C++ language. Anyone who has to use ODBC or similar SQL interfaces will understand what I am speaking about. So binding of variables is performed exactly in place where they are used in the query. Programmer should not worry about specifying types and sizes of query parameters, binding buffers to retrieve results, allocation and deallocation of resources. As a result programming of interaction with database becomes significantly less error prone. What is more important, this interface allows programmer to abstract from relational database table and deal only with application objects. OODBC also provides flexible mapping of application classes on relational database tables, making application code less dependent of the database structure.<<less
Download (21KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
LinkController 0.37

LinkController 0.37


LinkController is a group of programs designed to take away much of the work of maintaining the links in a web site. more>>
LinkController is a group of programs designed to take away much of the work of maintaining the links in a web site. Instead of the user running the program checking whether links are broken, LinkController does this automatically. When it finds a broken link it checks it several times across several days before reporting it broken. This means that if a link is repaired in the meantime (a common case), the user will never be bothered.
All the functionalities are in place for testing links and repairing problem identified. The software is under development so stability is totally not guaranteed, but then with the exception of the fix-link program, there shouldnt be much risk of data loss so dont worry and make sure you backup your web pages just like normal.
Main features:
- repeatedly checks a link before declaring it broken
- rapid repair of links based on database
- easy but configurable reporting
- access to pages requiring authentication (new/experimental)
- CGI pages for reporting and repair
- scalability - thousands of links across thousands of pages possible
- low network impact: slow checking and well spread
- low resource utilisation: mostly uses HEAD requests
- configurability
- designed for multi-user use
Enhancements:
- Bugfix for checking of incorrect links which get into the database somehow.
<<less
Download (MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
PHPAlias 1.0.0 Beta 2

PHPAlias 1.0.0 Beta 2


PHPAlias is a PHP framework for creating and organizing large applications. more>>
PHPAlias is a PHP framework for creating and organizing large applications. With the ability to separate data into seperate modules, large applications can be easily developed and maintained without having to worry about a constant waterfall of errors.

The project uses a combination of PHP5 and the MVC pattern to create a rich and easy to use interface for the developer and end- user. It supports an advanced back-end as well as AJAX to create a strong binded application, giving it a smooth interface and a strong back-end.

<<less
Download (0.35MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
930 downloads
Dogfood 2.0.10

Dogfood 2.0.10


Dogfood provides a groupware and CRM system. more>>
Dogfood provides a groupware and CRM system.

Dogfood is an groupware and CRM system based on phprojekt. It featues an improved mail module and tightened relationships.

In case you forget, or miss the root password of a new system, dont worry its here. The default password for new root accounts is: kibbles-n-bits. Without the quotes.
<<less
Download (0.29MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
983 downloads
Construct 2.00

Construct 2.00


Construct is a python module for defining arbitrary data structures. more>>
Construct is a python module for defining arbitrary data structures. Once a data structure (aka, "construct") is defined, it can be used to both parse raw data into an object and build an object into raw data.
Unlike most parsers, it works at the bit-level, so you dont need to worry about parsing individual bits or unaligned fields.
Construct library supports Fields, Unions, Structs and Repeaters; Adapters and Validators; Switches, Pointers and other Meta -constructs.
Main features:
- Symmetrical -- constructs can be used to parse as well as to build
- Bit-level -- can parse and build individual bits, not only bytes
- Ready -- lots of predefined primitives and common protocols definitions, which you can easily use
- Extensible -- you can easily write user-defined constructs by simply by subclassing
- Fast -- benchmarks on my machine show ~160KB/sec can be parsed, fast enough for most situations, and perhaps pysco can improve that
- Declarative -- no procedural code needed for most situations
Enhancements:
- Construct2 is a rewrite of the library, making it faster and much slimmer.
- The library is now byte-oriented instead of bit-oriented, so it uses eight times less memory.
- It can parse files directly from the disk.
- Meta constructs now use lambda instead of eval.
- Textual processing (context free grammar) was added.
- On-demand parsing was added.
- Thorough unit tests were added.
- A full online tutorial is available.
<<less
Download (0.060MB)
Added: 2007-01-13 License: Public Domain Price:
1128 downloads
ConsultComm Project Timekeeper 3.2 Beta2

ConsultComm Project Timekeeper 3.2 Beta2


ConsultComm is a small, lightweight, platform-independent program written in Java that allows anyone managing multiple projects. more>>
ConsultComm Project Timekeeper is a small, lightweight, platform-independent program written in Java that allows anyone managing multiple projects, clients or tasks to effectively keep track of exactly how long theyve worked on each project.
Since I started development in November of 1999, several other time tracking projects have popped up. But ConsultComm is unique from other applications since it is:
Easily integrated into your existing time management or billing system; JDBC support is included so you can instantly upload all your times and projects into most JDBC and ODBC compliant databases
Platform-independent, so you can unify all your OS X, Windows, Linux and Solaris workstations with a single application
Released as open source, so you dont have to worry about vendor lock-in or customization problems. Download and use ConsultComm freely under the GPL, without having to worry about paying any license fees
Quickly extensible by utilizing plugins created using the standard JavaBeans framework. Users and other developers can easily create their own plugins to quickly add custom functionality to ConsultComm
Customizeable to uniquely fit your own personal style preferences thanks to SkinLF.
Enhancements:
- A toggle to turn the JDBC plugin on or off was added.
- All currency is now ensured to follow the Java locale.
- The .spec file was fixed to remove the deprecated "Copyright" tag.
- The tarball was fixed to include NetBeans generated properties.
- A new ConsultComm icon was added.
- Some dialog boxes were moved to Suns new absolute layout.
- The TimeTracker plugin now defaults to uninstalled in Windows.
<<less
Download (1.8MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1188 downloads
Accountability Pal 0.1.1

Accountability Pal 0.1.1


Accountability Pal monitors your network and keeps track of who is using the Internet . more>>
Accountability Pal monitors your network and keeps track of who is using the Internet and what they are viewing, downloading, uploading, etc. It sends a email report of each users activity to the person/people you specify.
These days, more people are becoming addicted to viewing pornography on the Internet. Web sites offer free glimpses into enticing worlds of sexual immorality, and the anonymity that the Internet has to offer provides a way of indulging in those desires in the privacy of your own home without the worry of getting caught by their spouse or other loved ones. As a result, when the addiction is discovered by someone else, it often has such a devastating effect that families are destroyed as a result.
Thats where Accountability Pal comes in. Several of my friends have a passion for helping those with an addiction to porn, or they want to make sure their kids would not fall into that trap. Accountability Pal monitors your network and emails you, or others, reports of what everyone is viewing.
Enhancements:
- installer/accpal.nsi:
- Fixes to install all required dependencies on Windows.
- ChangeLog: Updated ChangeLog for version 0.1.1.
- configure.ac: Updated version to 0.1.1.
- installer/accpal.nsi:
- Updated installer to include all required files and to launch README.
- src/accpal.c: Added pause after ethernet interfaces are listed.
- README: Updated README to reflect Windows version.
- accpal.conf: Updated sample config file to reflect new options.
- src/accpal.h, src/apreport.c, src/common.c:
- added generation of Date header on emails.
<<less
Download (0.33MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1222 downloads
Xsnow 1.42

Xsnow 1.42


Xsnow is the X-windows application that will let it snow on the root, in between and on windows. more>>
Xsnow application is the X-windows application that will let it snow on the root, in between and on windows.
Santa and his reindeer will complete your festive-season feeling.
How to compile:
To build:
xmkmf
make depend
make
To run:
./xsnow
or:
./xsnow& (in the background)
To install (be root):
make install
make install.man
If xmkmf does not work and you cannot get a working Makefile that way then try compiling yourself, eh, xsnow this way:
cc -o xsnow snow.c -lXext -lX11 -lXpm -lm -lsocket -lnsl
gcc, SUN Solaris users without a C-compiler, but with gcc installed, try the following two commands. The first compiles Xsnow, the second links Xsnow.
gcc -c -O2 -I/usr/openwin/include -DSVR4 -DSYSV xsnow.c
gcc -o xsnow xsnow.o -O2 -L/usr/openwin/lib -lXext -lX11 -lXpm -lm -lsocket -lnsl
Note: Xsnow-1.41 needs the Xpm library. It is available from:
ftp://ftp.x.org/contrib/libraries/
The current Xpm version is xpm3.4k
Enhancements:
- All you KDE-users can now be even happier with a KDE-enabled Xsnow 1.42!
- The snow will magnificently wipe out your icons, but not to worry, theyre not really gone.
- By wiping with a window or something you can make them reappear.
- Car owners are used to this for years. Thanks to Robin Hogan who figured this out for xpenguin.
<<less
Download (0.055MB)
Added: 2006-04-13 License: Freeware Price:
1292 downloads
Simple Equation 0.9

Simple Equation 0.9


Simple Equation makes it simple to put equations on the Web. more>>
Simple Equation makes it simple to put equations on the Web. Simple Equation project does not bother the user with the layout of the equation; it just displays it. The focus is on being simple to use.

One of the biggest obstacles to using mathematical expressions on the web is that the user currently needs to worry about layout. Web users should not have to learn a layout engine.

The class is built as a recursive parser. It is pretty easy to add operations to the parser, but it will not scale to a huge set of operations. That is OK, we want to keep things simple. At some point a layout engine may be required for a complexity level. This is not a layout engine.

Currently, only graphical output is generated, but it is hoped that MathML output can be generated automatically if the browser supports it instead of the graphic.

<<less
Download (0.008MB)
Added: 2007-04-25 License: Free for non-commercial use Price:
912 downloads
Exemplar: An XML Parser Generator 0.1

Exemplar: An XML Parser Generator 0.1


Exemplar is free software designed to make it easier to work with XML. more>>
Exemplar is free software designed to make it easier to work with XML. Exemplar: An XML Parser Generator was started as a program to generate the smallest possible parser for a given vocabulary of XML. While it still retains the capability to do this, it is now a more general program intended to support conversion of specifications of XML vocabularies (DTDs, Schemas, etc) into useful code.
Main features:
- Input from DTD
- Output to Java (SAX versions 1.0 and 2.0)
- Output to XSLT
- Output to DTD
- Command line and Ant user interfaces
Benefits
Save Programmer Time
XML is supposed to be easy to parse, but its very easy to get wrong. Offload your programming efforts to Exemplar and you can spend more of your time working on the core functionality of your application.
Save Space
Working in a space constrained environment? Exemplar can create SAX-compatible parsers as small as 5kb. No more need to hand write XML parsers to make them fit your environment.
Free Software
Exemplar is distributed under a permissive, BSD-style license (OSI approved). This means that youll never have to worry about integrating Exemplar with your own work, whether its commercial or not.
<<less
Download (0.16MB)
Added: 2007-01-10 License: BSD License Price:
1021 downloads
Pytego 0.02

Pytego 0.02


Pytego project is a networkable Stratego clone created with Pygame. more>>
Pytego project is a networkable "Stratego" clone created with Pygame.
Pytego is a two-player, cross-platform networked clone of the classic boardgame "Stratego" from Milton Bradley developed using Pygame and SDL.
I could not find a good, networkable, free version of Stratego -- so I wrote my own. Mostly because I was interested in developing a game, partially because I think Python is a terrific language and partially because I was bored (sssh!).
This is the initial release of Pytego. Download it, try it out and send me your comments, questions, suggestions, and bug reports. Also, Im no artist, so send me new tiles and new graphics for the units -- anything! On my TODO list is support for user-customizable tilesets and icons.
Id like to acknowledge the Civil developers for inspiration (and their clear, easy-to-use networking code). Id also like to acknowledge David Clarkes Newbie Guide for convincing me to not worry about the "side issues" (rule #8) and to do things the "pythony way" (rule #13).
Enhancements:
- Reuse the "box" as the status area after the game has started, this way theres not a HUGE blank, white area after all the pieces have been placed.
<<less
Download (0.22MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1061 downloads
Open Simp-X 2002 Beta

Open Simp-X 2002 Beta


Open Simp-X provides a scalable Internet management platform. more>>
Open Simp-X provides a scalable Internet management platform.

Open Simp-X is a powerful Internet platform for everyone, attempting to change programming for the Internet with sharing database information. It strives for scalablility, reliability, and ease of use.

The platform consists of a client/server pair. Security is a top priority, and data transfers are encrypted. Open Simp-X achieves scalability through plugins.

Plugins can collect information, manipulate it, and send it back to the database. Writing plugins is easy since they do not have to worry about how to send or receive their information, and can focus on manipulating it.

Open Simp-X can be set up to retreive data through a LAN or through a Web server.
<<less
Download (MB)
Added: 2007-03-07 License: LGPL (GNU Lesser General Public License) Price:
962 downloads
HTML::TableTiler 1.21

HTML::TableTiler 1.21


HTML::TableTiler can easily generates complex graphic styled HTML tables. more>>
HTML::TableTiler can easily generates complex graphic styled HTML tables.

HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum speed.

Think about the table tile as a sort of tile that automatically expands itself to contain the whole data. You can control the final look of a table by choosing either the HORIZONTAL and the VERTICAL tiling mode among: PULL, TILE and TRIM.

The main advantages to use it are:

automatic table generation

Pass only a bidimensional array of data to generate a complete HTML table. No worry to decide in advance the quantity of cells (or rows) in the table.
complex graphic patterns generation without coding

Just prepare a simple table tile in your preferred WYSIWYG HTML editor and let the module do the job for you.

simple to maintain

You can indipendently change the table tile or the code, and everything will go as you would expect.

<<less
Download (0.008MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1184 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5