songanalysis 0.4.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 136
songanalysis 0.4.0
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format. more>>
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo.
This is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
<<lessThis is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
Download (0.027MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1379 downloads
SHOGUN 0.4.0
SHOGUN is a machine learning toolbox. more>>
SHOGUN is a machine learning toolbox whose focus is on large scale kernel methods and especially on Support Vector Machines (SVM). The project provides a generic SVM object interfacing to several different SVM implementations, all making use of the same underlying, efficient kernel implementations.
Apart from SVMs and regression, SHOGUN also features a number of linear methods like Linear Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel) Perceptrons, and algorithms to train hidden Markov models. SHOGUN can be used from within C++, Matlab, R, Octave, and Python.
Enhancements:
- This release adds support for the following new methods: SubgradientSVM, GMNPSVM (multiclass b-SVM), SubgradientLPM, CplexLPM, LPBoost (for LPM), and SVMLin.
- Furthermore, linadd speedups support for GPDTSVM was implemented.
- The code underwent major cleanups and (minor) fixes.
<<lessApart from SVMs and regression, SHOGUN also features a number of linear methods like Linear Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel) Perceptrons, and algorithms to train hidden Markov models. SHOGUN can be used from within C++, Matlab, R, Octave, and Python.
Enhancements:
- This release adds support for the following new methods: SubgradientSVM, GMNPSVM (multiclass b-SVM), SubgradientLPM, CplexLPM, LPBoost (for LPM), and SVMLin.
- Furthermore, linadd speedups support for GPDTSVM was implemented.
- The code underwent major cleanups and (minor) fixes.
Download (0.57MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
821 downloads
SyFi 0.4.0
SyFi is a C++ library built on top of the symbolic math library GiNaC. more>>
SyFi is a C++ library built on top of the symbolic math library GiNaC. The name SyFi stands for Symbolic Finite Elements.
The package provides polygonal domains, polynomial spaces, and degrees of freedom as symbolic expressions that are easily manipulated. This makes it easy to define finite elements.
<<lessThe package provides polygonal domains, polynomial spaces, and degrees of freedom as symbolic expressions that are easily manipulated. This makes it easy to define finite elements.
Download (6.5MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
OGLTK 0.4.0
OGLTK (ogle-tic) is an OpenGL toolkit for GTK. more>>
OGLTK (ogle-tic) is an OpenGL toolkit for GTK. This library gives programmers a very easy to use api to create amazing 3D applications. (Eg. Games, CAD)
OGLTK gives the programmer:
- OpenGL GTK Widget .
- A Scene object - Handles lighting and objects
- Lightsources
- Abstract 3D object class (GLobject)
- 3D Objects (Cube, Box and Gear, Cylinder, Disk, Sphere, Triangle) - Great examples of how to use the GLobject base class
<<lessOGLTK gives the programmer:
- OpenGL GTK Widget .
- A Scene object - Handles lighting and objects
- Lightsources
- Abstract 3D object class (GLobject)
- 3D Objects (Cube, Box and Gear, Cylinder, Disk, Sphere, Triangle) - Great examples of how to use the GLobject base class
Download (0.33MB)
Added: 2005-08-04 License: LGPL (GNU Lesser General Public License) Price:
1541 downloads
PSLib 0.4.0
pslib is a C-library to create PostScript files on the fly. more>>
pslib is a C-library to create PostScript files on the fly. It offers many drawing primitives, inclusion of png and eps images and a very sophisticated text rendering including hyphenation, kerning and ligatures.
It can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscripts pdfwriter an alternative for libraries creating PDF.
Enhancements:
- This release can be compiled for Win32 using mingw or Visual C.
- It has support for creating Type3 fonts.
- Kerning and ligatures can be added manually.
<<lessIt can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscripts pdfwriter an alternative for libraries creating PDF.
Enhancements:
- This release can be compiled for Win32 using mingw or Visual C.
- It has support for creating Type3 fonts.
- Kerning and ligatures can be added manually.
Download (0.49MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
835 downloads
LayManSys 0.4.0
LayManSys is an RDF-based PHP framework for generating a consistent layout for Web documents. more>>
LayManSys short for Layout Managment System is a PHP framework, that helps you providing a consistent look&feel of your web pages (it is no CMS). LayManSys project stores the meta information about the documents in RDF files and uses them for generating the HTML frame (< head > and footer).
LayManSys is a RDF-based PHP framework for generating a consistent layout of web documents. It is a include library (and no CMS) that can be used online as well as on the command line. It generates the documents HTML frame, that is its < head > and footer, manages (CSS) style definitions, shortcut icons (aka favicons), static HTML and dynamic PHP content and much more.
The necessary meta information is either stored in (the) RDF files or in special layout configuration files; these files can be seen as some kind of themes. To use LayManSys benefits, you only need to write the body of your web document, collect all meta information about it in a RDF file, include the LayManSys library into the document and call its initialization function.
At the documents bottom you may want to call a LayManSys finalization routine that builds the footer element.
As mentioned above, there is only one function call to start parsing the meta information and building the HTML frame. This function delegates most work to helper functions and objects, that parse the RDF file(s), parse a layout configuration if necessary, send HTTP header and generate HTML output until the < body > element. The default is to write also the main heading, < h1 id="doktitel" >, using the same information as for the
<<lessLayManSys is a RDF-based PHP framework for generating a consistent layout of web documents. It is a include library (and no CMS) that can be used online as well as on the command line. It generates the documents HTML frame, that is its < head > and footer, manages (CSS) style definitions, shortcut icons (aka favicons), static HTML and dynamic PHP content and much more.
The necessary meta information is either stored in (the) RDF files or in special layout configuration files; these files can be seen as some kind of themes. To use LayManSys benefits, you only need to write the body of your web document, collect all meta information about it in a RDF file, include the LayManSys library into the document and call its initialization function.
At the documents bottom you may want to call a LayManSys finalization routine that builds the footer element.
As mentioned above, there is only one function call to start parsing the meta information and building the HTML frame. This function delegates most work to helper functions and objects, that parse the RDF file(s), parse a layout configuration if necessary, send HTTP header and generate HTML output until the < body > element. The default is to write also the main heading, < h1 id="doktitel" >, using the same information as for the
Download (0.081MB)
Added: 2007-03-28 License: LGPL (GNU Lesser General Public License) Price:
941 downloads
Babala 0.4.0
Babala is a simple logical game with elements of move strategy. more>>
Babala software is a simple logical game with elements of move strategy.
Babala is a simple logical game with elements of move strategy. At the beginning the game the enemys figures "Balabaks"are situated on the playnig field.Balabaks behaviour is simple, he goes straight towards your figures going round obstructions when he meets them.Balabak must not reach you,otherwise you lose.
Each turn is made up of some moves (max.5) or of shots and placing mines (max.5).Your task is to dispose of all Balabaks to do this you must choose suitable movements or shots. So that it is not so easy
You have to shoot through a wall at Balabaks or you have limited numbers of shots. If you dont have enough munition.You must tempt balabaks into a trap. You can save one shot when you lay a mine before a Balabak with two lives.
Installation:
Copy InstallBabala.sh to destination_folder.
cd destination_folder
./InstallBabala.sh
Run:
destination_folder/babala-0.2.1/babala
Uninstall:
rm -R destination_folder/babala-0.2.1
rm -R $HOME/.babala
<<lessBabala is a simple logical game with elements of move strategy. At the beginning the game the enemys figures "Balabaks"are situated on the playnig field.Balabaks behaviour is simple, he goes straight towards your figures going round obstructions when he meets them.Balabak must not reach you,otherwise you lose.
Each turn is made up of some moves (max.5) or of shots and placing mines (max.5).Your task is to dispose of all Balabaks to do this you must choose suitable movements or shots. So that it is not so easy
You have to shoot through a wall at Balabaks or you have limited numbers of shots. If you dont have enough munition.You must tempt balabaks into a trap. You can save one shot when you lay a mine before a Balabak with two lives.
Installation:
Copy InstallBabala.sh to destination_folder.
cd destination_folder
./InstallBabala.sh
Run:
destination_folder/babala-0.2.1/babala
Uninstall:
rm -R destination_folder/babala-0.2.1
rm -R $HOME/.babala
Download (0.18MB)
Added: 2006-08-23 License: Freeware Price:
1327 downloads
Mapnik 0.4.0
Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. more>>
Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization.
Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesnt rely on "windowing systems" and can be deployed in any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development.
High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django etc.
Main features:
- extensible datasource plug-in architecture (ESRI shape files, PostgreSQL/PostGIS)
- anti-aliasing rendering
- expressions based styling
Enhancements:
- Major feature enhancements were made as well as a bugfixes.
- The new features include projection transformations, multiple named styles in WMS, line following text labels, a shield symbolizer, feature querying, character encoding support, GetFeatureInfo with text/plain and text/xml output, and support for right to left languages.
<<lessEssentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesnt rely on "windowing systems" and can be deployed in any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development.
High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django etc.
Main features:
- extensible datasource plug-in architecture (ESRI shape files, PostgreSQL/PostGIS)
- anti-aliasing rendering
- expressions based styling
Enhancements:
- Major feature enhancements were made as well as a bugfixes.
- The new features include projection transformations, multiple named styles in WMS, line following text labels, a shield symbolizer, feature querying, character encoding support, GetFeatureInfo with text/plain and text/xml output, and support for right to left languages.
Download (0.090MB)
Added: 2007-02-27 License: LGPL (GNU Lesser General Public License) Price:
972 downloads
Ajisai 0.4.0
Ajisai is a C++ SSL/TLS library. more>>
Ajisai is a SSL/TLS implementation written entirely from scratch in C++. It uses Botan for performing the cryptography and X.509 handling.
This is an alpha release, it is virtually certain that incompatible API changes will be made in the future. Suggestions on weak points in the API are most welcome. As of now, Ajisai is somewhat fragile, and does not make available many of the features TLS offers.
Currently only SSLv3 and TLS 1.0 are supported; TLS 1.1 and DLTS will be supported in future releases. At this point is can be built only on Unix and Unix-like systems, but that will change eventually.
TODO:
Bugs:
- We assume one recordone handshake message, this is not true for IIS/IE, probably lots of other stuff.
- No support for client authentication on either end (currently some code for it, but disabled as its completely broken).
Protocol:
- TLS 1.1
- TLS extensions
- DTLS
- Reading a SSLv2 client hello
- Session caching
- Compression support
- Anonymous Diffie-Hellman, maybe. Its useful in some contexts.
- OpenPGP key support
Server:
- We want to be able to multiplex multiple Server objects at once (multiple clients). This will probably be based on a Socket* select(2) wrapper, but I might end up leaving it to the application.
Sockets:
- IPv6 support
- IPv4 + IPv6 UDP sockets (for DTLS)
- Write a select() wrapper
- Support Win32 sockets (IPv4/IPv6)
<<lessThis is an alpha release, it is virtually certain that incompatible API changes will be made in the future. Suggestions on weak points in the API are most welcome. As of now, Ajisai is somewhat fragile, and does not make available many of the features TLS offers.
Currently only SSLv3 and TLS 1.0 are supported; TLS 1.1 and DLTS will be supported in future releases. At this point is can be built only on Unix and Unix-like systems, but that will change eventually.
TODO:
Bugs:
- We assume one recordone handshake message, this is not true for IIS/IE, probably lots of other stuff.
- No support for client authentication on either end (currently some code for it, but disabled as its completely broken).
Protocol:
- TLS 1.1
- TLS extensions
- DTLS
- Reading a SSLv2 client hello
- Session caching
- Compression support
- Anonymous Diffie-Hellman, maybe. Its useful in some contexts.
- OpenPGP key support
Server:
- We want to be able to multiplex multiple Server objects at once (multiple clients). This will probably be based on a Socket* select(2) wrapper, but I might end up leaving it to the application.
Sockets:
- IPv6 support
- IPv4 + IPv6 UDP sockets (for DTLS)
- Write a select() wrapper
- Support Win32 sockets (IPv4/IPv6)
Download (0.14MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1478 downloads
ConvertAll 0.4.0
ConvertAll is a unit conversion program. more>>
ConvertAll allows you to combine the units any way you want. If you want to convert from inches per decade, thats fine.
Or from meter-pounds. Or from cubic nautical miles. The units dont have to make sense to anyone else.
ConvertAll is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the LICENSE file provided with this program for more information.
As a special exception, the author gives permission to link and distribute this program with the Qt Non-Commercial Edition without including the source code for Qt.
Main features:
- The base units for conversion may be either typed (with auto-completion) or selected from a list.
- Units may be selected using either an abbreviation or a full name.
- Units may be combined with the "*" and "/" operators.
- Units may be raised to powers with the "^" operator.
- Units with non-linear scales, such as temperature, can also be converted.
- A unit list may be filtered and searched
- Numbers may be entered on either the "From" or the "To" units side, for conversions in both directions.
- Basic mathematical expressions may be entered in place of numbers.
- Options control the formatting of numerical results.
- The unit data includes over 400 units.
- The format of the unit data file makes it easy to add additional units.
<<lessOr from meter-pounds. Or from cubic nautical miles. The units dont have to make sense to anyone else.
ConvertAll is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the LICENSE file provided with this program for more information.
As a special exception, the author gives permission to link and distribute this program with the Qt Non-Commercial Edition without including the source code for Qt.
Main features:
- The base units for conversion may be either typed (with auto-completion) or selected from a list.
- Units may be selected using either an abbreviation or a full name.
- Units may be combined with the "*" and "/" operators.
- Units may be raised to powers with the "^" operator.
- Units with non-linear scales, such as temperature, can also be converted.
- A unit list may be filtered and searched
- Numbers may be entered on either the "From" or the "To" units side, for conversions in both directions.
- Basic mathematical expressions may be entered in place of numbers.
- Options control the formatting of numerical results.
- The unit data includes over 400 units.
- The format of the unit data file makes it easy to add additional units.
Download (0.030MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
alloywm 0.4.0
alloywm is the metallic window manager. more>>
As its name implies, alloywm is a quite exquisite, aesthetic little window manager for X11. The premise of this window manager is not to be over-bloated like better known window managers such as KDE, and to keep the interface out of a users way. Also, alloywm maintains to be small, fast, and have a really small memory footprint.
I first decided to adopt this window manager as a testbed for programming in C for X11, because I was mainly a non-graphical programmer for a long time. It is not very configurable, thusly you would have to edit the sourcecode to add any functionality, to bend it to your likings.
The window manager feels like a Macintosh GUI interface, except that you cannot click inside the window to give focus (that will change, soon.) A new window is drawn wherever the mouse happens to be. So, in other words, if I run an rxvt, and the mouse is in the centre, then the top-left hand corner of the window is in the centre.
<<lessI first decided to adopt this window manager as a testbed for programming in C for X11, because I was mainly a non-graphical programmer for a long time. It is not very configurable, thusly you would have to edit the sourcecode to add any functionality, to bend it to your likings.
The window manager feels like a Macintosh GUI interface, except that you cannot click inside the window to give focus (that will change, soon.) A new window is drawn wherever the mouse happens to be. So, in other words, if I run an rxvt, and the mouse is in the centre, then the top-left hand corner of the window is in the centre.
Download (0.053MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1535 downloads

Gamer Tools 0.4.0
Gamer Tools offers you a powerful and easy-to-use Mozilla Firefox extension with many tools, which is designed for video game addicts. more>> Gamer Tools 0.4.0 offers you a powerful and easy-to-use Mozilla Firefox extension with many tools, which is designed for video game addicts. Includes a game server browser, PunkBuster screenshot browser and status information viewer for All-Seeing-Eye, GameSpy, Half-Life, Quake, and Source servers.<<less
Added: 2007-12-10 License: Other/Proprietary Li... Price: FREE
1 downloads
FOBS 0.4.0
FOBS (Ffmpeg OBjectS) is a C++/Java wrapper over the ffmpeg library. more>>
FOBS is a set of object oriented wrappers upon ffmpeg library to work with multimedia files. It provides an easy-to- use API and a JMF PlugIn for integrating support for ffmpeg format/codecs into all JMF applications. It is released under the LGPL license.
Main features:
- Lots of bug fixes. Improved stability
- Improved Video/Audio playback performance
- Support for some new codecs (h264 (libx264), theora (libtheora), xvid (libxvidcore), etc.)
- Improved Audio support (OGG, M4A, MP3, etc.)
<<lessMain features:
- Lots of bug fixes. Improved stability
- Improved Video/Audio playback performance
- Support for some new codecs (h264 (libx264), theora (libtheora), xvid (libxvidcore), etc.)
- Improved Audio support (OGG, M4A, MP3, etc.)
Download (4.16MB)
Added: 2005-10-05 License: LGPL (GNU Lesser General Public License) Price:
1483 downloads
gnome-chess 0.4.0
gnome-chess is chess game, a graphical user interface for playing chess. more>>
gnome-chess is chess game, a graphical user interface for playing chess.
It works with chess programs and chess servers - it is also a PGN viewer. For chess programs, it works best with the chess engine crafty (ftp://ftp.cis.uab.edu/pub/hyatt) but most features should also work with GNU Chess (ftp://ftp.gnu.org).
You can use the "first chess program" option to choose the computer engine you want to play against.
E.g. try "gnome-chess --fcp crafty" or "gnome-chess --fcp gnuchessx"
You can use the --ics* options to choose the server and pick user name and passwords.
E.g. try "gnome-chess --ics --icshost freechess.org"
<<lessIt works with chess programs and chess servers - it is also a PGN viewer. For chess programs, it works best with the chess engine crafty (ftp://ftp.cis.uab.edu/pub/hyatt) but most features should also work with GNU Chess (ftp://ftp.gnu.org).
You can use the "first chess program" option to choose the computer engine you want to play against.
E.g. try "gnome-chess --fcp crafty" or "gnome-chess --fcp gnuchessx"
You can use the --ics* options to choose the server and pick user name and passwords.
E.g. try "gnome-chess --ics --icshost freechess.org"
Download (0.57MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
631 downloads
PyCosmos 0.4.0
PyCosmos is a Python script for sending SMS using MyCosmos. more>>
PyCosmos is a Python script for sending SMS using MyCosmos.
PyCosmos is a script that allows the user to send SMS using the MyCosmos portal of COSMOTE in Greece.
It comes in command-line and GTK versions and it is cross-platform (tested on Windows and Linux). It uses httplib2. The included Win32 binaries require the GTK runtime.
The MyCosmos portal uses the MS Outlook Web Access web application, which is rather IE-oriented. Moreover, it uses a bunch of JScripts that runs locally on browser and initially (until a few weeks ago) the SMS option was not accessible directly in other (i.e. Firefox) browsers.
In an effort to create an automated script that would allow a MyCosmos user to bypass all this bloat and easily send a SMS, I found out that the authentication system having been used to allow sending of SMS through MyCosmos portal did not use the Session Cookie but a "SecureHash" calculated by the mobile number, a salt string and the current year. This is no reverse engineering; the whole code was open and executed in Internet Explorer browser through vw_navbar.js.
Therefore, it was possible to send an SMS by just providing a COSMOTE mobile number that has activated the MyCosmos portal. :) Most users were already aware of such a security bypass, by bookmarking the SMS sending webpage in order to use it in Firefox.
Recently, COSMOTE changed the authentication system (just before the initial release of PyCosmos 0.31), taking under consideration the Session cookie. PyCosmos 0.4 was born, taking under consideration the new authentication system of MyCosmos portal, and now requiring username and password to work. Nevertheless, it seems that some software engineers back in MyCosmos really loved the old (no-)authentication system, and still love it, so PyCosmos 0.31 is dedicated to them.
<<lessPyCosmos is a script that allows the user to send SMS using the MyCosmos portal of COSMOTE in Greece.
It comes in command-line and GTK versions and it is cross-platform (tested on Windows and Linux). It uses httplib2. The included Win32 binaries require the GTK runtime.
The MyCosmos portal uses the MS Outlook Web Access web application, which is rather IE-oriented. Moreover, it uses a bunch of JScripts that runs locally on browser and initially (until a few weeks ago) the SMS option was not accessible directly in other (i.e. Firefox) browsers.
In an effort to create an automated script that would allow a MyCosmos user to bypass all this bloat and easily send a SMS, I found out that the authentication system having been used to allow sending of SMS through MyCosmos portal did not use the Session Cookie but a "SecureHash" calculated by the mobile number, a salt string and the current year. This is no reverse engineering; the whole code was open and executed in Internet Explorer browser through vw_navbar.js.
Therefore, it was possible to send an SMS by just providing a COSMOTE mobile number that has activated the MyCosmos portal. :) Most users were already aware of such a security bypass, by bookmarking the SMS sending webpage in order to use it in Firefox.
Recently, COSMOTE changed the authentication system (just before the initial release of PyCosmos 0.31), taking under consideration the Session cookie. PyCosmos 0.4 was born, taking under consideration the new authentication system of MyCosmos portal, and now requiring username and password to work. Nevertheless, it seems that some software engineers back in MyCosmos really loved the old (no-)authentication system, and still love it, so PyCosmos 0.31 is dedicated to them.
Download (3.5MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1115 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 songanalysis 0.4.0 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