Main > Free Download Search >

Free still captures software for linux

still captures

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1809
Show Screen Captures 1.0

Show Screen Captures 1.0


Show Screen Captures is an extension which enables displaying screen captures of external links on a web page. more>>
Show Screen Captures is an extension which enables displaying screen captures of external links on a web page.

Displays screen captures of external links on a web page. Screen shots provided by openthumbshots.org.

A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.

Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
939 downloads
Test::Tester::Capture 0.103

Test::Tester::Capture 0.103


Test::Tester::Capture is a help testing test modules built with Test::Builder. more>>
Test::Tester::Capture is a help testing test modules built with Test::Builder.

This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything.

It also keeps track of its own set of test results so that you can use Test::Builder based modules to perform tests on other Test::Builder based modules.

<<less
Download (0.014MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1088 downloads
kbilliards 0.8.7

kbilliards 0.8.7


kbilliards is a funny billiards simulator game, under KDE, Linux. more>>
kbilliards is a funny billiards simulator game, under KDE, Linux.
This recreation game is a stable version and fully playable. However I am still looking forward to improving it.
Enhancements:
- one bug fixed
- minor graphic improvements
- initial support for "waf" building system
<<less
Download (2.0MB)
Added: 2006-06-04 License: GPL (GNU General Public License) Price:
1242 downloads
Still Yet Another Sokoban 2.0.1

Still Yet Another Sokoban 2.0.1


Still Yet Another Sokoban is an implementation of the popular Sokoban puzzle game. more>>
Sokoban was invented in Japan and the original program was written by Hiroyuki Imabayashi. Sokoban is copyright (c) 1982 Thinking Rabbit Inc. Japan.
"Sokoban" means "warehouse keeper" in Japanese; the goal of the game is to push all the crates into the designated crate positions.
The levels provided are not my own, they are public domain.
Main features:
- "Unlimited" undo
- Mouse controls + path finding
<<less
Download (0.25MB)
Added: 2007-07-30 License: BSD License Price:
819 downloads
VBA Express 1.2

VBA Express 1.2


VBA Express is a frontend for the very popular game emulator VisualBoyAdvance. more>>
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance.

Whats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!

Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).

