Main > Free Download Search >

Free for you to software for linux

for you to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 762
Are You Human? 0.1

Are You Human? 0.1


Are You Human? is a script that uses a graphical test to insure that a human is being dealt with rather than a script. more>>
Are You Human? is a script that uses a graphical test to insure that a human is being dealt with rather than a script.

This is useful to avoid automated Web signups or automated attempts to crack passwords.

There are many equivalent libraries for other languages but this is the first one for Python. The Python Imaging Library (PIL) is required.

<<less
Download (0.009MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Monalo Toolbar 0.93

Monalo Toolbar 0.93


Monalo Toolbar is a Firefox extension that shows RSS feed headlines directly in the toolbar and more... more>>
Monalo Toolbar Firefox extension lets you:

1) Show RSS feed headlines directly in the toolbar with a slick fade-in effect. You can also select from a list of topics (i.e. Technology, Video Gaming, Star Wars) to get headlines from feeds relating to the chosen topic.
2) Be notified when there are updates to RSS feeds you wish to monitor.
3) Share links with friends/family/the world.

There are many other features, such as the ability to create your own topic-based "channel" (with RSS) from a mashup of related RSS feeds. So, for example, you could create an "IT Podcasts" channel which would display all the latest (and most popular) IT podcasts from around the web.

The rest is left for you to discover.

<<less
Download (0.033MB)
Added: 2007-05-28 License: MPL (Mozilla Public License) Price:
882 downloads
wyoGuide 1.0.4

wyoGuide 1.0.4


wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. more>>
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. Where possible any guideline is accompanied with sample code. The included fully working demo application applies all these guidelines and is well suited as a starting code base for your own projects.

wyoGuides main goal is to show how to develop the GUI of your application suitable for any platform. Development with these guidelines gives your application a professional set of base functionality. Application applying these guidelines should allow for ease of use, so a user might immediately feel comfortable.

There is no limitation to use these guidelines with other languages or with other frameworks. The only obstacle is you have to write any code yourself until somebody volunteers to submit code samples to wyoGuide. So far there is only code written in C++ using the wxWidgets framework.

wyoGuide is a work in progress which means not all functionality is specified yet. This leaves a lot of room for improvement if you feel so. wyoGuide is thought for helping you but its also thought for you to help others. Any suggestion for improvement is welcomed (see feedback). These guidelines should and hopefully will get to a state where they simply are just usable.

<<less
Download (0.13MB)
Added: 2006-02-13 License: Open Software License Price:
1349 downloads
AlefMentor 2.02

AlefMentor 2.02


AlefMentor is a Learning Management System. more>>
AlefMentor is a Learning Management System. AlefMentor project makes it easy for you to create your online courses and tests. All users of the system can communicate and cooperate with each other.
There is no limit on the number of courses, instructors, students, or administrators in the system. An online management system is provided for administrators, students, instructors, and consumers. It is very easy to create, update, and select courses.
Enhancements:
- It is possible to create new groups of users.
- One user can be a member of menu groups.
- Ts_Mailer allows you to send attachments in your email messages.
- It is possible to send email to a selected group of users.
<<less
Download (2.7MB)
Added: 2006-09-04 License: The PHP License Price:
1146 downloads
KooDB 0.1

KooDB 0.1


