xcplay 0.3.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
xcplay 0.3.6
xcplay is an ncurses interface to XMMS. more>>
xcplay is a XMMS plugin which acts like an ncurses interface to XMMS. The UI is a clone of cplay, but using XMMS as a backend instead of console players, running either as a GUI-stripped daemon or on a virtual X server (Xvfb).
Advantages over cplay include seeking for many more formats, detachment, unlimited instances, and console player independence.
<<lessAdvantages over cplay include seeking for many more formats, detachment, unlimited instances, and console player independence.
Download (0.016MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1290 downloads
XcplayC 0.02
XcplayC is a text-GUI for XMMS based on xcplay. more>>
XcplayC is an ncurses-based GUI for XMMS, based on xcplay.
It is useful if you wish to control and XMMS process when you dont have access to the X11 GUI.
<<lessIt is useful if you wish to control and XMMS process when you dont have access to the X11 GUI.
Download (0.017MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
GEXEC 0.3.6
GEXEC is a scalable cluster remote execution system which provides fast, RSA authenticated remote execution. more>>
GEXEC is a scalable cluster remote execution system which provides fast, RSA authenticated remote execution of parallel and distributed jobs.
It provides transparent forwarding of stdin, stdout, stderr, and signals to and from remote processes, provides local environment propagation, and is designed to be robust and to scale to systems over 1000 nodes. Internally, GEXEC operates by building an n-ary tree of TCP sockets and threads between gexec daemons and propagating control information up and down the tree. By using hierarchical control, GEXEC distributes both the work and resource usage associated with massive amounts of parallelism across multiple nodes, thereby eliminating problems associated with single node resource limits (e.g., limits on the number of file descriptors on front-end nodes). The initial release of the software is made of a daemon, a client program, and a library that provides programmatic interface to the GEXEC system.
Enhancements:
- Modified xinetd file to set LD_ASSUME_KERNEL="2.2.5" to deal with LinuxThreads not implementing all POSIX cancellation points
- Modified gexec.spec.in to use a build root so RedHat 9s broken version of rpmbuild builds without the infamous "getOutputFrom(): Broken pipe" error.
<<lessIt provides transparent forwarding of stdin, stdout, stderr, and signals to and from remote processes, provides local environment propagation, and is designed to be robust and to scale to systems over 1000 nodes. Internally, GEXEC operates by building an n-ary tree of TCP sockets and threads between gexec daemons and propagating control information up and down the tree. By using hierarchical control, GEXEC distributes both the work and resource usage associated with massive amounts of parallelism across multiple nodes, thereby eliminating problems associated with single node resource limits (e.g., limits on the number of file descriptors on front-end nodes). The initial release of the software is made of a daemon, a client program, and a library that provides programmatic interface to the GEXEC system.
Enhancements:
- Modified xinetd file to set LD_ASSUME_KERNEL="2.2.5" to deal with LinuxThreads not implementing all POSIX cancellation points
- Modified gexec.spec.in to use a build root so RedHat 9s broken version of rpmbuild builds without the infamous "getOutputFrom(): Broken pipe" error.
Download (0.11MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
KTechlab 0.3.6
KTechlab is an IDE for microcontrollers and electronic circuits. more>>
KTechlab is a development and simulation environment for microcontrollers and electronic circuits, distributed under the GNU General Public License.
KTechlab consists of several well-integrated components:
- A circuit simulator, capable of simulating logic, linear devices and some nonlinear devices.
- Integration with gpsim, allowing PICs to be simulated in circuit.
- A schematic editor, which provides a rich real-time feedback of the simulation.
- A flowchart editor, allowing PIC programs to be constructed visually.
- MicroBASIC; a BASIC-like compiler for PICs, written as a companion program to KTechlab.
- An embedded Kate part, which provides a powerful editor for PIC programs.
- Integrated assembler and disassembler via gpasm and gpdasm.
Main features:
- Electronic Simulation
- PIC Simulation
- Logic Simulation
- Supported Components
- Programming
- MicroBASIC
- FlowCode
- Assembly
<<lessKTechlab consists of several well-integrated components:
- A circuit simulator, capable of simulating logic, linear devices and some nonlinear devices.
- Integration with gpsim, allowing PICs to be simulated in circuit.
- A schematic editor, which provides a rich real-time feedback of the simulation.
- A flowchart editor, allowing PIC programs to be constructed visually.
- MicroBASIC; a BASIC-like compiler for PICs, written as a companion program to KTechlab.
- An embedded Kate part, which provides a powerful editor for PIC programs.
- Integrated assembler and disassembler via gpasm and gpdasm.
Main features:
- Electronic Simulation
- PIC Simulation
- Logic Simulation
- Supported Components
- Programming
- MicroBASIC
- FlowCode
- Assembly
Download (MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
931 downloads
ccGO 0.3.6.2
ccGo is a program allows you to play GO with gnuGo on your computer or with other players on the IGS on the internet. more>>
ccGo project allows you to play GO with gnuGo on your computer or with other players on the IGS on the internet.
Main features:
- low bandwidth IGS client (works fine in quiet mode)
- GMP support, to play go with gnugo
- SGF Go game record editor, works with format version FF4
- written in C++ using gtkmm-2.0
- picture board and stone images support
- auto detect and display Chinese, Japanese characters
<<lessMain features:
- low bandwidth IGS client (works fine in quiet mode)
- GMP support, to play go with gnugo
- SGF Go game record editor, works with format version FF4
- written in C++ using gtkmm-2.0
- picture board and stone images support
- auto detect and display Chinese, Japanese characters
Download (0.52MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
OpenDDPT 0.3.6
Founds optimal constrainted parameters of a discrete controls. more>>
OpenDiscreteDynamicProgrammingTemplate project founds optimal constrainted parameters of a discrete controls with second order optimization template replacing Hessian with directional derivatives and backpropagation for digital filter(as neural network).
<<less Download (2.1MB)
Added: 2006-10-20 License: Freeware Price:
1100 downloads
Firebolt 0.3.6
Firebolt is a network protocol oriented library. more>>
Firebolt is a network protocol oriented library.
Our goal is to create a simple and well designed object oriented network library. We started this effort by being ourselves in the game developers position and facing the problem of lack of abstract enough libraries.
We dont want to make another socket abstraction framework we want to make a high level library that will be used to implement any protocol design you can think of. You can forget of socket details. Just design your server/client protocol and implement the states and events that the server and client will use. Then put your protocol logic into each state, define the possible transitions from state to state and thats it.
Among other features we will try putting our best design efforts in creating wraper code that will be used to minimize the effort to use Firebolt library in your already existing game project. It will blend with your games event system and transparently transport your game events over the network. Lets hope that we make it this far.
Also mysql server support will be available by Firebolt since databases are vital for modern online games.
Of course nothing can prevent use of Firebolt in non-game applications also, so dont worry.
<<lessOur goal is to create a simple and well designed object oriented network library. We started this effort by being ourselves in the game developers position and facing the problem of lack of abstract enough libraries.
We dont want to make another socket abstraction framework we want to make a high level library that will be used to implement any protocol design you can think of. You can forget of socket details. Just design your server/client protocol and implement the states and events that the server and client will use. Then put your protocol logic into each state, define the possible transitions from state to state and thats it.
Among other features we will try putting our best design efforts in creating wraper code that will be used to minimize the effort to use Firebolt library in your already existing game project. It will blend with your games event system and transparently transport your game events over the network. Lets hope that we make it this far.
Also mysql server support will be available by Firebolt since databases are vital for modern online games.
Of course nothing can prevent use of Firebolt in non-game applications also, so dont worry.
Download (0.099MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1079 downloads
mod_caml 1.3.6
mod_caml is a set of Objective CAML (OCaml) bindings for the Apache API. more>>
mod_caml is a set of Objective CAML (OCaml) bindings for the Apache API. mod_caml allows you to run CGI scripts written in OCaml directly inside the Apache webserver. However, it is much much more than just that:
- Bind to any part of the Apache request cycle.
- Read and modify internal Apache structures.
- Share modules of code between handlers and scripts.
- CGI library and templating system (allows separation of code and presentation).
- Works with Apache 1.3 and Apache 2.0 [see note below].
- DBI library for simple database access.
- DBI library can use Perl DBDs (database drivers) [requires Perl4Caml >= 0.3.6].
<<less- Bind to any part of the Apache request cycle.
- Read and modify internal Apache structures.
- Share modules of code between handlers and scripts.
- CGI library and templating system (allows separation of code and presentation).
- Works with Apache 1.3 and Apache 2.0 [see note below].
- DBI library for simple database access.
- DBI library can use Perl DBDs (database drivers) [requires Perl4Caml >= 0.3.6].
Download (0.070MB)
Added: 2006-05-23 License: LGPL (GNU Lesser General Public License) Price:
1249 downloads
MeasureIt 0.3.6
MeasureIt is a Firefox extension that can draw out a ruler to get the pixel width and height of any elements on a webpage. more>> <<less
Download (0.020MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
911 downloads
Frameworks 0.3.6
Frameworks is stop-motion animation frame capture software primarily for Linux. more>>
Frameworks is stop-motion animation frame capture software primarily for Linux. It captures images from a camera and strings them together into an animation.
These still images may then be combined into a single video file using other software. Only video4linux webcams are currently supported; work is being done to add other types of digital cameras including IEEE 1394 camcorders, and USB still cameras. Frameworks is designed to be easily used alongside the GIMP Animation Package (GAP).
Frameworks began as an extension of gqcam, though it no longer shares any code with gqcam. Frameworks is free software (and therefore open source) licensed under the GNU GPL. Without gqcam being free software, Frameworks would not exist.
Main features:
- Frame averaging: The averaging together of multiple frames to reduce random noise in the captured image.
- Frame overlay or onion skinning: Overlaying previous frames ontop of the live display to assist with positioning of objects during animation.
- Continuous preview: Preview the previous few seconds of animation, ending with the live feed from the webcam to assist with object positioning.
<<lessThese still images may then be combined into a single video file using other software. Only video4linux webcams are currently supported; work is being done to add other types of digital cameras including IEEE 1394 camcorders, and USB still cameras. Frameworks is designed to be easily used alongside the GIMP Animation Package (GAP).
Frameworks began as an extension of gqcam, though it no longer shares any code with gqcam. Frameworks is free software (and therefore open source) licensed under the GNU GPL. Without gqcam being free software, Frameworks would not exist.
Main features:
- Frame averaging: The averaging together of multiple frames to reduce random noise in the captured image.
- Frame overlay or onion skinning: Overlaying previous frames ontop of the live display to assist with positioning of objects during animation.
- Continuous preview: Preview the previous few seconds of animation, ending with the live feed from the webcam to assist with object positioning.
Download (0.12MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1369 downloads
Laptop-Hotswap 0.3.6
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<lessI think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
recordMyDesktop 0.3.6
recordMyDesktop is a program that captures audio and video data from a Linux desktop session. more>>
recordMyDesktop is a program that captures audio and video data from a Linux desktop session, producing an Ogg-encapsulated Theora-Vorbis file.
recordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
<<lessrecordMyDesktops main goal is to be as unobstrusive as possible by proccessing only regions of the screen that have changed.
Installation:
To compile the program you have to go through the regular drill:
~$ gzip -d recordmydesktop-x.y.z.tar.gz
~$ tar -x recordmydesktop-x.y.z.tar
~$ cd recordmydesktop-x.y.z
~$ ./configure
~$ make
~$ sudo make install
You will need the development headers for the following:
alsa (libasound)
X
libXext
libXdamage
libogg
libvorbis
libtheora
As well the regular headers, plus the ones for pthreads (both of which you should have if you have compiled anything else before).
Of the above, the most likely to be missing are probably those of libXdamage and libtheora but any recent linux distribution should offer an easy way to get them.
Enhancements:
- Corrected segmentation fault when recording non-fullscreen areas, using the
- full-shots mode(i.e. no Xdamage)
- Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
- especially when compiled with -fstack-protector)
- Removed the need for Xdamage to be present even when it is not used.
- Added follow-mouse option(i.e. capture area tracks the mouse cursor).
Download (0.14MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
824 downloads
Boothbox LiveCD 0.3.6
Booth originally started as a collection of scripts to facilitate the creation of Firefox kiosks. more>>
Booth originally started as a collection of scripts to facilitate the creation of Firefox kiosks.
At the current time I have decided to focus my efforts on the livecd that incorporates these scripts.
I would recommend anyone interested in setting up a kiosk to try the livecd before looking at the scripts on the sourceforge webiste.
I have ported the scripts over to Damn Small Linux. The new iso image is 75 MB in size.
Note that this does not currently contain java support.
Main features:
- Set homepage and throbber url
- Create a whitelist of allowed hosts
- Custom locked down Firefox UI for kiosks
- Fullscreen kiosk mode
- Printing support via CUPS
- Collect usage statistics and have them emailed to you
- Firewalled to only allow web traffic
- Locked down guest account for public usage
- Automatic screensaver activation and kiosk reset
- Firefox respawns after being killed
- Slideshow mode
<<lessAt the current time I have decided to focus my efforts on the livecd that incorporates these scripts.
I would recommend anyone interested in setting up a kiosk to try the livecd before looking at the scripts on the sourceforge webiste.
I have ported the scripts over to Damn Small Linux. The new iso image is 75 MB in size.
Note that this does not currently contain java support.
Main features:
- Set homepage and throbber url
- Create a whitelist of allowed hosts
- Custom locked down Firefox UI for kiosks
- Fullscreen kiosk mode
- Printing support via CUPS
- Collect usage statistics and have them emailed to you
- Firewalled to only allow web traffic
- Locked down guest account for public usage
- Automatic screensaver activation and kiosk reset
- Firefox respawns after being killed
- Slideshow mode
Download (75MB)
Added: 2005-11-05 License: GPL (GNU General Public License) Price:
1455 downloads
Bash Blogger 0.3.6
Bash Blogger is a shell script that generates CSS styled XHTML 1.1 static Web pages. more>>
Bash Blogger is a shell script that generates CSS styled XHTML 1.1 static Web pages.
Keeping up a website is basically just adding new content and a bunch of small repetitive tasks, e.g. updating the archives, updating the front page, etc. Bash scripting is good for automating repetitive tasks, so this works out pretty well.
Why program in the shell instead of (Perl, Python, etc)?
You may not have Perl, PHP or any number of the other scripting languages available on your hosting provider. Its a fairly safe bet that if you have shell access to your account, you can use Bash Blogger.
Enhancements:
- This release adds pingservices to notify technorati, blo.gs, etc. when a site is updated.
- It adds pingback support (autodiscovery and XML-RPC posting of pingback).
- User templates are now fully exposed.
- The default templates have been changed from XHTML 1.1 to HTML5 as per WHATWG recommendations.
- An ispell/aspell spellcheck menu option has been added.
- The welcome message code has been replaced with functions to make articles "sticky".
<<lessKeeping up a website is basically just adding new content and a bunch of small repetitive tasks, e.g. updating the archives, updating the front page, etc. Bash scripting is good for automating repetitive tasks, so this works out pretty well.
Why program in the shell instead of (Perl, Python, etc)?
You may not have Perl, PHP or any number of the other scripting languages available on your hosting provider. Its a fairly safe bet that if you have shell access to your account, you can use Bash Blogger.
Enhancements:
- This release adds pingservices to notify technorati, blo.gs, etc. when a site is updated.
- It adds pingback support (autodiscovery and XML-RPC posting of pingback).
- User templates are now fully exposed.
- The default templates have been changed from XHTML 1.1 to HTML5 as per WHATWG recommendations.
- An ispell/aspell spellcheck menu option has been added.
- The welcome message code has been replaced with functions to make articles "sticky".
Download (0.032MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
822 downloads
KSimus 0.3.6-2
KSimus project is a KDE tool for simulation and visualization of technical processes. more>>
KSimus project is a KDE tool for simulation and visualization of technical processes.
It is also useful for education and experiments in the scope of logical and automatic control circuits.
The main feature of KSimus is the use of component libraries (packages) which makes extending KSimus easy for developers.
Main features:
- Additional components can be distribute with separate packages.
- KSimus knows two kinds of notations:
- The Schematic shows all components.
- The User Interface shows only the UI components.
- The connections between the components are routed automatically.
- The UI components can contain and manage QT and KDE widgets.
- KSimus supports user defined modules.
- KSimus has some debug features.
- KSimus is GPL.
Enhancements:
- Fix: One more bug with Impicit Converters and Modules. Thanks Tilli for the bug report!
- Fix: Copy/Past-Bug in KDE3 version
- Fix: Misspellings in german translation
- Fix: Some ImpicitConverter was delete during circuit setup
<<lessIt is also useful for education and experiments in the scope of logical and automatic control circuits.
The main feature of KSimus is the use of component libraries (packages) which makes extending KSimus easy for developers.
Main features:
- Additional components can be distribute with separate packages.
- KSimus knows two kinds of notations:
- The Schematic shows all components.
- The User Interface shows only the UI components.
- The connections between the components are routed automatically.
- The UI components can contain and manage QT and KDE widgets.
- KSimus supports user defined modules.
- KSimus has some debug features.
- KSimus is GPL.
Enhancements:
- Fix: One more bug with Impicit Converters and Modules. Thanks Tilli for the bug report!
- Fix: Copy/Past-Bug in KDE3 version
- Fix: Misspellings in german translation
- Fix: Some ImpicitConverter was delete during circuit setup
Download (1.3MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1110 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 xcplay 0.3.6 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