<<less
Download (1.3MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1125 downloads
AstroSPACES 1.0

AstroSPACES 1.0


AstroSPACES is the worlds first open source PHP social networking solution. more>>
AstroSPACES project is the worlds first open source PHP social networking solution. While there are forks off AstroSPACES -- PHP-Spacester being the most popular -- AstroSPACES is still the leader in PHP social networking.

Designed to use the Smarty Template Engine, AstroSPACES is easily templatable. It features image galleries, private messaging, comments, and more. It is in active development, with a new release every few days.

<<less
Download (1.3MB)
Added: 2006-09-09 License: GPL (GNU General Public License) Price:
1140 downloads
Tuxlearnnotes 0.1

Tuxlearnnotes 0.1


Tuxlearnnotes is an educational music arcade game. more>>
Tuxlearnnotes is an educational music arcade game.

Tux Learn Notes is the open source voice controled educational arcade game. You will control tux with your musical instrument/ voice via the computer sound card or by midi and makes points when you hit the correct pitch.

(This game still in very early stages of deveploment)

<<less
Download (0.35MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 downloads
Tuxball 0.1

Tuxball 0.1


Tuxball is a simple basketball shooting game. more>>
Tuxball is a simple basketball shooting game.

A little C#/Cairo experiment and pretty much still is but it turn out to be pretty fun, imo. Main idea was to develop something like winhoops for Windows.

<<less
Download (0.015MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1166 downloads
Gzilla 0.3.4

Gzilla 0.3.4


Gzilla is a web browser written in the Gtk+ framework. more>>
Gzilla is a web browser written in the Gtk+ framework. Its still in early alpha, but it works well, withou problem till now.

<<less
Download (0.196MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1227 downloads
IO::Util 1.5

IO::Util 1.5


IO::Util is a selection of general-utility IO function. more>>
IO::Util is a selection of general-utility IO function.

SYNOPSIS

use IO::Util qw(capture slurp Tid Lid Uid load_mml);
capture()
# captures the selected filehandle
$output_ref = capture { any_printing_code() } ;
# now $$output_ref eq something

# captures FILEHANDLE
$output_ref = capture { any_special_printing_code() } *FILEHEANDLER ;

# append the output to $captured
capture { any_printing_code() } *FILEHEANDLER , $captured
# now $captured eq something

# use another class to tie the handler
use IO::Scalar ;
$IO::Util::TIE_HANDLE_CLASS = IO::Scalar
slurp()
$_ = /path/to/file ;
$content_ref = slurp ;
$content_ref = slurp /path/to/file ;
$content_ref = slurp *FILEHANDLE ;

# append the file content to $content
$_ = /path/to/file ;
slurp $content;
slurp /path/to/file, $content ;
slurp *FILEHANDLE, $content ;
Tid(), Lid(), Uid()
$temporarily_unique_id = Tid ; # Q9MU1N_NVRM
$locally_unique_id = Lid ; # 2MS_Q9MU1N_P5F6
$universally_unique_id = Uid ; # MGJFSBTK_2MS_Q9MU1N_PWES
A MML file (Minimal Markup Language)
< opt >
< !-- a multi line
comment-- >
< parA >
< optA >01< /optA >
< optA >02< /optA >
< optA >03< /optA >
< /parA >
< parB >
< optA >04< /optA >
< optA >05< /optA >
< optA >06< /optA >
< optB >
< key >any key< /key >
< /optB >
< /parB >
< /opt >
load_mml()
$struct = load_mml path/to/mml_file ;
$struct = load_mml $mml_string ;
$struct = load_mml *MMLFILE ;
$struct = load_mml ..., %options ;

# $struct = {
# parA => {
# optA => [
# 01,
# 02,
# 03
# ]
# },
# parB => {
# optA => [
# 04,
# 05,
# 06
# ],
# optB => {
# key => any key
# }
# }
# }

<<less
Download (0.014MB)
Added: 2006-09-12 License: Perl Artistic License Price:
1137 downloads
XHR Chat 1.0

XHR Chat 1.0


XHR Chat is a demonstration type chat script I wrote when experimenting with xmlHttpRequest. more>>
XHR Chat is a demonstration type chat script I wrote when experimenting with xmlHttpRequest. It never refreshes, keeps an infinite post log, and checks for new posts once a second.

XHR Chat will degrade gracefully if the browser doesnt support xmlHttpRequest, just so long it still has javascript enabled.

<<less
Download (0.003MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1326 downloads
Attal 1.0 RC1

Attal 1.0 RC1


Attal: Lords of Doom is a strategy game still in development. more>>
Attal: Lords of Doom is a strategy game still in development.

Its a turn-based strategy game, that can be played alone (against AI) or against other through a network (local or internet). Attal is available under Linux and Windows.

<<less
Download (2.1MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
866 downloads
tcpdump 3.9.7

tcpdump 3.9.7


tcpdump is a packet filtering library that works with libcap. more>>
tcpdump is a handy little library which provides a packet filtering mechanism based on the BSD packet filter (BPF).

Most notably, tcpdump needs this to work, and there is also a perl module (still in beta) which can use this as well. In plain english, if you want to write your own network traffic analyzer, this is the place to start.
<<less
Download (0.85MB)
Added: 2007-07-24 License: BSD License Price:
826 downloads
kollagame 0.1

kollagame 0.1


kollagame projects idea is to create a gamekit with a rapid development environment. more>>
kollagame is still much in the development phase, I am hoping by posting this, that I can get some help in developing this software.

kollagame projects idea is to create a gamekit with a rapid development environment. Most of the games that this gamekit will support are RPG since they are similar in design.

<<less
Download (0.63MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
ObsidianMusic 2.0.5.2

ObsidianMusic 2.0.5.2


ObsidianMusic is a web-based frontend for the Amarok audio player. more>>
ObsidianMusic is a web-based frontend for the Amarok audio player.
Its still the old amaroK Web Frontend but completely rewritten and with MUCH cleaner code.
I hope you enjoy this new version and I look forward to any feedback you might have.
Enhancements:
- Fixed a header problem in stream.php
<<less
Download (0.12MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1091 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5