Main > Free Download Search >

Free from the context software for linux

from the context

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 789
conTEXT 2k

conTEXT 2k


conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box. more>>
conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box into the context browser.
I hope you dont expect too much of a script thats named almost like a tab in amaroK but there already are some ideas to extend its functionality...
Usage:
Scrolling: Left-click an arrow to speed up. Right-click to jump a page up/down. You can also use standard konqueror controls: Shift+ArrowKeys for scrolling, Alt+Mousewheel for horizontal scrolling, Ctrl+Mousewheel for zooming.
Drag the lower box border to resize the box, drag the box header to change its position.
Enhancements:
- fixed fast scrolling for new khtml versions; fixed playlouder.com; fixed rollingstone display; fixed plattentests.de referenzen
<<less
Download (0.057MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
1496 downloads
Inspect Context 0.3

Inspect Context 0.3


Inspect Context is an extension which provides an open Dom Inspector at this node from Inspect on context menu. more>>
Inspect Context is an extension which provides an open Dom Inspector at this node from Inspect on context menu.

Open Dom Inspector at this node from Inspect on context menu. Dom Inspector must already be installed.

Handy for checking both page for web developers and chrome for extension developers.

<<less
Download (0.001MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
938 downloads
Perl6::Contexts 0.4

Perl6::Contexts 0.4


Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context. more>>
Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments.

SYNOPSIS

my @foo = ( 1 .. 20 );
my $foo = @foo; # same as: my $foo = @foo;
my $foo = 0 + @foo; # unchanged - length of @foo
$obj->some_method(10, 20, @foo); # same as: $obj->some_method(10, 20, @foo);
some_function(10, 20, @foo); # same as: some_function(10, 20, @foo);

Perl6::Contexts makes Perl 5 behave more like Perl 6 with regard to the array and hash variables as used as arguments to operators, method calls, and functions.

This module doesnt add new syntax -- it merely changes the meaning of existing syntax. Using this module to make Perl 5 more like Perl 6 wont go very far towards writing Perl 5 that will run under Perl 6 but it will help you get used to some of the changes.

To run legacy Perl 5 along side Perl 6, check out PONIE or Inline::Pugs.

<<less
Download (0.017MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
Tk::ContextHelp 0.10

Tk::ContextHelp 0.10


Tk::ContextHelp is a context-sensitive help with perl/Tk. more>>
Tk::ContextHelp is a context-sensitive help with perl/Tk.

SYNOPSIS

use Tk::ContextHelp;

$ch = $top->ContextHelp;
$ch->attach($widget, -msg => ...);

$ch->HelpButton($top)->pack;

$ch2 = $top->ContextHelp(-podfile => "perlfaq");
$ch2->attach($widget2, -pod => description);

ContextHelp provides a context-sensitive help system. By activating the help system (either by clicking on a HelpButton or calling the activate method, the cursor changes to a left pointer with a question mark and the user may click on any widget in the window to get a help message or jump to the corresponding pod entry.

<<less
Download (0.010MB)
Added: 2006-10-28 License: Perl Artistic License Price:
1091 downloads
App::Context 0.964

App::Context 0.964


App::Context is an application framework for web applications, command-line programs, server programs, and web services. more>>
App::Context is an application framework for web applications, command-line programs, server programs, and web services.

This is the App-Context distribution.

For more information, see the web pages at

http://www.officevision.com/pub/App-Context

The mailing list is described at

http://p5ee.perl.org/mailinglist/

http://lists.perl.org/showlist.cgi?name=p5ee

HOW DO I INSTALL IT?

To install this module, cd to the directory that contains this README file and type the following:

perl Makefile.PL
make
make test
make install
<<less
Download (0.12MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
DocBook to LaTeX/ConTeXt Publishing 0.2.6

DocBook to LaTeX/ConTeXt Publishing 0.2.6


DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. more>>
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. Both instances are intended to produce DVI, PostScript, PDF documents from DocBook SGML or XML sources, by converting first to a high level set of TeX macros.

Even if close, each instance is provided as an independent package and works alone. The available instances are:

dblatex

Publishing is done by using LaTeX.

dbcontext

Publishing is done by using ConTeXt.
<<less
Download (0.64MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
Themis Action Editor 1.0 Beta 4

Themis Action Editor 1.0 Beta 4


Themis Action Editor is a small application for the KDE Desktop which allows you to edit context menu entries. more>>
Themis Action Editor is a small application for the KDE Desktop which allows you to edit context menu entries in a simple way.
For running Themis the following libraries and programs are needed:
Ruby Interpreter, tested with version 1.8
Korundum KDE/Ruby bindings
Enhancements:
- Fixed search bug introduced in beta 2.
- Fixed naming collision of class Config with ruby gems package.
<<less
Download (0.081MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Buy it online 0.9

Buy it online 0.9


Buy it online allows you to buy a product online through the context menu. more>>
Buy it online allows you to buy a product online through the context menu.

Highlight a name of a product on a web page, right click the mouse, and choose Buy it online menu item, to see the list of on-line offerings of this product.

No annoying shopping toolbars, just select and click. No affiliation with shopping vendors.

<<less
Download (0.072MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
956 downloads
Contextual::Return 0.1.0

Contextual::Return 0.1.0


Contextual::Return is a Perl module to create context-senstive return values. more>>
Contextual::Return is a Perl module to create context-senstive return values.

SYNOPSIS

use Contextual::Return;
use Carp;

sub foo {
return
SCALAR { thirty-twelve }
BOOL { 1 }
NUM { 7*6 }
STR { forty-two }

LIST { 1,2,3 }

HASHREF { {name => foo, value => 99} }
ARRAYREF { [3,2,1] }

GLOBREF { *STDOUT }
CODEREF { croak "Dont use this result as code!"; }
;
}

# and later...

if (my $foo = foo()) {
for my $count (1..$foo) {
print "$count: $foo is:n"
. " array: @{$foo}n"
. " hash: $foo->{name} => $foo->{value}n"
;
}
print {$foo} $foo->();
}

Usually, when you need to create a subroutine that returns different values in different contexts (list, scalar, or void), you write something like:

sub get_server_status {
my ($server_ID) = @_;

# Acquire server data somehow...
my %server_data = _ascertain_server_status($server_ID);

# Return different components of that data,
# depending on call context...
if (wantarray()) {
return @server_data{ qw(name uptime load users) };
}
if (defined wantarray()) {
return $server_data{load};
}
if (!defined wantarray()) {
carp Useless use of get_server_status() in void context;
return;
}
else {
croak q{Bad context! No biscuit!};
}
}

That works okay, but the code could certainly be more readable. In its simplest usage, this module makes that code more readable by providing three subroutines--LIST(), SCALAR(), VOID()--that are true only when the current subroutine is called in the corresponding context:

use Contextual::Return;

sub get_server_status {
my ($server_ID) = @_;

# Acquire server data somehow...
my %server_data = _ascertain_server_status($server_ID);

# Return different components of that data
# depending on call context...
if (LIST) { return @server_data{ qw(name uptime load users) } }
if (SCALAR) { return $server_data{load} }
if (VOID) { print "$server_data{load}n" }
else { croak q{Bad context! No biscuit!} }
}

Contextual returns

Those three subroutines can also be used in another way: as labels on a series of contextual return blocks (collectively known as a context sequence). When a context sequence is returned, it automatically selects the appropriate contextual return block for the calling context. So the previous example could be written even more cleanly as:

use Contextual::Return;

sub get_server_status {
my ($server_ID) = @_;

# Acquire server data somehow...
my %server_data = _ascertain_server_status($server_ID);

# Return different components of that data
# depending on call context...
return (
LIST { return @server_data{ qw(name uptime load users) } }
SCALAR { return $server_data{load} }
VOID { print "$server_data{load}n" }
DEFAULT { croak q{Bad context! No biscuit!} }
);
}

The context sequence automatically selects the appropriate block for each call context.

<<less
Download (0.022MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1009 downloads
Right Encoding 0.2.2 for Firefox

Right Encoding 0.2.2 for Firefox


Right Encoding allows you to select the Character Encoding from the context menu. more>>
Right Encoding allows you to select the Character Encoding from the context menu.
Adds the Character Encoding menu to the context menu.
Main features:
- Allows you to set the character encoding of a whole page.
- Allows you to set the character encoding of a certain frame.
Supports:
- Firefox 0.9 - 2.0.0.*
- Thunderbird 1.0 - 1.5.0.*
Enhancements:
- Supports Firefox 2.0.0.*
<<less
Download (0.003MB)
Added: 2007-04-17 License: MPL (Mozilla Public License) Price:
926 downloads
PRECC eXtended 2.58

PRECC eXtended 2.58


PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. more>>
PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. The generated code is ANSI C and ANSI C++; the code will compile and run native under either C or C++.
Specification scripts are extended BNF with inherited and synthetic attributes. Scripts can be compiled in separate modules and linked later. Metalevel production rules are allowed in the scripts. The technology is essentially LL(oo) with optimizations.
Enhancements:
- A "debian" subdirectory has been added in order to allow the building of deb packages from the source archive.
<<less
Download (0.33MB)
Added: 2007-06-27 License: LGPL (GNU Lesser General Public License) Price:
849 downloads
DownThemAll! 0.9.9.7 for Firefox

DownThemAll! 0.9.9.7 for Firefox


DownThemAll is a Firefox extension that lets you download all the links or images contained in a webpage and much more. more>>
Why do we have to load a slow external download manager/accelerator, when we can just have DownThemAll inside Firefox?
DownThemAll is a Firefox extension that lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want.
DownThemAll is all you can desire from a download manager: it features an advanced accelerator that increases speed up to 400%, it allows you to pause and resume downloads at any time and, last but not least, its fully integrated into your favorite browser!
No AdWare, no waits. Just the files you want, in a click.
Main features:
Complete integration with Mozilla Firefox
- You can easily access DownThemAll from the context menu, by right-clicking on any webpage, from tools menu, or simply by adding our cute handy icons to your toolbar.
Have your page spidered with a single click
- The dTa Select links window lists every single link, image or embed object contained in a webpage. This is a dream if you need to download a large amount of files in just a few seconds: simply select the files you need and youll be ready to start.
Have all the files you want with just one click
- dTaOneClick downloads the files of a page using the last filters and the last renaming mask you set. So, if you are surfing the web downloading mp3s or pictures, for example, youll just have to find the page you want and to click on dTaOneClick... and all your downloads will start. No need to select them first.
Filtering has never been easier
- Selecting the files you want to download can be even faster, once youve set your personal inclusive filters. In this case youll just have to select the filter you want to apply, and all the files matching your criteria will be automatically downloaded.
- All filters are configurable from dTa preferences window and can include wildcards [*, ?] as well as regular expressions.
- There is also a live-filter that allows you to refine your selection dynamically!
Advanced auto-renaming options
- All files downloaded by dTa can be easily auto-renamed according to your personal needs. There are plenty of tags you can use to build destination filenames and directories, including: date and time of download, website URL, link description and many more!
Increase your download speed up to 400%
- DownThemAll features a smart download technique called multipart download. It splits files into multiple sections, which are downloaded simultaneously. This maximized use of bandwidth increases average download speed up to 400%.
- You can manually add or remove sections whenever you want during the download, and you can choose the maximum number of chunks every file is split into.
Pause and resume your downloads
- DownThemAll can pause and restart downloads at any time, without losing data.
- You can move your files up and down in the queue in order to give them a priority order.
And much more:
- In case a file already exists, you can choose whether your downloads have to be renamed, overwritten or aborted just by setting a default behavior.
- You can customize time-out interval, as well as the maximum number of simultaneous downloads.
- Customize notifications, choosing between Firefox sidebox alerts, alert boxes, or simply nothing at all.
- If you want it, dTa can close the source tab when the download starts.
- You can choose to close dTa automatically when all downloads are completed.
<<less
Download (0.42MB)
Added: 2006-12-17 License: MPL (Mozilla Public License) Price:
1057 downloads
Context Style Switcher 1.0.6

Context Style Switcher 1.0.6


Context Style Switcher allows you to change Page Style via context menu. more>>
Context Style Switcher allows you to change Page Style via context menu.

<<less
Download (0.002MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
Algorithm::Combinatorics 0.24

Algorithm::Combinatorics 0.24


Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. more>>
Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences.

SYNOPSIS

use Algorithm::Combinatorics qw(permutations);

my @data = qw(a b c);

# scalar context gives an iterator
my $iter = permutations(@data);
while (my $p = $iter->next) {
# ...
}

# list context slurps
my @all_permutations = permutations(@data);

Algorithm::Combinatorics is an efficient generator of combinatorial sequences. Algorithms are selected from the literature (work in progress, see "REFERENCES"). Iterators do not use recursion, nor stacks, and are written in C.

Tuples are generated in lexicographic order.

<<less
Download (0.015MB)
Added: 2007-07-18 License: Perl Artistic License Price:
829 downloads
Amarok Video Player 0.1

Amarok Video Player 0.1


Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer. more>>
I like using Amarok for managing my podcasts but I wasnt able to play my video podcasts.

Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer.

Edit the script to change KMplayer to another video player.

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1271 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5