Main > Free Download Search >

Free viewerframe mode refresh software for linux

viewerframe mode refresh

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2023
Guitar Mode Maker 3.0

Guitar Mode Maker 3.0


Guitar Mode Maker is a software will help the guitar player learn scales, modes, chords, and create new scales. more>>
Guitar Mode Maker is a software will help the guitar player learn scales, modes, chords, and create new scales. Designed to be easy enough for the beginner and comprehensive for the advanced user! Learn Chords and Scales. Review the Chord and Scale List for GMM 3.0. Over 750 Chords and Scales Included in the trial installation!
This program also has the capability of the user sharing their scales with others through a new and improved, unique scale file (.GS2 file)!
Guitar Mode Maker 1.0 for linux comes with hundreds of scales, chords and modes to help you learn! Guitar Mode Maker 1.0 is available only for Linux.
Additionally for BASS GUITAR PLAYERS, Bass Guitar Mode Maker! Now bass players can have all the scales, modes and chords too! Bass Guitar Mode Maker 3.0 available for download now!
Main features:
- Easy scale creation by clicking on the fretboard, note list or piano keyboard
- Easy scale transposition
- Ability to save Guitar Scale files, even in trial version
- Ability to hear your scale played by acoustic guitar, 12-string or piano
- 750 Scales and chords TO START WITH!
- Ability to print guitar scale on printer!
- Easier to use interface (Screen Shot)
<<less
Download (0.028MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1219 downloads
FlickerKaramba Interestingness 0.1

FlickerKaramba Interestingness 0.1


FlickerKaramba Interestingness is another simple widget for displaying flickr photos. more>>
FlickerKaramba Interestingness is another simple widget for displaying flickr photos. This one doesnt use tags, it grabs photos from "interestingness" so you get all kinds of good stuff.

The widgets dont have borders (although it looks like they do in the screens), you can set width, height, anchor point, ect from the right click config menu.

If you run multiple instances of the widget and they share the same image dir (they all will by default) they wont display the same thing twice, ect.

I threw it together quickly, but one word of caution dont try to mix your own photos in with the flickr ones, they could be deleted upon a refresh.

Oh, and you need to get a flickr api key to use it, freely avaliable at their website.

<<less
Download (0.010MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
refdb-mode 1.4

refdb-mode 1.4


refdb-mode is a minor mode for Emacs which implements an interface to RefDB. more>>
RefDB integrates nicely into Emacs. Combined with editing modes for SGML, XML, and RIS documents, youll get an integrated authoring environment with direct access to your bibliographic data.
"Cite-while-you-write", document transformation, and previewing is just a few mouseclicks away for DocBook SGML and XML as well as for TEI XML documents. Emacs support is not included in the RefDB sources, but available separately.
If your editor of choice should be Emacs or XEmacs, the RIS major mode (ris.el) will make editing RIS datasets a little bit more comfortable. Font-locking will help you to spot syntax errors. Especially the end tag (ER - ) is prone to lack the trailing space if youre not careful.
The ris-mode displays valid tags in blue, except the special type (TY - ) and end (ER - ) tags which are shown in red. The tag contents are colored according to several criteria. If the contents of a field is limited in length, the color will extend only up to that limit. Author/editor, publication date, and reprint fields are checked for a valid content. ris-mode also provides the following commands:
- insert-set (C-c-C-s): inserts a new skeleton dataset (a "reference"). The function will prompt you to enter the publication type. You can use either the auto-completion feature of the minibuffer to enter a valid type or the history feature to select a previously entered type. The function will create a newline, a type tag with the type you selected, default sets of tags for a selected range of types, as well as an end tag.
- insert-tag ( C-c-C-t): insert a new tag. Use either the auto-completion feature of the minibuffer to enter a valid tag or the history feature to select a previously entered tag.
duplicate-tag (M-RET): insert a new line below the current line with the same tag as the current line. This command is convenient if you add multiple keywords or authors, each of which have to go on separate tag lines.
- backward-set (C-x[) and forward-set (C-x]): move between RIS datasets.
- narrow-to-set (C-xns) and widen (C-xnw): narrow the buffer to the current RIS set and widen to the full buffer contents.
The mode currently does not check the length of author entries, nor does it handle continued lines in any way. It does not attempt to check whether a reference is complete (e.g. it wont notify you if there is no author)
Enhancements:
- Support for Muse documents was added.
<<less
Download (0.15MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
844 downloads
XML::Filter::Mode 0.02

XML::Filter::Mode 0.02


XML::Filter::Mode Perl module can filter out all chunks not in the current mode. more>>
XML::Filter::Mode Perl module can filter out all chunks not in the current mode.

SYNOPSIS

use XML::Filter::Mode;
use strict;

my $filter = XML::Filter::Mode->new( Modes => "a,b,c" );
my $filter = XML::Filter::Mode->new( Modes => [qw( a b c )] );

## To inspect the modes:
my @modes = $filter->modes;

## To change the modes:
$h->modes( qw( d e ) );

Filters portions of documents based on a mode= attribute.

I use this to have XML documents that can be read in several modes, for instance "test", "demo" and normal (ie not test or demo), or "C", "Bytecraft_C", "Perl".

Mode names must contain only alphanumerics and "_" (ie match Perls w regexp assertion).

The filter is given a comma separated list of modes. Each element in the XML document may have a mode="" attribute that gives a mode expression. If there is no mode attribute or it is empty or the mode expression matches the list of modes, then the element is accepted. Otherwise it and all of its children are cut from the document.

The mode expression is a boolean expression using the operators & (which unfortunately must be escaped as "&"), |, , to build mode matching expressions from a list Parentheses may be used to group operations. of words. , and are synonyms.
! may be used as a prefix negation operator, so !a means "unless mode a".

Examples:

Modes mode="..." Action
Enabled Value
===== ========== ======
(none) "" pass

a "" pass
a "a" pass
a "a" pass
a,b "a" pass
a "a,b" pass
b "a,b" pass
a,b "a,b" pass
b "!a,b" pass
a,b "a b" pass

(none) "b" cut
a "b" cut
a "a&b" cut
b "a&b" cut
a "!a,b" cut
a "!a" cut

<<less
Download (0.004MB)
Added: 2007-07-02 License: Perl Artistic License Price:
844 downloads
Kernel Mode Linux 2.6.19_001

Kernel Mode Linux 2.6.19_001


Kernel Mode Linux is a technology which enables the execution of user programs in a kernel mode. more>>
Kernel Mode Linux project is a technology which enables us to execute user programs in kernel mode. In Kernel Mode Linux, user programs can be executed as user processes that have the privilege level of kernel mode.
The benefit of executing user programs in kernel mode is that the user programs can access a kernel address space directly. So, for example, user programs can invoke system calls very fast because it is unnecessary to switch between a kernel mode and a user mode by using costly software interruptions or context switches.
Unlike kernel modules, user programs are executed as ordinary processes (except for their privilege level), so scheduling and paging are performed as usual.
Although it seems dangerous to let user programs access a kernel directly, safety of the kernel can be ensured, for example, by static type checking, software fault isolation, and so forth.
For proof of concept, we are developing a system which is based on the combination of Kernel Mode Linux and Typed Assembly Language, TAL. (TAL can ensure safety of programs through its type checking and the type checking can be done at machine binary level.
Version restrictions:
- User processes executed in kernel mode should obey the following limitations. Otherwise, your system will be in an undefined state. In the worst-case scenario, your system will crash.
- On IA-32, programs executed in kernel mode shouldnt modify their CS, DS, FS and SS registers.
- On AMD64, programs executed in kernel mode shouldnt modify their CS register.
- In addition, on AMD64, IA-32 binaries cannot be executed in kernel mode.
Enhancements:
- This release has been merged with the 2.6.19 Linux kernel.
<<less
Download (0.032MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1047 downloads
Apache2::ModProxyPerlHtml 2.1

Apache2::ModProxyPerlHtml 2.1


Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c. more>>
Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c, used to rewrite HTML/Javascript links for a reverse proxy.

Apache2::ModProxyPerlHtml is very simple and has much better parsing/replacement of URL than the C code. It also support refresh meta tag rewriting.

<<less
Download (0.004MB)
Added: 2007-03-20 License: Perl Artistic License Price:
949 downloads
RefreshBlocker 0.4

RefreshBlocker 0.4


RefreshBlocker extension will prevent your browser from following the forwarding specified by the META refresh parameter. more>>
RefreshBlocker extension will prevent your browser from following the forwarding specified by the META refresh parameter.

RefreshBlocker is a small extension for the Firefox web browser. This extension will prevent your browser from following the forwarding specified by the refresh parameter of the META tag element. If such a refresh parameter is given on a web page, an infobox will be displayed at the top of the page.

<<less
Download (0.007MB)
Added: 2007-04-24 License: MPL (Mozilla Public License) Price:
916 downloads
Tagesschau.de RSS-Reader

Tagesschau.de RSS-Reader


Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. more>>
Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. Actually, it is not more than a little modified Version of the BBC Newsreader from http://www.kde-look.org/content/show.php?content=35922

Thanks to the author of this, and the author of the one, where he copied it, and so on...

Ive also not modified anything in the Script, I just put in the right URLs and made the header.

Hint: If you install it, and you only see a blank applet, refresh it with a right-click and Refresh Theme.

<<less
Download (0.048MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
TiWarriors 0.4

TiWarriors 0.4


TiWarriors is an Asteroids clone with multiplayer support and incremental ship control. more>>
TiWarriors project is an Asteroids clone with multiplayer support and incremental ship control.
Two things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
<<less
Download (MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
Kernel Mode Linux 2.4.35.1_001 (For Linux 2.4)

Kernel Mode Linux 2.4.35.1_001 (For Linux 2.4)


Kernel Mode Linux project is a technology which enables us to execute user programs in kernel mode. more>>
Kernel Mode Linux project is a technology which enables us to execute user programs in kernel mode. In Kernel Mode Linux, user programs can be executed as user processes that have the privilege level of kernel mode.
The benefit of executing user programs in kernel mode is that the user programs can access a kernel address space directly. So, for example, user programs can invoke system calls very fast because it is unnecessary to switch between a kernel mode and a user mode by using costly software interruptions or context switches. Unlike kernel modules, user programs are executed as ordinary processes (except for their privilege level), so scheduling and paging are performed as usual.
Although it seems dangerous to let user programs access a kernel directly, safety of the kernel can be ensured, for example, by static type checking, software fault isolation, and so forth. For proof of concept, we are developing a system which is based on the combination of Kernel Mode Linux and Typed Assembly Language, TAL.
Version restrictions:
- On IA-32, programs executed in kernel mode shouldnt modify their CS, DS, FS and SS registers.
- On AMD64, programs executed in kernel mode shouldnt modify their CS register.
Enhancements:
- This version was merged with the 2.4.35.1 Linux kernel.
<<less
Download (0.026MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
486 downloads
The Worlds Best Band Name Generator 1.03

The Worlds Best Band Name Generator 1.03


The Worlds Best Band Name Generator produces randomly generated band names. more>>
The Worlds Best Band Name Generator produces randomly generated band names.

The Worlds Best Band Name Generator can generate band names like "Ungratefully Swallowed" and "The Bridgeheads" and "Throwaway Deceptiveness".

The visitor can refresh the names dynamically without refreshing the page by using a small AJAX script.

The generator uses combinations of nouns, adjectives, and adverbs that lend themselves well to band name creation, so most of the names actually sound realistic.

The script is easy to install and modify.

You can download the Worlds Best Band Name Generator for FREE to add to your own web site.

If you really like the Words Best Band Name Generator, please link to this page so other people can find it.
<<less
Download (0.45MB)
Added: 2005-12-02 License: Freeware Price:
1425 downloads
Salto Framework 3.0.16

Salto Framework 3.0.16


Salto Framework is a framework based on Ajax, Struts and J2EE technologies. more>>
Salto Framework is a framework based on Ajax, Struts and J2EE technologies. Salto Framework provides graphical components such as datatables, treeviews and listboxes, and allows you to refresh only some parts on the screen. Thanks to the framework you dont have to write any javascript or to know anything about Ajax mechanism.
<<less
Download (1.6MB)
Added: 2007-04-12 License: LGPL (GNU Lesser General Public License) Price:
926 downloads
Wellenreiter 1.9

Wellenreiter 1.9


An easy to use, GTK/Perl-based wireless sniffer/scanner with enhanced features. more>>
Wellenreiter is a gtkperl program that makes the discovery and auditing of 802.11b wireless networks as easy as possible.
For discovery of the accesspoints / networks / ad-hoc cards, Wellenreiter has an amazingly easy to use scanner window, which searches for any accesspoint within the range of the scanning device.
It detects and differentiates essid broadcasting and non-broadcasting wireless networks. The manufacturer is detected by the devices MAC address. WEP and BSS / IBSS detection is also implemented.
Detecting essids of non-broadcasting networks is possible and gps support is also built in (Requires gpsd). Wellenreiter is the first Wireless scanner that does not need to be configured anymore.
Its amazing autodetection takes care about taking the correct cardtype and using the right comands. Lucent/Orinocco, Cisco and Prism2/2.5 (WLAN-NG drivers) based Cards are supported now. NO, hosap drivers actualy dont work in this version, stay tuned for that.
The Networks with a red symbol are "non-essid-broadcasting" ones. This means the accesspoint does not send out the essid network name for security reasons.
Non-broadcasting networks can be only detected by using the raw-sniffing mode. Green symbols are shown for a broadcasting network.
The distinction between WEP/cleartext sending accesspoints is indicated by the word "ON" or "OFF" and a little open or closed lock icon. AD-Hoc stations (BSS) have different icons than real accesspoints (IBSS).
Channels that are holding new objects are colored red until you select it. The pkt indicator on the right side of the listview alternates between the two characters "+" and "*". When it alternates, this accesspoint is sending traffic.
So its a traffic indication. If you click on an object in the treeview you will get the detail window. This window refresh after a while. Keep it open to see arp and dhcp traffic.
Use the logwindow to take care of all your findings and the trafficwindow to see what packets are coming in. Oh, one word about saving, it automaticly saves a dump and a savefile to your homedrive.
Main features:
- Cisco based cards
- Lucent based cards
- Prism2 based cards (Wlan-ng drivers only)
Enhancements:
- Added the Userguide in the docs diretory.
- Raised the packetcapture lenght from 400 to 65535 wich should not truncate anymore.
- Still adding some smaller fixes. Added a patch for better detection of prism2 based PCI and usb cards.
- Choose card window fixed.
- IBSS/ESS text in window is now correct, sorry for that.
<<less
Download (0.51MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1525 downloads
GVidChanger-minimal 0.8

GVidChanger-minimal 0.8


GVidChanger-minimal is a GTK app to quickly and easily change video resolutions in X. more>>
gvidm is a gtk app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes, upon choosing a mode or cancelling, it exits.
This makes it perfect for running from an application menu or a hotkey, so you dont have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediatly, or a list of modes to choose from.
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config.
If youve only configured one mode, thats all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+)
The XVidMode and/or XRandR extensions must be enabled in order to run gvid.
As mentioned above, gvidm supports multiple screen displays, including Xinerama. If youre running Xinerama, make sure that the configure script detects that and compiles in support for it.
If gvidm only displays one list of resolutions when youre running Xinerama, it means that Xinerama wasnt detected, Try re-configuring and re-compiling, telling it where your X libs (specifically libXinerama.a) are with the http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz--x-libraries= option.
Enhancements:
http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz8 - Add support for GTK 2.0.
- The default is to build for GTK 2.0 if it is present, specify configure --with-gtk1 if you want to force building with GTK 1.x.
- Fix build when xf86Parser.h isnt present. (Though interlaced or doublescan modes may show wrong refresh rates then.)
- Fix showing incorrect refresh rates for interlaced modes.
<<less
Download (0.058MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1641 downloads
WMsensormon 1.2.1

WMsensormon 1.2.1


Wmsensormon is a doc app for WindowMaker that utilizes lm_sensors to monitor CPU temp, sys temp, fan speeds, and CPU voltage. more>>
Wmsensormon is a doc app for WindowMaker that utilizes lm_sensors to monitor CPU temp, sys temp, fan speeds, and CPU voltage.
It offers configurable warnings for overheating, and the sensors displayed are adjustable by the user with command line parameters.
Installation:
make
make install
wmsensormon
Options:
-h, --help this help screen
-v, --version print version information
-f show temperatures in Fahrenheit
-s default SMP mode (mode #1)
-s1 SMP mode #1 (CPU 1, CPU 2, sys, fan)
-s2 SMP mode #2 (CPU 1, CPU 2, fan 1, fan 2)
-sw switch CPU and SYS temperature readings
use with -s1 or -s2 if SYS temp is first
-swf switch fans to read fan3 and fan4
-r refresh time (in microseconds, default 100000)
-l enable logging with default time, (default 30000)
-ln enable logging with specified time, (1000 = 1 min)
-dt danger CPU temperature, default: system value (i.e. 60)
input values in Celsius
-ds danger SYS temperature, default: system value (i.e. 60)
input values in Celsius
-df danger fan speed, default: system value (i.e. 3000)
-wt warning CPU temperature, default: danger value
input values in Celsius
-ws warning SYS temperature, default: danger value
input values in Celsius
-wf warning fan speed, default: danger value
-lv limit CPU core volts, default is system value either: max voltage first, min
voltage second (i.e. 180 170) or:
percent difference first, value second (i.e. % 5 175)
Enhancements:
- when a command line arg gets a invalid parameter return error rather than ok
- fixed reading in the limit values from the wrong sensor if using the -sw option
- added option to choose a sensors chip to read from.
- added support for detecting whether the chosen sensor chip is a temperature sensor or some other type.
- if the choosen chip is number 0 or no chip is chosen, autodetect the chip to use.
<<less
Download (0.026MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1490 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5