Main > Free Download Search >

Free cheetah girl s software for linux

cheetah girl s

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
Cheetah 2.0 RC2

Cheetah 2.0 RC2


Cheetah is a Python-powered template engine and code generator. more>> <<less
Download (0.16MB)
Added: 2006-01-15 License: MIT/X Consortium License Price:
1412 downloads
Cheetah web browser 0.10

Cheetah web browser 0.10


Cheetah web browser has been started to create a fully functional. more>> The cheetah web browser is a project that has been started to create a fully functional, light-weight, bloat-free web browser for Linux (and other free unix clones) that is not dependant on KDE, GNOME or Mozilla.
Why another web browser?
There are a lot of web browsers available for Unix and all of them that I have tried are great. However, I have yet to find one that truly satisfies my needs.
This is what I require in a web browser:
* It must not require another more developed web browser, such as mozilla, to operate. It can certainly use code from another web browser (providing the applications authors permit that), but the code must be included natively in its source, or in a shared library that comes with the browser. For example, I do not want to have mozilla installed to use my browser. I am using my browser not mozilla.
* It must not depend on an entire desktop suite. For example, if I use icewm I should not have to install kde to use my web browser.
* It must be extremely fast and provide an enjoyable browsing experience (duh).
* It must provide only the ability to surf the internet and download files through http and ftp. I do not want my web browser to provide the means to send/receive e-mail, compose web pages, chat on irc etcetera. I have other programs to do that.
When will Cheetah be usable?
I dont have a roadmap layed out yet. I wont have one for awhile. It all depends upon how many people are willing and have the time to contribute.
<<less
Download (184KB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
Tahchee 0.9.8

Tahchee 0.9.8


Tahchee is a tool for developers and Web designers that makes it possible to easily build a static Web site using Cheetah. more>> <<less
Download (0.088MB)
Added: 2006-09-23 License: BSD License Price:
1126 downloads
Decilo Gratis 0.1

Decilo Gratis 0.1


Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free more>>
Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free: just select in any web page the text you want to post on decilogratis, and then post it via right-click or Tools menu.

In decilogratis.com you can write all what you want, for example, what you think about something, what you are looking for buying or selling, a secret you want to share, or just tell to your girl/boyfriend how much you love her/him. You can have your own public blog here too, just write always under your own tag! Now, with this extension is easier to say something!

<<less
Download (0.007MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
934 downloads
tarix 1.0.2

tarix 1.0.2


tarix is a simple indexer for GNU and POSIX tar files. more>>
tarix is a simple indexer for POSIX and GNU tar files. The indexes allow fast extraction of files in the archive, especially on seekable tape devices.
The index format is simple enough to be used from a rescue disk with only mt, dd, and tar (though grep and sed would be very useful there).
Tarix is a fairly simple program and should work on any system with an ANSI C compiler that suports GNU-ish 64-bit integers ([unsigned] long long, strtoull). If you are not compiling on a known supported platform, you will probably have to modify src/portability.h to get correct defines for 64-bit file operations correct, and src/portability.c to get correct implementations of the magnetic tape setblk/seek/tell operations. If this is not sufficient, please report it as a bug!
To compile tarix, simply type make (or gmake if your make program is not GNU make) from the base directory of the source distribution. Running make install will install tarix to /usr/local by default, but this can be changed by editing the variables at the top of the Makefile.
Tarix requires the zlib headers and library.
Known Supported Platforms:
- Linux
- FreeBSD
Enhancements:
- This release has portability fixes, and an important fix for a data corruption bug that would lead to portions of a compressed archive being unusable.
<<less
Download (0.023MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1270 downloads
Media-S 1.0 Beta 2

Media-S 1.0 Beta 2


Media-S is an open-source development project that aims to create an open Digital Rights interface. more>>
Media-S project is an open-source development project that aims to create an open Digital Rights interface for the creation, playback, and management of multimedia files.

Because of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
<<less
Download (0.10MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1160 downloads
S tar 1.5a83

S tar 1.5a83


S tar is the most POSIX compliant and fastest known implementation of a tar archiver. more>> <<less
Download (0.72MB)
Added: 2007-07-17 License: CDDL (Common Development and Distribution License) Price:
831 downloads
pyctures 0.20

pyctures 0.20


pyctures is a small web gallery written in Python that uses the web.py framework. more>>
pyctures is a small web gallery written in Python that uses the web.py framework. It does not use any database and stores all the necessary data in the filesystem.
pyctures is published under the BOLA (Public Domain), so you can run the software anywhere, and do whatever you want with it.
Installation:
The installation procedure depends on the HTTP server youre using. What follows is a list of procedures for some common HTTP servers. If you use pyctures with something else, please let me know so I can add it here.
After youve completed the install, read the "Administration" file to learn how to manage your gallery.
Common procedure
1. Copy the "website" directory to a suitable place where you want to install
pyctures. It does not have to be inside your website, but has to be
readable by your webservers user.
2. Create a "config.py" file based on the "config.py.sample" file, and edit it
according to your configuration. A really important setting is the album
path, where all albums will be stored. It can be anywhere you want. Create
an admin user so you can create albums using the web interface.
3. Make sure the album path is writeable by the user who will run the pyctures
application. It usually is your web server user.
4. Install PIL from http://www.pythonware.com/products/pil/. The package name
for most distributions is "python-imaging" or just "imaging".
5. Install cheetah from http://www.cheetahtemplate.org/. The package name for
most distributions is "python-cheetah" or just "cheetah". You need at least
version 2.0-rc5.
No server (stand-alone)
pyctures can be run without any HTTP server by just executing
"./pyctures [PORT]" directly on the website directory. Its useful for
testing and small sites. I recommend that you test everything works this way
before integrating it into a webserver.
lighttpd
First of all, install "flup", from http://www.saddi.com/software/flup/.
Gentoo: Its not in portage, it sucks. Check
http://bugs.gentoo.org/show_bug.cgi?id=100784
Debian: apt-get install python-flup
Now, lets suppose youve installed pyctures in the "/var/www/pyctures"
directory, and want to publish it under the "/pics/" directory.
You need to add the following to /etc/lighttpd/mod_fastcgi.conf (or just
/etc/lighttpd/lighttpd.conf if you dont have the other file):
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
fastcgi.server = (
"/pics" => ((
"socket" => "/tmp/fastcgi-pics.socket",
"max-procs" => 1,
"bin-path" => "/var/www/pyctures/pyctures"
))
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
This is enough, but be aware that "http://mysite/pics" (note the missing
"/" at the end) will *not* be redirected to pyctures.
If you want to be able to refer to your pyctures root both as
"http://mysite/pics/" and "http://mysite/pics", you need to add the
following in the same file as before:
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
url.redirect = (
"^/pics$" => "/pics/"
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
And then create an empty file in your document root called "gallery",
otherwise lighttpd will think the path does not exist and return 404 before
doing the redirection.
Enhancements:
- This version implemented pagination, IE support, and automatic thumbnail regeneration on config changes.
- It also improved performance considerably, reduced the memory footprint, added Apache installation instructions, and included several other minor improvements.
<<less
Download (0.076MB)
Added: 2007-01-09 License: Public Domain Price:
1019 downloads
S-Terminal 0.5

S-Terminal 0.5


S-terminal lets you create a secure X terminal over an ecrypted tunnel. more>>
S-terminal lets you create a secure X terminal over an ecrypted tunnel.

Regular X terminals pass unencrypted data between you the remote machine.

S-terminal creates an encrypted tunnel through which all X traffic passes.

It replaces the remote xdm login screen with a local application that collects username and password, then sets up an ssh tunnel to the remote host and starts a session.

It is highly configurable both in appearance and behavior, and deployed S-terminals can be remotely administered.

S-terminal was developed to run under Knoppix, but it should be portable to most Linux systems. With minor changes, it should work on any Unix-like system that has X, perl, tcl/tk and expect installed.

Best of all, it can be added to a KNOPPIX CD to create an instant, bootable, secure X terminal CD.
<<less
Download (0.051MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
Hanihani Operation Sanctuary 1.0

Hanihani Operation Sanctuary 1.0


Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game. more>>
Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game.
The girl that fell out of the blue.
And the protagonists life, which began to take a turn little by little into the realm of the extraordinary starting from that very day.
- Nao-kun, if you dont get up soon, youre going to be late.
The new school term started today. The protagonists childhood friend, Honami, has kept telling him that hes not a child anymore, and yet continues to come to wake him up. They proceed as they always have to "Hasumidai Academy", which stands atop a hill ... but this time around, as second-year students.
- Naoki, Im going on ahead of you!
And the protagonists cousin, Matsuri, zips past the two of them. After having lost both parents in a terrible accident 5 years ago, the protagonist Naoki Kuzumi was taken in by Matsuris parents. And now, Matsuri herself -- who had been so opposed to Naokis moving in back then -- has become a freshman at Hasumidai Academy.
These ordinary, ordinary days, stretching on forever.
... but then, one day, up on the roof of school ...
Enhancements:
- RTM, all platforms.
- Initial page release. Currently in QC. Expect RTM for all platforms this weekend.
<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1076 downloads
Pynakotheka 1.1.0

Pynakotheka 1.1.0


Pynakotheka is a simple python script which generates static HTML photo albums. more>>
Pynakotheka is a simple python script which generates static HTML photo albums to be added to web sites or to be burnt in CDs.
It includes some templates, and its easy to create more.
The gallery can contain folders and/or pictures and the folders can contain other folders and/or pictures, recursively.
There are 4 views: folder, tree, thumbnails and photo detail (with or without exif info). You can even create your own templates easily.
Released under GNU Public License, read COPYING for more details.
Options:
Usage: pynakotheka.py [source_dir [target_dir]]
Arguments:
source_dir Location of the source photos, defaults to current dir
target_dir Directory where to save the gallery, defaults to current dir
Options:
-h, --help Show this text
-q, --quiet Dont show progress information messages, default SHOW
-c, --color Show information messages with colors, default NO COLOR
-o, --copy-originals
Copy original images to the gallery, default NO
-s, --thumbsize Thumbnail size, defaults to 250
-i, --imagesize Image size, defaults to 640
-d, --templates-dir
Path to templates directory, defaults to "./templates"
-t, --template Template to use, defaults to "default"
--clean=all|images|html
Remove all files / images / html and style files
generated by the program
Enhancements:
- This release uses Mako Templates instead of the Cheetah Templating System. HTML creation is much faster.
- Files with different encodings should be managed perfectly.
- Filenames encoded in UTF8 shoud works now.
- A "--version" option has been added.
<<less
Download (0.10MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
Goonies 1.0-1

Goonies 1.0-1


Goonies project is a fun jump n run game. more>>
Goonies project is a fun jump n run game. The action takes place in the sleepy seaside town of Cauldron Point, down in an area known as the Goon Docks.

The Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.

Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
<<less
Download (11.2MB)
Added: 2006-09-05 License: Other/Proprietary License with Source Price:
1147 downloads
Thunderbird send as attachment(s) service menu 1.0

Thunderbird send as attachment(s) service menu 1.0


Thunderbird send as attachment(s) service menu permits you to send selected file(s) as attachment(s) with thunderbird. more>>
Thunderbird send as attachment(s) service menu permits you to send selected file(s) as attachment(s) with thunderbird.

Untar it and create a link in ~/.kde/share/apps/konqueror/servicemenu to the file email.desktop.

<<less
Download (0.010MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1193 downloads
xmltvdb 3

xmltvdb 3


xmltvdb is a fairly simplistic tv listings database/viewer for xmltv listings. more>>
xmltvdb is a fairly simplistic tv listings database/viewer for xmltv listings. It uses PostgreSQL and mod_perl.

Creating the Database

First off, youll want to create your database. The schema.sql file contains the basics youll need. The mkschema.sh will replace the placeholder schema name within schema.sql with the value you pass it as an argument, and spit the result out to stdout. So, you might do something like:

./mkschema.sh xmltv | psql database xmltvuser

And assuming the xmltvuser has create schema privileges (important!) it should create everything. If you want separate users for schema ownership versus reading/writing data, youll have to setup the grants yourself. The pgadmin3 tool makes doing such mass grants easy.

<<less
Download (0.044MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1125 downloads
Relations::Display 0.92

Relations::Display 0.92


Relations::Display is a DBI/DBD::mysql Query Graphing Perl module. more>>
Relations::Display is a DBI/DBD::mysql Query Graphing Perl module.

SYNOPSIS

# DBI, Relations::Display Script that creates a
# matrix, table, and graph from a query.

use DBI;
use Relations;
use Relations::Query;
use Relations::Abstract;
use Relations::Display;

$dsn = "DBI:mysql:watcher";

$username = "root";
$password = ;

$dbh = DBI->connect($dsn,$username,$password,{PrintError => 1, RaiseError => 0});

$abstract = new Relations::Abstract($dbh);

$display = new Relations::Display(-abstract => $abstract,
-query => {-select => {total => "count(*)",
first => "Bird",
second => "Count",
third => "if(gender=Male,Boy,Girl)",
tao => "if(gender=Male,Yang,Yin)",
sex => "gender",
kind => "sp_name",
id => "species.sp_id",
fourth => "(species.sp_id+50)",
vert => "2",
horiz => "1.5"},
-from => [bird,species],
-where => [species.sp_id=bird.sp_id,
species.sp_id < 4],
-group_by => [sp_name,gender,first,second],
-order_by => [gender,sp_name]},
-x_axis => first,kind,id,fourth,
-legend => second,third,tao,sex,vert,horiz,
-y_axis => total,
-hide => fourth,third,vert,horiz,
-vertical => vert,
-horizontal => horiz);

$matrix = $display->get_matrix();

$table = $display->get_table();

$display->set(-chart => bars,
-width => 400,
-height => 400,
-settings => {y_min_value => 0,
y_max_value => 3,
y_tick_number => 3,
transparent => 0}
);

$gph = $display->get_graph();

$gd = $gph->gd();

open(IMG, >test.png) or die $!;
binmode IMG;
print IMG $gd->png;

$dbh->disconnect();

<<less
Download (0.024MB)
Added: 2007-06-12 License: Perl Artistic License Price:
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2