videolan 0.8.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 92
VideoLAN Server 0.5.6
VideoLAN Server is an MPEG, DVD, and DVB server for Unix/Linux. more>>
VLS is a dedicated server that compiles under Linux, Windows and Mac OS X. It isnt under very active development at the moment and we advice you to consider the Stream Output functionality of VLC instead.
The network on which you setup the VideoLAN solution can be as small as one ethernet 10/100Mb switch or hub, and as big as the whole Internet! The bandwidth needed is:
* 0.5 to 4 Mbit/s for an MPEG-4 stream,
* 3 to 4 Mbit/s for an MPEG-2 stream read from a satellite card, a digital terrestial television card or an MPEG-2 encoding card,
* 6 to 9 Mbit/s for a DVD.
INPUTS:
File
DVD
DVB-S (Hauppauge Nova-S / Nexus)
DVB-C (Hauppauge DVB-C)
DVB-T (Hauppauge Nova-t)
MPEG encoding card [4]
ASI card (SVN Only)
V4L device (SVN Only)
OUPUT:
UDP Unicast / Multicast
File
CONTROL:
Command line
Telnet
MISC:
IPv6
Send DVD subtitles
<<lessThe network on which you setup the VideoLAN solution can be as small as one ethernet 10/100Mb switch or hub, and as big as the whole Internet! The bandwidth needed is:
* 0.5 to 4 Mbit/s for an MPEG-4 stream,
* 3 to 4 Mbit/s for an MPEG-2 stream read from a satellite card, a digital terrestial television card or an MPEG-2 encoding card,
* 6 to 9 Mbit/s for a DVD.
INPUTS:
File
DVD
DVB-S (Hauppauge Nova-S / Nexus)
DVB-C (Hauppauge DVB-C)
DVB-T (Hauppauge Nova-t)
MPEG encoding card [4]
ASI card (SVN Only)
V4L device (SVN Only)
OUPUT:
UDP Unicast / Multicast
File
CONTROL:
Command line
Telnet
MISC:
IPv6
Send DVD subtitles
Download (0.78MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1653 downloads
Esra 0.8.1
Esra is a pure Java library for the interactive analysis of molecular mechanics data. more>>
Esra is a pure Java library for the interactive analysis of molecular mechanics data.
Esra is a lean and mean library of portable, flexible, generic, object-oriented (sometimes), functional (some other times), scriptable, well-tested (we hope), statically-typed (sometimes), dynamically-typed (again, some other times), XML-based (well, actually not) and reasonably high-performance routines (both basic and more advanced) for the analysis of molecular mechanics data (GROMOS96 molecular dynamics trajectories, mostly).
Esra is strictly optimized for fun. The development process is open and informal.
Main features:
- portable and scriptable
- surprisingly fast
- clever, watertight argument parsing library.
- 100 % pure java linear algebra library for convenient vector/matrix manipulations.
- common coordinate transformations, such as gathering, fitting.
- simple, hierarchical selection language (AtomSpecifiers)
- common analyses such as RMSDs, dipole moments, radii of gyration, hydrogen bonding, dssp secondary structure assignment.
- thorough API documentation, simple, flat data structures, generic algorithms, unit testing (still in the works).
- its free and open.
<<lessEsra is a lean and mean library of portable, flexible, generic, object-oriented (sometimes), functional (some other times), scriptable, well-tested (we hope), statically-typed (sometimes), dynamically-typed (again, some other times), XML-based (well, actually not) and reasonably high-performance routines (both basic and more advanced) for the analysis of molecular mechanics data (GROMOS96 molecular dynamics trajectories, mostly).
Esra is strictly optimized for fun. The development process is open and informal.
Main features:
- portable and scriptable
- surprisingly fast
- clever, watertight argument parsing library.
- 100 % pure java linear algebra library for convenient vector/matrix manipulations.
- common coordinate transformations, such as gathering, fitting.
- simple, hierarchical selection language (AtomSpecifiers)
- common analyses such as RMSDs, dipole moments, radii of gyration, hydrogen bonding, dssp secondary structure assignment.
- thorough API documentation, simple, flat data structures, generic algorithms, unit testing (still in the works).
- its free and open.
Download (1.4MB)
Added: 2007-01-10 License: BSD License Price:
1019 downloads
PRICE 0.8.1
PRICE can open several image file formats and apply high-quality filters and other enhancements. more>>
PRICE can open several image file formats and apply high-quality filters and other enhancements. PRICE was written to support the authors research in image processing.
PRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
<<lessPRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
Download (0.15MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1089 downloads
DBToy 0.8.1
DBToy is a fuse-based filesystem for linux. more>>
DBToy is a fuse-based filesystem for linux. DBToy that lets you browse the contents of a relational database through a set of directories and xml files.
You will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of files with the tables definition and data.
You will find instruction on how to compile and use the module and the daemon in the readme file contained in the source distribution.
Playing with dbtoyfs
1) Make sure your rdbms server is running and reachable from your linux box, modprobe fuse kernel module.
2) run "dbtoy -u username -p password mountpoint" (dbtoy with no args shows help)
3) walk through you filesystem.
Each schema has its directory, containing one subdirectory for each table. Inside the dirs there is one file with the description of the datatypes and another with the data.
Ex.:
mountpoint
|
+------schema1
| ....
+------schemaN
|
+-----table1
| .....
+-----tableM
|
+-----data
+-----types
You can "cat mountpoint/schemaN/tableM/types" to see a description of the table, or look at the data. At the moment XML is the only output format.
If you feel lucky can play with the EXPERIMENTAL query file feature: "cat data?col=val" where col is a valid column name and val is a feasible value for col (and string must be quoted!)
<<lessYou will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of files with the tables definition and data.
You will find instruction on how to compile and use the module and the daemon in the readme file contained in the source distribution.
Playing with dbtoyfs
1) Make sure your rdbms server is running and reachable from your linux box, modprobe fuse kernel module.
2) run "dbtoy -u username -p password mountpoint" (dbtoy with no args shows help)
3) walk through you filesystem.
Each schema has its directory, containing one subdirectory for each table. Inside the dirs there is one file with the description of the datatypes and another with the data.
Ex.:
mountpoint
|
+------schema1
| ....
+------schemaN
|
+-----table1
| .....
+-----tableM
|
+-----data
+-----types
You can "cat mountpoint/schemaN/tableM/types" to see a description of the table, or look at the data. At the moment XML is the only output format.
If you feel lucky can play with the EXPERIMENTAL query file feature: "cat data?col=val" where col is a valid column name and val is a feasible value for col (and string must be quoted!)
Download (0.009MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
994 downloads
Opale 0.8.1
Opale is a very simple personal bank account manager for KDE and KOffice. more>>
Opale is a very simple personal bank account manager for KOffice and KDE.
<<less Download (0.15MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
804 downloads
NetPanzer 0.8.1
netPanzer is an online multiplayer tactical warfare game designed for FAST ACTION combat. more>>
NetPanzer project is an online multiplayer tactical warfare game designed for FAST ACTION combat. Gameplay concentrates on the core -- no resource management is needed.
The game is based on quick tactical action and unit management in real-time. Battles progress quickly and constantly as destroyed players respawn with a set of new units. Players can join or leave multiplayer games at any time.
Official netPanzer development got basically halted in 1999, since 2002 netPanzer is available under the GNU GPL and thus Free Software and a GNU/Linux port of netPanzer is ready.
Main features:
- netPanzer is a game designed to fit into the real-time tactical game genre. Its art is based on realistic environments and vehicles. Battle will heat up as players challenge for territory, and without the need for resource management battles will emerge swiftly.
Network:
- Features a scalable client/server network architecture.
- Support from 1 to 100 players over the Internet or on LAN systems depending on the network connection type and game configuration (single/multi dedicated server vs. server-player, max number of units per player and so forth).
- Players will be able to join or leave multiplayer games at any time.
Gameplay:
- Real-time action without the need to gather resources.
- Manually aim your units fire while they are moving to another location.
- Maps range in size from 10x13 to 64x85 640x480 size screens.
- Three modes of multiplayer combat; objective capture, frag limit, and time limit.
- Change screen resolutions on the fly to 640x480, 800x600 or 1024x768
- A customizable interface layout.
- MiniMap for quick viewing of the world.
Special Effects:
- Particle system explosions, muzzle shots, missile trails, etc.
- Dynamic, real-time lighting.
- Translucent particles and shadows.
Enhancements:
- Change default masterserver to netpanzer.dyndns.org
- Fix remote DOS when sending invalid frame number
- Fix gcc 4.1 compilation
- Make server handle clients more gracefully that drop during connect
<<lessThe game is based on quick tactical action and unit management in real-time. Battles progress quickly and constantly as destroyed players respawn with a set of new units. Players can join or leave multiplayer games at any time.
Official netPanzer development got basically halted in 1999, since 2002 netPanzer is available under the GNU GPL and thus Free Software and a GNU/Linux port of netPanzer is ready.
Main features:
- netPanzer is a game designed to fit into the real-time tactical game genre. Its art is based on realistic environments and vehicles. Battle will heat up as players challenge for territory, and without the need for resource management battles will emerge swiftly.
Network:
- Features a scalable client/server network architecture.
- Support from 1 to 100 players over the Internet or on LAN systems depending on the network connection type and game configuration (single/multi dedicated server vs. server-player, max number of units per player and so forth).
- Players will be able to join or leave multiplayer games at any time.
Gameplay:
- Real-time action without the need to gather resources.
- Manually aim your units fire while they are moving to another location.
- Maps range in size from 10x13 to 64x85 640x480 size screens.
- Three modes of multiplayer combat; objective capture, frag limit, and time limit.
- Change screen resolutions on the fly to 640x480, 800x600 or 1024x768
- A customizable interface layout.
- MiniMap for quick viewing of the world.
Special Effects:
- Particle system explosions, muzzle shots, missile trails, etc.
- Dynamic, real-time lighting.
- Translucent particles and shadows.
Enhancements:
- Change default masterserver to netpanzer.dyndns.org
- Fix remote DOS when sending invalid frame number
- Fix gcc 4.1 compilation
- Make server handle clients more gracefully that drop during connect
Download (10MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
983 downloads
PFconf 0.8.1
PFconf is a very simple script collection to ease working with naked packet filters. more>>
PFconf is a very simple script collection to ease working with "naked" packet filters.
Most ACLs (packet filters) dont work with "group" objects where one can list tables of IP addresses and networks for which one rule is applied. OpenBSDs "PF" is a exception from this rule.
So if you have three mail servers and 5 protocols (smpt, pop3, pop3s, imap, imaps) you will need to write 15 rules instead of one - and not forget a single permutation. With PFconf you only need one rule - and the script will take care of the necessary permutations.
These scripts are designed to be fairly simple, leave way room for comments (who ordered that, why is this rule here, etc) - and the usual quartett: small, efficient, portable and easy to use.
NAT handling and management scripts (when is a rule due for re-evaluation) will come soon. Target conversion for Cisco ACLs as well as for OpenBSDs PF will probably follow not far behind...
<<lessMost ACLs (packet filters) dont work with "group" objects where one can list tables of IP addresses and networks for which one rule is applied. OpenBSDs "PF" is a exception from this rule.
So if you have three mail servers and 5 protocols (smpt, pop3, pop3s, imap, imaps) you will need to write 15 rules instead of one - and not forget a single permutation. With PFconf you only need one rule - and the script will take care of the necessary permutations.
These scripts are designed to be fairly simple, leave way room for comments (who ordered that, why is this rule here, etc) - and the usual quartett: small, efficient, portable and easy to use.
NAT handling and management scripts (when is a rule due for re-evaluation) will come soon. Target conversion for Cisco ACLs as well as for OpenBSDs PF will probably follow not far behind...
Download (0.005MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
695 downloads
P4V Addins 0.8.1
P4V Addins adds functionality to the Perforce P4V/P4Win GUI clients. more>>
P4V Addins adds functionality to the Perforce P4V/P4Win GUI clients.
It adds the ability to create a populated label in one step, the ability to display the last change list in each label, the ability to checkout a file to a specific pending change list, and the ability to save a copy of a checked out file before synchronizing.
P4V Addins also includes a tool for working in Robert Cowhams "publish/catchup" system (http://robertcowham.com/blog/scm/p4_auto_merge.html).
Enhancements:
- This release added support for P4Vs new XML settings file.
<<lessIt adds the ability to create a populated label in one step, the ability to display the last change list in each label, the ability to checkout a file to a specific pending change list, and the ability to save a copy of a checked out file before synchronizing.
P4V Addins also includes a tool for working in Robert Cowhams "publish/catchup" system (http://robertcowham.com/blog/scm/p4_auto_merge.html).
Enhancements:
- This release added support for P4Vs new XML settings file.
Download (0.010MB)
Added: 2006-08-07 License: BSD License Price:
1178 downloads
ManEdit 0.8.1
ManEdit is a UNIX Manual (man, manpage) page editor, viewer, and browser. more>>
ManEdit is a UNIX manual page editor and viewer, it is designed specifically for the editing of the UNIX manual page format using an integrated XML interface.
Although some developers with more resources can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor is not up to that mountainous task. So to make UNIX documentation simpler, there is ManEdit!
Main features:
- XML Interface and Multiple Sectional Editing
- Instant preview feature and stand-alone viewer/browser
- Drag and Drop system and templates for easy mass production
- Multiple editors/viewers and multiple files loaded per editor for convient mass editing
<<lessAlthough some developers with more resources can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor is not up to that mountainous task. So to make UNIX documentation simpler, there is ManEdit!
Main features:
- XML Interface and Multiple Sectional Editing
- Instant preview feature and stand-alone viewer/browser
- Drag and Drop system and templates for easy mass production
- Multiple editors/viewers and multiple files loaded per editor for convient mass editing
Download (0.67MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
990 downloads
PlaySMS 0.8.1
PlaySMS is a flexible Web-based Mobile Portal System. more>>
PlaySMS is a flexible Web-based Mobile Portal System. PlaySMS can be made to fit to various services such as an SMS gateway, personal messaging systems, corporate and group communication tools.
Main features:
- Multiple database engine supported (using PEAR DB)
- Available for shared database usage (tables using its own prefix)
- Send SMS to single mobile phone (web2mobile)
- Send SMS broadcasted (bulk SMS) to a group of mobile phones (web2mobiles)
- Support sending flash and unicode message
- Receive private SMS to Inbox (mobile2web)
- Forward single SMS from mobile phone to a group of mobile phones (mobile2mobiles)
- SMS autoreply, for easy autoreplying formatted incoming SMS
- SMS board, forward received SMS to email,html and/or xml page
- SMS command, execute server side shell script using SMS
- SMS custom, forward incoming SMS to custom SMS application
- SMS poll, manage polling system using SMS
- Simple webservices for sending SMS and retrieving delivery reports (ws.php)
- Create your own gateway module other than Gnokii, Kannel or sms server Clickatell
- Easy webbased control panel
<<lessMain features:
- Multiple database engine supported (using PEAR DB)
- Available for shared database usage (tables using its own prefix)
- Send SMS to single mobile phone (web2mobile)
- Send SMS broadcasted (bulk SMS) to a group of mobile phones (web2mobiles)
- Support sending flash and unicode message
- Receive private SMS to Inbox (mobile2web)
- Forward single SMS from mobile phone to a group of mobile phones (mobile2mobiles)
- SMS autoreply, for easy autoreplying formatted incoming SMS
- SMS board, forward received SMS to email,html and/or xml page
- SMS command, execute server side shell script using SMS
- SMS custom, forward incoming SMS to custom SMS application
- SMS poll, manage polling system using SMS
- Simple webservices for sending SMS and retrieving delivery reports (ws.php)
- Create your own gateway module other than Gnokii, Kannel or sms server Clickatell
- Easy webbased control panel
Download (0.15MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1276 downloads
Easyval 0.8.1
Easyval is a very basic implementation of interval arithmetic, using hardware doubles as interval bounds. more>> <<less
Download (0.30MB)
Added: 2005-09-26 License: LGPL (GNU Lesser General Public License) Price:
1489 downloads
Download (0.77MB)
Added: 2005-04-22 License: Python License Price:
1648 downloads
Eiffel INET 0.8.1
Eiffel INET provides an Eiffel classes for writing IPV4 (TCP/UDP) servers and clients. more>>
Eiffel INET provides an Eiffel classes for writing IPV4 (TCP/UDP) servers and clients.
Eiffel INET is a set of Eiffel classes (written to be used with SmallEiffel) which allow writing TCP and UDP clients & servers. Programs written with Eiffel INET run in a single thread-less process that multiplexes several connections without blocking.
Supported compilers
The library has been widely used with SmallEiffel -0.77, SmartEiffel 1.0 y 1.1. It compiles (giving spurious warnings) with SmartEiffel 2.0, but it hasnt been tested in production. However, the demos run fine.
<<lessEiffel INET is a set of Eiffel classes (written to be used with SmallEiffel) which allow writing TCP and UDP clients & servers. Programs written with Eiffel INET run in a single thread-less process that multiplexes several connections without blocking.
Supported compilers
The library has been widely used with SmallEiffel -0.77, SmartEiffel 1.0 y 1.1. It compiles (giving spurious warnings) with SmartEiffel 2.0, but it hasnt been tested in production. However, the demos run fine.
Download (0.025MB)
Added: 2007-04-05 License: LGPL (GNU Lesser General Public License) Price:
932 downloads
Hinversi 0.8.1
Hinversi project is yet another implementation of Othello/Reversi. more>>
Hinversi project is yet another implementation of Othello/Reversi.
Hinversi is a implementation of Reversi (a.k.a. Othello), a board game in the style of Go.
It can support many frontends and backends, so you can select how clever your computer opponent is, and whether you like to play using the console or a GUI.
You can also let one AI engine play against another one.
Enhancements:
- The build process has been changed to also make without "check".
<<lessHinversi is a implementation of Reversi (a.k.a. Othello), a board game in the style of Go.
It can support many frontends and backends, so you can select how clever your computer opponent is, and whether you like to play using the console or a GUI.
You can also let one AI engine play against another one.
Enhancements:
- The build process has been changed to also make without "check".
Download (0.39MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
937 downloads
Pygments 0.8.1
Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis. more>>
Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.
Main features:
- a wide range of common languages and markup formats is supported
- special attention is paid to details that increase quality by a fair amount
- support for new languages and formats are added easily
- a number of output formats is available, presently HTML, RTF, LaTeX and ANSI sequences
- it is usable as a command-line tool and as a library
- ... and it highlights even Brainf*ck!
Enhancements:
- This release just contains some bugfixes from 0.8, no new features.
<<lessMain features:
- a wide range of common languages and markup formats is supported
- special attention is paid to details that increase quality by a fair amount
- support for new languages and formats are added easily
- a number of output formats is available, presently HTML, RTF, LaTeX and ANSI sequences
- it is usable as a command-line tool and as a library
- ... and it highlights even Brainf*ck!
Enhancements:
- This release just contains some bugfixes from 0.8, no new features.
Download (0.65MB)
Added: 2007-06-28 License: BSD License Price:
849 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 videolan 0.8.1 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