public computing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1587
Narval 2.0.1
Narval is an AI and agent framework for developing intelligent personal assistants. more>>
A framework (language + interpreter + GUI/IDE) dedicated to the setting up of intelligent personal assistants (IPAs).
this website is currently out-of-date. narval is undergoing heavy development and a new release should be published befor the end of 2004. due to some external constraints, it is not possible to show the code at the moment. we hope youll stay tuned anyway. subscribe to our announce mailing-list to be informed when it comes out.
Narval is the first software agent available as free software (Gnu Public License).
Narval is the acronym of "Network Assistant Reasoning with a Validating Agent Language".
Narval is a framework (language + interpreter + GUI/IDE) dedicated to the setting up of intelligent personal assistants (IPAs).
An Intelligent Personal Assitant is a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate with it via all standard means (email, web, telnet, phone, specific GUI, etc). It executes recipes (sequences of actions) you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, negociate the date and time of a meeting, and much more... It is easy to extend the built in action library by writing new actions in Python.
The mascot of the Narval Project is called Ornicar and is (of course) a narwhale.
Narval features cutting-edge artificial intelligence and software design techniques. When it was born a few months ago, cyber-fairies predicted it would rapidly spread across the internet and into the world to become the ubiquitous dedicated intelligent personnal assistant weve all been longing for during the dark ages of dumb computing ;-).
Narval is designed to be a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate via all standard means (email, web, telnet, phone, etc). It executes recipes you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, and much more...
All these features are not available yet, but you can easily specify new action using and implement new plug-ins in Python. At Logilab, we already use a narval called Gizmo as a project coordinator, and each of us has a narval companion!
<<lessthis website is currently out-of-date. narval is undergoing heavy development and a new release should be published befor the end of 2004. due to some external constraints, it is not possible to show the code at the moment. we hope youll stay tuned anyway. subscribe to our announce mailing-list to be informed when it comes out.
Narval is the first software agent available as free software (Gnu Public License).
Narval is the acronym of "Network Assistant Reasoning with a Validating Agent Language".
Narval is a framework (language + interpreter + GUI/IDE) dedicated to the setting up of intelligent personal assistants (IPAs).
An Intelligent Personal Assitant is a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate with it via all standard means (email, web, telnet, phone, specific GUI, etc). It executes recipes (sequences of actions) you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, negociate the date and time of a meeting, and much more... It is easy to extend the built in action library by writing new actions in Python.
The mascot of the Narval Project is called Ornicar and is (of course) a narwhale.
Narval features cutting-edge artificial intelligence and software design techniques. When it was born a few months ago, cyber-fairies predicted it would rapidly spread across the internet and into the world to become the ubiquitous dedicated intelligent personnal assistant weve all been longing for during the dark ages of dumb computing ;-).
Narval is designed to be a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate via all standard means (email, web, telnet, phone, etc). It executes recipes you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, and much more...
All these features are not available yet, but you can easily specify new action using and implement new plug-ins in Python. At Logilab, we already use a narval called Gizmo as a project coordinator, and each of us has a narval companion!
Download (1.4MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1669 downloads
Jikes 1.22
Jikes is a Java compiler that translates Java source into bytecoded instruction sets more>>
JikesTM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification.
You may wonder why the world needs another Java compiler, considering that Sun provides javac free with its SDK. Jikes has five advantages that make it a valuable contribution to the Java community:
* Open source. Jikes is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.
* Strictly Java compatible. Jikes strives to adhere to both The Java Language Specification and The Java Virtual Machine Specification as tightly as possible, and does not support subsets, supersets, or other variations of the language. The FAQ describes some of the side effects of this strict language conformance.
* High performance. Jikes is a high performance compiler, making it ideal for use with larger projects.
* Dependency analysis. Jikes performs a dependency analysis on your code that provides two very useful features: Incremental builds and makefile generation.
* Constructive Assistance. Jikes strives to help the programmer write better code in two key ways. Jikes has always strived to provide clear error and warning text to assist the programmer in understanding problems, and now with release 1.19 Jikes helps point out common programming mistakes as documented in Effective Java.
Abridged from a FAQ entry which was adapted from some material by Lou Grinzo for an article he wrote.
The fact that Jikes is a high-performance, highly compatible Java compiler that can be used on almost any computing platform makes it an interesting program and worth investigating for almost any Java programmer. But Jikes is also notable because it lies at the center of two events: the adoption of open source philosophy and practice by large corporations, and the continued growth of Java for Linux.
Its worth pointing out that Jikes is not, and is not intended to be, a complete development environment -- it is simply a command line compiler. It should not be considered a replacement for more complete tools, such as Source Navigator or IBMs VisualAge for Java which provide sophisticated graphical IDEs (Integrated Development Environments).
The Jikes compiler was released in binary form in April 1997 on the IBM alphaWorks site. Jikes for Linux was released on 15 July 1998. The response was overwhelming -- Jikes had more downloads in the three months after the announcement than in the fifteen months before the announcement.
Release of Jikes for Linux was soon followed by requests to open up the source. Many notes and comments from users suggested this would be a good idea. The source was released under a liberal license in December 1998 to make a very visible demonstration of IBMs commitment to open standards and to Java Technology, to make Jikes more reliable and accessible, to encourage more widespread use of Java Technology, to encourage standardization of Java Technology, and to gain some experience actually running an open source project. This marked the start of one of IBMs first efforts in the open source arena.
The original alphaWorks version of Jikes was written by Philippe Charles and Dave Shields of the IBM T. J. Watson Research Center. Since the release of the source they have continued to work on the compiler as contributors; however recently have officially been moved on to other projects within IBM. Today there are no IBMers who work on Jikes as part of their job description. Jikes survives today soley based on the free time contributions of members of the open source community.
The source code is available under IBMs Public License, which has been approved by the OSI (Open Source Initiative) as a fully certified open source license. The project provides access to the complete CVS development tree, which includes not only Jikes, but also the source for the Jacks Test Suite and the Jikes Parser Generator used to build Jikes. Jikes is included in many Open Source Operating Systems. The Jacks Test Suite is a replacement for the Jikestst package.
<<lessYou may wonder why the world needs another Java compiler, considering that Sun provides javac free with its SDK. Jikes has five advantages that make it a valuable contribution to the Java community:
* Open source. Jikes is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.
* Strictly Java compatible. Jikes strives to adhere to both The Java Language Specification and The Java Virtual Machine Specification as tightly as possible, and does not support subsets, supersets, or other variations of the language. The FAQ describes some of the side effects of this strict language conformance.
* High performance. Jikes is a high performance compiler, making it ideal for use with larger projects.
* Dependency analysis. Jikes performs a dependency analysis on your code that provides two very useful features: Incremental builds and makefile generation.
* Constructive Assistance. Jikes strives to help the programmer write better code in two key ways. Jikes has always strived to provide clear error and warning text to assist the programmer in understanding problems, and now with release 1.19 Jikes helps point out common programming mistakes as documented in Effective Java.
Abridged from a FAQ entry which was adapted from some material by Lou Grinzo for an article he wrote.
The fact that Jikes is a high-performance, highly compatible Java compiler that can be used on almost any computing platform makes it an interesting program and worth investigating for almost any Java programmer. But Jikes is also notable because it lies at the center of two events: the adoption of open source philosophy and practice by large corporations, and the continued growth of Java for Linux.
Its worth pointing out that Jikes is not, and is not intended to be, a complete development environment -- it is simply a command line compiler. It should not be considered a replacement for more complete tools, such as Source Navigator or IBMs VisualAge for Java which provide sophisticated graphical IDEs (Integrated Development Environments).
The Jikes compiler was released in binary form in April 1997 on the IBM alphaWorks site. Jikes for Linux was released on 15 July 1998. The response was overwhelming -- Jikes had more downloads in the three months after the announcement than in the fifteen months before the announcement.
Release of Jikes for Linux was soon followed by requests to open up the source. Many notes and comments from users suggested this would be a good idea. The source was released under a liberal license in December 1998 to make a very visible demonstration of IBMs commitment to open standards and to Java Technology, to make Jikes more reliable and accessible, to encourage more widespread use of Java Technology, to encourage standardization of Java Technology, and to gain some experience actually running an open source project. This marked the start of one of IBMs first efforts in the open source arena.
The original alphaWorks version of Jikes was written by Philippe Charles and Dave Shields of the IBM T. J. Watson Research Center. Since the release of the source they have continued to work on the compiler as contributors; however recently have officially been moved on to other projects within IBM. Today there are no IBMers who work on Jikes as part of their job description. Jikes survives today soley based on the free time contributions of members of the open source community.
The source code is available under IBMs Public License, which has been approved by the OSI (Open Source Initiative) as a fully certified open source license. The project provides access to the complete CVS development tree, which includes not only Jikes, but also the source for the Jacks Test Suite and the Jikes Parser Generator used to build Jikes. Jikes is included in many Open Source Operating Systems. The Jacks Test Suite is a replacement for the Jikestst package.
Download (0.84MB)
Added: 2005-04-18 License: IBM Public License Price:
1661 downloads
Plutimikation 0.1
Plutimikation is a math learning game for children. more>>
Plutimikation is a math learning game for children. It trains basic calculation skills like multiplication in the number range between 1 and 100.
Its simple, it works and my daughter likes it. Its free software written for the KDE desktop.
Enhancements:
- First public release: Plutimikation 0.1.
<<lessIts simple, it works and my daughter likes it. Its free software written for the KDE desktop.
Enhancements:
- First public release: Plutimikation 0.1.
Download (1.2MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1610 downloads
X/OS Linux 4.0
X/OS Linux is a GNU/Linux distribution for business and enterprise users. more>>
X/OS Linux is derived from the Free/Open Source rpm packages of Red Hat Enterprise Linux 4 (RHEL4) under the requirements set forth by their trademark policy.
X/OS has spent considerable effort to avoid using Red Hats trademarks in any way that would imply an association with or sponsorship by Red Hat.
After some delay, the final release of X/OS Linux 4.0 is now available to the public.
The X/OS Linux team has spent considerable effort to assure the label enterprise-grade Linux for this milestone release. With the simultaneous availability of X/OS Linux 4.0 for x86 and x86_64 processor architectures, it delivers the latest best-of-breed Free and Open Source software for both 32- and 64-bit platforms.
Highlights include the 2.6 Linux kernel featuring numerous enhancements over the previous 2.4 version, Security Enhanced Linux (SELinux) to apply more granular security policies, improved storage capabilities supporting file systems of up to 8TB and more.
The Global File System (GFS) and Cluster Suite software is included in this release to ease the task of creating and managing advanced cluster configurations, and is available as an extra option during installation. This powerful set of tools provides seamless scalability of applications such as databases, web servers and high-performance computing clusters with GFS enabling nodes to simultaneously read and write to a single shared filesystem.
Next to providing an advanced server platform, X/OS Linux 4.0 adds various enhancements to the desktop increasing usability with greatly improved office productivity tools, plug-and-play USB device recognition and power management supporting the ACPI standard.
In addition to compatibility with the de facto distribution for deploying Linux in the enterprise, X/OS Linux strides to include various other useful packages and tools that conform to the standard for mature and robust enterprise-grade software. One example is Xfce, an extra option in addition to Gnome and KDE, offering a light-weight desktop environment suited for use on low-end or thin client systems.
<<lessX/OS has spent considerable effort to avoid using Red Hats trademarks in any way that would imply an association with or sponsorship by Red Hat.
After some delay, the final release of X/OS Linux 4.0 is now available to the public.
The X/OS Linux team has spent considerable effort to assure the label enterprise-grade Linux for this milestone release. With the simultaneous availability of X/OS Linux 4.0 for x86 and x86_64 processor architectures, it delivers the latest best-of-breed Free and Open Source software for both 32- and 64-bit platforms.
Highlights include the 2.6 Linux kernel featuring numerous enhancements over the previous 2.4 version, Security Enhanced Linux (SELinux) to apply more granular security policies, improved storage capabilities supporting file systems of up to 8TB and more.
The Global File System (GFS) and Cluster Suite software is included in this release to ease the task of creating and managing advanced cluster configurations, and is available as an extra option during installation. This powerful set of tools provides seamless scalability of applications such as databases, web servers and high-performance computing clusters with GFS enabling nodes to simultaneously read and write to a single shared filesystem.
Next to providing an advanced server platform, X/OS Linux 4.0 adds various enhancements to the desktop increasing usability with greatly improved office productivity tools, plug-and-play USB device recognition and power management supporting the ACPI standard.
In addition to compatibility with the de facto distribution for deploying Linux in the enterprise, X/OS Linux strides to include various other useful packages and tools that conform to the standard for mature and robust enterprise-grade software. One example is Xfce, an extra option in addition to Gnome and KDE, offering a light-weight desktop environment suited for use on low-end or thin client systems.
Download (4336MB)
Added: 2005-07-31 License: GPL (GNU General Public License) Price:
1573 downloads
Lukutoukka 0.2
Lukutoukka is a one word at a time speed reader for the GNOME desktop. more>>
Lukutoukka is a one word at a time text reader for the GNOME desktop. It reads a text file and displays the contents one word at a time at an adjustable speed.
Lukutoukka is available under the terms of the GNU General Public License.
<<lessLukutoukka is available under the terms of the GNU General Public License.
Download (0.030MB)
Added: 2005-07-25 License: GPL (GNU General Public License) Price:
1551 downloads
Minisip 0.7.0
Minisip is a SIP User Agent (Internet telephone). more>>
Minisip project is a SIP User Agent ("Internet telephone") developed at KTH currently running on Linux. Keywords: Secure VoIP; SIP; MIKEY; RTP; SRTP; SDP; Video Telephony; Push-to-talk. You can download it for free from the download page.
Minisip is developed by Ph.D and Master students at the Royal Institute of Technology, KTH, Stockholm, Sweden.
The source code is available as a number of libraries under the GNU Lesser General Public License (LGPL) and applications under the GNU General Public Licence (GPL).
<<lessMinisip is developed by Ph.D and Master students at the Royal Institute of Technology, KTH, Stockholm, Sweden.
The source code is available as a number of libraries under the GNU Lesser General Public License (LGPL) and applications under the GNU General Public Licence (GPL).
Download (0.82MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
GNOME Translate 0.99
GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.
GNOME Translate is free software, released under the terms of the GNU General Public License.
<<lessGNOME Translate is free software, released under the terms of the GNU General Public License.
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
ICHTHUX 0.5
ICHTHUX is a Christian Linux Distribution based on Debian GNU/Linux. more>>
ICHTHUX is a Christian Linux Distribution based on Debian GNU/Linux. We have chosen to develop ICHTHUX as a Custom Debian Distribution, so that we can benefit from the evolution of the core system of Debian while focusing on our goal : providing a Christian computing environment.
<<less Download (700MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1518 downloads
Process Viewer 0.5.0
Process Viewer is a small utility similar to top which displays all the processes on a linux system. more>>
Process Viewer is a small utility similar to top which displays all the processes on a linux system. Its written using the FOX Toolkit.
Process Viewer is licensed under the GNU General Public License
<<lessProcess Viewer is licensed under the GNU General Public License
Download (0.027MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1512 downloads
MOMHVis 1.0.0
MOMHVis is a program for displaying nondominated solution of MOMH problems in 3D space using OpenGL. more>>
MOMHVis is a program for displaying nondominated solution of MOMH problems in 3D space using OpenGL.
Main features:
- pluginable architecture
- implemented MOKP (Multiple Objective Knapsack Problem) plugin
- enumeration of implemented MO algorithms by plugin
- on-line visualization of solutions during computing (you can set delay betwean solutions or stop during computing for most algorithms)
- solutions visualization computed with different MO algorithms on the same chart
- allows to show only selected objectives and solutions
- 2D view for two objectives (configureable)
- saving solutions to xml file and also loading from file
- advanced preferences for each algorithm (groups)
- multilanguage interface (english and polish)
- simple scripting editor (xml based)
- display some information about solution (OpenGL object picking)
<<lessMain features:
- pluginable architecture
- implemented MOKP (Multiple Objective Knapsack Problem) plugin
- enumeration of implemented MO algorithms by plugin
- on-line visualization of solutions during computing (you can set delay betwean solutions or stop during computing for most algorithms)
- solutions visualization computed with different MO algorithms on the same chart
- allows to show only selected objectives and solutions
- 2D view for two objectives (configureable)
- saving solutions to xml file and also loading from file
- advanced preferences for each algorithm (groups)
- multilanguage interface (english and polish)
- simple scripting editor (xml based)
- display some information about solution (OpenGL object picking)
Download (1.2MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 downloads
OZONE 0.15
OZONE is a free, modular 3-D marble game, released under the terms of the GNU General Public Licence. more>>
OZONE is a free, modular 3-D "marble game", released under the terms of the GNU General Public Licence, either version 2, or (at your option) any later version.
Binaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
<<lessBinaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
Download (6.3MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1481 downloads
libmsntp 1.6a
libmsntp is a full-featured, compact, portable SNTP library. more>>
libmsntp is a full-featured, compact, portable SNTP library. SNTP (RFC 2030) is a simplified version of NTP (RFC 1305), which allows precise synchronization of system clocks over a best-effort network.
libmsntp provides SNTP client and server functionality in a shared library with a simple API.
libmsntp is implemented as a thin layer on top of msntp, N.M. Maclarens command-line SNTP utility. msntp is compact, straightforward, and elegant, and Im indebted to Nick, and to the Cambridge High Performance Computing Facility, for providing the msntp source to the public.
Installation:
To install, type "make install". You may need to be the superuser. libmsntp installs into /usr/local by default; to install to a different location, edit the Makefile and change the PREFIX variable.
<<lesslibmsntp provides SNTP client and server functionality in a shared library with a simple API.
libmsntp is implemented as a thin layer on top of msntp, N.M. Maclarens command-line SNTP utility. msntp is compact, straightforward, and elegant, and Im indebted to Nick, and to the Cambridge High Performance Computing Facility, for providing the msntp source to the public.
Installation:
To install, type "make install". You may need to be the superuser. libmsntp installs into /usr/local by default; to install to a different location, edit the Makefile and change the PREFIX variable.
Download (0.046MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1479 downloads
wac 2.01
wac is a console tool for slicing sound files. more>>
wac is free and licensed under the General Public License that you can use it, modify it at your convenience.
If you plan to embed it in a (commercial) package, remember this package has to conform with the General Public License.
Installation:
tar -xzf wac-2.01.tgz
cd wac-2.01
./configure
make
su -c "make install"
<<lessIf you plan to embed it in a (commercial) package, remember this package has to conform with the General Public License.
Installation:
tar -xzf wac-2.01.tgz
cd wac-2.01
./configure
make
su -c "make install"
Download (0.092MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
LDAPab 0.1
LDAPab is a Web-based address book for small companies. more>>
LDAPab is a Web-based address book for small companies. LDAPab features a public address book which is writable for all company staff and a personal address book for each staff member. LDAPab requires an existing LDAP server to authenticate users.
<<less Download (0.10MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1437 downloads
Nihongo Benkyo 0.3.1
Nihongo Benkyo is a Japanese dictionary and learning tool for Linux and Windows. more>>
Nihongo Benkyo is a Japanese dictionary and learning tool for Linux and Windows.
Its goal is to provide a comprehensive application that will help you learn Japanese. It is free software licensed with GNU General Public License and provided without any warranty of any kind.
Main features:
- Is available for Windows, Linux and other Unix operating systems.
- Imports JMDict, a word dictionary with a lot of interesting metadata.
- Imports JMnedict, a proper name dictionary.
- Imports EDICT, a format in which you can find many specialized dictionaries (science, computing, etc).
- Imports Kanjidic2, a kanji dictionary with over 10,000 entries.
- Finds words from Japanese (kanji, kana, romaji) or from a translation.
- Lists results in a table for quick overview.
- Shows further details about a selected result (part of speech, similar words, dialect...).
- Scans selection from other applications.
- Keeps an history of searched words so you can go back and go forward easily.
- Has its interface translated into bulgarian, english, french, japanese and spanish.
<<lessIts goal is to provide a comprehensive application that will help you learn Japanese. It is free software licensed with GNU General Public License and provided without any warranty of any kind.
Main features:
- Is available for Windows, Linux and other Unix operating systems.
- Imports JMDict, a word dictionary with a lot of interesting metadata.
- Imports JMnedict, a proper name dictionary.
- Imports EDICT, a format in which you can find many specialized dictionaries (science, computing, etc).
- Imports Kanjidic2, a kanji dictionary with over 10,000 entries.
- Finds words from Japanese (kanji, kana, romaji) or from a translation.
- Lists results in a table for quick overview.
- Shows further details about a selected result (part of speech, similar words, dialect...).
- Scans selection from other applications.
- Keeps an history of searched words so you can go back and go forward easily.
- Has its interface translated into bulgarian, english, french, japanese and spanish.
Download (0.14MB)
Added: 2005-12-24 License: GPL (GNU General Public License) Price:
1413 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above public computing 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