Main > Free Download Search >

Free resultados del futbol mexicano software for linux

resultados del futbol mexicano

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 62
Revealicious 1.0

Revealicious 1.0


Revealicious project is a set of graphic visualizations for your del.icio.us account. more>>
Revealicious project is a set of graphic visualizations for your del.icio.us account.

Revealicious is a set of three interactive visualizations to browse the tags and posts from your del.icio.us account.

It is an experimental project that tries to demonstrate the importance of interactive graphical representations when it comes to understanding a set of information.

The visualizations are implemented in ActionScript 2.0 and use an MTASC port of Ladislav Zigos Tweening Prototypes, included with the source code.

All applets are in the Sources directory, where you only have to type "make" in
the subdirectories to compile a fresh version of the applets (but this is not
needed, as they are already compiled).

There is a "bookmark.xml" file, which is the one used in the demo. You can
replace it with your own by using CURL:

curl --user LOGIN:PASSWORD -o bookmarks.xml
-O http://del.icio.us/api/posts/all

This will retrieve all your posts from del.icio.us.
<<less
Download (0.51MB)
Added: 2007-02-01 License: BSD License Price:
995 downloads
Dream Girls Tetris 1.52

Dream Girls Tetris 1.52


Dream Girls Tetris es una versión gratuita del popular juego del Tetris. El objetivo del juego es completar un total de 10 niveles. Intenta colocar l... more>> <<less
Download (517KB)
Added: 2009-04-26 License: Freeware Price: Free
181 downloads
Rubilicious 0.2.0

Rubilicious 0.2.0


Rubilicious project is a set of Del.icio.us bindings for Ruby. more>>
Rubilicious project is a set of Del.icio.us bindings for Ruby.

Youll need to create an account at Delicious in order to use Rubilicious. An RDoc-generated API reference is in doc/, and some simple examples are in examples/.

<<less
Download (0.043MB)
Added: 2006-09-11 License: BSD License Price:
1138 downloads
gtkctrlaltdel 0.3

gtkctrlaltdel 0.3


gtkctrlaltdel is a small GTK+ frontend to CTRL ALT DEL key kombination. more>>
gtkctrlaltdel is a small GTK+ frontend to CTRL ALT DEL key kombination.

You no longer have to remember the combination to reset your computer, just launch gtkctrlaltdel and select the keys in an easy and user friendly environment.

Installing:

1) look at Makefile

2) type make
This should produce the executable.

3) become root

4) type make install

5) if you are brave enough, make gtkctrlaltdel setuid root :-)
<<less
Download (0.004MB)
Added: 2006-09-30 License: GPL (GNU General Public License) Price:
1119 downloads
Net::Delicious::Simple 0.01

Net::Delicious::Simple 0.01


Net::Delicious::Simple is a Net::Delicious for backups. more>>
Net::Delicious::Simple is a Net::Delicious for backups.

SYNOPSIS

use Net::Delicious::Simple;
my $del = Net::Delicious->new(user => plki, pswd => secret);

print "$_->{href}n" for $del->all_posts;
__top

If you want to do anything interesting with del.icio.us automation, you probably want the Net::Delicious manpage. Its good. This module is not. Its just here to return all of your tags or posts as a basic Perl data structure.

This makes it very easy to store that structure using existing dumpers. In fact, it only exists to power delbackup, which dumps to YAML or Netscape::Bookmarks.

