house swap
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 252
CookieSwap 0.5.0
CookieSwap provides an extension that enables you to maintain numerous sets or profiles of cookies that you can quickly. more>>
CookieSwap provides an extension that enables you to maintain numerous sets or profiles of cookies that you can quickly.
Main features:
- Changing your cookies/identity to web e-mail sites (like Yahoo, Gmail, Hotmail, etc) so that you can quickly look like different users. Nice if you maintain multiple accounts and are tired of logging out and then back in to switch accounts. Also nice if two people are using the same computer and want to switch between accounts quickly.
- Changing your cookies/identity to see how sites like Amazon and Google treat you differently depending on who you are. For example, if Amazon recognizes you as a returning shopper they give you a different looking page (and there were claims that they give you different prices also). Google has begun to use a feature called "Personalized Search", where they modify their search results based on your user identity. There is a question about this when you create your Google account. The results of Google searches are different depending on if Google knows you or not. Use CookieSwap to quickly swap between Google recognizing you and being anonymous. Run the same search and see the differences.
- If you design web sites, you can setup numerous cookie profiles to look like different types of users and swap between those users quickly and easily to test your site in numerous modes (you can hand edit the cookies to have distinct values in each profile using a nice extension like Add & Edit Cookies).
<<lessMain features:
- Changing your cookies/identity to web e-mail sites (like Yahoo, Gmail, Hotmail, etc) so that you can quickly look like different users. Nice if you maintain multiple accounts and are tired of logging out and then back in to switch accounts. Also nice if two people are using the same computer and want to switch between accounts quickly.
- Changing your cookies/identity to see how sites like Amazon and Google treat you differently depending on who you are. For example, if Amazon recognizes you as a returning shopper they give you a different looking page (and there were claims that they give you different prices also). Google has begun to use a feature called "Personalized Search", where they modify their search results based on your user identity. There is a question about this when you create your Google account. The results of Google searches are different depending on if Google knows you or not. Use CookieSwap to quickly swap between Google recognizing you and being anonymous. Run the same search and see the differences.
- If you design web sites, you can setup numerous cookie profiles to look like different types of users and swap between those users quickly and easily to test your site in numerous modes (you can hand edit the cookies to have distinct values in each profile using a nice extension like Add & Edit Cookies).
Download (0.028MB)
Added: 2007-07-25 License: MPL (Mozilla Public License) Price:
869 downloads
cryptoswap 0.0.3
The cryptoswap package supports building an encrypted swap partition when a system boots. more>>
The cryptoswap package supports building an encrypted swap partition when a system boots. This must be necessary on systems that use encrypted filesystems because plaintext secrets may be written to disk when memory is swapped to disk.
Cryptoswap.sh should be installed in /etc/init.d. During system boot, cryptoswap.sh should execute right before checkroot.sh. When shutting down, cryptoswap should execute after sysklogd.
This package also includes an initialization script for building loopback encrypted /tmp. This may be necessary if a system contains encrypted filesystems but / is not encrypted. A link from directories like /var/tmp to /tmp may be appropriate. There are a few other alternatives for systems such as these:
1. Tmpfs is a Linux kernel feature that allows /tmp to exist in memory. This is a good solution for systems with a lot of memory and/or (encrypted) swap.
2. If you have a system that uses encrypted home directories, per-user temporary directories inside $HOME could be used. This would ensure that users data is protected but would require that all applications use $HOME/tmp instead of /tmp.
Finally, the project may be used to create an encrypted root filesystem. Doing so requires two special partitions. First, create a small partition to hold your kernel and initrd image, /dev/hdaX. Second create a large partition to contain the root of your filesystem, /dev/hdaY.
Next configure and install an initrd-based boot system:
1. Ensure romfs is compiled in your kernel (not a module).
2. Create a kernel-supported filesystem on /dev/hdaX and copy your kernel to /vmlinux.
3. Download busybox and extract it as initrd/busybox.
4. Update initrd/src/etc/modules.initrd to include any modules needed to boot.
5. Build cryptoswaps initrd image (cd initrd && make initrd) and copy it to the filesystem on /dev/hdaX at /initrd.img.gz.
6. Make sure you use literal = "root=/dev/ram0 init=/linuxrc rw" or LILO equivalent.
Finally, create a proper encrypted filesystem on /dev/hdaY:
1. Randomize the partition: dd if=/dev/urandom of=/dev/hdaY.
2. Set up a loopback device: openssl enc -d -aes-256-ecb -in initrd/src/etc/efsk | losetup -p0 -e aes /dev/loop0 /dev/hdaY.
3. Create the root filesystem: mkfs.ext2 /dev/loop0.
4. Mount your new root filesystem: mount /dev/loop0 .
5. Populate your new root filesystem.
Enhancements:
- Added initrd build environment.
- Documentation update.
<<lessCryptoswap.sh should be installed in /etc/init.d. During system boot, cryptoswap.sh should execute right before checkroot.sh. When shutting down, cryptoswap should execute after sysklogd.
This package also includes an initialization script for building loopback encrypted /tmp. This may be necessary if a system contains encrypted filesystems but / is not encrypted. A link from directories like /var/tmp to /tmp may be appropriate. There are a few other alternatives for systems such as these:
1. Tmpfs is a Linux kernel feature that allows /tmp to exist in memory. This is a good solution for systems with a lot of memory and/or (encrypted) swap.
2. If you have a system that uses encrypted home directories, per-user temporary directories inside $HOME could be used. This would ensure that users data is protected but would require that all applications use $HOME/tmp instead of /tmp.
Finally, the project may be used to create an encrypted root filesystem. Doing so requires two special partitions. First, create a small partition to hold your kernel and initrd image, /dev/hdaX. Second create a large partition to contain the root of your filesystem, /dev/hdaY.
Next configure and install an initrd-based boot system:
1. Ensure romfs is compiled in your kernel (not a module).
2. Create a kernel-supported filesystem on /dev/hdaX and copy your kernel to /vmlinux.
3. Download busybox and extract it as initrd/busybox.
4. Update initrd/src/etc/modules.initrd to include any modules needed to boot.
5. Build cryptoswaps initrd image (cd initrd && make initrd) and copy it to the filesystem on /dev/hdaX at /initrd.img.gz.
6. Make sure you use literal = "root=/dev/ram0 init=/linuxrc rw" or LILO equivalent.
Finally, create a proper encrypted filesystem on /dev/hdaY:
1. Randomize the partition: dd if=/dev/urandom of=/dev/hdaY.
2. Set up a loopback device: openssl enc -d -aes-256-ecb -in initrd/src/etc/efsk | losetup -p0 -e aes /dev/loop0 /dev/hdaY.
3. Create the root filesystem: mkfs.ext2 /dev/loop0.
4. Mount your new root filesystem: mount /dev/loop0 .
5. Populate your new root filesystem.
Enhancements:
- Added initrd build environment.
- Documentation update.
Download (0.20MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
swapd 1.0.1
swapd is a dynamic swap creation deamon. more>>
swapd is a dynamic swap creation deamon, it monitors the system memory and detect when swap creation will be required. the swap size is determined automatically with respect of sysadmin limits.
Installation:
- Make sure you are logged in as root.
- Run make install.
- Take a look at /usr/local/etc/swapd.conf and change what is necessary.
- Create the swap directory you chose in swapd.conf (it should be accessible only by root).
- Add the following line to /etc/rc.d/rc.local:
/usr/local/sbin/swapd
- If you recompiled the kernel, now would be the time to reboot. If you havent, just rehash and run swapd as root.
<<lessInstallation:
- Make sure you are logged in as root.
- Run make install.
- Take a look at /usr/local/etc/swapd.conf and change what is necessary.
- Create the swap directory you chose in swapd.conf (it should be accessible only by root).
- Add the following line to /etc/rc.d/rc.local:
/usr/local/sbin/swapd
- If you recompiled the kernel, now would be the time to reboot. If you havent, just rehash and run swapd as root.
Download (0.040MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Houdinix 0.1
Houdinix is a GNU/Linux live-cd made for young computer science students. more>>
Houdinix is a GNU/Linux live-cd made for young computer science students of our university, its a simple and user-friendly distribution, containing all tools needed by a beginner.
It contains more than 2 gigabytes of data (on a single 700Mb CD), and can be installed very easily on a local hard drive with our installer, Houdinstall.
Main features:
- Kernel 2.4.24houdinix.
- Compressed file system Squashfs: 2.4Gb of data.
- KDE 3.2 graphic environment.
- Compilers and interpreters for the followings languages : Basic, C, C++, Caml (ocaml), Cobol, Delphi, Fortran, Guile, Java (JDK1.4.2), Lisp (GNU clisp), Pascal, Perl (modules Gtk, Tk, Mail, ...), Prolog (gplc, gprolog), Python, Scheme (umb-scheme), Smalltalk, Tcl.
- Scientific tools : gnuplot, scilab, mupad.
- OpenOffice.org 1.1.3, Gimp 2
- Network support and tools : telnet, ssh, nmap, nslookup, etc...
- Internet tools : Firefox, Thunderbird, Kmail, Kopete, Konqueror, etc...
- File systems recognized on local disks: ext2, ext3, vfat, iso9660 (ro), squashfs (ro), jfs, minix, ufs, reiserfs, ntfs (ro).
- Installation on hard disk with Houdinstall.
- Swap detection with our software Houdiswap.
<<lessIt contains more than 2 gigabytes of data (on a single 700Mb CD), and can be installed very easily on a local hard drive with our installer, Houdinstall.
Main features:
- Kernel 2.4.24houdinix.
- Compressed file system Squashfs: 2.4Gb of data.
- KDE 3.2 graphic environment.
- Compilers and interpreters for the followings languages : Basic, C, C++, Caml (ocaml), Cobol, Delphi, Fortran, Guile, Java (JDK1.4.2), Lisp (GNU clisp), Pascal, Perl (modules Gtk, Tk, Mail, ...), Prolog (gplc, gprolog), Python, Scheme (umb-scheme), Smalltalk, Tcl.
- Scientific tools : gnuplot, scilab, mupad.
- OpenOffice.org 1.1.3, Gimp 2
- Network support and tools : telnet, ssh, nmap, nslookup, etc...
- Internet tools : Firefox, Thunderbird, Kmail, Kopete, Konqueror, etc...
- File systems recognized on local disks: ext2, ext3, vfat, iso9660 (ro), squashfs (ro), jfs, minix, ufs, reiserfs, ntfs (ro).
- Installation on hard disk with Houdinstall.
- Swap detection with our software Houdiswap.
Download (700MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1515 downloads
Php-Residence Hotel Software 1.1.1
Php-residence is an open source program designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to an apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. more>>
Php-Residence Hotel Software - Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to a room or apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. Custom prints and reports can be generated.
Enhancements:
Version 1.0
System Requirements:Apache, php, mysql or postgresql<<less
Download (661.4Kb)
Added: 2008-11-16 License: Free Price: Free
14 downloads
Other version of Php-Residence Hotel Software
License:Freeware
OAMP 0.1
OAMP stands for (O)penBSD + (A)pache + (M)ySQL + (P)ostgreSQL + PHP. more>>
OAMP stands for (O)penBSD + (A)pache + (M)ySQL + (P)ostgreSQL + PHP. The project is the OpenBSD cousin of LAMP, except that it also provides the SQlite database engine, Perl, Ruby, and Python.
In addition, OAMP provides phpMyAdmin and phpPgAdmin for easy administration of MySQL and PostgreSQL over the Web.
OpenBSD is widely regarded as the most secure operating system in existence and its features can be used to satisfy all aspects of information assurance (i.e. confidentiality, integrity, availability). For instance, as of version 4.0 OpenBSD encrypts the swap partition by default and puts the Apache server in a "jail" environment, so if it is compromised the damage will be contained. In addition, all applications that come with OpenBSD have undergone source code audit and have been hardened accordingly. OAMP also provides the SQLite database, Perl, Python and Ruby.
<<lessIn addition, OAMP provides phpMyAdmin and phpPgAdmin for easy administration of MySQL and PostgreSQL over the Web.
OpenBSD is widely regarded as the most secure operating system in existence and its features can be used to satisfy all aspects of information assurance (i.e. confidentiality, integrity, availability). For instance, as of version 4.0 OpenBSD encrypts the swap partition by default and puts the Apache server in a "jail" environment, so if it is compromised the damage will be contained. In addition, all applications that come with OpenBSD have undergone source code audit and have been hardened accordingly. OAMP also provides the SQLite database, Perl, Python and Ruby.
Download (0.27MB)
Added: 2007-02-22 License: BSD License Price:
975 downloads
Monsterz 0.7.0
Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or Zookeeper. more>>
Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or Zookeeper.
Monsterzs goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points.
This game is mostly about luck, but it remains highly addictive. You have been warned. Currently three modes are available:
Classic- play against the clock and clear a given number of each monster type to reach next level.
Puzzle- clear lines of monsters to move pieces around and put together the puzzle.
Training- play against the clock in a neverending level, chose the timer difficulty and number of monsters for infinite fun.
Monsterz is completely free software, available under the terms of the WTFPL.
<<lessMonsterzs goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points.
This game is mostly about luck, but it remains highly addictive. You have been warned. Currently three modes are available:
Classic- play against the clock and clear a given number of each monster type to reach next level.
Puzzle- clear lines of monsters to move pieces around and put together the puzzle.
Training- play against the clock in a neverending level, chose the timer difficulty and number of monsters for infinite fun.
Monsterz is completely free software, available under the terms of the WTFPL.
Download (2.4MB)
Added: 2006-05-12 License: WTFPL Price:
1263 downloads
Spice Trade 1.2
Spice Trade is a RPG/strategy/adventure game. more>>
Spice Trade project is an RPG/strategy/adventure game.
Spice Trade is an RPG/adventure/strategy game in which the main character is a poor man who has lost his parents, inherited some land and a house.
He becomes a trader of spices and herbs in Baghdad at a time when Europeans are starting their "great voyages of exploration".
The game character has to ensure that the Europeans do not take over his country and his culture, while he has to expand the sphere of influence of his own culture.
<<lessSpice Trade is an RPG/adventure/strategy game in which the main character is a poor man who has lost his parents, inherited some land and a house.
He becomes a trader of spices and herbs in Baghdad at a time when Europeans are starting their "great voyages of exploration".
The game character has to ensure that the Europeans do not take over his country and his culture, while he has to expand the sphere of influence of his own culture.
Download (194.8MB)
Added: 2007-01-04 License: LGPL (GNU Lesser General Public License) Price:
1242 downloads
PHP Keno Simulator 0.5-alpha
PHP Keno Simulator project is a Keno payout ruleset simulator. more>>
PHP Keno Simulator project is a Keno payout ruleset simulator.
PHP Keno Simulator is a payout ruleset simulator for the classic game Keno.
You can tune the payout chart to fulfill your "house advantage" or you can just calculate for fun (predefining the correct payouts) what the odds of winning are and how much your local casino is making for its owners.
<<lessPHP Keno Simulator is a payout ruleset simulator for the classic game Keno.
You can tune the payout chart to fulfill your "house advantage" or you can just calculate for fun (predefining the correct payouts) what the odds of winning are and how much your local casino is making for its owners.
Download (0.001MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1022 downloads
KuSys-Info
KuSys-Info is a Ku(buntu) Sys(tem)-Info. more>>
KuSys-Info is a Ku(buntu) Sys(tem)-Info.
KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes.
Detection of OS is not automatically right now, so you probably have to adapt the script.
To change to the right network interface change all ra0 entries to your interface.
Displays:
- CPU fan, usage and type
- System ID, KDE version and user
- Uptime, kernel version
- RAM and SWAP Usage
- network traffic
- hard disk usage
<<lessKuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes.
Detection of OS is not automatically right now, so you probably have to adapt the script.
To change to the right network interface change all ra0 entries to your interface.
Displays:
- CPU fan, usage and type
- System ID, KDE version and user
- Uptime, kernel version
- RAM and SWAP Usage
- network traffic
- hard disk usage
Download (0.035MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
php-residence 0.7
php-residence is designed to manage weekly or daily rental of house apartments or small hotel rooms. more>>
php-residence is designed to manage weekly or daily rental of house apartments or small hotel rooms. php-residence uses a MySQL or PostgreSQL database as a backend. Reservations can be assigned to an apartment automatically with user-defined rules.
Main features:
- Software released under GPL licence (free and modifiable).
- Automatic assignment of the apartments with user defined rules. Details -->
- Configurable in number and characteristics of the apartments, periods, rates...
- Possibility to add weekly-daily or percentage extra costs to the rates. Details -->
- Visualization of contracts with inserted data for printing.
- Creation of templates to check availability from an internet site.
- Multi-user with privileges system. Details -->
- Backup all your data on a single text file.
- In english, italian and spanish.
Enhancements:
- Support was added for the sqlite database, recording of guests data, and assignment of reservations in close apartments.
<<lessMain features:
- Software released under GPL licence (free and modifiable).
- Automatic assignment of the apartments with user defined rules. Details -->
- Configurable in number and characteristics of the apartments, periods, rates...
- Possibility to add weekly-daily or percentage extra costs to the rates. Details -->
- Visualization of contracts with inserted data for printing.
- Creation of templates to check availability from an internet site.
- Multi-user with privileges system. Details -->
- Backup all your data on a single text file.
- In english, italian and spanish.
Enhancements:
- Support was added for the sqlite database, recording of guests data, and assignment of reservations in close apartments.
Download (0.35MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
875 downloads
LinuxMCE 1.1 Beta 2
LinuxMCE is a free, open source add-on to Ubuntu including a 10 UI, complete whole-house media solution with pvr + media. more>>
LinuxMCE is a free, open source add-on to Ubuntu including a 10 UI, complete whole-house media solution with pvr + distributed media, and the most advanced smarthome solution available. The project is stable, easy to use, and requires no knowledge of Linux and only basic computer skills.
Enhancements:
- LinuxMCE Version 1.1 for Kubuntu Feisty represents a significant change over 1.0. The code in LinuxMCE 1.0 was already quite stable, however, many users reported installation issues, too many scripts inherited from Pluto that took over the conf files, a kludgey integration with Ubuntu, and incomplete integration with MythTV. All these are addressed in the new 1.1.
<<lessEnhancements:
- LinuxMCE Version 1.1 for Kubuntu Feisty represents a significant change over 1.0. The code in LinuxMCE 1.0 was already quite stable, however, many users reported installation issues, too many scripts inherited from Pluto that took over the conf files, a kludgey integration with Ubuntu, and incomplete integration with MythTV. All these are addressed in the new 1.1.
Download (MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
870 downloads
rmRemote 0.2
rmRemote project lets you remote control xmms with a REALmagic Remote. more>>
rmRemote project lets you remote control xmms with a REALmagic Remote. In the future it may be used to control everything in your house if you add the functionality.
<<less Download (0.020MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1284 downloads
Suspend2 2.2
Suspend2 allows you to hibernate your machine without needing APM, BIOS, or ACPI support. more>>
Suspend2 allows you to hibernate your machine without needing APM, BIOS, or ACPI support.
Suspend2 creates an image that is saved in your active swap partitions, swap files, ordinary files or (soon) across a network.
At the next system boot, the kernel detects the saved image, restores the memory from it and then it continues to run as if youd never powered down.
Enhancements:
- Since 2.2-rc12, there have been further bug fixes and a few enhancements.
- The software is now in feature freeze, getting prepared for seeking to merge into the vanilla kernel.
<<lessSuspend2 creates an image that is saved in your active swap partitions, swap files, ordinary files or (soon) across a network.
At the next system boot, the kernel detects the saved image, restores the memory from it and then it continues to run as if youd never powered down.
Enhancements:
- Since 2.2-rc12, there have been further bug fixes and a few enhancements.
- The software is now in feature freeze, getting prepared for seeking to merge into the vanilla kernel.
Download (0.11MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1369 downloads
sysfence 0.16
sysfence is a system resources guard for Linux. more>>
Sysfence project is a resource monitoring tool designed for Linux machines. While running as daemon it checks resource levels and makes desired action if some values exceed safety limits.
Main features:
- notifying system administrators when something goes wrong,
- stopping services when system performance is dropping too low and starting them when its going up again,
- periodically restarting memory-leaking processes,
- dumping system statistics in critical situations
Usage
Sysfence reads its configuration from file(s) specified in argument list. Config files may contain one or more rules describing conditions and actions to be performed.
Rule has syntax like this:
if {
resource1 > limit1
or
{ resource2 < limit2 and resource3 < limit3 }
}
run once command-to-be-run
The block enclosed within {} brackets describes condition. When its result is TRUE, following command is invoked.
The once keyword is optional. If present, the command is executed only once after condition becomes TRUE. Next execution will take place only if condition becomes FALSE and then TRUE again. Without once keyword, command is invoked periodically, after every resource check that gives TRUE, no matter what was the condition result before.
Command specified right after run keyword is passed to /bin/sh, so it may contain more than one instruction or even whole script. But be careful - rule checking is suspended unless command execution has been completed! (Other rules are unaffected.)
As resources, following ones can be given:
- la1 - load average during last minute.
- la5 - load average during last 5 minutes.
- la15 - load average during last 15 minutes.
- memfree - lower limit for free memory amount.
- memused - upper limit for memory used by processes.
- swapfree - lower limit for free swap space.
- swapused - upper limit for swap space in use.
Enhancements:
- This release contains bugfix for wrong memory levels recognition on non-vanilla kernels.
<<lessMain features:
- notifying system administrators when something goes wrong,
- stopping services when system performance is dropping too low and starting them when its going up again,
- periodically restarting memory-leaking processes,
- dumping system statistics in critical situations
Usage
Sysfence reads its configuration from file(s) specified in argument list. Config files may contain one or more rules describing conditions and actions to be performed.
Rule has syntax like this:
if {
resource1 > limit1
or
{ resource2 < limit2 and resource3 < limit3 }
}
run once command-to-be-run
The block enclosed within {} brackets describes condition. When its result is TRUE, following command is invoked.
The once keyword is optional. If present, the command is executed only once after condition becomes TRUE. Next execution will take place only if condition becomes FALSE and then TRUE again. Without once keyword, command is invoked periodically, after every resource check that gives TRUE, no matter what was the condition result before.
Command specified right after run keyword is passed to /bin/sh, so it may contain more than one instruction or even whole script. But be careful - rule checking is suspended unless command execution has been completed! (Other rules are unaffected.)
As resources, following ones can be given:
- la1 - load average during last minute.
- la5 - load average during last 5 minutes.
- la15 - load average during last 15 minutes.
- memfree - lower limit for free memory amount.
- memused - upper limit for memory used by processes.
- swapfree - lower limit for free swap space.
- swapused - upper limit for swap space in use.
Enhancements:
- This release contains bugfix for wrong memory levels recognition on non-vanilla kernels.
Download (0.039MB)
Added: 2006-04-30 License: GPL (GNU General Public License) Price:
1272 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 house swap 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