Main > Free Download Search >

Free nintendo ds lite software for linux

nintendo ds lite

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 149
Rainlendar Lite 2.5

Rainlendar Lite 2.5


Rainlendar Lite is a versatile calendar application that is easy to use and doesnt take much space on your desktop. more>> <<less
Added: 2009-05-19 License: Freeware Price: FREE
2 downloads
 
Other version of Rainlendar
Rainlendar Lite 2.2Rainlendar project is a customizable desktop calendar. Rainlendar Lite 2
License:Freeware
Download (4.1MB)
821 downloads
Added: 2007-07-27
AngelineCMS Lite 0.4.1

AngelineCMS Lite 0.4.1


AngelineCMS is an open source Content Management System (CMS) and a complete Web Development Framework (Application server). more>>
AngelineCMS is an open source Content Management System (CMS) and a complete Web Development Framework (Application server). AngelineCMS is written from ground up to take advance of PHP5s OO-features.
AngelineCMS is Open Source software under OSI approved Mozilla Public License. AngelineCMS aims for easy, innovative solutions for daily web publishing problems. Along with the CMS part, were aiming for as perfect web development framework as possible!
Main features:
Some cool features:
- Blogger client with wysiwyg editor
- Page editor with wysiwyg editor
- Multiuser enviroment
- Shareable blogs, files and documents
- Modular framework
- Multilingual support (Although at the time of writing this we only have English and Finnish support)
- Friendly User Interface Guidelines to ensure ease of use
- Runs on multiple database servers! MySQL, PostgreSQL and SQLite
- Runs on multiple operating systems
- Easily installable modules and plugins
- Blogger even supports XHTML for mobile phones!
Some cool technical features of the AngelineCMS Framework:
- Supports multiple login methods. Database, LDAP and even integrates into CPanel!
- Supports multiple storage backends, such as database, ftp and filesystem
- Full framework for handling module permissions and sharing, easy to create modules when theres no need to worry about basic stuff like authentication!
- Bindable urls, bind any module or url to any virtual "folder"
- Easy module interface
- Easy plugin (sidebar modules) interface
- BBcode support
- SMTP-support for sending email
- Great XML classes, generate XML tree directly from stdClass object, unlimited tree levels
- Fully XSLT-based template system
- Image subsystem for using GD and ImageMagick transparently
- Net classes for http, https, get, post methods
- Fully documented kernel classes!
- Easy multilangual translation using XML files
- Clean, identically indented source code through whole project
- Clean code - written to be PHP5 Strict compliant. No undefined variables, no errors, nothing!
- Supports MySQL, PostgreSQL and SQLite through AdoDB
- PHP5 Strict ported fork of AdoDB
- Secure, self-validating post/get data
Enhancements:
Joni Halme (jontsa@angelinecms.info)
- Changed $_debug to $debug.
- Moved check() from validate to format and dropped validate class.
- Renamed layout files with .tpl suffix. Note, old config file is no longer compatible!
- Fixed curves template validate as XHTML 1.0 strict.
- Added rss output to blogger. Just add ?rss to the URL.
- Added smiley patch by Antti Vahtera which replaces smileys with icons. Smiley icons are from www.big-boards.com. This feature can be turned off via config.
- Added possibility to delete comments from administration page.
- Fixed layout problem with curves template footer.
<<less
Download (0.020MB)
Added: 2005-12-20 License: MPL (Mozilla Public License) Price:
1408 downloads
ADOdb Lite 1.42

