Skip to main content

Free Softwares 09 July 09

JDownloader

JDownloader, open source and platform independent, can help download files from file hosters like Rapidshare.com, Megaupload.com and others. JDownloader can be used by both kinds of users - those who have a premium account and those who don't pay. Features: Support for many file hosting sites, decrypt plug-ins for many services. e.g. sj.org, UCMS, WordPress, skips the limits of Filehosting websites, downloads in multiple paralell streams, download with multiple connections, captcha recognition, automatical file extraction, Can download Youtube, Vimeo, clipfish video, and Mp3 files; 24-hour support, integrates with Firefox, no installation needed, and more.

The 15.6 MB JDownloader, v.0.6.193, cross-platform - works on Windows, Linux and Mac OS X, can be downloaded at http://jdownloader.en.softonic.com/download

Runs on Java 1.5 or higher.

jGnash

jGnash is a free personal finance manager with many features available in commercial versions. Main Features include: Double-Entry Based Transactions, Single Entry Transactions, Split Transactions, Memorized transactions, Account Reconciliation, Report Generation in PDF Format, Quick Auto-Completion of Form Fields, Schedule Recurring Payment Reminders, Support for Multiple Currencies, Track Investment Accounts and Transactions, OFX Import, QIF Export, Accurate
calculations, no loss of precision or rounding errors, Sortable account registers, Time-stamp backup files on exit, and more.

The 11.7M jGnash v2.3.0, cross-platform and will run on any operating system that has a working Java 1.6.0 Runtime Environment, can be downloaded at
https://sourceforge.net/project/showfiles.phpgroup_id=27240&package_id=297551

An FAQ can be browsed at http://sourceforge.net/apps/mediawiki/jgnash/index.phptitle=jgnash:FAQ

Live Planet

Windows Live Planet, at windowsliveplanet.com, looks like a Social Networking platform from Microsoft India. It might be or maynot be, one cant be sure as not much details are available presently. Windows Live Planet lets you get connected to with friends instantly with your
windows live ID or Hotmail ID. If you wish to use your Gmail, Yahoo or any other ID you need to sign up. Live Planet is integrated with Live messenger toolbar to facilitate chatting with your live messenger friends. 'Import' of friends from other social networks including Facebook, My Space, LinkedIn, Hi5 and Tagged to your planet in live planet. To add to your planet you can use the search facility provided. The looks of the home page suggest that this site is mainly intended for Indian users. Please note that Windows Live Planet works best only with Internet Explorer.

Network Monitor

Spiceworks with easy-to-use interface lets you Inventory Your Network & PCs, Monitor & Manage Your Network, Manage Your IT Assets, Manage Changes & Configurations, Map Your Network, Audit Your Software, Troubleshoot Your Network, Run an IT Help Desk, Create & view alerts for Windows events, Monitor the health of your MS Exchange server, Monitor network bandwidth, Track disk space, software installs, anti-virus subscriptions, toner levels, offline servers & more.

The 18 MB Spiceworks Network Monitor for Windows XP Pro SP2, Windows Vista, Windows 2003 Server SP1, SP2 and R2, & Windows 2008 Server, can be downloaded at http://www.spiceworks.com/signup/thankyou.php

Browser Requirements: Firefox 2.0 - 3.0 and Internet Explorer 7.0 -8.0

--------------------------------------------
Please suggest a freeware which can be used to split a folder of required sizes.

Please browse this page on folder splitters at
http://www.filebuzz.com/findsoftware/AMR_Splitter/freeware-1.html

----------------------------------------------------------
QUOTE TO MULL ABOUT

Creativity is inventing, experimenting, growing, taking risks,
breaking rules, making mistakes, and having fun.

-- Mary Lou Cook

Comments

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Probationary/ Specialist Officers in Indian Bank

Probationary/ Specialist Officers Location :  Across India Eligibility: BE/ B.Tech (Che/ Electrical/ Mech/ Prdn/ Textile/ ETE/ ECE/ CS/ IT)/ MCA/ MBA www.freshersworld.com Details:     Indian Bank (A Govt of India Undertaking) Recruitment of Probationary Officers/ Specialist Officers (Industrial Development Officers/ Computer Officers) Indian Bank, a leading Public Sector Bank, with headquarters in Chennai having geographical presence all over India and abroad invites online applications from Indian Citizens for the following posts. Post Code Post Scale Total Vacancy Age as on 01.07.09 Min Max 1 Probationary Officers I 118 21 30 Specialist Officers         Industrial Development Officers in the following Engineering disciplines         2 Chemical I 02 21 30 3 Electrical I 02 21 30 4 Electronics I 02 21 30 5 Leather Technology I 02 21 30 6 Mechanical I 02 21 30 7 Production/ Metallurgy I 02 ...

Virtual desktop manager for Windows

nSpaces can help create several Virtual desktops. These are easy to use and can be customized. nSpaces can facilitate creation of four desktops, but more can be added. Each desktop can be individually customized with different background images, desktops colors etc. There are hotkeys as well for desktop switching, and passwords can be set too. . nSpaces is and compatible with Windows 200, Windows xp, Vista and Windows 7. It requires Microsoft .NET framework 3.5 or later. nSpaces at http://www.bytesignals.com/nspaces/

Tavant Technologies Interview Questions

Hi Friends, This interview is for 3 years experienced Java/J2EE guy. First Round: 1) About project 2) All basics of Java – Encapsulation , Polymorphism, Over riding, inheritance, over loading 3) Exception handling – Checked and unchecked exceptions 4) Example for runtime exceptions 5) What is abstraction and difference between interface and abstract class 6) Basics of threads 7) Which one is preferable thread class or runnable interface 8) Single ton – Other design patterns - Write sample singleton class 9) Collections 10) What is the output: Try{ sysout(“hello”); some code written here which throw an exception } catch(Exception e){ System.exit(0) } finally{ Sysout (“end”); } 11) A class Thread A with overridden run method.. {run(){Sysout("TT"); }} A main program psvm{ a.run(); // call run a.run(); // call run ...