Main > Free Download Search >

Free wedding cake toppers software for linux

wedding cake toppers

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
tngCalendar 1.3

tngCalendar 1.3


tngCalendar is a Web calendar addon to the TNG software for online genealogy. more>>
tngCalendar is a Web calendar addon to the TNG software for online genealogy.
I have a fairly large family and often have trouble keeping track of birthdays, anniversaries, and the like.
Ive also started keeping track of my familys genealogy via a web-based package, so the solution seemed obvious: add the component I needed so the software I was already using.
The result is called tngCalendar. The calendar is a simple monthly view with birthdays, wedding anniversaries, and dates of death overlaid.
tngCalendar operates in conjunction with the TNG package, but can (and should) be installed separately. Simply download the package, and uncompress in a temporary directory. Edit the php file according to the directions contained inside, and copy the pieces into place.
Note that tngCalendar may circumvent your security setup by "giving away" birth and marriage dates relevent to living persons. However, since the exact year of a persons birth or marriage is not shown on the calendar (it only shows anniversaries, the year is only used for dFixed a bug in the anniversaries.php links (the day numbers on the calendar).
Enhancements:
- This release fixes a bug introduced in 1.2 that caused anniversaries to fail to display.
- It fixes a bug that caused links to point to the wrong entries in some cases.
- It adds support for nickname, lnprefix, and suffix when available.
<<less
Download (0.010MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
Take Out The Mouse 1.0

Take Out The Mouse 1.0


Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit. more>>
Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit.

This is the first game developed by Bertesh Studios, in 2001. Take Out The Mouse consist in a little mouse who has to find the exit of the different labyrinths by finding his delicious reward... the cheese.

The game has 2 difficulties. The first one is the "Easy" difficulty, where our only objective is to find the cheese before our time finishes. Once we have finish this difficulty, we will have access to the "Hard" difficulty, here besides of have to find the cheese before that our time ends, we must to eliminate all the bats that are inside the labyrinths with cakes first to be able to get access to the next level... but be careful, because this bats spit drops of blood that could damage the mouse and could cost him 1 live.

Take Out The Mouse counts with several labyrinths and funny music that we will listen during the whole game, getting a fun game for all the family.

<<less
Download (1.5MB)
Added: 2007-04-20 License: Freeware Price:
917 downloads
CakePHP 1.1.16.5421

CakePHP 1.1.16.5421


Cake is a rapid development framework for PHP. more>>
Cake is a rapid development framework for PHP. CakePHP project uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Main features:
- compatibile with PHP4 and PHP5
- supplies integrated CRUD for database and simplified querying
- request dispatcher with good looking, custom URLs
- fast, flexible templating (PHP syntax with helper methods)
- works from any website subdirectory, with little to no Apache configuration involved
Why use CakePHP?
- Flexible License: MIT License
- Clean IP: every line of code was written by the CakePHP development team
- Extremely Simple: just look at the name...Its Cake
- Rapid Development: build apps faster than ever before (check out the zZine article)
- Best Practices: Cake is easy to understand and sets the industry standards in security, session handling, among other things.
- OO: whether you are a seasoned OO programmer or a beginner you will feel comfortable
- No Configuration: set-up the database and watch the magic begin
<<less
Download (0.19MB)
Added: 2007-07-09 License: MIT/X Consortium License Price:
548 downloads
SMSLink 0.56b-3

SMSLink 0.56b-3


SMSLink project implements a client/server gateway to the SMS protocol. more>>
SMSLink project implements a client/server gateway to the SMS protocol (short messages on the mobile phones).
It requires the use of dedicated hardware (a serial GSM module).
Both SMS emission and reception are supported, either in text-mode or in PDU-mode.
It also includes an SMS to eMail gateway module.
The server runs under Linux and FreeBSD and supports interactive mode via telnet.
The command-line client already exists for Linux, FreeBSD, Solaris, HP-UX, and Win32.
A basic Web interface is also provided.
Main features:
- The use of TCP/IP sockets for communication between client and server means that the application is network-aware from the start and that deploying it over a WAN (or across the internet) is a piece of cake. Expanding it as well, since writing additional clients for it is possible on any platform supporting sockets. Various ports of the client to Win32 are now available.
- The server process has a command-line interface connected to the socket, making it possible to use it interactively from a telnet session (only line mode telnet supported at the present time - see server/BUGS and server/TODO in the sources directory). This feature is of enormous help when troubleshooting or debugging.
- The command-line interface is backed by a parser written in lex and yacc (flex/bison, actually), which makes the language relatively easy to extend.
- The server was built from the start with the idea of multiple GSM modules in mind. Adding a line to two configuration files (and connecting the hardware, of course) is all there is to using two modules instead of one. The number of modules supported by the server is limited by the hardware only.
- The choice to use specific hardware (the serial GSM module), although limiting the general-purpose use of this application, allows for some very usefull features, the most prominant one being the ability to receive SMS messages as well as send them. This feature is now implemented (as of version 0.41b). Once downloaded from the GSM module, those messages can either be stored in an inbox file or fed through an external program or script, or both.
- By sitting straight on the GSM network, the use of the GSM module offers an advantage that far outweighs its cost : provider independance. The ability to send and receive SMS might be limited in some way or another by the level of your subscription, but all providers should offer a standard way of doing it. No "provider-specific driver" is required in this case. Whats more, all SMS routing aspects are being taken care of by the GSM network itself. Caution is advisable when choosing the provider though, as some of them might place some restrictions on routing to and/or from outside networks (e.g. Mobistar and Itineris*) or lack the implementation of some advanced features of the SMS protocol such as "point-to-point SMS" or "SMS-back" (e.g. Proximus through the UCP interface*).
- As of version 0.48b, initial support for PDU mode and the creation of a "driver-like" capability table for the GSM modules means that most module brands on the market could be supported with little effort. This "driver" approach also garanties that youll be able to mix and match different brands and models of modules on the same server with no problem. Support for PDU mode also opens up a new batch of options, like setting the validity period for a message, potential support for non-standard alphabet, binary content delivery to the mobile phone (logos, tunes, etc. ?) and more.
- A full-fledged access control mechanism allows you to specify precisely which client machine or subnet should be allowed to connect and which shouldnt. The access control is IP-based (as opposed to user-based) and defaults to "deny" for increased security. When the situation doesnt require any access control, the whole thing can be easily disabled by the administrator.
<<less
Download (0.26MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1129 downloads
Far Cry - Linux Dedicated Server 1.33

Far Cry - Linux Dedicated Server 1.33


Far Cry - Linux Dedicated Server includes the files needed to run a Far Cry dedicated server under Linux. more>>
Far Cry - Linux Dedicated Server includes the files needed to run a Far Cry dedicated server under Linux.

A copy of the game is required.

About FarCry:

Welcome to destination Far Cry

You are Jack Carver running your own boat charter business in beautiful Micronesia. With a past best left behind you, youll be focusing on your present assignment: escorting an ambitious journalist named Valerie Cortez to the Island of Cabatu. It seems like a piece of cake, but youll soon learn: paradise can be hell.

Experience a new style of FPS gameplay featuring massive outdoors environments and unprecedented long range gameplay.

Feel the Far Cry Engine

The meticulously designed next generation CryEngine pushes the threshold of action gaming with proprietary PolyBump™ mapping, advanced environments physics, destructible terrain, dynamic lighting, motion captured animation and total surround sound.

Cunning and complex A.I. Tactics

Autonomous A.I. make realistic decisions based on observations of the current state of the world. These highly-trained mercenaries are designed to utilize environmental features, attack in groups, divide & conquer, respond to player actions, and call in reinforcements from air, land or sea.

Astonishingly tension-filled non-linear experience

Unique game design encourages a combination of pure reflex shooting as well as intelligent stealth. Draw out your enemies or perform a full-on assault. Its up to you to use the vast environment to your own advantage.

Heart-Pounding atmosphere

Unique proprietary physics and lighting, adaptive audio, weather effects, and day/night cycles provide a tropical setting so real youll never want to leave.

What you see is what you play

Thanks to the Sand box editor, you can easily create and edit your own terrain, foliage, textures, lighting effects, vehicles, missions etc… Place enemies, build maps, and construct the world in which you want to play.
<<less
Download (9.3MB)
Added: 2006-04-20 License: Freeware Price:
729 downloads
Aalib 1.4rc4

Aalib 1.4rc4


Aalib is a portable ascii art GFX library. more>>
Aalib is a portable ascii art GFX library.I vote for simplicity. There are many problems of various kinds with video cards, low frequency monitors, crashing graphical apps@dots{} AA-lib IS the solution. It works on a terminal of any kind, it is fast and portable, it gives to you standard API. It makes your old hardware more powerfull.
AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii-art renderer. Now my linux boots with a nice penguin logo at secondary display (yes! Like Win95 does:) AA-lib API is designed to be similar to other graphics libraries. Learning a new API would be a piece of cake!
Once upon a time weve (my friend Kamil and I) bought two old Herculeses as secondary monitors. We didnt know for that time that our Diamond Stealths 64 cards would become obsolete soon. The next day we downloaded the logo of Linux Texas Users Group - nice silly penguin looking like a cowboy! It was so exciting logo ... we decided that we couldnt live without it and we wanted to see it at boot time as a logo on our secondary monitors. There was a small problem - Hercules doesnt support color graphics. So we decided to convert the penguin image to ascii art using netpbm tools.
The output was very ugly because the converting algorithm was absolutly stupid. During the night I designed a new convertor that used a font bitmap to creat an aproximation table. The output wasnt very good since the algorithm wasnt tuned so well. Many months this small piece of code was waiting on my disc for the day "D". Meanwhile I started a new project XaoS (a fractal zoomer) with my friend Thomas. And then I got an idea: Ascii Art Mandelbrots! I was really impressed by the result! XaoS was faster, portable and looking much better than ever before. I found a new way to go @dots{}
Enhancements:
- Automake/libtools/autoconf updated.
- Package restructured
- Some bugfixes.
- New "raw" keyboard driver for linux console alowing to detect key releases.
- Fixed -malign-double gcc binarry compatibility problem
- Added const keywords to sources where possible.
- AAlib.h documented
- Lots of fixes from Debian maitainer Joey Hess installed
- c2man generated manual pages added
- Rest of changelog was lost in the disc crash....
- Fixed X driver handling of refresh
- Optimized X driver
- X driver now allows setting font using AAFont environment variable
- Added aalib-config
<<less
Download (0.38MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1199 downloads
Contacts 0.8.3

Contacts 0.8.3


Contacts is a stand-alone address book application for the ROX Desktop. more>>
Contacts is a stand-alone address book application for the ROX Desktop. There is an extra package for users of other freedesktop.org compliant environments.
You can use Contacts to view and create vCard business cards. Contacts creates a vCard for every contact and stores it in a central directory in your home folder. A reasonable subset of rfc2426 has been implemented.
Main features:
Tabs
- There are two tabs, one for home, one for work related data.
Drag & Drop Loading
- You can load a vCard by dragging it onto Contacts.
- You can add a sound, photo or logo the same way. Contacts figures out by filetype which is which. Drag an image onto the "Home" tab if you want it to be added as a photo. To add a logo image, switch to the "Work" tab before dragging!
Searching
- Use the toolbar entry for searching contacts.
Extended Attributes
- Contacts saves the cards with extended attributes on Linux and Solaris, if supported by the filesystem:
- user.mime_type = text/directory
- user.creator = Contacts
My Card
- You can tell Contacts which card is yours: "Menu->My Card->This is my card"
- At any later time you can easily load your card by pressing "Alt-M" or from
- "Menu->My Card->Open my card"
PGP
- Contacts supports embedded public PGP keys.
- They can be exported from a vCard to a file, or directly imported into your keyring.
Live Toolbar
- The presence of NOTE, KEY, SOUND, PHOTO, LOGO, GEO/TZ properties is indicated by toolbar icon.
- Info about those properties is available through the icon tooltip. Click to edit!
- You add them in the first place via menu and short-cuts or dragn drop, respectively.
Birthday Notification
- Nearing birthdays are indicated by the color of a birthday cake in the toolbar:
- Next birthday more than a week away
- Next birthday within seven days
- Next birthday tomorrow
- There is a birthday today
- When there is no birthdate recorded for any of your contacts, no cake is shown.
<<less
Download (0.15MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
myGifts 2.70 Alpha1

myGifts 2.70 Alpha1


myGifts manages Xmas/birthday wish-lists or gift registries for weddings or newborns. more>>
myGifts project enable you, your family and your friends to share your xmas wish-lists, your gift registry for your wedding or a newborn.
People can add gifts to their lists and claim other peoples gifts, and it supports user groups to control who can and cannot see lists.
Main features:
- add gifts to their lists,
- decide who can(cannot) see them,
- add ideas to other lists,
- claim other people gifts.
<<less
Download (0.19MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1423 downloads
OpenInteract2::Manual::AdminApache 1.99_06

OpenInteract2::Manual::AdminApache 1.99_06


OpenInteract2::Manual::AdminApache is a Perl module for compiling and configuration Apache/mod_perl 1.x. more>>
OpenInteract2::Manual::AdminApache is a Perl module for compiling and configuration Apache/mod_perl 1.x.

SYNOPSIS

This section of the OpenInteract2 manual will show you how to compile Apache and mod_perl for a two-server proxy setup, along with other information for configuring Apache.

Apache and mod_perl really arent difficult to setup. As long as you have a standard C compiler (GCC!) and a little patience its really a piece of cake.

APACHE 1.x OVERVIEW

OpenInteract2 depends on a persistent Perl environment within a web server. Currently, the best alternative is mod_perl 1.x.

mod_perl is extremely powerful, but this power can come at a price. Embedding Perl into Apache uses more resources (particularly memory) than just using Apache alone. A number of developers have experimented with various ways of minimizing the memory footprint of mod_perl, and one of the easiest and best performing methods is to use a proxy server.

This is described in great detail in the mod_perl guide under the Choosing the Right Strategy heading. But well summarize here:

Setup a plain Apache server with mod_proxy and mod_rewrite to listen to port 80 for your website. (We describe the build process below.)
Tell this server to deal with static file requests (images, movies, PDFs, etc.)
Proxy all other requests back to a heavier mod_perl server.
Receive the information back from the mod_perl server and send to the client.

The benefits of this are:

Resource-hogging mod_perl processes do not serve static files -- if they did, youd need more of the processes.
Since OI2 can run under a URL context you can segment your site to different application servers. For instance, you can say that everything under /oi goes back to your OI2 application server running under mod_perl and everything under /jsp goes to a Tomcat web container with your Java Server Pages. But to the user its all under one site -- nifty.
The front-end proxy is able to feed data back to the client at whatever rate it needs without taking up many resources the entire time. For instance, users reaching your website with modems can tie up a web server process for much longer than users who are on some sort of broadband network. If the process is small its not such a big deal.
Since they are separate, you can make changes to the (heavy) back-end and mask them by the (light) front-end. This is a great help when things are going wrong with the back-end and you dont want users to see nasty error pages.
Also since they are separate, you can very easily move the back-end process to an entirely separate machine (or machines, using some sort of DNS or load-balancing manipulation) if the need arises.

Running OpenInteract2 in this environment is strongly recommended, and it comes with configuration files that make it easier to do the Right Thing.

<<less
Download (0.91MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 downloads
DL/SQL 1.0.1

DL/SQL 1.0.1


DL/SQL is a declarative programming language based on top of a SQL database. more>>
DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it.

The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching.

The syntax was inspired by LISP and bash. Sounds strange? For example,

(* (+ 2 4 (#FACT 4)) 3)


means (2 + 4 + fact(4)) * 3 where fact is user-defined function for factorial.

As youve probably noticed, DL/SQL has got prefix (polish) notation with compulsory bracketing. That means, in front any name of function there must be opening bracket and after last parameter of a function there must be closing bracket. With this rule its really easy to implement variable-length argument lists.

For real deployment its necessary to change the core according to your needs - some special constructions are always necessary. Fortunatelly the core is flexible and easily extendable. Right now DL/SQL uses MySQL as its backend. Therere only several calls to DB, changing them is work for few minutes so porting DL/SQL to lets say PostgreSQL is piece of cake.

Therere only two API calls:

rpn_init()

clears all the cached values (actually sets the counted bit to false).

rpn_eval($expression)

evaluates entered DL/SQL expression. For using DL/SQL interpreter its necessary to include file rpnparser.phtml in your project. For easy implementation I also advise you to include file include/setup.phtml which contains all the necassary stuff for connecting to database and setting the directories. Without this file, youll have to do all the things yourself!
<<less
Download (0.021MB)
Added: 2005-04-14 License: BSD License Price:
1655 downloads
pymad 0.5.4

pymad 0.5.4


pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. more>>
pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library.

pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake.

Using pymad is as easy as:

import mad, ao, sys

mf = mad.MadFile(sys.argv[1])
dev = ao.AudioDevice(oss, rate=mf.samplerate())
while 1:
buf = mf.read()
if buf is None:
break
dev.play(buf, len(buf))


pymad uses the Python distutils tool. To build and install pymad, install python and libmad development files, and then:

Remember to make sure /usr/local/python/site-packages/ is in your Python search path.

pymad is licensed under the GNU General Public License.
<<less
Download (0.021MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1579 downloads
XML::XQL 0.68

XML::XQL 0.68


XML::XQL is a perl module for querying XML tree structures with XQL. more>>
XML::XQL is a perl module for querying XML tree structures with XQL.

SYNOPSIS

use XML::XQL;
use XML::XQL::DOM;

$parser = new XML::DOM::Parser;
$doc = $parser->parsefile ("file.xml");

# Return all elements with tagName=title under the root element book
$query = new XML::XQL::Query (Expr => "book/title");
@result = $query->solve ($doc);
$query->dispose; # Avoid memory leaks - Remove circular references

# Or (to save some typing)
@result = XML::XQL::solve ("book/title", $doc);

# Or (to save even more typing)
@result = $doc->xql ("book/title");

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: http://www.w3.org/TandS/QL/QL98/pp/xql.html Most of the contents related to the XQL syntax can also be found in the XML::XQL::Tutorial that comes with this distribution. Note that XQL is not the same as XML-QL!

The current implementation only works with the XML::DOM module, but once the design is stable and the major bugs are flushed out, other extensions might follow, e.g. for XML::Grove.

XQL was designed to be extensible and this implementation tries to stick to that. Users can add their own functions, methods, comparison operators and data types. Plugging in a new XML tree structure (like XML::Grove) should be a piece of cake.
To use the XQL module, either

use XML::XQL;
or
use XML::XQL::Strict;

The Strict module only provides the core XQL functionality as found in the XQL spec. By default (i.e. by using XML::XQL) you get XQL+, which has some additional features.

See the section "Additional Features in XQL+" for the differences.
This module is still in development. See the To-do list in XQL.pm for what still needs to be done. Any suggestions are welcome, the sooner these implementation issues are resolved, the faster we can all use this module.

If you find a bug, you would do me great favor by sending it to me in the form of a test case. See the file t/xql_template.t that comes with this distribution.

If you have written a cool comparison operator, function, method or XQL data type that you would like to share, send it to tjmather@tjmather.com and I will add it to this module.

<<less
Download (0.11MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1232 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1