Main > Free Download Search >

Free how does natural selection work software for linux

how does natural selection work

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5651
Natural Language Toolkit 0.8

Natural Language Toolkit 0.8


Natural Language Toolkit is a suite of Python libraries and programs for symbolic and statistical natural language processing. more>>
Natural Language Toolkit is a suite of Python libraries and programs for symbolic and statistical natural language processing. NLTK includes graphical demonstrations and sample data.
It is accompanied by extensive documentation, including tutorials that explain the underlying concepts behind the language processing tasks supported by the toolkit.
Documentation:
A substantial amount of documentation about how to use NLTK is available from the nltk home page:
< http://nltk.sourceforge.net >
In particular, the NLTK home page contains three types of documentation:
- Tutorials teach students how to use the toolkit, in the context of performing specific tasks. They are appropriate for anyone who wishes to learn how to use the toolkit.
< http://nltk.sourceforge.net/tutorial/ >
- The toolkits reference documentation describes every module, interface, class, method, function, and variable in the toolkit. This documentation should be useful to both users and developers.
< http://nltk.sourceforge.net/ref/nltk.html >
- A number of technical reports are available. These reports explain and justify the toolkits design and implementation. They are used by the developers of the toolkit to guide and document the toolkits construction. Students can consult these reports if they would like further information about how the toolkit is designed and why it is designed that way.
< http://nltk.sourceforge.net/tech/ >
Enhancements:
Code (major):
- changed package name to nltk
- import all top-level modules into nltk, reducing need for import statements
- reorganization of sub-package structures to simplify imports
- new featstruct module, unifying old featurelite and featurestructure modules
- FreqDist now inherits from dict, fd.count(sample) becomes fd[sample]
- FreqDist initializer permits: fd = FreqDist(len(token) for token in text)
- made numpy optional
Code (minor):
- changed GrammarFile initializer to accept filename
- consistent tree display format
- fixed loading process for WordNet and TIMIT that prevented code installation if data not installed
- taken more care with unicode types
- incorporated pcfg code into cfg module
- moved cfg, tree, featstruct to top level
- new filebroker module to make handling of example grammar files more transparent
- more corpus readers (webtext, abc)
- added cfg.covers() to check that a grammar covers a sentence
- simple text-based wordnet browser
- known bug: parse/featurechart.py uses incorrect apply() function
Corpora:
- csv data file to document NLTK corpora
Contrib:
- added Glue semantics code (contrib.glue, by Dan Garrette)
- Punkt sentence segmenter port (contrib.punkt, by Willy)
- added LPath interpreter (contrib.lpath, by Haejoong Lee)
- extensive work on classifiers (contrib.classifier*, Sumukh Ghodke)
Tutorials:
- polishing on parts I, II
- more illustrations, data plots, summaries, exercises
- continuing to make prose more accessible to non-linguistic audience
- new default import that all chapters presume: from nltk.book import *
Distributions:
- updated to latest version of numpy
- removed WordNet installation instructions as WordNet is now included in corpus distribution
- added pylab (matplotlib)
Enhancements:
Code:
- changed nltk.__init__ imports to explicitly import names from top-level modules
- changed corpus.util to use the rb flag for opening files, to fix problems reading corpora under MSWindows
- updated stale examples in engineering.txt
- extended feature stucture interface to permit chained features, e.g. fs[F,G]
- further misc improvements to test code plus some bugfixes
Tutorials:
- rewritten opening section of tagging chapter
- reorganized some exercises
<<less
Download (MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
850 downloads
File Selection Language 0.5.1

File Selection Language 0.5.1


File Selection Language is a descriptive language for file selection. more>>
File Selection Language (FSL) is a descriptive language for file selection. File Selection Language is used to selectively pick files from a directory structure.
FSL is useful for selective backups, for instance. FSL uses glob patterns as the basic building block.
For fine-tuning the selection, inclusion/exclusion rule combinations and conditional expressions are available. File size and modification date can be used in expressions.
Main features:
- FSL can be used with a command line tool (fsltool) or, for Python programmers, with a programmable interface. For the Python interface, see the documentation of Interpreter.py.
- Several FSL rule files can be combined in a cascading manner similar to CSS. The effect is the same as if the rule files were pasted into a single file.
- Support for both Windows-like and Unix-like paths.
- Strict parse-time type checking to catch as many errors as possible before run-time. For example, you cant say EACH f IF size(5) > 1000 because function size expects filename argument.
<<less
Download (0.071MB)
Added: 2005-12-07 License: BSD License Price:
1416 downloads
Natural Docs Feb 10, 2007

Natural Docs Feb 10, 2007


Natural Docs is an extensible, multi-language, source code documentation generator written in Perl. more>>
Natural Docs is an extensible, multi-language, source code documentation generator written in Perl.
Its syntax is transparent so the source comments read just as easily as the generated documentation. Natural Docs also focuses on automation and high-quality HTML output.
Keep in mind that if you use the development releases:
- It wont necessarily be as stable as a full release.
- There is no documentation for the new features beyond this page. Documenting Your Code and the Help folder wont be updated until a full release.
- Every new feature may not be complete. Make sure you read the notes on this page fully before using them.
- Only the default CSS style is valid. Since there will be a lot of changes Im letting Small and Roman fall out of date and will recreate them before the full release.
- Likewise, if you made an elaborate custom CSS style its probably broken, and will break again in future development releases.
Enhancements:
- Image support is now completed, so you can specify relative and absolute image directories on the command line instead of links always being relative to the source file.
- ActionScript 3 support is also finished, with better support for custom namespaces.
<<less
Download (0.30MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
985 downloads
Query Object Framework 0.7.2

Query Object Framework 0.7.2


QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries. more>>
QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects.
Query Object Framework is unique in that it does NOT require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL Database.
Typically, if you have an app, and you want to add the ability to show a set of reports, you will need the ability to perform queries in order to get the data you need to show a report.
Of course, you can always write a set of ad-hoc subroutines to return the data that you need. But this kind of a programming style is not extensible: just wait till you get a user who wants a slightly different report.
The idea behind QOF is to provide a generic framework so that any query can be executed, including queries designed by the end-user.
Normally, this is possible only if you use a database that supports SQL, and then only if you deeply embed the database into your application. QOF provides simpler, more natural way to work with objects.
Enhancements:
- This release adds KVP_TYPE_BOOLEAN support, extensible error handling, and new Brazilian Portuguese and Indonesian translations.
- It fixes doxygen support (so that it can be disabled cleanly) and a sqlite error that resulted in spurious temporary files.
- It improves speed in the sqlite backend, packages the .pot file directly, and removes AM_MAINTAINER_MODE.
- QofError is designed for user-friendly messages and supports setting errors and error messages on-the-fly to provide user error messages that are as detailed, relevant, and helpful as possible.
<<less
Download (0.68MB)
Added: 2006-12-30 License: GPL (GNU General Public License) Price:
1028 downloads
Adverse Bad Credit Loan 1

Adverse Bad Credit Loan 1


Adverse Bad Credit Loan icons for your credit website. If you have a credit website such as credit cards or loans these icons will work great. All of ... more>> <<less
Download (41KB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
Julius Speech Recognition Engine 3.5.3

Julius Speech Recognition Engine 3.5.3


Julius is a high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder software. more>>
Julius is a high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers. Based on word 3-gram and context-dependent HMM, it can perform almost real-time decoding on most current PCs in 20k word dictation task.
Major search techniques are fully incorporated such as tree lexicon, N-gram factoring, cross-word context dependency handling, enveloped beam search, Gaussian pruning, Gaussian selection, etc. Besides search efficiency, it is also modularized carefully to be independent from model structures, and various HMM types are supported such as shared-state triphones and tied-mixture models, with any number of mixtures, states, or phones.
Standard formats are adopted to cope with other free modeling toolkit. The main platform is Linux and other Unix workstations, and also works on Windows. Julius is distributed with open license together with source codes, and has been used by many researchers and developers in Japan.
Main features:
- An open-source software (see terms and conditions of license (Japanese and English translation)).
- Real-time hi-speed and accurate recognition based on 2-pass strategy.
- Low memory requirement: less than 32MBytes required for work area (<<less
Download (1.0MB)
Added: 2007-01-04 License: BSD License Price:
1054 downloads
Simple terminal screensaver 0.8.1

Simple terminal screensaver 0.8.1


Simple terminal screensaver (or tss for short) is an attempt to clone and enhance FreeBSDs daemon saver. more>>
Simple terminal screensaver (or tss for short) is an attempt to clone and enhance FreeBSDs daemon saver.
Although intended for GNU/Linux, it works fine under FreeBSD and probably a lot of other Unix-based Operating Systems.
Main features:
- VT Locking (Shadow and BSD DB)
- ASCII Mirroring
- Multiple colors in ASCII
- Scrollbox showing uptime
- Random ASCII file selection
- Dynamic object speeds
Enhancements:
- Failed login attempts are now reported to syslogd.
<<less
Download (0.018MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1130 downloads
Gesk work 070109

Gesk work 070109


Gesk work is a short cut of desk work. more>>
Gesk work is a short cut of desk work.

Application is for calculate times (sum) spend end on work on some tasks.

You can manage projects make backups and generate simple html contains from list of task time o start, end, state,... sum time and so one.

<<less
Download (0.76MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1017 downloads
Superversion 2.0 Beta 8

Superversion 2.0 Beta 8


Superversion is a multi-user distributed version control system based on change sets. more>>
Superversion is a multi-user distributed version control system based on change sets. It aims to be an industrial-strength, open source alternative to commercial solutions that is equally easy to use (or even easier) and similarly powerful. In fact, intuitive and efficient usability has been one of the top priorities in Superversions development from the very beginning.
If youre frustrated with CVS - as so many developers before you - and dont want to spend money on a version management software, try Superversion today! Superversion is ublished under the GPL and free to use even in commercial environments.
Main features:
- Very easy download, installation and setup in just a few clicks
- Platform-independent; supported on Windows, Linux, OS/2, OpenVMS (should run on Macs too - feedback welcome!)
- Graphical user interface for all operations
- Fully transactional internal database - very strong protection against data loss
- Can be used with any editor or file-based IDE
- Compressed diff view for every file accessible in just one click
- Instant overview of all new/changed/deleted files in work area
- Changes can be collected in a buffer before being committed to repository
- Branching
- Branch merging
- All file changes stored as diffs (low space consumption even for binary files)
- Report functions: fulltext search, state comparison, file history
- Support for multiple work areas per project (simultaneous work on different versions)
- Graphical project history view
- Keyword replacement (analogous to CVS)
- Convenient selection of files and directories to be ignored
- Marker system to assign human-readable labels to versions
- Comments assignable to every version, every file
- Export of any recorded version as zip file, complete directory or file-wise
- File type (binary/text) detected automatically (manual override possible)
- Help text in most dialogs
Enhancements:
- The user interface is faster and more responsive in many places.
- There is a new dialog for adding work areas.
<<less
Download (1.9MB)
Added: 2005-08-21 License: GPL (GNU General Public License) Price:
1526 downloads
alltoavi for linux 1.4.1

alltoavi for linux 1.4.1


a tool to convert ogm/mkv/avi files to avi, with subtitle and audio more>> a tool to convert ogm/mkv/avi files to avi, with subtitle and audio track selection support<<less
Download (8KB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
Destick 0.3

Destick 0.3


Destick is a desktop metronome that is designed to just work. more>>
Destick is a desktop metronome that is designed to just work. It depends on aKode 2.0 and you need CMake 2.4 to install it.
To install it just unpack the archive, `cd into the folder and enter `cmake ., `make and `install.
By default it installs to `/usr/local. You can change that by giving `cmake . this parameter: `-DCMAKE_INSTALL_PREFIX=path.
Enhancements:
- Switched away from aKode to SDL_mixer for soundoutput which guarantees more precision.
- Added a visualization in which the beat is shown with a sinus cruve.
- Fixed some issues and made some thins work more natural.
<<less
Download (0.068MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1048 downloads
eXtreme Project Management Tool 0.8

eXtreme Project Management Tool 0.8


eXtreme Project Management Tool offers a project management tool using eXtreme Programming principles. more>>
eXtreme Project Management Tool offers a project management tool using eXtreme Programming principles.
Main features:
- Time planning
- Release planning
- Iteration planning
- Resource planning
- Acquisition planning
- Work planning
- Story planning
- Task planning
- Change Request management
- Iteration tracking
- Release tracking
- Reporting
- Time booking
- User administration
- Integration of WikkaWikki
Enhancements:
- created generic support for created_date, changed_date and change_user
- 1281954: Add onClick support on foreign key selection icon
- Features:
- 1283346: Add feature to manage companies
- Work view: added actions to manage crs and todos in work view (BUG 1290425)
- 1292045: Work view: Show iteration end date
- 1285021: Work view: colorize tasks per user
- 1283260: Work view: Add edit task action
- 1280318: Work view: Add action to reassign task to other user
- 1280330: Work view: Add show all tasks action
- 1293664: Release planning: mark stories already planned in previous iterations
- BUGS:
- 1280313: Work view doesnt show correct task
- 1280331: Calculation of Task estimate total doesnt work
- 1279557: Move risk and priority to popup
- 1279092: Menupopup doesnt move if scrolling
- 1279547: Escape JavaScript popup
- 1280312: Move PlanningGroups link
- 1280320: Support time booking for pair
- 1279553: Close actionmenu on popup
- 1279095: Projects without release arent shown in release planning
- 1283271: Javascript error for category selection in project creation
- 1283337: Order by surname
- 1283334: Cant add contact due to error in company selection
- 1285019: Remove actions from not owned tasks
- 1285636: Enhanced progress calculation
- 1290355: Wrong resource calculation
- Catched failure on double click in navigation
- 1293667: iteration end date is reset on starting
- 1293672: Add default iteration end date
- 1292277: The session timeout is not handled
- 1293771: Remove actions from stories already planned
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
994 downloads
Warrdcraft 1.1

Warrdcraft 1.1


Warrdcraft is a script that creates RRDTool graphs from Battle.net statistics. more>>
Warrdcraft project is a script that creates RRDTool graphs from Battle.net statistics.

Warrdcraft is a Perl script that creates RRDTool files/ graphs out of Warcraft III Battle.net information. It supports multiple users, gateway selection, and both versions of Warcraft III (RoC/TFT).

<<less
Download (0.003MB)
Added: 2007-01-03 License: Artistic License Price:
1031 downloads
autocutsel 0.9.0

autocutsel 0.9.0


autocutsel project is a simple buffer in which any application can store text. more>>
autocutsel project is a simple buffer in which any application can store text.
X servers use two schemes to copy text between applications. The first one (old and deprecated) is the cutbuffer. The other scheme is the selection and works differently.
There may be many selections in a single server. An application does not copy data in a selection, it "owns" it. When another application wants to retreive the content of a selection, it asks the owner.
Recent desktop applications (GNOME, KDE, ...) use two selections: the PRIMARY and the CLIPBOARD. The PRIMARY selection is used when you select some text with the mouse. You usually paste it using the middle button. The CLIPBOARD selection is used when you copy text by using, for example, the Edit/Copy menu. You may paste it using the Edit/Paste menu.
Windows VNC clients keep the Windows clipboard synchronized with the cutbuffer, but not with the selections. And since recent applications dont use the cutbuffer, the servers CLIPBOARD is never synchronized with Windows one.
Autocutsel tracks changes in the servers cutbuffer and CLIPBOARD selection. When the CLIPBOARD is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the CLIPBOARD selection. The cutbuffer and CLIPBOARD selection are always synchronized.
Since the VNC client synchronizes the Windows clipboard and the servers cutbuffer, all three "clipboards" are always kept synchronized. When you copy some text in Windows, the cutbuffer and the CLIPBOARD selection are updated. When you copy text on the server using either the cutbuffer or the CLIPBOARD selection, the Windowss clipboard is always updated.
Installation and Usage:
./configure
make
If you downloaded autocutsel from CVS, you first have to run ./autogen.sh to build the configure script.
If configure fails because it cant find X or Xaw libraries, you may have to install the devel packages of these libraries.
To install it (as root):
make install
To run it:
autocutsel
By default, autocutsel synchronizes the CLIPBOARD selection. You may want to use the PRIMARY selection instead, if your applications use Motif or another toolkit not using the CLIPBOARD. To do that, simply run
autocutsel -selection PRIMARY
Enhancements:
- A bug which occurred on 64-bit systems has been fixed.
- A workaround for OpenOffice.org writer has been implemented.
- A compilation problem on NetBSD has been fixed.
- A test suite has been added.
<<less
Download (0.27MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1083 downloads
Alligator 0.5.0

Alligator 0.5.0


Alligator is an RSS aggregator. more>>
Alligator is a new RSS aggregator [newsreader] developed on Mono (in C# language) platform with GTK#-based user interface.
Main features:
- support for all RSS (Rich Site Summary, RDF Site Summary, Really Simple Syndication) versions:
- 0.90 [netscape]
- 0.91 [netscape, userland]
- 0.92 [rss-dev, userland]
- 0.93 [userland]
- 0.94 [userland]
- 1.0 [rss-dev]
- 2.0x [userland]
- support for Atom version 0.3
- simple, clean, user-friendly, Gnome-style interface based on GTK
- platform-independency - designed to work for all platforms supported by Mono and GTK#
- embedded Gecko-based browser
Enhancements:
- organizing feeds in a tree of folders, with drag and drop support
- brand new toolbar
- keeping selection of feeds/items on right mouse click
- error dialogs after unsuccessful feed load are now hidden to statusbar
- a lot of little fixes
<<less
Download (0.031MB)
Added: 2006-07-11 License: Common Public License Price:
1209 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5