Sunday, March 21, 2010
Saturday, March 20, 2010
About RocketDock - RocketDock.com
menu launcher with macintosh style
Wednesday, December 30, 2009
firefox extensions: flash video downloader and addthis
http://www.downloadhelper.net/
addthis
https://addons.mozilla.org/en-US/firefox/addon/4076
Monday, December 28, 2009
Freeware to join video files
Alon Video Joiner lets you join multiple movie clips of AVI(DivX), MPEG/MPG, MP4, MOV, RealMedia, and WMV/ASF together into one large movie files. The join video files function helps you join movie clips together, which could be the hot movie clips you have download or the life clips you have shot. You can join multiple AVI, MPEG, MP4, MOV, RealMedia, or WMV/ASF video files of the same format or different formats into one large movie file. You can also join as many video files as you like, easily change the order in that they are combined and then merge them easily.
Sunday, November 22, 2009
Mp3 splitter free
http://www.nch.com.au/splitter/
split into X parts, split into files of specified duration, split with db Threshold
Monday, October 26, 2009
one click install generator
Thursday, October 15, 2009
free download manager
Thursday, September 24, 2009
Free open source tool to split and merge pdf documents
Tested successfully. java based.
Split every "n" pages, output version, split even/odd pages, multiple pdf input.
rotate, alternate/mix, merge/extract
http://www.pdfsam.org/
Thursday, August 27, 2009
Mbrfix
Utility to save, restore, fix, view partitions table and MBR
http://www.elvisciotti.co.uk/upload/mbrfix.zip [42kn]
Commands:
MbrFix /drive [num] driveinfo Display drive information MbrFix /drive [num] drivesize Returns drive size in MB as return value MbrFix /drive [num] listpartitions Display partition information MbrFix /drive [num] savembr [file] Save MBR and partitions to file MbrFix /drive [num] restorembr [file] Restore MBR and partitions from file MbrFix /drive [num] fixmbr Update MBR code to W2K/XP/2003 MbrFix /drive [num] clean Delete partitions in MBR MbrFix /drive [num] readsignature {/byte} Read disk signature from MBR MbrFix /drive [num] writesignature hex Write disk signature from MBR MbrFix /drive [num] generatesignature Generate disk signature in MBR MbrFix /drive [num] readstate Read state from byte 0x1b0 in MBR MbrFix /drive [num] writestate [state] Write state to byte 0x1b0 in MBR MbrFix volumeinformation driveletter Get volume information for partitioninfo:
http://www.geocities.com/thestarman3/asm/mbr/MBR_in_detail.htm
EASEUS Partition Master 4.0.1

