entry
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 950
jGnash 2.3.0
jGnash is a personal finance application written in Java. more>> jGnash 2.3.0 offers users a personal and useful finance application written in Java. jGnash is functional for keeping track of account balances and performing reconciliation. You can print checks, run simple reports, write your own scripts, and import QIF and GnuCash files.
The architecture of the data engine is unique for a financial application; please take a look at the technical information .jGnash is a double entry system, but you can make single entry transactions to support easy entry of adjustments to account balances. jGnash uses Accounts instead of Categories for double entry.
Double entry in jGnash works like most other commercial personal financial applications. You will not have to learn a new way of tracking your spending.
Major Features:
- Accurate calculations,no loss of precision or rounding errors
- Double Entry Transactions
- Single Entry Transactions
- Split Transactions
- Basic support for Investment Accounts and Transactions
- Nested Accounts
- Multiple Currencies (Default and Custom), Securities, and custom Commodities
- QIF import
- QIF import from on-line banking sources
- GnuCash import (1.8.x and 1.6.x)
- Auto-Completion
- Multiple look and feels
- Sortable account registers
- Reconciliation support
- Simple Reporting (More will be added)
- scripting support (BeanShell)
- Memorized transactions
- Update stock prices and currency exchange rates online
- File encryption
- Evaluation of mathematical expressions inside decimal fields
- Timestamp backup on file close or exit
Enhancements: Detect and correct accounts with self parenting
Requirements: Java 2 Standard Edition Runtime Environment
Added: 2009-06-28 License: GPL Price: FREE
49 downloads
Other version of jGnash
License:GPL (GNU General Public License)
Parcelle 1.2
Parcelle project is a PyGTK application that captures and saves clipboard history. more>>
Parcelle project is a PyGTK application that captures and saves clipboard history.
Main features:
- Automatically captures clipboard changes.
- Saves clipboard history.
- Sort and search through entries.
- Edit and save changes to entries.
- Edit current clipboard contents.
- Dates entry additions and edits.
- Option to launch on startup to capture quietly.
<<lessMain features:
- Automatically captures clipboard changes.
- Saves clipboard history.
- Sort and search through entries.
- Edit and save changes to entries.
- Edit current clipboard contents.
- Dates entry additions and edits.
- Option to launch on startup to capture quietly.
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
797 downloads
Net::LDAP::Control::VLV 0.34
Net::LDAP::Control::VLV is an LDAPv3 Virtual List View control object. more>>
Net::LDAP::Control::VLV is an LDAPv3 Virtual List View control object.
SYNOPSIS
use Net::LDAP;
use Net::LDAP::Control::VLV;
use Net::LDAP::Constant qw( LDAP_CONTROL_VLVRESPONSE );
$ldap = Net::LDAP->new( "ldap.mydomain.eg" );
# Get the first 20 entries
$vlv = Net::LDAP::Control::VLV->new(
before => 0, # No entries from before target entry
after => 19, # 19 entries after target entry
content => 0, # List size unknown
offset => 1, # Target entry is the first
);
$sort = Net::LDAP::Control::Sort->new( order => cn );
@args = ( base => "o=Ace Industry, c=us",
scope => "subtree",
filter => "(objectClass=inetOrgPerson)",
callback => &process_entry, # Call this sub for each entry
control => [ $vlv, $sort ],
);
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Set the control to get the last 20 entries
$vlv->end;
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now get the previous page
$vlv->scroll_page( -1 );
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now page with first entry starting with "B" in the middle
$vlv->before(9); # Change page to show 9 before
$vlv->after(10); # Change page to show 10 after
$vlv->assert("B"); # assert "B"
$mesg = $ldap->search( @args );
<<lessSYNOPSIS
use Net::LDAP;
use Net::LDAP::Control::VLV;
use Net::LDAP::Constant qw( LDAP_CONTROL_VLVRESPONSE );
$ldap = Net::LDAP->new( "ldap.mydomain.eg" );
# Get the first 20 entries
$vlv = Net::LDAP::Control::VLV->new(
before => 0, # No entries from before target entry
after => 19, # 19 entries after target entry
content => 0, # List size unknown
offset => 1, # Target entry is the first
);
$sort = Net::LDAP::Control::Sort->new( order => cn );
@args = ( base => "o=Ace Industry, c=us",
scope => "subtree",
filter => "(objectClass=inetOrgPerson)",
callback => &process_entry, # Call this sub for each entry
control => [ $vlv, $sort ],
);
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Set the control to get the last 20 entries
$vlv->end;
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now get the previous page
$vlv->scroll_page( -1 );
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now page with first entry starting with "B" in the middle
$vlv->before(9); # Change page to show 9 before
$vlv->after(10); # Change page to show 10 after
$vlv->assert("B"); # assert "B"
$mesg = $ldap->search( @args );
Download (0.24MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
Personal Finance Manager R1_0_8
Personal finance manager is a simple tool for managing accounts and expenses. more>>
Personal finance manager is a simple tool for managing accounts and expenses. The project was designed and written to be intutive and easy to use for home and small business users not familier with accounting principles like single or double entry accounting PFM is a basic implementation of double entry accounting principles.
Main features:
- Intutive and easy to use
- Cross platform, will run on any computer with Java virtual machine installed
- Manage expenses and track account balances
- Generate reports
- Create and save complex filters to search transaction history.
<<lessMain features:
- Intutive and easy to use
- Cross platform, will run on any computer with Java virtual machine installed
- Manage expenses and track account balances
- Generate reports
- Create and save complex filters to search transaction history.
Download (6.1MB)
Added: 2007-08-14 License: Freeware Price:
804 downloads
No-Referrer 1.0.1
No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab more>>
No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab, without sending the referrer information.
<<less Download (0.003MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
820 downloads
Chotha Beta 1
Chotha is a blog client written in PyQt4. more>>
Chotha is a blog client written in PyQt4. This is mainly for wordpress, will add support for others later. It is having basic HTML tag editing capabilities with saving blog entries locally in the system.
You can also save it as draft in the server. You can preview your entry either in Firefox or in Konqueror. Or else you can click and go to visual mode to see quick preview (without images).
<<lessYou can also save it as draft in the server. You can preview your entry either in Firefox or in Konqueror. Or else you can click and go to visual mode to see quick preview (without images).
Download (0.68MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
Kanatest 0.4.3
Kanatest project is a hiragana and katakana drill tool. more>>
Kanatest project is a hiragana and katakana drill tool.
Kanatest is a simple, GTK 2-based kana drill tool. It offers three drill modes: hiragana, katakana, and mixed mode.
The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field.
At the end, statistics are provided.
<<lessKanatest is a simple, GTK 2-based kana drill tool. It offers three drill modes: hiragana, katakana, and mixed mode.
The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field.
At the end, statistics are provided.
Download (0.32MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
839 downloads
Dasher 4.5.2
Dasher is a zooming predictive text entry system. more>>
Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs).
Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
<<lessDasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
Download (7.6MB)
Added: 2007-07-09 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
Other version of Dasher
License:LGPL (GNU Lesser General Public License)
Mozvert image 0.0.1
Mozvert image is a Firefox extension that uses convert from ImageMagick for saving images to its preferred formats. more>>
Mozvert image is a Firefox extension that uses convert from ImageMagick for saving images to its preferred formats.
It adds the entry "Convert Image As..." after "Save Image As..." with 8 predefined formats: PNG, JPG, GIF, XPM, TIFF, BMP, PS (PostScript), XBM, ICO.
<<lessIt adds the entry "Convert Image As..." after "Save Image As..." with 8 predefined formats: PNG, JPG, GIF, XPM, TIFF, BMP, PS (PostScript), XBM, ICO.
Download (0.022MB)
Added: 2007-06-28 License: MPL (Mozilla Public License) Price:
850 downloads
bbgun 0.10
bbgun project moves phpBB forums to WordPress blogs. more>>
bbgun project moves phpBB forums to WordPress blogs. bbgun is able to:
- Pulls a forum entry from the phpBB database
- Translates the text (bbCode to strict xhtml), date, and other fields
- Pushes the translated entry into the WordPress database
Main features:
- Move individual posts
- Move entire threads
- Move only certain users posts
- Map phpBB users to WordPress authors
- Specify WordPress categories for the entries
<<less- Pulls a forum entry from the phpBB database
- Translates the text (bbCode to strict xhtml), date, and other fields
- Pushes the translated entry into the WordPress database
Main features:
- Move individual posts
- Move entire threads
- Move only certain users posts
- Map phpBB users to WordPress authors
- Specify WordPress categories for the entries
Download (0.014MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
854 downloads
moap 0.2.5
moap is a swiss army knife for project maintainers and developers. more>>
moap is a swiss army knife for project maintainers and developers. The project aims to help in keeping you in the flow of maintaining, developing and eleasing, automating whatever tasks can be automated.
Main features:
- parse DOAP files and:
- submit releases to Freshmeat
- send out release announcement mails
- version control tools:
- currently supports CVS and SVN
- maintain ignore lists
- check in based on ChangeLog entry
- show diff based on last ChangeLog entry
- developed in Python, with unit tests and coverage
<<lessMain features:
- parse DOAP files and:
- submit releases to Freshmeat
- send out release announcement mails
- version control tools:
- currently supports CVS and SVN
- maintain ignore lists
- check in based on ChangeLog entry
- show diff based on last ChangeLog entry
- developed in Python, with unit tests and coverage
Download (0.085MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
Zip extension for PHP 1.8.9
Zip extension for PHP is a zip management extension. more>>
Zip extension for PHP is a zip management extension.
It can read, write, and create zip archives. It also supports stream access to any archive entry. It is 100% compatible with the old versions of the extension (which were read-only).
<<lessIt can read, write, and create zip archives. It also supports stream access to any archive entry. It is 100% compatible with the old versions of the extension (which were read-only).
Download (0.038MB)
Added: 2007-05-20 License: The PHP License Price:
542 downloads
nautilus-follow-symlink 1.0.2
nautilus-follow-symlink is a nautilus extension that adds a menu entry on symbolic links to directories. more>>
nautilus-follow-symlink is a nautilus extension that adds a menu entry on symbolic links to directories which open the pointed directory (the real path).
nautilus-follow-symlink does so both when right clicking on a the folder icon or on the contents of an opened symbolic link.
Enhancements:
- The icon was fixed. In newer versions of GNOME, the icon wasnt loaded and a default big, empty icon was shown in its place.
<<lessnautilus-follow-symlink does so both when right clicking on a the folder icon or on the contents of an opened symbolic link.
Enhancements:
- The icon was fixed. In newer versions of GNOME, the icon wasnt loaded and a default big, empty icon was shown in its place.
Download (0.021MB)
Added: 2007-05-13 License: LGPL (GNU Lesser General Public License) Price:
895 downloads
Tk::PerlMethodList 0.05
Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package). more>>
Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents.
SYNOPSIS
require Tk::PerlMethodList;
my $instance = $main_window->PerlMethodList();
Tk::PerlMethodList is a Tk::Toplevel-derived widget.
The window contains entry fields for a classname and a regex. The list below displays the subroutine-names in the package(s) of the given classname and its parent classes. In case of imported subs, the last field of a row contains the name of the aliased sub as reported by DevelPeek::CvGV. Tk::PerlMethodList will not show subs which can be - but have not yet been autoloaded. It will show declared subs though. The Filter entry takes a regex to filter the returned List of sub/methodnames.
If the file containing a subroutine definition can be found in %INC, a green mark will be displayed at the beginning of the line. The sourcecode will be displayed by clicking on the subs list-entry.
Method list and source window have Control-plus and Control-minus bindings to change fontsize.
METHODS
Tk::PerlMethodList supports the following methods:
classname(A::Class::Name)
Set the classname-entry to A::Class::Name.
filter(a_regex)
Set the filter-entry to a_regex.
show_methods()
Build the list for classname and filter present in the entry-fields.
OPTIONS
Tk::PerlMethodList supports the following options:
-classname
$instance->configure(-classname =>A::Class::Name) Same as classname(A::Class::Name).
-filter
$instance->configure(-filter =>a_regex) Same as filter(a_regex).
<<lessSYNOPSIS
require Tk::PerlMethodList;
my $instance = $main_window->PerlMethodList();
Tk::PerlMethodList is a Tk::Toplevel-derived widget.
The window contains entry fields for a classname and a regex. The list below displays the subroutine-names in the package(s) of the given classname and its parent classes. In case of imported subs, the last field of a row contains the name of the aliased sub as reported by DevelPeek::CvGV. Tk::PerlMethodList will not show subs which can be - but have not yet been autoloaded. It will show declared subs though. The Filter entry takes a regex to filter the returned List of sub/methodnames.
If the file containing a subroutine definition can be found in %INC, a green mark will be displayed at the beginning of the line. The sourcecode will be displayed by clicking on the subs list-entry.
Method list and source window have Control-plus and Control-minus bindings to change fontsize.
METHODS
Tk::PerlMethodList supports the following methods:
classname(A::Class::Name)
Set the classname-entry to A::Class::Name.
filter(a_regex)
Set the filter-entry to a_regex.
show_methods()
Build the list for classname and filter present in the entry-fields.
OPTIONS
Tk::PerlMethodList supports the following options:
-classname
$instance->configure(-classname =>A::Class::Name) Same as classname(A::Class::Name).
-filter
$instance->configure(-filter =>a_regex) Same as filter(a_regex).
Download (0.006MB)
Added: 2007-05-04 License: Perl Artistic License Price:
903 downloads
Dir::Which 0.3
Dir::Which is a Perl module to search for directory entries in a list of directories. more>>
Dir::Which is a Perl module to search for directory entries in a list of directories.
SYNOPSIS
use Dir::Which qw/ which /;
@entries = which(
-entry => "myprog.conf",
-env => "myprog_path",
-defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ;
This module searches directory entries (files, dirs, links, named pipes...) in a list of directories specified as a path-like string.
The path string can be specified in an environment variable or as an argument.
<<lessSYNOPSIS
use Dir::Which qw/ which /;
@entries = which(
-entry => "myprog.conf",
-env => "myprog_path",
-defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ;
This module searches directory entries (files, dirs, links, named pipes...) in a list of directories specified as a path-like string.
The path string can be specified in an environment variable or as an argument.
Download (0.005MB)
Added: 2007-04-24 License: Perl Artistic License Price:
913 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above entry search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed