Showing posts with label free software. Show all posts
Showing posts with label free software. Show all posts

Wednesday, December 3, 2008

Free FLV Player from www.applian.com

Applian FLV Player 2.0

Looking for an easy way to play FLV (Flash Video) files downloaded from YouTube and other video sites? Get the free Applian FLV Player. It's easy to use, and you can view videos at 1x, 2x or even full screen. Download this fully functional software for FREE now!

download

Free Bonus: The Applian FLV Player includes an option to install Freecorder Toolbar, a free audio recorder that works right within your browser. This lets you make MP3's from anything you can hear on your PC, including sound tracks from videos, music, and more.

Feature summary:

  • Play FLV files on any Windows PC.
  • Double-click files in File Explorer to play them automatically.
  • Zoom 50% - 100% - 200% and full screen.
  • Double click video view-port to toggle full screen.
  • Drag-and-drop multiple files.
  • Play URL's, Streams and Local Files.
  • Remember position on screen at next launch.
  • Remember audio settings at next launch
  • Optional video smoothing for fast CPU's.
  • Small download. Just 2.12 Mb.
  • No viruses, spyware or adware.
  • 100% FREE. Download now!

download

Convert FLV Files Quickly and Easily with Replay Converter

Replay Converter

Need an easy way to convert FLV files to other formats? Here's some of the cool things you can do with Replay Converter 3:

  • Burn DVD's from FLV files.
  • Convert FLV files to iPod/iPhone format.
  • Make AVI, WMV, MPEG and other formats from FLV files.
  • Extract MP3 files from FLV Videos.
  • And more!


Click Here to learn more about Replay Converter


FLV Player Download

FLV Player
Download FLV Player 2.0.24

download

File size: 2.44 Mb

Freecorder Toolbar Bonus: FLV Player also includes an option to install Freecorder Toolbar, a 100% FREE Audio Recorder that works right from within your browser.

Read below to learn more.

Freecorder Toolbar Bonus

Freecorder Toolbar Bonus

Free Audio Recorder

Freecorder Toolbar is a free option that lets you record audio from the internet or any application.

  • Records what you hear from your PC's speakers.
  • Easy-to-use Record, Stop and Pause functions.
  • Eliminates background noise from other applications.
  • Saves recordings as MP3 or WAV files.
  • Supports all Windows versions, including Windows Vista.
  • 100% FREE!


Click here to learn more about Freecorder Toolbar.


Windows Media Player 10

Description

Windows Media Player is the multimedia software application developed by Microsoft that provides users with the ability to view multimedia content, both from their hard drive and from the Internet.

Windows Media Player 10 gives you more music and more choices, and for the first time makes it possible to sync high-quality music, video, and photos to the latest portable devices.

Overall, Windows Media Player 10 is a huge improvement over previous Windows Media Player versions, though it still falls short of the competition in a few key areas.

If you've bought into the Microsoft-oriented music world in any way, however--perhaps with a Media Center PC, Portable Media Center device, or by using a WMA-compatible online music service--you simply must upgrade to WMP 10.

This release offers major improvements for discovering and buying, and subscribing to content online, sports an improved UI, and integrates nicely with a coming generation of portable devices.

And if up-and-coming music subscription services, like that now offered by Napster, take off, the release of WMP 10 will be heralded as the watershed moment of what is clearly still a nascent market.

That said, users interested solely in music playback will likely find little reason to abandon iTunes. And iPod users will simply ignore WMP 10 as they have previous versions.

Windows Media Player 10 is free and requires Windows XP (any edition), but not any other Windows versions.

That decision will be controversial, but I think it's the right one: With over 300 million users, XP is clearly the preferred Windows client for consumers and music enthusiasts: Had Microsoft shipped a WMP 10 version for older Windows versions, that product would have lacked key features and held up the release of the XP version.



Thursday, November 13, 2008

Notepad++

Good News this is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL Licence.

You can download Download Notepad++ executable file here and Download Notepad++ source files

For the binary (executable program) download, you have 2 choices: zip format and executable installer format. The installer format should suit for everyone since it gives all the possibilities (the choice of language, the options for components to install...). Whereas the zip format contains the minimum files to execute Notepad++.

For the zip format installation, if it's the first time you install Notepad++, just unzip the zip file to desired directory, then execute notepad++.exe. However, if you upgrade Notepad++ from the previous version, you have to follow the instructions:

  1. Get Run Dialog by clicking start->run (Notepad++ should be closed).
  2. Copy this text %APPDATA%\Notepad++ into the text field of Run Dialog.
  3. Click ok. A folder named "Notepad++" will appear.
  4. Delete 2 files config.xml and stylers.xml then unzip the zip file and launch Notepad++.

Source files

To build this package:

  • For generating the executable file (notepad++.exe), you can use VC++ 7 or MinGW 3.0 / 2.X . A makefile is available, but not maintained anymore. I suggest you generate makefile via CMakeLists.txt come with this project by using cmake.
  • For generating the dll files (SciLexer.dll) , you have to use VC++ 6 or MinGW 3.0 / 2.X

All the binaries will be built in the directory notepad++\PowerEditor\bin


Here are the features of Notepad++ :
Syntax Highlighting and Syntax Folding


WYSIWYG


User Defined Syntax Highlighting


Auto-completion


Multi-Document


Multi-View


Regular Expression Search/Replace supported


Full Drag ‘N' Drop supported


Dynamic position of Views


File Status Auto-detection


Zoom in and zoom out


Multi-Language environment supported


Bookmark


Brace and Indent guideline Highlighting


Macro recording and playback