Saturday, August 8, 2009
Super v.2009 build 35
Super is a versatile functional software to convert multimedia files that use silently open-source converting tools (ffmpeg and mencoder).
It’s completely free and offers a simply GUI.
The accepted input video file formats are 3gp, avi, asf, mp4, mov, mkv, vob, flv, rmvb. The audio format supported are aac, mp2, mp3, nsv, wma. Super can also convert from the ShockWave Flash format.
You can add multimedia files in the converting batch list by drag-and-drop or by menu heading.
You can choose many parameters about video and audio conversion, such as video scale, video aspect, fps, video bitrate, audio sampling frequency, number of channels, bitrate.
Current version: Super v.2009 build 36 - July 09
Download zip
Enjoy it !
Windows: Reveal your wireless network keys/passwords (WEP/WPA) stored with WirelessKeyView
WirelessKeyView is a free lightweight utility to reveal stored password or keys
http://www.nirsoft.net/utils/wireless_key.html
Tested on Windows Vista, WPA-PSK TKIP key
How to transfer large files between distant computers through internet network with firewalls
If you need to transfer a big file(s) from one computer to another one, there are 2 different approaches:
- In 2 stages. The most and intuitive method is: firstly upload from 1st computer to somewhere in internet and secondly download from that place to 2nd computer. These methods include sending by e-mail (workable only for lightweight files, few Mb) and uploading & downloading with megaupload/rapidshare like online services.
Disadvantages: slow method (in traditional ADSL home-connections, upload’s bandwith is usually not large). - Directly way. This method is the fastest (2nd computer download immediately your file) but it’s normally a hard-way to do. Often you can’t open the ports in your router(s) and you can’t make your FTP/HTTP server visibile from 2nd computer with your public IP address. Besides that, you can transfers via Skype/Msn messenger, but these usually aren’t performative methods.
Actually, there is a simple method to join advantages of both these two pproaches: Bittorrent !
Using bittorrent network you are able to send any files to any other computers. You only have to send separately a torrent file (that contains the file description and your the torrent link info) to the 2nd computer, and thelatter can immediately download the file from the 1st computer using the maximium speed allowed. You can also send your files to more computers and exploit P2P advantages (each peer downloads from each other peer). Pay attention to your client configuration (in the 1st computer) about connection settings (NAT-PMP mapping, upload bandwith).
Torrent file is easily made from bittorrent client software, for example the excellent lightweight free and no-install uTorrent. Procedure: From the menu list, select “file” and “make a torrent from your file(s)”, then “send” the “.torrent file” (only few Kb) just made to the 2nd computer (that obviously has also a bittorrent client).
Enjoy !
Subversion overview
Subversion (SVN) [wiki] is an excellent version control sytem software. It’s open source and the official website [open] presents, in addition to the source code, the free clients for Windows, MAC OS X, KDE and some IDEs (Eclipse, Netbeans, Visual studio).
Version control (and Backup)
Commonly used in software development, it allows to backup and retrieve our datas maintaing all the versions of all the files (no more overwriting problems). It’s possibile to backup data to a local folder, or to an online space using different network protocols. There are lots of free svn hosting online, google “free svn hosting”.
Read the wikipedia page for more information.
Tutorial for Windows
Following, a brief tutorial to use TortoiseSVN (Windows client) and versioning our files, using an online hosting
- Download, setup TortoiseSVN and restart Windows;
- Register a SVN free account (You can use x-dev, it offers 500Mb space for free), make a new repository and obtain the url;
- Create a temporary folder X:\temp and place the initial data to backup
Right click on the folder and choose TortoiseSVN->Import
insert the URL (ex: http://svn2.xp-dev.com/svn/user-projname/
and user/password when asked (it copies the folders and its contents online) ; - Create the folder (final path) X:\folder-to-maintain-synchronized
Right click on the folder, then SVNCheckout (Checkout: FROM online resource TO local folder);
Choose the above-mentioned url (Tortoise remembers all the urls) and wait for the end. The folder icon should be different (white tick in a green circle over the folder icon) now; - From now the folder X:\folder-to-maintain-synchronized will magically be kept synchronized, by using two simple Tortoise commands:
- Right click, SVN Commit.. (copy new files FROM local TO online)
- Right click, SVN Update (copy FROM online TO local).
Be careful to use the second command, it’s commonly used when we’ve commited from another folder or another person has done it.
To maintain the synchronization, delete or move files ONLY USING TortoiseSVN. And add new files added using the command “Add”.
For further information, google “svn tutorial” !
Enjoy
Free YouTube to MP3 Converter
Free YouTube to MP3 Converter (current version 3.1.5.55) is a free utility to directly convert online youtube video in mp3 files.
URL input by pasting, batch input support, sortable mp3 quality.
GUI and Browser toolbar.
http://www.dvdvideosoft.com/free-dvd-video-software-download.htm
Total Recall
Total Recall is a helpful call recorder application for Symbian Series 60 2nd & 3rd Edition Devices.
It works in silent / asking / manual mode, recording all the incoming and outgoing calls. Recording in AMR/WAV format, password protection, HTTP manual/automatic recording sending.
See its website for list of supported mobiles, and a more detailed description.
Demo: 14 gg. Full version: $13.50
Current version: v2.00 (s60 v2) / v3.12 (s60 v3 and v5)
Easy Skype recording with PowerGramo
PowerGramo is a great bugless tool for recording skype conversations.
It records skype conversation automatically and saves them in his own format that is exportable in OGG or WAV format (*). It works as Skype plugins, with a complete integration (menu items and a button for enable/disable recordings).
The audio quality is perfect.
It’s customizable about skype notifications after and before conversation. It’s possibile to choose the automatic saving using customized filename format, changesounds warnings and change the options about the automatic skype status changing during recording.
The free version works without limitations. View the official website for informations about other pay versions with more functionalities.
(*) You can convert from OGG/WAV to MP3 format using audacity and Lame MP3 encoder (both are free).
Website: http://www.powergramo.com/
Emulate CD/DVD with Daemon Tools Lite
Daemon Tools Lite is one of the best free CD/DVD/HD DVD/BluRay image emulators. It installs a virtual CD/DVD device in your system, where you can mount a CD/DVD image and obtain the same result as burn and read it with physical optical device.
The image formats supported are: ISO ,IMG, NRG (Nero), MDS (Alcohol), CCD (CloneCD), CUE, ISZ (ISO compressed), etc.
Daemon tools Lite supports 8 virtual devices, auto-mount, auto start with Windows, file association (mounting by click) and SafeDisc / SecurROM / LaserLockemulations. Fast control and image mounting with system tray icon (see the screenshot below).
You can also create CD/DVD images from your CD and DVD (by using ripper or burning software), then load them in your system easily and quickly.