KooDB is a simple interface to MySQL that provides the features that most people need. more>>
KooDB is a simple interface to MySQL that provides the features that most people need, without the complicated functions found in phpMyAdmin. It allows you to administer your databases and users from a simple, easy to use web based interface. The project is in early development stages at the moment but already lets you add and delete users and databases and has an interface for adding users to those databases. KooDB is written in pure PHP 5 (though it will probably work with PHP4) and designed for MySQL 5. PostgreSQL support is planned and will be implemented once all the MySQL components are working properly.
For now, the interface is very simple with only a few features but furhter along in the development of KooDB, features will be added for you to more closely interact with your databases and modify rows and columns on the fly. The project will allow you to add and remove columns and rows as necessary and modify the contents of cells. KooDB will also contain a fully featured import/export function and a schema editor to provide maximum control over your database projects. The schema editor will provide an intuitive interface for creating .sql files to easily recreate your databases on multiple systems, give you full control over how the rows are configured, and let you add and delete default values.
Enhancements:
- Features include adding and deleting users, adding and deleting databases, and adding users to databases.
<<less
Download (0.039MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
833 downloads
You Only Live Once 005

You Only Live Once 005


You Only Live Once is a Seven Day Roguelike game. more>>
You Only Live Once is a Seven Day Roguelike game.
Main features:
- Extremely tactical combat. There is no randomness in combat. You always hit and always do full damage. This means that careful placement is the difference between success and failure.
- Heavy on plot and characterization. A story is told. It is not just kill things for no reason. (If you want to just kill things for no reason, POWDER is recommended)
- Quick to complete. You can likely fully explore and enjoy the game in an hour or two. You are then free to get on with your life.
Enhancements:
- Version 005 sees the mac-curses build not be distributed. Instead, youll have to content yourself by compiling it by hand out of the macport directory.
<<less
Download (1.1MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1093 downloads
Scriptol to C++ for Linux 5.5

Scriptol to C++ for Linux 5.5


A modern programming language, designed to be simple and easy to learn. more>> Scriptol is a modern programming language, designed to be simple and easy to learn, allowing new users ready to program in some hours. The programming time is largely decreased.
Scriptol is object-oriented, xml-oriented, extensible, universal, uses C++, PHP or Java APIs, and GTK for graphical user interface. It is universal, that means it is convenient for scripting, to build applications or to make dynamic web pages.
Free scriptol interpreter and compilers are currently available for Windows and Unix.
Features of Scriptol
Scriptol is :
objectively modern: it has been designed according to seven rules for simplicity, safety, and doesnt carry ancient obsolete syntax.
object-oriented, even simple scalar as "int", or literal as "123", are objects and have methods.
typed: the compiler can check for content and type of variables, that is not possible with usually untyped scripting languages.
natural: types are not based on computers hardware but on humans concepts or mathematical sets: these are text, number, integer, real, etc...
powerful and safe: new control structures has been introduced with scriptol.
Examples:
- composite if, that is both an if statement and a switch case with any kind of values.
- while let, that protects from infinite loop.
- for .. in array, or for .. in a..b, the simplest way to express ranges.
simple: no symbols as -> or ::, just a dot in any case.
Adding 1 to x is just written: x + 1, and not x += 1.
No memory management required, executables have a garbage collector.
C++ compatible: you have just to link C++ object files or library files, and use the functions they hold, no any extension required to write!
For example, you have just to add the GTK import libraries in the configuration file of a scriptol source to use the GTK user interface...
PHP compatible: you can program web pages in Scriptol, your code is converted to Php and all Php functions may be used.
<<less
Download (1.22MB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Scriptol to PHP for Linux 6.2

Scriptol to PHP for Linux 6.2


A modern programming language, designed to be simple and easy to learn. more>> Scriptol is a modern programming language, designed to be simple and easy to learn, allowing new users ready to program in some hours. The programming time is largely decreased.
Scriptol is object-oriented, xml-oriented, extensible, universal, uses C++, PHP or Java APIs, and GTK for graphical user interface. It is universal, that means it is convenient for scripting, to build applications or to make dynamic web pages.
Free scriptol interpreter and compilers are currently available for Windows and Unix.
Features of Scriptol
Scriptol is :
objectively modern: it has been designed according to seven rules for simplicity, safety, and doesnt carry ancient obsolete syntax.
object-oriented, even simple scalar as "int", or literal as "123", are objects and have methods.
typed: the compiler can check for content and type of variables, that is not possible with usually untyped scripting languages.
natural: types are not based on computers hardware but on humans concepts or mathematical sets: these are text, number, integer, real, etc...
powerful and safe: new control structures has been introduced with scriptol.
Examples:
- composite if, that is both an if statement and a switch case with any kind of values.
- while let, that protects from infinite loop.
- for .. in array, or for .. in a..b, the simplest way to express ranges.
simple: no symbols as -> or ::, just a dot in any case.
Adding 1 to x is just written: x + 1, and not x += 1.
No memory management required, executables have a garbage collector.
C++ compatible: you have just to link C++ object files or library files, and use the functions they hold, no any extension required to write!
For example, you have just to add the GTK import libraries in the configuration file of a scriptol source to use the GTK user interface...
PHP compatible: you can program web pages in Scriptol, your code is converted to Php and all Php functions may be used.
<<less
Download (346KB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
Molecular Workbench 1.3

Molecular Workbench 1.3


Molecular Workbench project is a piece of free, open-source modeling software specifically designed for use in education. more>>
Molecular Workbench project is a piece of free, open-source modeling software specifically designed for use in education. Powered by a set of real-time molecular simulation engines that compute and visualize the motion of particles interacting through force fields, in both 2D and 3D, it provides a simulation platform for teaching and learning science.
Many abstract concepts in physics, chemistry and biology can be dynamically visualized, and virtual experiments based on molecular simulations can be designed, limited only to your imagination.
The MW software consists of:
- a set of model builders, simulators and their associated scripting environments.
- a word processor for creating hypertext.
- an authoring system for constructing your own graphical user interfaces for your own simulations.
- an embedded-assessment system that allows you to design your own questions and collects student data.
- a special browser for you to deliver and for the users to access stuff created using the above sub-systems.
- Web services for collaboration among authors, students and teachers.
All these sub-systems are seamlessly integrated behind an easy-to-use graphical user interface. The customizability of models through the authoring system allows you to design user interfaces appropriate to your audience, without having to get them involved in the complexity of the modeling engines.
<<less
Download (MB)
Added: 2006-02-22 License: Freeware Price:
1527 downloads
Thunderbird for Linux 2.0.0.14

Thunderbird for Linux 2.0.0.14


Mozilla Thunderbird for Linux version. more>> Mozillas Thunderbird 2 email application is more powerful than ever. Its now even easier to organize, secure and customize your mail.
Advanced Folder Views
Thunderbird 2 offers a variety of ways for you to organize and display your folders, whether by favorites, recently viewed or folders containing unread messages. As always, you can also set up RSS and newsgroup folders to stay on top of news and your interests. Thunderbird 2 also allows you to maximize your message view pane by opting for a folder drop down menu instead of the traditional sidebar.
Message Tagging
Thunderbird 2 allows you to tag messages with descriptors such as To Do or Done or even create your own tags that are specific to your needs. Tags can be combined with saved searches and mail views to make it easier to organize email.
Phishing Protection
Thunderbird protects you from email scams which try to trick users into handing over personal and confidential information by indicating when a message is a potential phishing attempt. As a second line of defense, Thunderbird warns you when you click on a link which appears to be taking you to a different Web site than the one indicated by the URL in the message.
Robust Privacy
Thunderbird 2 offers improved support for user privacy and remote image protection. To ensure a users privacy, Thunderbird 2 automatically blocks remote images in email messages.
System Requirements
Please note that Linux distributors may provide packages for your distribution which have different requirements.
Linux kernel - 2.2.14 with the following libraries or packages minimums:
glibc 2.3.2
gtk+2.0
XFree86-3.3.6
fontconfig (also known as xft)
libstdc++5
Thunderbird has been tested on Linux Fedora Core 4
<<less
Download (10.91MB)
Added: 2009-03-31 License: Freeware Price: Free
212 downloads
Zudoku 1.0

Zudoku 1.0


Zudoku is a free Sudoku game for all platforms. more>>
Zudoku is a free Sudoku game for all platforms.

Sudoku, sometimes written Su Doku, is a logic-based placement puzzle, also known as Number Place in the United States. The aim of the puzzle is to enter a numerical digit from 1 to 9 in each cell of a 9x9 grid, starting with various digits given in some cells (the "givens").

The grid is made up of 3x3 subgrids (called "regions"). Each row, column, and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Although first published in 1979, Sudoku initially caught on in Japan in 1986 and attained international popularity in 2005. Fig Labs Zudoku is a free version of this popular puzzle for your computer.

You can use Fig Labs Zudoku to:

- Generate an unlimited number of puzzles for you to play.
- Enter puzzles from newspapers or magazines so that you can play them on your computer.
- Create your own puzzles.
- Help you with solving puzzles, or even solve an entire puzzle for you.
- Print puzzles out to solve on paper.

<<less
Download (0.47MB)
Added: 2005-12-21 License: Freely Distributable Price:
1402 downloads
DZone Voting 1.0.2

DZone Voting 1.0.2


Dramatically simplifies voting at DZone more>>

DZone Voting 1.0.2 provides you with a wonderful and useful Firefox extension which dramatically simplifies voting at DZone. Provides an unobtrusive voting widget on any link you visit from DZone. A big problem at DZone is that you have to remember to go back and vote for links you have visited, and this Firefox add-on solves that problem beautifully.

Every time you visit a link from DZone, this add-on places a small, unobtrusive widget on the target page to let you vote. Simply click the widget to cast your vote, and it will be registered just as if you had gone back to DZone. It's a simple and convenient solution. Try out the DZone Voting extension, and it will be radically easier for you to vote on DZone links.

Major Features:

  1. The DZone Voting add-on also makes it easy to submit links into the DZone queue, visit a random "Surprise me" link, and control how link and submission pages open in your bowser.
  2. Just click the little "dz" icon in the stats bar, and you can arrange the settings however you wish.

Requirements: Mozilla Firefox

Enhancements: Added support for DZone short URLs (Twitter).

<<less
Added: 2009-06-29 License: MPL Price: FREE
17 downloads
Free Coogee (Java) for Motorola A1200 1.1

Free Coogee (Java) for Motorola A1200 1.1


Free unlimited cellphone storage,Build-in MSN to exchange mobile stuff.Free use. more>> Description:
1.Free use. Downloading & Using Coogee is absolutely free. The related mobile data traffic is charged by your local mobile carriers
2.Free sign-up. Free register Coogee space allows you to store cell phone contents without limit.
3.Free downloads. There are tons of cell phone stuff shared by Coogee members that wait for you to explore and enjoy, such as photos, audios, videos, applications, articles, etc.
4.Access on the go Access your cell phone contents on the go.
5.Store & Display. Upload & store to your Coogee cell phone space, and display instantly to Coogee community.
6.Share instantly with your friends through Instant Messages (i.e. MSN messenger), email (i.e. Hotmail), and short messages (i.e. phone books)
7.Subscribe to Coogee spaces A RSS feed is automatically assigned to each Coogee space, which can be subscribed by any Coogee members. Any updates will be notified to its subscribers.
8.Connect to popular instant messages (Coogee HIER) such as MSN that allows the most convenient way for free chat and sharing directly from your cell phones.
For more compatible devices, please go to http://www.mycoogee.com or http://wap.mycoogee.com from mobile browser.
<<less
Download (320KB)
Added: 2009-04-19 License: Freeware Price: Free
187 downloads
OpenAnno 3.5

OpenAnno 3.5


OpenAnno project is an opensource strategy game. more>>
OpenAnno project is an opensource strategy game.

By now the game is not playable but there is already a techdemo for you to play around with. The game will be playable under Windows, Linux and MacOSX.

We are still searching for talented artists and programmers - we still ne a lot of code, a lot of images and even a lot of music.

Keyboardshortcuts:

o = Options
s = Save
p = Set start-position for mainship
TAB = Switch between terrain and vegetation
Mausrad = Choose a new tile from terrain or vegetation
q/b = Quit (Beware - Quit with no saving)
Linksklick = Place terrain or vegetation
Rechtsklick = Remove terrain and/or vegetation

Commandlineparameters:

-name - Filename to load/save
-cols - Specifies the cols the map should have - please bigger than 40
-rows - Specifies the rows the map should have - please bigger than 40
+seta [cvar] [value] - set a config-var [cvar] to [value]
<<less
Download (10.4MB)
Added: 2006-01-06 License: Freeware Price:
1387 downloads
Camero 3.2.1

Camero 3.2.1


Camero is a three-part system for creating and running webcam portals. more>>
Camero is a three-part system for creating and running webcam portals. It is made of a daemon, an admin tool, and a portal CGI.
Camero 3.2 comes with the following components:
camero.py
The daemon. This component is what runs in the background, checking the cams, archiving images and updating the database.
admin.py
The admin tool cgi. This component allows you to add/remove cams, view images in the archive, edit settings, basically administrate everything
PortalConfig.py
The main portal configuration file.
PySP.py
The portal front end cgi. This processes all the portal template files.
classes/
Where the classes for the portal are kept
templates/
Where the templates for the portal are kept
db.conf
The config file for your database. This is only an example, you will need to configure and obtain info for your specific database installation.
getImage.py
This is a cgi that allows for you to obfuscate the path to your images.
See the development doc for more details
tools/archiveMaint.py
This is a utility that performs the database maintenance. It will keep your archive directories down to the size you specify.
index.html
Simple redirection to the main portal page
Secondary Components:
DB.py
This code allows for easy access to the database. All of the primary components require this to be in the same directory to execute. See the development doc for more details.
camctl
This is a shell script that should be used to start/stop/restart the daemon.
rc.d/camero.linux
A start up script for linux.
rc.d/camero.FreeBSD
A start up script for FreeBSD.
tools/deDupe.py
This is a tool that will search through all your archived images and remove any duplicates. It is not normally needed as camero will catch sequential duplicates, however users have a way of messing things up no matter how hard you try.
tools/import.py
This tool allows you to import your previous Camero config. It only imports cams but it can save a lot of entry time.
tools/sanityCheck.py
This tool will check your environment and let you know if everything checks out
tools/upgradeDB_(version).py
This tool will upgrade the database structure from any previous version to that of the current one.
tools/convertDB_(version).py
This will convert a database initialized by the free distribution to the structure of the commercial distribution (comes with commercial ver)
tools/daemonCheck.sh
This will check to see if the camero daemon is running, and if not, restart it.
Main features:
- PySP Server Page Processor (Templates, no python knowledge needed)
- New portal code thats easy to read, edit and extend
- Admin interface UI enhancements
- Configurable thumbnailing support
- Configurable generic image "pipe" support (watermark or logo the images)
<<less
Download (0.052MB)
Added: 2006-06-24 License: Freeware Price:
1218 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5