ADOdb Lite 1.42


ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster. more>>
ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands.
ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase.
Enhancements:
Added:
SQLdate function to the date module for the fbsql, maxdb, msql and obdc databases.
Added:
loadObjectList function to the object module. This will build an array list of all objects.
Added:
Maugrim the Reapers conversion of the ADOdb Performance Module for the MySql, Mysqli and Mysqlt drivers.
Fixed:
Changed if ($resultId === true) in the do_query() function to if (@pg_numfields( $resultId ) forcenewconnection) in the _makeconnection() function to if(!$this->forcenewconnection) in all Postgres drivers. Thanks to Dmitry (thedix) for the fix.
Fixed:
Removed else in adodb_mktime function in the adodb-time.inc.php program to fix a month calculation error. Thanks to jgarces for submitting the fix.
Fixed:
Changed var _obj; to var $_obj; and var _names; to var $_names; in the generic object module.
Fixed:
Changed user ro username on line 40 in the adodb-exceptions.inc.php. Thanks to Harry S. Kartono for finding the error and providing the fix.
Fixed:
mysql and mysqlt drivers should use the $this->connectionId when executing the mysql_real_escape_stringfunction in the $db->qstr function.
Fixed:
mssql date module had a misplaced bracket causing it to fail.
Changed:
All drivers - fields result set function will return the entire array if the $fields variable is empty.
Enhancements:
- Query tracking was added for performance testing.
- There are three new database array variables: $db->query_list, $db->query_list_time, and $db->query_list_errors.
- These variables will contain every processed query and the time it took to process the query for the current instance of the database object.
- This will allow easy tracking of every query on any page and the amount of time it took to execute each query.
- In all drivers, a return variable by reference error was fixed when returning an empty record set.
<<less
Download (0.24MB)
Added: 2007-01-12 License: LGPL (GNU Lesser General Public License) Price:
1023 downloads
Bio::Das::Lite 1.49

Bio::Das::Lite 1.49


Bio::Das::Lite is a Perl extension for the DAS (HTTP+XML) Protocol. more>>
Bio::Das::Lite is a Perl extension for the DAS (HTTP+XML) Protocol.

SYNOPSIS

use Bio::Das::Lite;
my $bdl = Bio::Das::Lite->new_from_registry({category => Chromosome});
my $results = $bdl->features(22);

SUBROUTINES/METHODS

