jiddu krishnamurti en espa ol
cintoo Messages 1.0 Alpha1
cintoo Messages is a framework to make internationalization easier for Java applications. more>>
This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.
This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.
Example:
Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");
Python chess module 1.0.2a
Python chess module project is a Python chess move adjudicator module. more>>
Python chess module does not know how to play chess, but does understand the rules enough that it can watch moves and verify that they are correct.
It features high abstraction, understands various notations (including algebraic, long algebraic, and standard algebraic notation), does disambiguation, and supports saving and loading the state of a game.
Main features:
- high abstraction
- understands various notations, including algebraic, long algebraic, and standard algebraic notation (as in PGN); does disambiguation
- supports saving and loading of the state of a game
- not a trivial move processor; understands the intracies of the game
Enhancements:
- Bug with en passant moves fixed.
Monesa 0.24.1
Monesa is a script to monitoring hosts trought icmp protocol. more>>
To install, running as root `./install` script. But you prefer manual
install:
Copy etc-monesa directory to /etc/:
# cp etc-monesa /etc/monesa -R
Copy sbin-monesa and sbin-monesa-clientmail files do /sbin directory:
# cp sbin-monesa /sbin/monesa
# cp sbin-monesa-clientmail /sbin/monesa-clientmail
Copy init.d-monesa to init.d directory of your system:
# cp init.d-monesa /etc/rc.d/init.d/monesa
Copy rc-monesa /etc/rc.d directory:
# cp rc-monesa /etc/rc.d/rc.monesa
Enhancements:
- This release get first multilanguage implementation.
- pt_BR (Brazilian Portuguese) and en (English) are available.
- HTML is now under W3C compliance.
video2wii 0.01a
video2wii is another service menu for KDE, this time to convert a video for nintendo wii. more>>
It depends of the ffmpeg.
It looks like this:
[Desktop Action 2video4wii]
Exec=cd "%d";konsole --noclose -e ffmpeg -i %u -vcodec mjpeg -acodec pcm_u8 "`echo %u | perl -pe s/.[^.]+$//`.avi"
Icon=video
Name=Convert to video for Wii
Name[es]=Convertir en video para Wii
[Desktop Entry]
Actions=2video4wii
Icon=video
Name=2wii
Name[es]=2wii
ServiceTypes=video/*
Device::SNP 1.2
Device::SNP is a Perl extension for the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. more>>
SYNOPSIS
use Device::SNP;
my $s = new Device::SNP::Slave(
Portname => /dev/ttyUSB0,
Debug => 0);
$s->run();
Amarok serial interface program: datapanel.pl [-h] [-d] [-p portdevice]
portdevice defaults to /dev/ttyUSB0
ABSTRACT
This Device::SNP module contains an implementation of the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. See http://www.gefanuc.com/en/ProductServices/VisPCSolutions/DataPanel/index.html
DESCRIPTION
DataPanels are usually used with PLCs to monitor and control industrial equipment. They provide a programmable bitmap display, programmable function keys, and can poll and display data values and set data values in a remote PLC using the SNP-X serial protocol.
The Device::SNP::Slave object implements an SNP-X slave, opens a Device::Serial port and answers SNP-X requests to read and write data to a simulated PLC.
This package also contains a sample application that uses a DataPanel 160 to implement a remote control panel for the Amarok music player on Linux, allowing you to play, pause, next, prev tracks etc.
DataPanels are programmed with a GE application called DataDesigner, available from the GE web site for registered customers. Included in this package is a database for DataDesigner 5.2 for the Amarok remote control application. You will need DataDesigner 5.2 to download the datadesigner/linux.DTB database to the DataPanel 160
Tested on SuSE linux, but should run on pretty well any Linux or Unix.
Lingua::EN::VarCon 1.00
Lingua::EN::VarCon is a Perl module that provides access to the VarCon (Variant Conversion Info). more>>
VarCon is a data set provided as part of the Word List project.
It contains a number of lists and tables of words that can be used to help automatically convert the English language between the differing spellings of its local dialects (American, British, Canadian).
In an age where Spanish application translations are common, but finding a British, Canadian or Australian translation (as used by FAR more people than American English) can be almost impossible, and when "English" on the internet is increasingly seeming to be "American", it is hoped that by providing access to the raw data in a variety of different ways (optimised for different application types with different load profiles) it will encourage developers to integrate support for automated dialect translation into internationalisation toolkits, and thus into many applications.
METHODS
For this initial release, only methods to locate the files are provided.
Additional access methods will be provided later, or on request.
abbc_file
The abbc_file method returns the location of the abbc.tab file from the VarCon data set.
also_file
The also_file method returns the location of the variant-also.tab file from the VarCon data set.
infl_file
The infl_file method returns the location of the variant-infl.tab file from the VarCon data set.
wroot_file
The infl_file method returns the location of the variant-wroot.tab file from the VarCon data set.
voc_file
The voc_file method returns the location of the voc.tab file from the VarCon data set.
Geography::NationalGrid::TW 0.03
Geography::NationalGrid::TW is a Perl module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude. more>>
SYNOPSIS
You should _create_ the object using the Geography::NationalGrid factory class, but you still need to know the object interface, given below.
# default TWD97
my $point1 = new Geography::NationalGrid::TW(
Easting => 302721.36,
Northing => 2768851.3995,
);
printf("Point 1 is %f X and %f Yn", $point1->easting, $point1->northing);
printf("Point 1 is %f N and %f En", $point1->latitude, $point1->longitude);
# transform to TWD67
$point1->transform(TWD67);
Once created, the object allows you to retrieve information about the point that the object represents. For example you can create an object using easting / northing and the retrieve the latitude / longitude.
Firefox Extension Backup Extension 4.0.5
Firefox Extension Backup Extension provides quickly and easily backup process of your Firefox extensions. more>>
Zureta 0.49
Zureta IfaceMon easily displays the activity of your network interfaces (eth0, eth1, etc.). more>>
This is how to install software:
1) Requirements
A good ol gcc and ncurses lib will do the thing.
2) How to do it
Use ./configure followed by make and make install to install the package.
Enhancements:
- nodelay moved to where it does not cause Segmentation Fault
Wikipedia search 0.3
Wikipedia search is a superkaramba theme for searching on en.wikipedia.org. more>>
Based on Answers.com karamba by sg1 http://www.kde-look.org/content/show.php?content=30887
Thanks to Rcio Zienke for language config entry.
To-do
- make some transtalations
- display article in wikipedia search window
PHP GoogleMapAPI 2.2
PHP GoogleMapAPI is a full-featured Google Map API for PHP. more>>
Main features:
- auto-geocode lookups
- geocode caching
- map directions
- adding markers and polylines by address or geocoordinates
- sidebar generation
- ...and many more.
SYNOPSIS:
< ?php
require(GoogleMapAPI.class.php);
$map = new GoogleMapAPI();
// setup database for geocode caching
$map->setDSN(mysql://USER:PASS@localhost/GEOCODES);
// enter YOUR Google Map Key
$map->setAPIKey(YOURGOOGLEMAPKEY);
// create some map markers
$map->addMarkerByAddress(621 N 48th St # 6 Lincoln NE 68502,PJ Pizza,< b>PJ Pizza< /b>);
$map->addMarkerByAddress(826 P St Lincoln NE 68502,Old Chicago,< b>Old Chicago< /b>);
$map->addMarkerByAddress(3457 Holdrege St Lincoln NE 68502,"Valentinos","< b>Valentinos< /b>");
?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
< html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
< head>
< ?php $map->printHeaderJS(); ?>
< ?php $map->printMapJS(); ?>
< /head>
< body onload="onLoad()">
< table border=1>
< tr>< td>
< ?php $map->printMap(); ?>
< /td>< td>
< ?php $map->printSidebar(); ?>
< /td>< /tr>
< /table>
< /body>
< /html >
Enhancements:
- The Google geo lookup has been updated to use the official Google geocode API.
- geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.
Garden 0.5.0
Garden is a dependency injection for PHP5. more>>
Inspired by Spring Framework, it uses XML application context with syntax as similar as possible to Spring context definitions.
Kickstarter
Create example.xml file like this (dont forget to put garden-beans.dtd next to it!):
< ?xml version="1.0" encoding="UTF-8"? >
< !DOCTYPE beans PUBLIC "-//GARDEN//DTD BEAN//EN" "garden-beans.dtd" >
< beans default-lazy-init="true" >
< bean id="dog" class="Dog" file="ext/Dog.php" >
< property name="collar" >
< ref local="dogCollar"/ >
< /property >
< /bean >
< bean id="dogCollar" class="Collar" file="ext/Dog/Collar.php" >
< property name="spiked" value="true"/ >
< /bean >
< /beans >
etx/Dog.php contains:
class Dog
{
private $collar;
public function setCollar($collar)
{
$this->collar = $collar;
}
public function getCollar()
{
return $this->collar;
}
}
etx/Dog/Collar.php contains:
class Collar
{
private $spiked;
public function setSpiked($spiked)
{
$this->spiked = $spiked;
}
public function getSpiked()
{
return $this->spiked;
}
}
QDWizard 1.9
QDWizard (Quick and Dirty Java Wizard) is a simple framework to create Swing wizards. more>>
Main features:
- Designed to minimize required code. Only few methods to implement.
- Simple design, only two classes visible by the programmer.
- I18n support for action buttons (en, fr, de, sp, ca, nl for the moment).
- Full branching support, can implement any wizard cinematic.
- Error management using the simple setProblem() method.
- Supports Wizard images natively and resizes image automaticaly.
- Ultra light API: only few KB.
- Actively supported by the Jajuk team.
- Learning curve of 15 minutes maximum.
- Real world samples provided (jajuk classes).
Separe 0.1.6
This is a great Firefox addon that helps you keeping tabs tidy by introducing a new kind of tab! more>>
Separe 0.1.6 is yet another extremely useful utility for Firefox users. It is actually a great addon that helps you keeping tabs tidy by introducing a new kind of tab!
Enhancements: March 10, 2008
- Included support for Firefox 3.0b3.
- Added some locales.
- Supported locales: be-BY, ca-AD, da-DK, de-DE, en-US, es-ES, fi-FI, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU, sl-SI, uk-UA, zh-CN.
Requirements:
- Mozilla Firefox
CatGrab Small Edition for Linux 1.3.8
Imports image and video files from your digital camera to your computer And automatically archives them in directories. more>>
The program is a powerful file downloader which renames the files by date and time and archives them in appropriate directories on a biannual, quarterly or monthly basis. Photos are automatically rotated as they are downloaded. The compact and intuitive software user interface provides information about the current operating status. You can import the files stored on your camera with a single click.
The software offers advanced users extended capabilities, such as adding signatures to the filenames. The software allows you to handle your camera with ease. Files are not duplicated on your PC, even when the file names have been changed. Just take photographs and then play the images on your PC. Its as simple as that. For further information and the latest program version go to http://www.catgrab.com
System Requirements: Min. 20MB available hard disk space
System Requirements: http://www.catgrab.eu/pages/en/releases.php
<<less