Main > Free Download Search >

Free wml card 0.02 software for linux

wml card 0.02

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 948
WML::Card 0.02

WML::Card 0.02


WML::Card is a Perl extension for builiding WML Cards according to the browser being used. more>>
WML::Card is a Perl extension for builiding WML Cards according to the browser being used.

SYNOPSIS

use WML::Card;
my $options= [ [Option 1, http://...], [Option 2, http://...], ];
my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); $c->print;

This perl library simplifies the creation of WML cards on the fly. It produces the most suitable wml code for the browser requesting the card. In this way the one building the cards does not have to worry about the differences in how each wap browser displays the wml code. In combination wht WML::Deck it provides functionality to build WAP applications.

Methods

$card = WML::Card->guess( $id, $title, [$user_agent] );
This class method constructs a new WML::Card object. The first argument defines the WML cards id and the second argument its title. The if the third argument is not defined, the value is obtained from $ENV{HTTP_USER_AGENT}.

$c->buttons($label, $type, $task, $href)
$c->table ($data, $title, $offset, $pager, @headers)
$c->link_list($name, $listtitle, $offset, $pager, $data, $align)
$c->value_list($name, $listtitle, $offset,$pager,$data)

The variable $data is an array reference like: my $menu_items= [ [Option 1, http://...], [Option 2, http://...], ];

The variable $pager is the number of items wanted to be displayed in each card.

$c->print
$c->info($content)
$c->img($file, $alt)
$c->input($label, $text, $name, $format, $type, $size, $target, $arg);
$c->link($target, $text);
$c->br

<<less
Download (0.005MB)
Added: 2007-03-26 License: Perl Artistic License Price:
942 downloads
WML::Deck 0.02

WML::Deck 0.02


WML::Deck is a Perl extension for builiding WML Decks. more>>
WML::Deck is a Perl extension for builiding WML Decks.

SYNOPSIS

use WML::Card;

use WML::Deck;

my @cards;

my $options= [ [Option 1, http://...], [Option 2, http://...],
];

my $c = WML::Card->guess(index,Wap Site);

$c->link_list(indice, undef, 0, $options, $options); push @cards, $c;

# Build the deck my $wml = WML::Deck->new(@cards);

$wml->return_cgi;

This perl library simplifies the creation of WML decks on the fly. In combination with WML::Card it provides functionality to build WML code for cards and decks.

Methods

$wml = WML::Deck->new(@cards);

This class method constructs a new WML::Deck object. The first argument is an array of WML::Card objects.

$wml->cache($n);

This class methos specifies the max-age argument for Cache-Control

$wml->return_cgi;

This method prints wml code and HTTP headers for the deck.

<<less
Download (0.005MB)
Added: 2007-03-26 License: Perl Artistic License Price:
948 downloads
Simpla 0.02

Simpla 0.02


Simpla project is a concept language for child education. more>>
Simpla project is a concept language for child education.
Simpla is a basic concept language for use in teaching children and adults with no programming experience or computer knowledge whatsoever.
The intent is to have a language which is capable of many basic scripting language tasks without adding excess complexity.
Still a barely working alpha, and Ive got contributor code to include. Added variable declaration, an improved variable parser (thanks to Richard Nolan for the explanation, and a whole lot of cleanup.
Enhancements:
- 0.02 - remains Alpha.
- Variable declatation now works, parsing of lines works (too well), code reorganization (again)
<<less
Download (0.001MB)
Added: 2006-10-31 License: Artistic License Price:
1089 downloads
Wily 0.02

Wily 0.02


Wily is a Perl extension for interfacing with Wily. more>>
Wily is a Perl extension for interfacing with Wily.

SYNOPSIS

use Wily;
use Wily::Message;

# opens a file in wily and exits when the window is destroyed

my $wily = Wily->new();
my $win = $wily->win(/tmp/file_to_edit, 1);
$win->set_callback(Wily::Message::WEdestroy, sub {exit;});
$win->attach(Wily::Message::WEdestroy);
$wily->event_loop();

Provides a reasonably high level OO interface to wily. A lower level interface is available via Wily::RPC, and an even lower level one through Wily::Message and Wily::Connect.

The actual windows in wily are represented by Wily::Win objects.

<<less
Download (0.021MB)
Added: 2007-05-10 License: Perl Artistic License Price:
898 downloads
TechnoBar 0.02

TechnoBar 0.02


TechnoBar is an extension which provides the ultimate Technorati reverse browsing experience. more>>
TechnoBar is an extension which provides the ultimate Technorati reverse browsing experience.

Techno(rati)Bar provides the ultimate "reverse" browsing experience by showing live Technorati content as sidebar on the web pages youre browsing.

TechnoBar will show blogs that link to the current site while browsing and open blogs by clicking on the sidebar entry.

<<less
Download (0.019MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
919 downloads
libradiate 0.02

libradiate 0.02


libradiate is a 802.11b frame assembly/injection library. more>>
libradiate is a 802.11b frame assembly/injection library.

Radiate is a small C library designed read, build and write 802.11 frames. As of version 0.2, Radiate only works on linux based systems and needs the following:

- A laptop with an 802.11b wireless card with an Intersil Prism 2 chipset (SMC, D-link, etc).

- A linux 2.4.x kernel (2.4.7 was verified to work, but later versions *should work*). We also recommend redhat-7.x.

- The ssh.com Prism2 host AP drivers (included). If a new version is available from http://people.ssh.com/jkm/Prism2/ you might want to try that.

* Libnet 1.1.x is optional but recommended.

Follow the below instructions to get Radiate installed and working.

Installing the Driver Module

A copy of the driver is in the directory:

./kernel/Prism2-2002-04-24

which is verbatim from the web site. This driver should be built on a 2.4.x kernel.

The driver depends on some support from the kernel and the pcmcia subsystem. Were using redhat 7.1 which has the pcmcia subsystem built into the kernel. Additionally, the following kernel options need to be built:

"Network device support" --> "Wireless LAN (non-hamradio)" --> "Wireless LAN"

"Networking options" --> "Kernel/User netlink socket"

Rebuild your kernel and reboot.

Next, the kernel module for the device should be built and installed. Follow the instructions provided with the driver code.

This should build and install the module in the proper directory. If depmode reports there are unresolved symbols, you probably forgot to build your kernel with the correct options or you didnt boot to the new kernel.

This also adds some config files to the /etc/pcmcia directory so you should restart the pcmcia subsystem:

# /etc/init.d/pcmcia restart

and then insert the prism2 card. Make sure that the "prism2" driver gets loaded:

# lsmod
Module Size Used by
hostap_cs 75664 0 (unused)

If another older driver gets loaded instead, remove that driver from the pcmcia config files in /etc/pcmcia.

Once the driver is in place, make sure you can see the card:

# iwconfig wlan0

and test monitoring mode to make sure it works by running:

# ./Libradiate-0.02/scripts/set_monitor.sh 1

and building and running "wlansniff" in the "sniff" directory.
<<less
Download (0.14MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1324 downloads
kmp_search 0.02

kmp_search 0.02


kmp_search provides a binary exact string search utility. more>>
kmp_search provides a binary exact string search utility.

kmp_search is an extremely fast exact string search utility that can be used to search for exact strings or patterns in binary and text files and devices.

It can search for multiple strings concurrently, but is much faster when searching for strings one-by-one.

The starting byte offset of each match is reported to stdout.

Because it is extremely fast, it can be used in a data recovery process after a multi-gigabyte file system crash.

The Knuth-Morris-Pratt algorithm is used for the search, which gives a total time of O(file length + pattern length).

To compile:

# gcc-3.0 -O9 -mcpu=i686 -o kmp_search_fast -W -Wall kmp_search.c

<<less
Download (0.006MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
XML::Quick 0.02

XML::Quick 0.02


XML::Quick is a Perl module to generate XML from hashes (and other data). more>>
XML::Quick is a Perl module to generate XML from hashes (and other data).

SYNOPSIS

use XML::Quick;

$xml = xml($data);

$xml = xml($data, { ... });

This module generates XML from Perl data (typically a hash). It tries hard to produce something sane no matter what you pass it. It probably fails.

When you use this module, it will export the xml function into your namespace. This function does everything.

<<less
Download (0.005MB)
Added: 2006-09-12 License: Perl Artistic License Price:
1140 downloads
XcplayC 0.02

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.
<<less
Download (0.017MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
Card 304 0.6

Card 304 0.6


Card 304 project is a software version of the 304 card game. more>>
Card 304 project is a software version of the 304 card game.

304 is a very popular card game in Northern parts of Sri Lanka. I am building a software version of it, so people can play it online!

<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1077 downloads
ViewMTN 0.02

ViewMTN 0.02


ViewMTN project provides a Web interface to the Monotone distributed version control system. more>>
ViewMTN project provides a Web interface to the Monotone distributed version control system.

ViewMTN is a Web interface to the Monotone distributed version control system.

Features include listing all branches and tags, a graphical, clickable revision ancestry chart, diffs, and retrieval of the manifest of any revision as a tar file.

<<less
Download (0.015MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
PAR2GUI 0.02

PAR2GUI 0.02


PAR2GUI project provides a GUI to the command line utility PAR2. more>>
PAR2GUI project provides a GUI to the command line utility PAR2. You can Verify , Repair and Create PAR2 files. Its very simple and provides instant user feedback via the intergrated konsole widget.

I have included instructions on the third tab on how to double click a PAR2 file and repair your files without the use of Kommander.

<<less
Download (0.024MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
974 downloads
CGI::WML 0.09

CGI::WML 0.09


CGI::WML is a Perl module with subclass LDSs CGI.pm for WML output and WML methods. more>>
CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods.

SYNOPSIS

use CGI::WML;

$query = new CGI::WML;

$content = $query->p("Hello WAP world");

print
$query->header(),
$query->start_wml(),
$query->template(-content=>$query->prev()),
$query->card(-id=>"first_card",
-title=>"First card",
-content=>$content),
$query->end_wml();

print
$query->wml_to_wmlc(-wml=>$wml_buffer,
-errorcontext=>2);

($page_title,$content) = $query->html_to_wml($buffer);

This is a library of perl functions to allow CGI.pm-style programming to be applied to WAP/WML. Since this is a subclass of Lincoln Steins CGI.pm all the normal CGI.pm methods are available. See perldoc CGI if you are not familiar with CGI.pm

<<less
Download (0.021MB)
Added: 2007-07-12 License: Perl Artistic License Price:
838 downloads
mooseekd 0.02

mooseekd 0.02


mooseekd is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. more>>
mooseekd project is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. Naming has been changed so as not to clash with an existing Museek+/museekd installation.

The goal of the fork is to provide a means of having only the daemon installed, without the dependencies on libxml++/glibmm, leaving it with only GLib (using GMarkup instead of libxml++) as a major dependency.

<<less
Download (0.46MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1182 downloads
Penguin Cards 1.0

Penguin Cards 1.0


Penguin Cards project is a card game. more>>
Penguin Cards project is a card game.
PenguinCards is a two-player card game. The aim is to find the pairs of cards on the board. The one who finds out more card pairs is the winner.
PenguinCards is a java-based game.
If you are unhappy with images on the cards, then simply copy your cards into images/pictures/penguins directory. That is it!
Enhancements:
- Initial release
<<less
Download (0.12MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1062 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5