new : Constructor
my $das = Bio::Das::Lite->new(http://das.ensembl.org/das/ensembl1834);

my $das = Bio::Das::Lite->new({
timeout => 60,
dsn => http://user:pass@das.ensembl.org/das/ensembl1834,
http_proxy => http://user:pass@webcache.local.com:3128/,
});

Options can be: dsn (optional scalar or array ref, URLs of DAS services)
timeout (optional int, HTTP fetch timeout in seconds)
http_proxy (optional scalar, web cache or proxy if not set in %ENV)
caching (optional bool, primitive caching on/off)
callback (optional code ref, callback for processed XML blocks)
registry (optional array ref containing DAS registry service URLs
defaults to http://das.sanger.ac.uk/registry/services/das)
proxy_user (optional scalar, username for authenticating forward-proxy)
proxy_pass (optional scalar, password for authenticating forward-proxy)
user_agent (optional scalar, User-Agent HTTP request header value)

new_from_registry : Constructor
Similar to new above but supports capabilities and category
in the given hashref, using them to query the DAS registry and
configuring the DSNs accordingly.

my $das = Bio::Das::Lite->new_from_registry({
capabilities => [features],
category => [Protein Sequence],
});

Options are as above, plus
capability (optional arrayref of capabilities)
category (optional arrayref of categories)

<<less
Download (0.032MB)
Added: 2007-03-20 License: Perl Artistic License Price:
949 downloads
Kenbushi Lite 6.2.0

Kenbushi Lite 6.2.0


Kenbushi is a powerful media center with integrated file sharing, web server and data backup over LAN/Internet. more>> <<less
Download (10.6MB)
Added: 2006-10-11 License: Freeware Price:
1114 downloads
Now Playin Lite 1.0

Now Playin Lite 1.0


Now Playin is a Kopete now listening script, lite version, by Amy Brodzik. more>>
Now Playin is a Kopete now listening script, "lite" version, by Amy Brodzik.

This script does pretty much what the original did with these options set:

* Status prefix: "Now Listening: "
* No changing the status to away
* Set the away message
* Do not set the avatar

There is no config dialog in this version because I do not know Kommander.

This script ONLY changes your status message to show the song youre listening to. It does not change your nickname or your avatar. If you want those features, go get the full version above or edit the script. I have removed the code for other features that this script had for the sake of simplicity. If you want those features back, get the version at the URL above.

I modified and trimmed this script because I wanted to change the behavior--for example, now it clears your status message when you hit Stop. I hope someone finds this trimmed-down version useful.

I also disabled logging to the log.txt file by default.

I know Kopete has a "now playing" plug-in, but it doesnt work at all with certain types of files, like tracker modules.

<<less
Download (0.002MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
839 downloads
Ubuntu Lite 1.1

Ubuntu Lite 1.1


Ubuntu Lites idea is to bring the power of Ubuntu across to the users of Legacy systems. more>>
Ubuntu Lites idea is to bring the power of Ubuntu across to the users of Legacy systems. So not just to make a small linux as this has been done before (Puppy Linux, Damn Small linux, the Rule Project). Nor to make a useable linux based desktop Operating system (that has been done with Ubuntu Linux, Beatrix).

The idea is to bring the power of Ubuntu to the typical users of Legacy hardware (ie the grandma who gets an old P2 set up for her but does not know how to use it).

So to this end the Operating system needs to be:

* Easily used by people with minimal computer skills
* Useable on a resurected system (see system specifications below)
* and is able to satisfy a typical users requirement of Applications and functionality.

These are the three core aims of the Ubuntu Lite Project.

We will also provide development guides to anyone who wants to trim down their versions or help others use linux on reconditioned hardware. I hope that you enjoy Ubuntu Lite and that you find it useful.
<<less
Download (215MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
2023 downloads
Rad Upload Lite 3.12

Rad Upload Lite 3.12


Rad Upload is a drag and drop file upload applet with a progress monitor. more>>
Rad Upload is a drag and drop file upload applet with a progress monitor. Advanced features of Rad Upload Lite include recursive upload of directories and setting upload limits at the client side.
Bandwidth saving options include filtering out unwanted file types, compression, and resizing images before they are uploaded.
Both HTTP/HTTPS and FTP protocols are supported, and files can be uploaded using copy and paste, as well as with an optional traditional browse button.
Main features:
- Drag and Drop
- Progress Bar
- Applet Size
- Copy and Paste
- FTP upload
- SSL
- Upload Folders
- Redirect After Upload
- Image Scaling
- Client Side Filtering
- Display Thumbnails
- GZip Compression
- Javascript Calls
Installation:
First make sure that your server is correctly configured to accept file uploads. With sites that use PHP you can make use of the included test.html and upload.php files to test your server configuration.
Depending on the version you have downloaded move dnd.jar, dndlite.jar or dndplus.jar onto your web space. Also move the included php files onto the same location as the jar file. Next open applet.php in your favourite text editor and change the url parameter to match your server-side upload handler. Thats it!
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify upload.php to suite the needs of your website or web application.
If you prefer to use perl as your server side handler please copy upload.cgi to your /cgi-bin/ directory and change permissions to 755. Perl upload handling can be tested with test-perl.html
Each licence of Rad Upload Lite, Rad Upload and Rad Upload Plus allows you to install the applet on exactly one website.
Enhancements:
- A minor bug in client side filtering (by file type) and an incompatibility with tnftpd on Mac OS X were fixed.
<<less
Download (0.066MB)
Added: 2007-06-01 License: Other/Proprietary License with Source Price:
875 downloads
SEO Filter Lite 1.0.0

SEO Filter Lite 1.0.0


SEO Filter is a Search Engine Optimization Software for forums. It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing more>> SEO Filter is a Search Engine Optimization Software for forums.
It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing session ids from links and much more.
<<less
Download (90KB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
Minalyzer Lite 2007.05

Minalyzer Lite 2007.05


Minalyzer Lite index and search tools to your internet or intranet website. more>>
Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting.
Pump up your website with powerful search tools
- Standard search functionality through web forms.
- Advanced query options such as keyword forcing (+) and keyword exclusion (-).
- Targeted searches in single or multiple index collections.
- Summarized and highlighted results, properly paginated.
- Search by field or location within your website.
- Maintain high performance by running resource-intensive processes on remote computers.
Easy to integrate
- Fully customizable look and feel for seamless integration with your website.
- Tailored indexing, e.g. indexes files directly from a file system, from a dynamic websites database or by crawling the website; or by using a combination of all the three.
- Generates multiple index collections for different parts of your site, e.g. for FAQ, documentation, forums and blogs.
- Attractively priced custom programming service available for all of the above.
- Comes with a sample web application demonstrating integration with sites built using ASP. NET, PHP, Perl, and HTML (CGI-Scripts enabled).
Deployable across a range of environments
- Operating System/Platform independent.
- Works with most shared hosting accounts.
- Language independent - works with all web programming languages, e.g. ASP. NET, PHP, Perl, and HTML (CGI-Scripts enabled).
- Indexes portable between multiple Operating Systems, e.g. create and index in a Windows environment then transfer it to a Linux server.
- Indexing support for arc files generated by Heritrix Crawler.
Easy to install and administer
- Simple xcopy/ftp installation.
- No dependencies on other sites or companies - the executable runs locally.
- Tracks user search activity through detailed search logs.
- Optional web form interface for indexing.
- Works around web server restrictions by generating indexes locally and then uploading them.
Enhancements:
Features Added:
- Added reporting capabilities to generate pdf reports.
- Implemented Jericho HTML parser for HTML parsing.
Changes in this version:
- Enhanced example scripts to add more logging.
<<less
Download (MB)
Added: 2007-06-20 License: Freely Distributable Price:
859 downloads
Bluewall GNU/Linux 1.2 Lite

Bluewall GNU/Linux 1.2 Lite


Bluewall is a GNU/Linux distribution based on Debian and pkgsrc. more>>
Bluewall is a GNU/Linux distribution based on Debian and pkgsrc.
Bluewall GNU/Linux aims to create a complete pkgsrc-based GNU/Linux distribution.
Packages:
- debian
- pkgsrc
Enhancements:
- After some long time, a new bluewall has been released.
- This is a transient release, after the maintainer change this version tries to be a testing release, but feel free to report bugs!
- This new version updates the base debian to SID aka Debian unstable, also integrates the current CVS tree and some (541) i386-binary pkgsrc packages like Gnome, 2.12.2, Gimp 2.2.10, Xorg 6.8.1...
<<less
Download (128MB)
Added: 2006-02-05 License: GPL (GNU General Public License) Price:
1359 downloads
Template Lite 2.10

Template Lite 2.10


Template Lite is a smaller, faster alternative to the Smarty template engine. more>>
Template Lite is a smaller, faster alternative to the Smarty template engine.
For the most part, it is a drop in replacement for Smarty but uses around half of the memory and is considerably faster and far less CPU intensive when compiling and displaying templates.
Template lite was originally created by Paul Lockaby as a smaller replacement for Smarty. The original package was called Smarty Light. Even though Smarty is an Open Source project the creators of Smarty decided to trademark the name Smarty. Because of this trademarking of the name they contacted Paul Lockaby and told him he could nolonger use Smarty in the name for the package.
Paul Lockaby gave me permission to fork the project if I wanted as he was closing down support and developement for Smarty Light. The initial release of Template Lite contains a few minor bug fixes and some extra features.
I plan on adding more features to Template Lite over the next few months. For the most part Template Lite is a drop in replacement for Smarty. The nice thing about this package is how it uses around half of the memory of Smarty and it is considerably FASTER and far less CPU intensive when compiling and displaying templates.
Enhancements:
- register_resource and unregister_resource support was added.
- Different resources are supported by everything except for cached template output.
- The _get_resource internal function was added for processing "file:" and absolute tag resources.
- The resize_image plugin was added.
- Support for absolute paths to template files was fixed.
<<less
Download (0.086MB)
Added: 2007-01-05 License: LGPL (GNU Lesser General Public License) Price:
1029 downloads
fBuilder Lite 2.0.2

fBuilder Lite 2.0.2


fBuilder project is a web-based utility for building and configuring your iptables or ipchains based Linux firewall. more>>
fBuilder project is a web-based utility for building and configuring your iptables or ipchains based Linux firewall. Written by the author of fwconfig, our fBuilder product line brings you many new and exciting features that will fit your firewall creation needs.
InnerTek Software currently offers two versions of fBuilder: fBuilder Lite - a free, ipchains only version of fBuilder that includes a standard set of features and fBuilder Plus - includes edit, insert, and delete capabilities for firewall rules, automatic back traffic rule creation, log reporting and export capabilities.
Our fBuilder products are also great for administering existing firewalls. When started, fBuilder will detect your running firewall and allow you to save it to a file. From that point, you can modify your firewall with the expert add utility or by using the edit/insert capabilities of fBuilder Plus.
Main features:
- Authentication
- User administration
- An enhanced firewall creation utility (known as the wizard)
- Much stronger scripts that add:
- SYN flood protection
- Spoof protection
- Disabling source-routed packets
- More...
- An expert add utility to allow users to build an entire firewall from scratch with much more control than allowed by the wizard including full support for:
- ICMP types
- SYN/ACK conditionals
- TOS bit manipulation
- Packet logging
- The invert option
- fBuilder ships with a pre-configured version of the boa web server, so there is no need to deal with Apache configuration files.
<<less
Download (0.56MB)
Added: 2006-03-17 License: Freeware Price:
1316 downloads
MIME::Lite 3.01

MIME::Lite 3.01


MIME::Lite is a low-calorie MIME generator Perl module. more>>
MIME::Lite is a low-calorie MIME generator Perl module.

SYNOPSIS

use MIME::Lite;
Create a single-part message:
### Create a new single-part message, to send a GIF file:
$msg = MIME::Lite->new(
From =>me@myhost.com,
To =>you@yourhost.com,
Cc =>some@other.com, some@more.com,
Subject =>Helloooooo, nurse!,
Type =>image/gif,
Encoding =>base64,
Path =>hellonurse.gif
);
Create a multipart message (i.e., one with attachments):
### Create a new multipart message:
$msg = MIME::Lite->new(
From =>me@myhost.com,
To =>you@yourhost.com,
Cc =>some@other.com, some@more.com,
Subject =>A message with 2 parts...,
Type =>multipart/mixed
);

### Add parts (each "attach" has same arguments as "new"):
$msg->attach(Type =>TEXT,
Data =>"Heres the GIF file you wanted"
);
$msg->attach(Type =>image/gif,
Path =>aaa000123.gif,
Filename =>logo.gif,
Disposition => attachment
);
Output a message:
### Format as a string:
$str = $msg->as_string;

### Print to a filehandle (say, a "sendmail" stream):
$msg->print(*SENDMAIL);
Send a message:
### Send in the "best" way (the default is to use "sendmail"):
$msg->send;

In the never-ending quest for great taste with fewer calories, we proudly present: MIME::Lite.

MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed.

You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., "
You dont need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings.

If you need more sophisticated behavior, please get the MIME-tools package instead. I will be more likely to add stuff to that toolkit over this one.

<<less
Download (0.048MB)
Added: 2007-03-07 License: Perl Artistic License Price:
971 downloads
Brim Lite 1.2.3

Brim Lite 1.2.3


Booby is a Web-based personal information manager for bookmarks, calendar, contacts etc. more>>
Brim is an application suite that allows you to manage all your personal items online. No need to syncronize your bookmarks and favorites and contacts, you can now keep them well-secured online in one single place.
Additionally, Brim provides a calendar, a task manager, notes, a password manager etc. all behind a single logon.
Brim is an opensource Webbased Information Manager, formerly known as Booby, with support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.
Brim is written in PHP, has an underlying Model-View-Controller (MVC - Model II) framework based on items with a hierarchical relationship, has support for internationlization (i18n) with over 15 translations available, has multiple themes and is database independant. In short; a multi-thingy something.
Main features:
- Support for unlimited users
- Tested on IE5, IE6, Opera 7.5, Firefox 1.0, Netscape/Mozilla and more
- Plugin support (bookmarks, calendar events, news items, notes, tasks and a webtools plugin)
- Support for unlimited items per plugin
- Support for multiple languages:
English
Czech
German
Esperanto
Spanish
French
Hebrew
Italian
Dutch
Norwegian
Polish
Portuguese Brazilian
Portuguese
Russian
Swedish
Tradition Chinese
- Support for multiple themes (check the demo site!)
- Support to publish items (public vs. private items)
Enhancements:
- Template rework (working towards version 2.0)
- Work on making templates fully HTML compliant (tx Ryan)
- Replaced dojo by jQuery
- Danish language update (tx to Rene Pedersen)
- Changed template texts from import, export, delete and default to importTxt, exportTxt, deleteTxt and defaultTxt
- MagpieRSS moved from ext to plugins/news/util directory
<<less
Download (2.6MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5