<<less
Download (0.003MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
X File Explorer 1.00

X File Explorer 1.00


X File Explorer is a file manager for the X Window System. more>>
X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov.
Xfe aims to be the file manager of choice for all the Unix addicts!
Why another file manager when the excellent Konqueror or Nautilus exist on Linux systems? The answer is quite simple : these file managers are very good, features rich and look wonderful, but they are like a brontosaurus when you are a console addict and only want to copy some files or delete it. Another problem is that they require either the whole Gnome or KDE desktops to be installed on your system!
On the contrary, Xfe is small, very rapid and only requires the FOX library to be fully functional. It can be launched from the command line in a fraction of second, and can efficiently complete the set of command line tools.
Main features:
- Four different file manager styles (one panel, two panels, tree list and one panel, tree list and two panels)
- Integrated text viewer (X File View, xfv)
- Integrated RPM viewer / installer / uninstaller (X File Query, xfq)
- Status line
- File associations
- Auto save registry
- Right mouse click pop-up menu in tree list and file list
- Change file(s) attributes
- Mount/Unmount devices (for Linux only)
- Toolbar
- Bookmarks (up to 20)
- Color schemes (GNOME, KDE, Windows...)
- Drag and Drop ( ctrl -> copy, shift -> move, alt -> symlink )
- Create / Extract archives (tar, zip, gzip, bzip2, compress formats are supported)
- Tool tips for long file names
- Progress bars or dialogs for lengthy file operations
- Image preview as thumbnails
- Ability to enqueue multimedia files (open command)
Key bindings:
- Help - F1
- View - F3, return
- Edit - F4
- Copy - F5, ctrl-c
- Cut - ctrl-x
- Paste - ctrl-v
- Move - F6, ctrl-d
- Rename - ctrl-n
- Delete - F8, del, ctrl-del
- Symlink - ctrl-s
- New file - F2
- New folder - F7
- Properties - F9
- Tree and one panel - ctrl-F1
- Tree and two panels - ctrl-F2
- One panel - ctrl-F3
- Two panels - ctrl-F4
- Hidden files - ctrl-F5
- Hidden folders - ctrl-F6
- Execute - ctrl-e
- Go home - ctrl-h
- Go up - backspace
- Terminal - ctrl-t
- Console file manager - ctrl-k
- Refresh - ctrl-r
- Select all - ctrl-a
- Deselect all - ctrl-z
- Invert selection - ctrl-i
- Add bookmark - ctrl-b
- Mount (Linux only) - ctrl-m
- Unmount (Linux only) - ctrl-u
- Quit - ctrl-q
<<less
Download (1.6MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
839 downloads
Getopt::Declare 1.11

Getopt::Declare 1.11


Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. more>>
Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions.

SYNOPSIS

use Getopt::Declare;

$args = Getopt::Declare->new($specification_string, $optional_source);

# or:

use Getopt::Declare $specification_string => $args;

Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use.

To parse the command-line in @ARGV, one simply creates a Getopt::Declare object, by passing Getopt::Declare::new() a specification of the various parameters that may be encountered:

use Getopt::Declare;
$args = Getopt::Declare->new($specification);

This may also be done in a one-liner:

use Getopt::Declare, $specification => $args;

The specification is a single string such as this:

$specification = q(

-a Process all data

-b < N:n > Set mean byte length threshold to
{ bytelen = $N; }

+c < FILE > Create new file

--del Delete old file
{ delold() }

delete [ditto]

e < H:i >x< W:i > Expand image to height < H > and width < W >
{ expand($H,$W); }

-F < file >... Process named file(s)
{ defer {for (@file) {process()}} }

=getrand [< N >] Get a random number
(or, optionally, < N > of them)
{ $N = 1 unless defined $N; }

-- Traditionally indicates end of arguments
{ finish }

<<less
Download (0.035MB)
Added: 2006-11-03 License: Perl Artistic License Price:
1085 downloads
NAT iptables firewall script

NAT iptables firewall script


NAT iptables firewall script is an iptables firewall script. more>>
NAT iptables firewall script is an iptables firewall script.

This script is meant to be run once per boot the rules will be double added if you try to run it twice if you need to add another rule during runtime, change the -A to a -I to add it to the top of the list of rules if you use -A it will go at the end after the reject rule.

Sample:

# interface definitions
BAD_IFACE=eth0

DMZ_IFACE=eth1
DMZ_ADDR=x.x.x.96/28

GOOD_IFACE=eth2
GOOD_ADDR=192.168.1.0/24

MASQ_SERVER=x.x.x.98
FTP_SERVER=x.x.x.100
MAIL_SERVER=x.x.x.99
MAIL_SERVER_INTERNAL=192.168.1.3

# testing
#set -x

ip route del x.x.x.96/28 dev $BAD_IFACE
ip route del x.x.x.96/28 dev $DMZ_IFACE
ip route add x.x.x.97 dev $BAD_IFACE
ip route add x.x.x.96/28 dev $DMZ_IFACE

# we need proxy arp for the dmz network
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp

# turn on ip forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward

# turn on antispoofing protection
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 1 > $f; done

# flush all rules in the filter table
#iptables -F

# flush built in rules
iptables -F INPUT
iptables -F OUTPUT
iptables -F FORWARD

# deny everything for now
iptables -A INPUT -j DROP
iptables -A FORWARD -j DROP
iptables -A OUTPUT -j DROP

# make the chains to define packet directions
# bad is the internet, dmz is our dmz, good is our masqed network
iptables -N good-dmz
iptables -N bad-dmz
iptables -N good-bad
iptables -N dmz-good
iptables -N dmz-bad
iptables -N bad-good

iptables -N icmp-acc

# accept related packets
iptables -A FORWARD -m state --state INVALID -j DROP
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

# internal client masqing
iptables -t nat -A POSTROUTING -s $GOOD_ADDR -o $BAD_IFACE -j SNAT --to $MASQ_SERVER
# mail server masqing
iptables -t nat -A PREROUTING -p tcp -d $MAIL_SERVER --dport smtp -j DNAT --to $MAIL_SERVER_INTERNAL:25
iptables -t nat -A PREROUTING -p tcp -d $MAIL_SERVER --dport http -j DNAT --to $MAIL_SERVER_INTERNAL:80
iptables -t nat -A PREROUTING -p tcp -d $MAIL_SERVER --dport https -j DNAT --to $MAIL_SERVER_INTERNAL:443
# to allow the above to work you need something like
# iptables -A bad-good -p tcp --dport smtp -d $MAIL_SERVER_INTERNAL -j ACCEPT

# set which addresses jump to which chains
iptables -A FORWARD -s $GOOD_ADDR -o $DMZ_IFACE -j good-dmz
iptables -A FORWARD -s $GOOD_ADDR -o $BAD_IFACE -j good-bad

iptables -A FORWARD -s $DMZ_ADDR -i $DMZ_IFACE -o $BAD_IFACE -j dmz-bad
iptables -A FORWARD -s $DMZ_ADDR -i $DMZ_IFACE -o $GOOD_IFACE -j dmz-good

iptables -A FORWARD -o $DMZ_IFACE -j bad-dmz
iptables -A FORWARD -o $GOOD_IFACE -j bad-good

# drop anything that doesnt fit these
iptables -A FORWARD -j LOG --log-prefix "chain-jump "
iptables -A FORWARD -j DROP

# icmp acceptance
iptables -A icmp-acc -p icmp --icmp-type destination-unreachable -j ACCEPT
iptables -A icmp-acc -p icmp --icmp-type source-quench -j ACCEPT
iptables -A icmp-acc -p icmp --icmp-type time-exceeded -j ACCEPT
iptables -A icmp-acc -p icmp --icmp-type echo-request -j ACCEPT
iptables -A icmp-acc -p icmp --icmp-type echo-reply -j ACCEPT
# iptables -A icmp-acc -j LOG --log-prefix "icmp-acc "
iptables -A icmp-acc -j DROP

# from internal to dmz
iptables -A good-dmz -p tcp --dport smtp -j ACCEPT
iptables -A good-dmz -p tcp --dport pop3 -j ACCEPT
iptables -A good-dmz -p udp --dport domain -j ACCEPT
iptables -A good-dmz -p tcp --dport domain -j ACCEPT
iptables -A good-dmz -p tcp --dport www -j ACCEPT
iptables -A good-dmz -p tcp --dport https -j ACCEPT
iptables -A good-dmz -p tcp --dport ssh -j ACCEPT
iptables -A good-dmz -p tcp --dport telnet -j ACCEPT
iptables -A good-dmz -p tcp --dport auth -j ACCEPT
iptables -A good-dmz -p tcp --dport ftp -j ACCEPT
iptables -A good-dmz -p tcp --dport 1521 -j ACCEPT
iptables -A good-dmz -p icmp -j icmp-acc
iptables -A good-dmz -j LOG --log-prefix "good-dmz "
iptables -A good-dmz -j DROP

# from external to dmz
iptables -A bad-dmz -p tcp --dport smtp -j ACCEPT
iptables -A bad-dmz -p udp --dport domain -j ACCEPT
iptables -A bad-dmz -p tcp --dport domain -j ACCEPT
iptables -A bad-dmz -p tcp --dport www -j ACCEPT
iptables -A bad-dmz -p tcp --dport https -j ACCEPT
iptables -A bad-dmz -p tcp --dport ssh -j ACCEPT
iptables -A bad-dmz -p tcp -d $FTP_SERVER --dport ftp -j ACCEPT
iptables -A bad-dmz -p icmp -j icmp-acc
iptables -A bad-dmz -j LOG --log-prefix "bad-dmz "
iptables -A bad-dmz -j DROP

# from internal to external
iptables -A good-bad -j ACCEPT
# iptables -t nat -A POSTROUTING -o $BAD_IFACE -j SNAT --to $MASQ_SERVER
#iptables -A good-bad -p tcp -j MASQ
#iptables -A good-bad -p udp -j MASQ
#iptables -A good-bad -p icmp -j MASQ
#ipchains -A good-bad -p tcp --dport www -j MASQ
#ipchains -A good-bad -p tcp --dport ssh -j MASQ
#ipchains -A good-bad -p udp --dport 33434:33500 -j MASQ
#ipchains -A good-bad -p tcp --dport ftp -j MASQ
#ipchains -A good-bad -p icmp --icmp-type ping -j MASQ
#ipchains -A good-bad -j REJECT -l

# from dmz to internal
# iptables -A dmz-good -p tcp ! --syn --sport smtp -j ACCEPT
iptables -A dmz-good -p tcp --dport smtp -j ACCEPT
iptables -A dmz-good -p tcp --sport smtp -j ACCEPT
iptables -A dmz-good -p udp --sport domain -j ACCEPT
iptables -A dmz-good -p tcp ! --syn --sport domain -j ACCEPT
iptables -A dmz-good -p tcp ! --syn --sport www -j ACCEPT
iptables -A dmz-good -p tcp ! --syn --sport ssh -j ACCEPT
iptables -A dmz-good -p tcp -d 192.168.1.34 --dport smtp -j ACCEPT
iptables -A dmz-good -p icmp -j icmp-acc
iptables -A dmz-good -j LOG --log-prefix "dmz-good "
iptables -A dmz-good -j DROP

# from dmz to external
iptables -A dmz-bad -p tcp --dport smtp -j ACCEPT
iptables -A dmz-bad -p tcp --sport smtp -j ACCEPT
iptables -A dmz-bad -p udp --dport domain -j ACCEPT
iptables -A dmz-bad -p tcp --dport domain -j ACCEPT
iptables -A dmz-bad -p tcp --dport www -j ACCEPT
iptables -A dmz-bad -p tcp --dport https -j ACCEPT
iptables -A dmz-bad -p tcp --dport ssh -j ACCEPT
iptables -A dmz-bad -p tcp --dport ftp -j ACCEPT
iptables -A dmz-bad -p tcp --dport whois -j ACCEPT
iptables -A dmz-bad -p tcp --dport telnet -j ACCEPT
iptables -A dmz-bad -p udp --dport ntp -j ACCEPT
# ipchains -A good-bad -p udp --dport 33434:33500 -j MASQ
iptables -A dmz-bad -p icmp -j icmp-acc
iptables -A dmz-bad -j LOG --log-prefix "dmz-bad "
iptables -A dmz-bad -j DROP

# from external to internal
iptables -A bad-good -p tcp --dport smtp -d $MAIL_SERVER_INTERNAL -j ACCEPT
iptables -A bad-good -p tcp --dport http -d $MAIL_SERVER_INTERNAL -j ACCEPT
iptables -A bad-good -p tcp --dport https -d $MAIL_SERVER_INTERNAL -j ACCEPT
iptables -A bad-good -j LOG --log-prefix "bad-good "
iptables -A bad-good -j REJECT

# rules for this machine itself
iptables -N bad-if
iptables -N dmz-if
iptables -N good-if

# set up the jumps to each chain
iptables -A INPUT -i $BAD_IFACE -j bad-if
iptables -A INPUT -i $DMZ_IFACE -j dmz-if
iptables -A INPUT -i $GOOD_IFACE -j good-if

# external iface
iptables -A bad-if -p icmp -j icmp-acc
iptables -A bad-if -j ACCEPT
#ipchains -A bad-if -i ! ppp0 -j DENY -l
#ipchains -A bad-if -p TCP --dport 61000:65095 -j ACCEPT
#ipchains -A bad-if -p UDP --dport 61000:65095 -j ACCEPT
#ipchains -A bad-if -p ICMP --icmp-type pong -j ACCEPT
#ipchains -A bad-if -j icmp-acc
#ipchains -A bad-if -j DENY

# dmz iface
iptables -A bad-if -p icmp -j icmp-acc
iptables -A dmz-if -j ACCEPT

# internal iface
iptables -A good-if -p tcp --dport ssh -j ACCEPT
iptables -A good-if -p ICMP --icmp-type ping -j ACCEPT
iptables -A good-if -p ICMP --icmp-type pong -j ACCEPT
iptables -A good-if -j icmp-acc
iptables -A good-if -j DROP


# remove the complete blocks
iptables -D INPUT 1
iptables -D FORWARD 1
iptables -D OUTPUT 1
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
603 downloads
Fedora Frog 1.0-7.0.1

Fedora Frog 1.0-7.0.1


Fedora Frog application is GUI install script that jumps your Fedora Core 5 to life in no time... more>>
Fedora Frog application is a GUI install script that jumps your Fedora Core 5 to life in no time...
Main features:
- Install extra repositories [RPMForge]
- Note: Not all repositories are mutually compatible. See the Warning mixing repositories
- Install GUI frontend for yum [yumex]
- Install commonly needed multimedia codecs
- Install DVD playback capability
- Install Java JRE and its plugin for Firefox
- Note: You will have to accept Suns licence
- Install Macromedia Flash plugin for Firefox
- Note: You need to restart Firefox after installation
- Install extra fonts (including msttcorefonts)
- Install graphics drivers for nVidia and ATI cards
- Note: You should restart your computer after the installation
- Install Gnome Configuration Editor
- Install numlockx to turn on NumLock on startup
- Set up Gnome to open System Monitor every time you push Alt-Ctrl-Del
- Disable CD blocking in CD-ROM
- Set up Nautilus to open new folders in the same window
- Install rar archiver
- Install Adobe PDF reader
- Note: This is not necessery to read PDF documents, you can read them using Evince too.
- Install Gwenview and digiKam imageviewers
- Install XMMS (analog of Winamp)
- Install amaroK media player
- Install stream directory browser Streamtuner
- Install CD ripper Grip
- Install Xine, VLC, Mplayer multimedia players
- Install RealPlayer 10
- Install Skype
- Install Thunderbird e-mail client
- Install Liferea RSS reader
- Install Opera web browser
- Install CD/DVD burning utility K3b
- Install FTP utility gFTP
- Install File share utility DC++
- Install P2P BitTorrent client Azureus
- Install P2P eMule Client aMule
- Install P2P Gnutella Client LimeWire
- Install KDE Edutainment programms
- Install Photo-realistic nightsky renderer Stellarium
- Install Some additional games
- Install Alacarte Gnome menu editor
- Install Shortcut to browse files as root
- Install Some desktop backgrounds, icons, themes and screensavers
- Note: Try changing your desktop background and look in Theme Details of System -> Preferences -> Theme
- Install fortune and make Gnome Fish-applet to use it
Note: It is recomended to run update before you run Fedora Frog
Usage:
xterm -e ~/.frog/frog.run
Enhancements:
- Added xine-lib-extras and xine-plugin to Xine install.
- Main frog welcome screen revised to use dialog command.
- Adjusted dependencies so that removing Amarok does not remove xine-libs which forces removal of xine.
- Made "ynq" proc case statement instead of if-then-else
<<less
Download (0.041MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
824 downloads
Tag Editor 0.6

Tag Editor 0.6


Tag Editor is a Firefox extension that generates tag links for your blog. more>>
Tag Editor is a Firefox extension that generates tag links for your blog. Its practically a tag editor for your blog.
Main features:
- Supports del.icio.us and Technorati style tag links
- Can get tag list from del.icio.us accounts
- Supports link attribute customization
- Supports tr-TR locale
<<less
Download (0.032MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
542 downloads
AmorInformer 1.0

AmorInformer 1.0


AmorInformer is a simple Python script which uses amor for displaying the current track playing. more>>
AmorInformer is a simple Python script which uses amor for displaying the current track playing.

Simply run the script. First time it will ask you how do you want amor to show you the track playing. In case you have amor closed it will open it up for you.

<<less
Download (0.008MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1147 downloads
Firefox Showcase 0.9.3.2

Firefox Showcase 0.9.3.2


Firefox Showcase is an extension that provides a new way to manage tabs and windows by showing them as thumbnails. more>>
Firefox Showcase is an extension that provides a new way to manage tabs and windows by showing them as thumbnails in a single window, tab or sidebar.
Includes a find bar that will filter the thumbnails, and the capability to select the thumbnails in the same way you would select files in your system.
Main features:
- Support for Firefox 2 beta 2.
- "Only current tabs" mode: toggle with CTRL+U. Will show only the current tab of each window. Can be enabled by default.
- Added selection area, making it easier to select thumbnails with the mouse. Works exactly as any file manager.
- Thumbnail caching. If enabled, a small capture of the different tabs will be cached, and used by Showcase when invoked. Disabled by default, can be enabled in the "Advanced" settings tab.
- Full screen plugins are now detected, and will show an icon instead of trying to render the thumbnail. Specific icons have been added for PDF, Quicktime and Flash. Other plugins show a generic plugin icon.
- Showcase can now be invoked using Firefox command line ("firefox -showcase"). This is useful when used together with an automation tool like AutoHotKey (http://www.autohotkey.com).
- Added option to hide the tab bar while using Showcase sidebar.
- Find bar state is now synchronized in Showcase tab, so its not possible to have 2 find bars at the same time. Can be disabled if necessary.
- Added new contextual menu actions: Showcase This Window, Duplicate Tab In New Window, Move Tab To New Window and Page Info.
- Added message when no thumbnails are being shown.
- All Showcase instances are updated when configuration is changed.
- Better support for custom themes. Also, looks better in Flock.
- Fixed IE Tab detection (was not working in 0.7.0).
- Improved close tab code. Focus in Showcase window will be retained when closing thumbnails.
- Focus is retained when Showcase creates a new window (for duplicating or merging tabs).
- Added new option: "Set thumbnail as the current tab when mouse cursor is over it". If activated, and in sidebar mode, a thumbnail will be selected just hovering your mouse cursor in its thumbnail. Consider deactivating the "Close Showcase sidebar if a thumbnail is opened" option if used.
- Added an independent version of Showcase for SeaMonkey ("SeaMonkey Showcase"). Also, solved the configuration panel problem, and the contextual menu actions that were not working.
- Solved Showcase sidebar title cosmetic bug when statistics where activated.
- Fixed key shortcuts with modifiers bug.
- Change Showcase sub-menu position in the "View" menu. Now its located under the "Sidebar" sub-menu.
- Added id attribute to menu items.
- If a thumbnail is focused, scroll will adjust automatically to show that thumbnail completely.
- In find bar, cursor and page keys can be used to scroll the thumbnail area.
- Added locales for Dutch (nl-NL, by Mark Heijl)and Hungarian (hu-HU, by Bernat Peter).
<<less
Download (0.18MB)
Added: 2007-07-09 License: MPL (Mozilla Public License) Price:
4307 downloads
Tk::DiffText 0.17

Tk::DiffText 0.17


Tk::DiffText is a Perl/Tk composite widget for colorized diffs. more>>
Tk::DiffText is a Perl/Tk composite widget for colorized diffs.

SYNOPSIS

use Tk::DiffText;

my $w = $mw->DiffText()->pack();

$w->diff($file0, $file1);

This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications.

OPTIONS

-orient => horizontal|vertical
Controls the arrangement of the text panes. Defaults to vertical.
-gutter => 0|1
Hides and displays the line number gutter. Defaults to 1.
-gutterforeground => color
Sets the gutter foreground color.
-gutterbackground => color
Sets the gutter background color.
-diffcolors => {...}
Sets the colors used for highlighting diff results. The structure of the value hash is as follows:
{
add => [-fg => green ], # tag for additions
del => [-fg => red, -overstrike => 1], # tag for deletions
mod => [-fg => blue ], # tag for changes
pad => [-bg => #f0f0f0], # tag for blank line padding
}

For each of the tags you can specify any option that is valid for use in a ROText widget tag: -foreground, -background, -overstrike, etc.
-map => scaled|scrolled|none

Controls the display and type of difference map. Defaults to scaled.

The difference map will match its colors to those from -diffcolors by default. It uses the background color if specified, otherwise it uses the foreground color.

<<less
Download (0.012MB)
Added: 2007-08-11 License: Perl Artistic License Price:
804 downloads
pydelicious 0.3.0

pydelicious 0.3.0


pydelicious allows you to access the web service of del.icio.us via its API through python. more>>
pydelicious library allows you to access the web service of del.icio.us via its API through python.
def getrss(tag = "", popular = 0, url = , user = ""):
get posts from del.icio.us via parsing Rss
tag (opt) sort by tag
popular (opt) look for the popular stuff
user (opt) get the posts by a user, this striks popular
url (opt) get the posts by url
def apiNew(user, passwd):
creates a new _DeliciousApi object
requires username and passwd
class _DeliciousAPI:
def __init__(self, user, passwd):
initialize the api with username and passwd
def tags_get(self):
get the tags
def tags_rename(self, old, new):
rename a tag
def posts_update(self):
when have the posts been updated
def posts_dates(self, tag = ""):
when have the posts been posted
def posts_get(self, tag="", dt="", url=""):
get the posts, filtering may help
def posts_recent(self, tag="", count=""):
what have been the latest posts
def posts_all(self, tag=""):
get me all posts
def posts_add(self, url, description="", extended="", tags="", dt="", replace="no"):
add an post to del.icio.us
url - the url of the page you like to add
description - a description of the page, often the title of the page
extended (opt) - an extended description, could be some kind of comment
tags - tags to sort your posts
dt (opt) - current date in format ...., if no date is given, the current
date will be used
def posts_delete(self, url):
delete a post by url
def bundles_all(self):
def bundles_set(self, bundle, tags):
def bundles_delete(self, bundle):
This are short functions for common api calls.
def add(user, passwd, url, description, tags = "", extended = "", dt = "", replace="no"):
def get(user, passwd, tag="", dt="", count = 0):
def get_all(user, passwd, tag = ""):
def delete(user, passwd, url):
def rename_tag(user, passwd, oldtag, newtag):
def get_tags(user, passwd):
This are short functions for getrss calls.
def get_userposts(user):
def get_tagposts(tag):
def get_urlposts(url):
def get_popular(tag = ""):
Examples:
>>> a = apiNew(user, passwd)
>>> a.posts_add(url="http://my.com/", desciption="my.com", extended="the url is my.moc", tags="my com")
True
>>> len(a.posts_all())
1
>>> get_all(user, passwd)
1
>>>
Enhancements:
- This release is mainly a rewrite.
- It now uses external libraries.
<<less
Download (0.060MB)
Added: 2006-01-23 License: Python License Price:
1369 downloads
auto-submiter 1.0

auto-submiter 1.0


un software gratis il piu primato, objeto di multi aplicatione suggerire url del tuo sito automaticamente in piu di dodice motore di richerce in piu u... more>> <<less
Download (241KB)
Added: 2009-04-20 License: Freeware Price: Free
193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5