capturix videospy 2006
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 182
Vector Visuals 2006.12.02
Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes. more>>
Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. The project features object embedding, dynamic connectors, and multithreaded task support.
Vector Visuals has been downloaded thousands of times, and is already in use in a variety of applications. A few that we know of are a business ontology viewer, a particle simulator, and a childrens e-book builder.
Enhancements:
- This release of is a combination of bugfixes and new features.
- Persistence delegates were added for all of the Vector Visuals objects.
- The examples were moved out into their own source folder.
- Additionally, the entire product is now licensed under a permissive "New BSD"-style license.
<<lessVector Visuals has been downloaded thousands of times, and is already in use in a variety of applications. A few that we know of are a business ontology viewer, a particle simulator, and a childrens e-book builder.
Enhancements:
- This release of is a combination of bugfixes and new features.
- Persistence delegates were added for all of the Vector Visuals objects.
- The examples were moved out into their own source folder.
- Additionally, the entire product is now licensed under a permissive "New BSD"-style license.
Download (0.039MB)
Added: 2006-12-03 License: BSD License Price:
1057 downloads
GNU/DOS 2006 SR1
GNU/DOS is a distribution of FreeDOS. more>>
GNU/DOS is a FreeDOS distribution.
Main features:
- Several core FreeDOS packages
- The DJGPP development environment with many GNU programs
- The Arachne Web browser and e-mail client
- The OpenGEM graphical user interface with many GEM programs
- The vim editor for developers
- The MTXE screen saver
- GPL, GPL with DJGPP exceptions, vim, Artistic License, Jason Hood License, and LGPL licensed source code for all of the above
GNU/DOS is very well suited for:
- Web and e-mail (no Java or other "plugins") through a dial-up modem (not a "Winmodem") or Ethernet connection
- Classic DOS and console UNIX applications and games
- Development (using the GNU Compiler Collection)
- And more!
Enhancements:
- This release features various updates, bugfixes, and new programs.
- Arachne 1.90 and vim 7.0 were included along with various DJGPP updates and a bootable CD installation option.
<<lessMain features:
- Several core FreeDOS packages
- The DJGPP development environment with many GNU programs
- The Arachne Web browser and e-mail client
- The OpenGEM graphical user interface with many GEM programs
- The vim editor for developers
- The MTXE screen saver
- GPL, GPL with DJGPP exceptions, vim, Artistic License, Jason Hood License, and LGPL licensed source code for all of the above
GNU/DOS is very well suited for:
- Web and e-mail (no Java or other "plugins") through a dial-up modem (not a "Winmodem") or Ethernet connection
- Classic DOS and console UNIX applications and games
- Development (using the GNU Compiler Collection)
- And more!
Enhancements:
- This release features various updates, bugfixes, and new programs.
- Arachne 1.90 and vim 7.0 were included along with various DJGPP updates and a bootable CD installation option.
Download (285.6MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1271 downloads
Mach64 video4linux2 2006-01-22
Mach64 video4linux2 is a video4linux device driver for older Mach64 TV tuner cards. more>>
Mach64 video4linux2 is a video4linux device driver for older Mach64 TV tuner cards.
Mach64 video4linux2 is very alpha, and has only been tested with a few cards: a 4 MB All-in-wonder capture card, a 2 MB ATI Rage II+ with an ISA add-on TV card, and an ATI Rage Pro video card with an ISA add-on TV card.
There are versions for 2.6.* and 2.4.* kernels.
Module Options:
debug (set the debug level)
disablev4l2 (disable all v4l2 functions)
disabledma (disable dma support)
disableinterlace (max resolution will be 640x240)
Note: when the height is less than or equal to 240 interlace is automatically turned off. (probably a bad idea but it makes better snapshots in xawtv that way)
halfwidth (cut max width in half 640 becomes 320)
forceromaddr (Force romaddr to 0x000C0000)
tunertype (0=pal, 1=ntsc, 2=secam, 3=pal nc, 4=pal m, 5= pal n, 6=ntsc jp) it will default to ntsc(1)
Example commands:
MPlayer 1.0
mplayer tv://50 -tv driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable -nofs
MPlayer 0.92
mplayer -tv on:driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable:channel=50 -nofs
FFmpeg (you need an external program to change the channel)
ffmpeg -vd /dev/video0 -ad /dev/dsp -r 29.97 -s 320x240 -acodec mp3 /tmp/test.avi
Notes:
Make sure your card has an irq assigned to it (there is a jumper on most cards that can enable/disable this)
If you have multiple video cards and the ATI card is not set as the primary card, you cannot load the module until X has enabled it. (Using kmod would be a good idea, it loads modules when you access the device)
Make sure you load the videodev module as well!
Whats missing
Support for other ATI cards (should be able to support anything the GATOS driver supports)
Audio chip stuff (volume, bass, treble for cards with audio chips) etc etc etc...
Known bugs
Can only capture from one card at a time. (hangs if you use more than one)
If your using kernel 2.4.* and it segfaults, the first thing you should do is update the video4linux header files videodev.h and videodev2.h you can get them from here http://bytesex.org/patches/
Does not work with mach64 DRI, my dma code assumes it has complete control.
Enhancements:
- This release adds DMA support for AMD-64 machines.
<<lessMach64 video4linux2 is very alpha, and has only been tested with a few cards: a 4 MB All-in-wonder capture card, a 2 MB ATI Rage II+ with an ISA add-on TV card, and an ATI Rage Pro video card with an ISA add-on TV card.
There are versions for 2.6.* and 2.4.* kernels.
Module Options:
debug (set the debug level)
disablev4l2 (disable all v4l2 functions)
disabledma (disable dma support)
disableinterlace (max resolution will be 640x240)
Note: when the height is less than or equal to 240 interlace is automatically turned off. (probably a bad idea but it makes better snapshots in xawtv that way)
halfwidth (cut max width in half 640 becomes 320)
forceromaddr (Force romaddr to 0x000C0000)
tunertype (0=pal, 1=ntsc, 2=secam, 3=pal nc, 4=pal m, 5= pal n, 6=ntsc jp) it will default to ntsc(1)
Example commands:
MPlayer 1.0
mplayer tv://50 -tv driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable -nofs
MPlayer 0.92
mplayer -tv on:driver=v4l:input=1:norm=ntsc:outfmt=yuy2:width=320:height=240:chanlist=us-cable:channel=50 -nofs
FFmpeg (you need an external program to change the channel)
ffmpeg -vd /dev/video0 -ad /dev/dsp -r 29.97 -s 320x240 -acodec mp3 /tmp/test.avi
Notes:
Make sure your card has an irq assigned to it (there is a jumper on most cards that can enable/disable this)
If you have multiple video cards and the ATI card is not set as the primary card, you cannot load the module until X has enabled it. (Using kmod would be a good idea, it loads modules when you access the device)
Make sure you load the videodev module as well!
Whats missing
Support for other ATI cards (should be able to support anything the GATOS driver supports)
Audio chip stuff (volume, bass, treble for cards with audio chips) etc etc etc...
Known bugs
Can only capture from one card at a time. (hangs if you use more than one)
If your using kernel 2.4.* and it segfaults, the first thing you should do is update the video4linux header files videodev.h and videodev2.h you can get them from here http://bytesex.org/patches/
Does not work with mach64 DRI, my dma code assumes it has complete control.
Enhancements:
- This release adds DMA support for AMD-64 machines.
Download (0.043MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1376 downloads
ramrip 2006-06-05
ramrip is a little script which wraps up mplayer / ffmpeg. more>>
ramrip is a little script which wraps up mplayer / ffmpeg. It downloads real video or real audio streams, and then encodes them. Video files are transcoded to mpeg format using ffmpeg. Audio-only streams can be encoded to ogg/vorbis, mp3 or wav formats.
Unlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!
Theres no manual page right now. Run the program with the -h option to see the following help:
Usage: ramrip [options] [basename]
Options:
-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])
EXAMPLES:
$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)
$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)
$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)
$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
<<lessUnlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!
Theres no manual page right now. Run the program with the -h option to see the following help:
Usage: ramrip [options] [basename]
Options:
-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])
EXAMPLES:
$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)
$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)
$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)
$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
Download (0.005MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
driveplugger 12-06-2006
driveplugger is a removable storage manager that safely puts control into the hands of the user. more>>
driveplugger is a removable storage manager that safely puts control into the hands of the user. driveplugger project makes devices such as USB drives, CDROMs, or any other removable media easy to use. The user can assign names to devices. Browsing, ejection, and other operations can be done through a tray icon.
How it Works
DrivePlugger uses the linux hotplug mechanism to pass information about plug/unplug events (and a secure tag) on to the user agent.
The user agent will then either ask the user what to do, or run an action previously chosen by the user. If the device is to be mounted, the user agent will run a suid script to add an entry to fstab, and then mount the drive under ~/Devices/< devicename >.
Through a tray icon, you can easily change user preferences and device settings, as well as unmount media or see (and kill) processes locking the media.
If youre a security expert, youre probably freaking out by now. Included in the package is a SECURITY file, detailing the risks associated with running DrivePlugger, as well as what Ive done to reduce them.
Enhancements:
- Fixed a bug where multiple group numbers were listed in fstab
- Corrected uid/gid entries for unsupporting filesystems
<<lessHow it Works
DrivePlugger uses the linux hotplug mechanism to pass information about plug/unplug events (and a secure tag) on to the user agent.
The user agent will then either ask the user what to do, or run an action previously chosen by the user. If the device is to be mounted, the user agent will run a suid script to add an entry to fstab, and then mount the drive under ~/Devices/< devicename >.
Through a tray icon, you can easily change user preferences and device settings, as well as unmount media or see (and kill) processes locking the media.
If youre a security expert, youre probably freaking out by now. Included in the package is a SECURITY file, detailing the risks associated with running DrivePlugger, as well as what Ive done to reduce them.
Enhancements:
- Fixed a bug where multiple group numbers were listed in fstab
- Corrected uid/gid entries for unsupporting filesystems
Download (0.023MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1051 downloads
Symphony OS 2006-12
Symphony is a distribution of GNU/Linux based on the Debian and KNOPPIX GNU/LINUX operating systems. more>>
Symphony is a distribution of GNU/Linux based on the Debian and KNOPPIX GNU/LINUX operating systems. Symphony will do things a bit differently than other Linux operating systems; making it easier to use and more intuitive than most existing distributions.
Package Management: Because Symphony is designed for the home or small business desktop user, Symphony can standardize the core installation. By doing this, Symphony, and third party developers can provide binary packages of applications which include any libraries not included in the base install.
Because those developing the packages can know for sure what software is in a Symphony OS box and what is not, they can build packages without worries of "Dependency Hell".
Orchestra Environment: Symphony will include a simple application toolkit which allows developers to create gui applications much as they would create perl cgi scripts. Using a slimmed down version of Mozilla for rendering and a localhost only httpd server, Orchestra provides all the tools needed to provide a GUI to your perl applications.
Orchestra will be used in Symphony in the package manager GUI, System Configuration tools and in other places. A complete tutorial for creating Orchestra/Perl applications will be published here as soon as the first Symphony Release candidate is released to the public.
Main features:
- Provide a simple way of installing applications with or without an internet connection avoiding "Dependency Hell".
- Provide a single graphical tool for installing deb packages, source packages, and Symphony binary packages.
- Develop and easy to use rapid application development environment (Orchestra) for creating simple GUI apps that are highly portable and easy to install.
- Provide users with an easy to use Desktop environment without using KDE or Gnome but rather with a lightweight window manager (icewm).
- Provide an easy to use installer in the form of a minimal livecd which loads an installer in a full GUI environment.
- Provide a repository of Symphony binary packages for end users.
<<lessPackage Management: Because Symphony is designed for the home or small business desktop user, Symphony can standardize the core installation. By doing this, Symphony, and third party developers can provide binary packages of applications which include any libraries not included in the base install.
Because those developing the packages can know for sure what software is in a Symphony OS box and what is not, they can build packages without worries of "Dependency Hell".
Orchestra Environment: Symphony will include a simple application toolkit which allows developers to create gui applications much as they would create perl cgi scripts. Using a slimmed down version of Mozilla for rendering and a localhost only httpd server, Orchestra provides all the tools needed to provide a GUI to your perl applications.
Orchestra will be used in Symphony in the package manager GUI, System Configuration tools and in other places. A complete tutorial for creating Orchestra/Perl applications will be published here as soon as the first Symphony Release candidate is released to the public.
Main features:
- Provide a simple way of installing applications with or without an internet connection avoiding "Dependency Hell".
- Provide a single graphical tool for installing deb packages, source packages, and Symphony binary packages.
- Develop and easy to use rapid application development environment (Orchestra) for creating simple GUI apps that are highly portable and easy to install.
- Provide users with an easy to use Desktop environment without using KDE or Gnome but rather with a lightweight window manager (icewm).
- Provide an easy to use installer in the form of a minimal livecd which loads an installer in a full GUI environment.
- Provide a repository of Symphony binary packages for end users.
Download (MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 downloads
KANOTIX 2006-01 RC4
KANOTIX is a Linux live CD based on Knoppix technology using Debian/sid. more>>
KANOTIX is a Linux live CD based on Knoppix technology using Debian/sid.
The included XFree86 is from Debian/experimental. The main specs are: GRUB based startup from CD, ACPI support, DMA default on, additional support for DSL modems (Fritz!Card DSL and Eagle USB), optimal for HD install (you get a working Debian/sid install in about 10 minutes!), kernel forcedeth (for nForce NIC), device mapper and some other patches.
Simply boot from CD and enjoy Linux. Some tools may request a root password. As none is set, you have to set one using "sudo passwd" or use "su" in konsole.
Whenever you execute something with root permissions, you should know what you are doing! For web surfing over LAN no root access is required. I am sure you can discover many things to do with it :)
Dont try to write to NTFS partitions using the standard NTFS driver included with the kernel, as its support for writing is very lacking - thus it could destroy the partition and the data in it.
There is a new Captive NTFS driver that does a better job at writing to NTFS, so use it instead. For FAT partitions you can enable write-access with the context menu (right mouse button).
You may not have the rights to modify Linux partitions, use the root mode in konsole if needed. Some links are not working in the menu - that is not my fault - the packages from Debian/sid are very new and may have some little bugs, but you can always use new releases.
<<lessThe included XFree86 is from Debian/experimental. The main specs are: GRUB based startup from CD, ACPI support, DMA default on, additional support for DSL modems (Fritz!Card DSL and Eagle USB), optimal for HD install (you get a working Debian/sid install in about 10 minutes!), kernel forcedeth (for nForce NIC), device mapper and some other patches.
Simply boot from CD and enjoy Linux. Some tools may request a root password. As none is set, you have to set one using "sudo passwd" or use "su" in konsole.
Whenever you execute something with root permissions, you should know what you are doing! For web surfing over LAN no root access is required. I am sure you can discover many things to do with it :)
Dont try to write to NTFS partitions using the standard NTFS driver included with the kernel, as its support for writing is very lacking - thus it could destroy the partition and the data in it.
There is a new Captive NTFS driver that does a better job at writing to NTFS, so use it instead. For FAT partitions you can enable write-access with the context menu (right mouse button).
You may not have the rights to modify Linux partitions, use the root mode in konsole if needed. Some links are not working in the menu - that is not my fault - the packages from Debian/sid are very new and may have some little bugs, but you can always use new releases.
Download (699MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
660 downloads
Linux+ Live 2006-01 Beta
Linux+ Live is a Fedora-based live DVD. more>>
Linux+ Live DVD is Live type of Linux distribution, based on Aurox Linux. The project is associated with Linux+ magazine and includes applications described in this magazine.
In our distro we are using rpm packages (Fedora Core ones).
Main features:
- usage of UnionFS;
- saving data and configuration on external device;
- support for TV cards (Video4Linux), including apps: KDETV, TVtime, Xawtv, Zapping and MythTV;
- develpment version of Anjuta 2.x with Glade 3.0;
- printing software CUPS, including apps: Mting, Kover, Mptool, HP Device Manager;
- RSS readers (Liferea, Blam);
- binary editor (Bless);
- document viewer (Envince);
- karaoke player (PyKaraoke) with examplary files and CDGtools;
- personal file indexing database (Kat);
- antivirus GUI (ClamTk);
- excelent games (Glest and Globulation2)
- and GRAMPS Genealogy System.
<<lessIn our distro we are using rpm packages (Fedora Core ones).
Main features:
- usage of UnionFS;
- saving data and configuration on external device;
- support for TV cards (Video4Linux), including apps: KDETV, TVtime, Xawtv, Zapping and MythTV;
- develpment version of Anjuta 2.x with Glade 3.0;
- printing software CUPS, including apps: Mting, Kover, Mptool, HP Device Manager;
- RSS readers (Liferea, Blam);
- binary editor (Bless);
- document viewer (Envince);
- karaoke player (PyKaraoke) with examplary files and CDGtools;
- personal file indexing database (Kat);
- antivirus GUI (ClamTk);
- excelent games (Glest and Globulation2)
- and GRAMPS Genealogy System.
Download (2280MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
819 downloads
XTrader 2006.05
XTrader is a stock chart and technical analysis program. more>>
XTrader is a stock chart and technical analysis application. A simple portfolio module is also included for keeping tracks of your investments.
Main features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
<<lessMain features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
Download (2.3MB)
Added: 2006-05-04 License: QPL (QT Public License) Price:
1274 downloads
Perforce 2006.2
Perforce is a software configuration management system. more>>
Perforce is a software configuration management system that is fast, robust, runs on over 50 platforms, and scales to over 1000 users on a single repository.
Perforce project supports atomic submits and works well over wide area networks, including the Internet.
Main features:
Server
- The Perforce Server, P4D, manages access to versioned files, tracks user operations and records all activity in a centralized database.
Command-Line Client
- The Perforce Command-Line Client, P4, is highly scriptable and available on more than 50 platforms.
Distributed Development
- The Perforce Proxy, P4P, offers caching technology to provide remote users with quicker response times and real-time access to project activity and status information.
Defect Tracking
- Perforces built-in defect tracking system provides basic management for change requests. Integrations with leading defect tracking systems are also available to support more sophisticated workflow.
Web Client
- The Perforce Web Client, P4Web, turns your web browser into a complete user interface to Perforce.
Graphical Tool Integrations
- The Perforce Plug-in for Graphical Tools, P4GT, gives artists seamless access to version control from within 3ds max, Maya, and Adobe Photoshop.
Merge Tool
- The Perforce Merge Tool, P4Merge, provides graphical three-way merging and side-by-side file comparisons. Perforce client applications can also be configured to work with third-party merge tools.
Reporting
- The Perforce Reporting System, P4Report, offers query and reporting capability. Reporting tools including Crystal Reports, Microsoft Access and Microsoft Excel access the Perforce database through an ODBC driver.
IDE Integrations
- Perforces integrations with popular IDEs provides users with direct access to SCM functionality. Integrations are available for Microsoft Visual Studio, Eclipse, JBuilder, and others.
Enhancements:
- Client workspaces have a new "SubmitOptions" field that allows users to specify how unchanged files should be handled on submit.
- "p4 submit" can also now detect files opened for branch/integrate that have been modified in the workspace.
- Submits can be up to 40% faster thanks to improvements in the database locking and buffering of the journal file.
- Several changes have been made to improve the management of remote depots, including better lock support and MaxScanRows/MaxResults support.
- The new MaxLockTime group property allows admins to limit the duration of locks held by members of the group.
<<lessPerforce project supports atomic submits and works well over wide area networks, including the Internet.
Main features:
Server
- The Perforce Server, P4D, manages access to versioned files, tracks user operations and records all activity in a centralized database.
Command-Line Client
- The Perforce Command-Line Client, P4, is highly scriptable and available on more than 50 platforms.
Distributed Development
- The Perforce Proxy, P4P, offers caching technology to provide remote users with quicker response times and real-time access to project activity and status information.
Defect Tracking
- Perforces built-in defect tracking system provides basic management for change requests. Integrations with leading defect tracking systems are also available to support more sophisticated workflow.
Web Client
- The Perforce Web Client, P4Web, turns your web browser into a complete user interface to Perforce.
Graphical Tool Integrations
- The Perforce Plug-in for Graphical Tools, P4GT, gives artists seamless access to version control from within 3ds max, Maya, and Adobe Photoshop.
Merge Tool
- The Perforce Merge Tool, P4Merge, provides graphical three-way merging and side-by-side file comparisons. Perforce client applications can also be configured to work with third-party merge tools.
Reporting
- The Perforce Reporting System, P4Report, offers query and reporting capability. Reporting tools including Crystal Reports, Microsoft Access and Microsoft Excel access the Perforce database through an ODBC driver.
IDE Integrations
- Perforces integrations with popular IDEs provides users with direct access to SCM functionality. Integrations are available for Microsoft Visual Studio, Eclipse, JBuilder, and others.
Enhancements:
- Client workspaces have a new "SubmitOptions" field that allows users to specify how unchanged files should be handled on submit.
- "p4 submit" can also now detect files opened for branch/integrate that have been modified in the workspace.
- Submits can be up to 40% faster thanks to improvements in the database locking and buffering of the journal file.
- Several changes have been made to improve the management of remote depots, including better lock support and MaxScanRows/MaxResults support.
- The new MaxLockTime group property allows admins to limit the duration of locks held by members of the group.
Download (MB)
Added: 2007-01-03 License: Free for non-commercial use Price:
1029 downloads
BeaFanatIX 2006.2 r3
BeaFanatIX is a mini Live CD Linux distribution. more>>
BeaFanatIX is a mini Live CD Linux distribution. It was originally a remaster of BeatrIX but now uses a more recent Ubuntu core (more on that below). BeatrIX itself is partly on an old version of Ubuntu, but makes heavy use of Knoppix technologies. The common ancestor of all these distributions is Debian.
Whats the catch? Youll get a fully functional desktop operating system running off a standard or a mini (3", 8cm) CD-ROM (or CD-RW). The only thing your computer needs to be capable of is booting from CD - most modern machines can do that without any problem. Apart from using it as a Live CD, you can also install it to your hard drive as an independent operating system, so if you like it, put it on your hard drive and enjoy enhanced speed, usability and efficiency!
BeaFanatIX inherits some very useful features from the distributions it is based on:
Knoppix has excellent hardware recognition and comes with a usable installation script.
Ubuntu is geared towards the desktop and ease of use.
Debian gives you access to a vast amount of software packages ready for immediate use.
BeatrIX is highly portable and has been optimised to run even on older and less potent hardware - thats why Bea* (BeatrIX or BeaFanatIX) may be the best way to revive an old computer sitting useless in a corner of your attic!
BeaFanatIX, true to its BeatrIX roots, has been optimised to enable even a less experienced user to have a working desktop within minutes - work with documents, surf the web and communicate over the internet. Weve chosen a slightly different approach, though: While slimming down the ISO image even further, weve integrated a number of useful software packages without sacrificing key functionality - and without exceeding the size limitations for a mini Live CD.
<<lessWhats the catch? Youll get a fully functional desktop operating system running off a standard or a mini (3", 8cm) CD-ROM (or CD-RW). The only thing your computer needs to be capable of is booting from CD - most modern machines can do that without any problem. Apart from using it as a Live CD, you can also install it to your hard drive as an independent operating system, so if you like it, put it on your hard drive and enjoy enhanced speed, usability and efficiency!
BeaFanatIX inherits some very useful features from the distributions it is based on:
Knoppix has excellent hardware recognition and comes with a usable installation script.
Ubuntu is geared towards the desktop and ease of use.
Debian gives you access to a vast amount of software packages ready for immediate use.
BeatrIX is highly portable and has been optimised to run even on older and less potent hardware - thats why Bea* (BeatrIX or BeaFanatIX) may be the best way to revive an old computer sitting useless in a corner of your attic!
BeaFanatIX, true to its BeatrIX roots, has been optimised to enable even a less experienced user to have a working desktop within minutes - work with documents, surf the web and communicate over the internet. Weve chosen a slightly different approach, though: While slimming down the ISO image even further, weve integrated a number of useful software packages without sacrificing key functionality - and without exceeding the size limitations for a mini Live CD.
Download (165MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
878 downloads
SuperCollider 3-06.08.2006
SuperCollider is a state of the art, realtime sound synthesis server. more>>
SuperCollider is a state of the art, realtime sound synthesis server as well as an interpreted Object Oriented language which is based on Smalltalk but with C language family syntax. The language functions as a network client to the sound synthesis server.
SuperCollider project was written by James McCartney over a period of many years. It is now an open source GPLd project maintained and developed by James and a few others.
There have been four different versions of SuperCollider. There is only one version which is still actively maintained, and that is SC3 for OS X and Linux.
<<lessSuperCollider project was written by James McCartney over a period of many years. It is now an open source GPLd project maintained and developed by James and a few others.
There have been four different versions of SuperCollider. There is only one version which is still actively maintained, and that is SC3 for OS X and Linux.
Download (5.5MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1176 downloads
Alba-Experiment 2006.04.06
Alba-Experiment is an implementation of Gentoo over Solaris or Portage for Solaris. more>>
Alba-Experiment is an implementation of Gentoo over Solaris or Portage for Solaris.
Alba-Experiment is not a simple package management system, but has the ambition to transform a Solaris system to a full GNU-based development, build, and desktop environment.
Known Issues
Stage1.5 Release 2006.04.06
* problem with zlib: /usr/lib/libz.so is a GNU ld script, it should be a link
<<lessAlba-Experiment is not a simple package management system, but has the ambition to transform a Solaris system to a full GNU-based development, build, and desktop environment.
Known Issues
Stage1.5 Release 2006.04.06
* problem with zlib: /usr/lib/libz.so is a GNU ld script, it should be a link
Download (0.16MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1293 downloads
Bestix 2006-04-05
Bestix is a Linux live CD. more>>
Bestix is a Linux live CD. Two features distinguish this system from others:
(1) A simple user interface
(2) Outstanding language support
Bestix includes the following popular programs, and not much more:
- OpenOffice.org
- Firefox
- VLC
- Gaim
- Skype
- XChat
The software dialog helps you to download additional software if you need it.
Bestix supports your native language:
- by including all current translations of OpenOffice.org.
- by including a large set of fonts and keyboards.
- with character input methods (scim) for Chinese / Japanese / Korean.
- with a simple menu to help you choose the region/language when you start the CD.
The level of support varies from language to language, ranging from full support (translations of Firefox and OpenOffice.org, perhaps with spell checking) to font and keyboard support, with no translations. To find the status for your language, click here.
<<less(1) A simple user interface
(2) Outstanding language support
Bestix includes the following popular programs, and not much more:
- OpenOffice.org
- Firefox
- VLC
- Gaim
- Skype
- XChat
The software dialog helps you to download additional software if you need it.
Bestix supports your native language:
- by including all current translations of OpenOffice.org.
- by including a large set of fonts and keyboards.
- with character input methods (scim) for Chinese / Japanese / Korean.
- with a simple menu to help you choose the region/language when you start the CD.
The level of support varies from language to language, ranging from full support (translations of Firefox and OpenOffice.org, perhaps with spell checking) to font and keyboard support, with no translations. To find the status for your language, click here.
Download (664.2MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1268 downloads
Kunzip 2006-11-14
Kunzip is a free (but not opensource) library for decompressing ZIP archives. more>>
Kunzip is a free (but not opensource) library for decompressing ZIP archives. Kunzip started out as a test program I wrote for decompressing .zip files through a command line program.
I eventually added hooks to make it a DLL that can be used from Windows programs. It is also possible to compile it for Unix (and Unix-like OSs such as Linux) as a .so library.
My plan for the kunzip.dll was to make it as simple to use as possible so it can even be used from VisualBasic or such. It should be fully compatible with zipfiles created by InfoZip, PkZip, and WinZip. You can download it from the link below and view the prototypes for different languages that can call kunzip.dll.
I originally started this code to be able to decompress (and maybe even compress) PNG graphic files. Since this is the same algorithm used in gzip and zip (WinZip, InfoZip, etc), I decided to make it work with .zip files instead. Unfortunately, all the specs I had for this compression were for PNG and Zip is slightly different, so I had some problems getting it working :).
My first version kunzip (which built the huffman tables using arrays instead of trees and did a lot of fseeking) ran painfully slow, but my latest version runs quite well. One interesting thing I found, when I did static huffman decompression for TIFF, I did it using lookup tables instead of trees. This actually ran very fast, altho Im not sure of the speed difference if I used trees instead. On this project, I started out doing all 3 huffman sets using lookup tables.
After I saw how slow it ran, I switched the length huffman codes to a tree and the decompression ran almost double the speed. When I changed the distance huffman codes to trees, the decompression slowed down by a few seconds. So I left length/distance huffman codes as trees and kept the first huffman codes as lookup tables. I may try and improve on the speed even more later.
Not only can you download the source code which can be compiled on both Unix/Linux and Windows, but Ive also included a Windows DLL I built for doing unzipping. I think it is quite easy to use, so if you need an unzip library for Windows, feel free to use this (feel free to make a donation to my PayPal account too if you like.
Btw, this code was written to be compiled on Unix (Linux,FreeBSD,etc) systems. If you want to build the DLL, you can download the source code and type: make dll. The mingw C compiler needs to be used. Im 99% sure I did some things that dont work in Visual C++. I may make it compile to a Unix shared lib too for fun.
The original May 6, 2005 version of kunzip decompresses a 120meg file in about 3min40sec on my AMD Athlon XP box. Since then, I put some major optomizations in and it now decompresses the same file in 20 seconds.
Enhancements:
- The license has been changed to the LGPL.
<<lessI eventually added hooks to make it a DLL that can be used from Windows programs. It is also possible to compile it for Unix (and Unix-like OSs such as Linux) as a .so library.
My plan for the kunzip.dll was to make it as simple to use as possible so it can even be used from VisualBasic or such. It should be fully compatible with zipfiles created by InfoZip, PkZip, and WinZip. You can download it from the link below and view the prototypes for different languages that can call kunzip.dll.
I originally started this code to be able to decompress (and maybe even compress) PNG graphic files. Since this is the same algorithm used in gzip and zip (WinZip, InfoZip, etc), I decided to make it work with .zip files instead. Unfortunately, all the specs I had for this compression were for PNG and Zip is slightly different, so I had some problems getting it working :).
My first version kunzip (which built the huffman tables using arrays instead of trees and did a lot of fseeking) ran painfully slow, but my latest version runs quite well. One interesting thing I found, when I did static huffman decompression for TIFF, I did it using lookup tables instead of trees. This actually ran very fast, altho Im not sure of the speed difference if I used trees instead. On this project, I started out doing all 3 huffman sets using lookup tables.
After I saw how slow it ran, I switched the length huffman codes to a tree and the decompression ran almost double the speed. When I changed the distance huffman codes to trees, the decompression slowed down by a few seconds. So I left length/distance huffman codes as trees and kept the first huffman codes as lookup tables. I may try and improve on the speed even more later.
Not only can you download the source code which can be compiled on both Unix/Linux and Windows, but Ive also included a Windows DLL I built for doing unzipping. I think it is quite easy to use, so if you need an unzip library for Windows, feel free to use this (feel free to make a donation to my PayPal account too if you like.
Btw, this code was written to be compiled on Unix (Linux,FreeBSD,etc) systems. If you want to build the DLL, you can download the source code and type: make dll. The mingw C compiler needs to be used. Im 99% sure I did some things that dont work in Visual C++. I may make it compile to a Unix shared lib too for fun.
The original May 6, 2005 version of kunzip decompresses a 120meg file in about 3min40sec on my AMD Athlon XP box. Since then, I put some major optomizations in and it now decompresses the same file in 20 seconds.
Enhancements:
- The license has been changed to the LGPL.
Download (0.013MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1076 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 capturix videospy 2006 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