pearpc vista
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 47
PearPC 0.4
PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. more>>
PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems.
This release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can compile pearpc yourself, please talk to the pearpc-devel mailing list.
Installation:
-Get the Mandrake Installations CDs from a near mirror.
-Read the getting started document first.
-Join the club.
-Make sure you have configured with a big harddisk (3 GiB should do) and a CDROM with the Mandrake 9.1 PPC CD1 inserted. Select a 15 bit video mode. (ppc_start_resolution to 1, 4 or 7)
-Boot and you should get the yaboot menu.
-Press enter and wait.
-At some point, a graphical installer will show up.
-I wont partition your disk for you so you have to do it on your own
create 2 partitions: Apple bootstrap and a Linux onecontinue install.
It will ask you to insert another CD. Click "Change CD" and choose a different .iso or simply insert a different CD. Continue.
-Something bad may happen in the end of the install. Nevermind.
While the CPU emulation may be slow (1/500th or 1/15th, see above), the speed of emulated hardware is hardly impacted by the emulation; the emulated hard-drive and CDROM e.g. are very fast, especially with OS that support bus-mastering (Linux, Darwin, Mac OS X do).
Because the author has only access to a little-endian machine, PearPC will most likely only run on little-endian architectures. This shouldnt be hard to fix and the author would fix this himself if he such hardware. (You can donate some big-endian hardware to get this fixed!)
Equally, PearPC will probably only run on 32-bit architectures. This shouldnt be hard to fix either. (You can donate...)
A lot of unimplementated features are fatal (i.e. will abort PearPC).
Timings are very still a little bit inaccurate. Dont rely on benchmarks made in the client.
PearPC lacks a save/restore machine-state feature.
No Altivec support yet but being worked on.
No LBA48 (but LBA). Currently no support for hard disks greater than 128 GiB. Disks > 4GiB are not tested very well.
<<lessThis release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can compile pearpc yourself, please talk to the pearpc-devel mailing list.
Installation:
-Get the Mandrake Installations CDs from a near mirror.
-Read the getting started document first.
-Join the club.
-Make sure you have configured with a big harddisk (3 GiB should do) and a CDROM with the Mandrake 9.1 PPC CD1 inserted. Select a 15 bit video mode. (ppc_start_resolution to 1, 4 or 7)
-Boot and you should get the yaboot menu.
-Press enter and wait.
-At some point, a graphical installer will show up.
-I wont partition your disk for you so you have to do it on your own
create 2 partitions: Apple bootstrap and a Linux onecontinue install.
It will ask you to insert another CD. Click "Change CD" and choose a different .iso or simply insert a different CD. Continue.
-Something bad may happen in the end of the install. Nevermind.
While the CPU emulation may be slow (1/500th or 1/15th, see above), the speed of emulated hardware is hardly impacted by the emulation; the emulated hard-drive and CDROM e.g. are very fast, especially with OS that support bus-mastering (Linux, Darwin, Mac OS X do).
Because the author has only access to a little-endian machine, PearPC will most likely only run on little-endian architectures. This shouldnt be hard to fix and the author would fix this himself if he such hardware. (You can donate some big-endian hardware to get this fixed!)
Equally, PearPC will probably only run on 32-bit architectures. This shouldnt be hard to fix either. (You can donate...)
A lot of unimplementated features are fatal (i.e. will abort PearPC).
Timings are very still a little bit inaccurate. Dont rely on benchmarks made in the client.
PearPC lacks a save/restore machine-state feature.
No Altivec support yet but being worked on.
No LBA48 (but LBA). Currently no support for hard disks greater than 128 GiB. Disks > 4GiB are not tested very well.
Download (0.88MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
920 downloads
OpenVista CIS 0.9.1
OpenVista CIS is a Gtk# EHR for interfacing with VistA based systems (Medsphere OpenVista, VAs VistA, etc.) more>>
OpenVista CIS is a Gtk# EHR for interfacing with VistA based systems (Medsphere OpenVista, VAs VistA, etc.)
OpenVista CIS is a rewrite of the Department of Veteran Affairs Computerized Patient Record System (CPRS) in Gtk#. The focus is on using a modern language, internationalization, and cross-platform support.
Architecture
There are two major components to OpenVista, a client (Medsphere OpenVista CIS, commonly referred to just as CIS, OpenVista CIS, or OpenVista Client) and a middleware component (Medsphere OpenVista Bridge). The Bridge handles doing raw RPC communication with the VistA Broker and provides a SOAP (currently broken) and Binary Remoting interface to the client (the client uses one or the other for a given connection). The Bridge is meant to be run on a server (either one running VistA itself, or a separate machine), while CIS runs on a client machine (any machine with a .NET environment and Gtk# available).
There is another component, currently under development, called OpenVista Vitals. This will be both a stand-alone vitals application, as well as a component of OpenVista CIS when it is completed. Note that this project is *not* completed, and should only be considered a pre-preview of what is to come from the Vitals component.
A small portion of the CIS component is actually broken into a separate executable, PdfConverter.exe. This small utility acts as a remoting server, responsible for converting raw bytes of PDFs into GdkPixbuf bytes. This needs to be done out of process, as poppler (and by extension, poppler-sharp) is licensed under the GPL.
The PDFConverter.exe sources, as well as the few shared classes used for remoting, are licensed under a GPL compatible license. We hope in the future that a PDF library with a license less restrictive than the GPL will be available, such that we can increase PDF rendering performance by not having the rendering done out of process.
<<lessOpenVista CIS is a rewrite of the Department of Veteran Affairs Computerized Patient Record System (CPRS) in Gtk#. The focus is on using a modern language, internationalization, and cross-platform support.
Architecture
There are two major components to OpenVista, a client (Medsphere OpenVista CIS, commonly referred to just as CIS, OpenVista CIS, or OpenVista Client) and a middleware component (Medsphere OpenVista Bridge). The Bridge handles doing raw RPC communication with the VistA Broker and provides a SOAP (currently broken) and Binary Remoting interface to the client (the client uses one or the other for a given connection). The Bridge is meant to be run on a server (either one running VistA itself, or a separate machine), while CIS runs on a client machine (any machine with a .NET environment and Gtk# available).
There is another component, currently under development, called OpenVista Vitals. This will be both a stand-alone vitals application, as well as a component of OpenVista CIS when it is completed. Note that this project is *not* completed, and should only be considered a pre-preview of what is to come from the Vitals component.
A small portion of the CIS component is actually broken into a separate executable, PdfConverter.exe. This small utility acts as a remoting server, responsible for converting raw bytes of PDFs into GdkPixbuf bytes. This needs to be done out of process, as poppler (and by extension, poppler-sharp) is licensed under the GPL.
The PDFConverter.exe sources, as well as the few shared classes used for remoting, are licensed under a GPL compatible license. We hope in the future that a PDF library with a license less restrictive than the GPL will be available, such that we can increase PDF rendering performance by not having the rendering done out of process.
Download (MB)
Added: 2007-05-12 License: Other/Proprietary License Price:
897 downloads
VistaBut 1.2
VistaBut provies a Vista feel but some custom widgets. more>>
VistaBut provies a Vista feel but some custom widgets.
I upload icon theme soon (if finished...) XFCE4 theme included!
Change menubar colours & fonts:
edit the Gtkrc file in theme dir and modify:
################Select your desired menubar colour!!!
#include "menubar-light.rc"
#include "menubar-blue.rc"
include "menubar-green.rc"
Enhancements:
- Icons removed. (M$ Copyright)
<<lessI upload icon theme soon (if finished...) XFCE4 theme included!
Change menubar colours & fonts:
edit the Gtkrc file in theme dir and modify:
################Select your desired menubar colour!!!
#include "menubar-light.rc"
#include "menubar-blue.rc"
include "menubar-green.rc"
Enhancements:
- Icons removed. (M$ Copyright)
Download (MB)
Added: 2007-03-02 License: Freeware Price:
612 downloads
Vista Basic 2
Vista Basic provides a theme similar to Microsoft Vista. more>>
Vista Basic provides a theme similar to Microsoft Vista.
window borders similar to those of Microsoft Vista when using non Aero compatible software (such as JRE 6 or Photoshop CS 2)
<<lesswindow borders similar to those of Microsoft Vista when using non Aero compatible software (such as JRE 6 or Photoshop CS 2)
Download (0.015MB)
Added: 2007-04-17 License: Public Domain Price:
678 downloads
Added: 2009-03-06 License: Creative Commons Att... Price: FREE
1 downloads
WorldVistA 20060113
Veterans Health Information Systems and Technology Architecture is a healthcare information system (HIS). more>>
Veterans Health Information Systems and Technology Architecture is a healthcare information system (HIS). VistA is widely believed to be the largest integrated HIS in the world. WorldVistA project was originally developed and maintained by the U.S.
Department of Veterans Affairs (VA), based on the systems software architecture and implementation methodology developed by the U.S. Public Health Service jointly with the National Bureau of Standards.
It is designed to provide a high-quality medical care environment for the countrys military veterans. VistA has a proven track record of supporting a large variety of clinical settings and medical delivery systems.
Enhancements:
- This is the FOIAVistA SemiVivA 20060113 package with GT.M bundled.
<<lessDepartment of Veterans Affairs (VA), based on the systems software architecture and implementation methodology developed by the U.S. Public Health Service jointly with the National Bureau of Standards.
It is designed to provide a high-quality medical care environment for the countrys military veterans. VistA has a proven track record of supporting a large variety of clinical settings and medical delivery systems.
Enhancements:
- This is the FOIAVistA SemiVivA 20060113 package with GT.M bundled.
Download (258.8MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1348 downloads
KDM Vista like Theme
KDM Vista like Theme is a very nice KDM theme that looks like Vistas one. more>>
KDM Vista like Theme is a very nice KDM theme that looks like Vistas one.
I didnt see any Vista like KDM login theme... I wanted one so I tried.
Enhancements:
- There are now two themes. One for widescreen which is the same as the previous one and one for 4/3 screen. This new one has been successfully tested on a 1600 x 1200 screen. If you have other resolution, please try and report if it works.
<<lessI didnt see any Vista like KDM login theme... I wanted one so I tried.
Enhancements:
- There are now two themes. One for widescreen which is the same as the previous one and one for 4/3 screen. This new one has been successfully tested on a 1600 x 1200 screen. If you have other resolution, please try and report if it works.
Download (1.1MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
979 downloads
Vista-Inspirate 1.0
Vista-Inspirate provides a Vista-looking icon pack for KDE and Gnome. more>>
Vista-Inspirate provides a Vista-looking icon pack for KDE and Gnome.
This is an icon theme based on my other theme "nuoveXT" and "Windows Vista".
It is strongly recommended to have NuoveXT (1.5) installed to use this theme, simply because it inherits it (all mimetypes for instance).
<<lessThis is an icon theme based on my other theme "nuoveXT" and "Windows Vista".
It is strongly recommended to have NuoveXT (1.5) installed to use this theme, simply because it inherits it (all mimetypes for instance).
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
643 downloads
MEPIS KDE 4 Beta 1 Live DVD
SimplyMEPIS is a ready to go desktop operating system for PCs and Apple computers that have Intel or AMD 32 or 64 bit processors more>>
SimplyMEPIS is a ready to go desktop operating system for PCs and Apple computers that have Intel or AMD 32 or 64 bit processors. SimplyMEPIS project is easier than Windows Vista and intuitive for Windows XP and Windows 98 users. MEPIS includes all of the applications that most users need and want. SimplyMEPIS is designed to replace or work side by side with Vista or XP on PCs. MEPIS offers Apple users an opportunity to have it all: OSX, MEPIS 32 and/or 64, and if necessary Windows running in a virtual machine sandbox.
Warren Woodford of MEPIS has built KDE 4 Beta 1 live DVDs to verify the compatibility of KDE 4 with SimplyMEPIS 7.x. Both 32-bit and 64-bit editions are available. They are about 1 GB each and include all of the KDE 4 applications that are working at this time. KDE 4 Beta 1 is a very early release and is meant for developers, testers, and reviewers. The live DVDs were built using a MEPIS 7.0 Etch core and include the usual MEPIS kernel and hardware compatibility features. Since KDE 4 is functionally different than KDE 3 and also in an early beta state, a minimal KDE 3 installation remains on the disk to facilitate exploration by the user.
<<lessWarren Woodford of MEPIS has built KDE 4 Beta 1 live DVDs to verify the compatibility of KDE 4 with SimplyMEPIS 7.x. Both 32-bit and 64-bit editions are available. They are about 1 GB each and include all of the KDE 4 applications that are working at this time. KDE 4 Beta 1 is a very early release and is meant for developers, testers, and reviewers. The live DVDs were built using a MEPIS 7.0 Etch core and include the usual MEPIS kernel and hardware compatibility features. Since KDE 4 is functionally different than KDE 3 and also in an early beta state, a minimal KDE 3 installation remains on the disk to facilitate exploration by the user.
Download (963MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
491 downloads

Torrent-Search Bar 1.0.1.21
Torrent-Search Bar will improve your browsers capability greatly. It is designed as a Firefox addon that provides you the best way to search in more than 26 top torrent search engines. more>>
Torrent-Search Bar 1.0.1.21 will improve your browser's capability greatly. It is designed as a Firefox addon that provides you the best way to search in more than 26 top torrent search engines.
Major Features:
- Search Torrents in more than 31 Top Torrent Search sites - The Torrent Search engines in the toolbar are auto-updated
- Get RSS feeds with new torrents links - Fresh Torrents has tons of seeds...
- Links to the best private torrents communities
- E-Mail Notifier - Check multiple POP3, Gmail, Hotmail, Yahoo accounts for new mail It displays an icon in the toolbar and notifies you whenever new mail is waiting. It also optionally to play a WAV file.
- Highlight the Torrent Search Results - Make your life easier
- Online Anti Virus scanner - Cookie-Cleaner, History-Cleaner, Cache-Cleaner
- Popup Blocker - Block annoying pop-ups
- Weather - Offers forecasts for cities worldwide
- Auto Update - Help to keep your Toolbar current
- Supports:
- Google Torrent search
- MiniNova
- Meganova
- MoNova
- biteNova
- torrent valley
- thepiratebay
- TorrentReactor
- Isohunt
- And more...
- Google Torrent search
Requirements:
- Mozilla Firefox 1.0-3.0
- Windows 2000/XP/Vista
Added: 2006-09-09 License: GPL Price: FREE
1 downloads
Alphacube Metacity Theme 1.0
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista. more>>
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista.
The pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
<<lessThe pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
Download (0.056MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
963 downloads
Crystal Vista XT Paolo Icon Mod 1.5
Crystal Vista XT Paolo Icon Mod is a mouse cursor theme. more>>
Crystal Vista XT Paolo Icon Mod is NOT my theme, I modified Vista Inspirate, Crystal Clear, Nuove XT and other Icons like Debian Icons, Firefox Alternative and much more.
I take my favourite icons from these Icons-theme and I create my Mod, Crystal Vista XT Paolo Mod.
Vista Inspirate is created by Saki
(http://www.kde-look.org/content/show.php?content=31585)
Crystal Clear is created by Everaldo
(http://www.kde-look.org/content/show.php?content=25668)
Nuove XT is created by Saki
(http://www.kde-look.org/content/show.php?content=26449)
OsX is created by kiddo
(http://www.gnome-look.org/content/show.php?content=31618)
Debian Icons is created by OnkelchenTobi
(http://www.kde-look.org/content/show.php?content=26430)
Sparkling Icon Folder (for non debian linux) is created by flow:
(http://www.kde-look.org/content/show.php?content=9245)
<<lessI take my favourite icons from these Icons-theme and I create my Mod, Crystal Vista XT Paolo Mod.
Vista Inspirate is created by Saki
(http://www.kde-look.org/content/show.php?content=31585)
Crystal Clear is created by Everaldo
(http://www.kde-look.org/content/show.php?content=25668)
Nuove XT is created by Saki
(http://www.kde-look.org/content/show.php?content=26449)
OsX is created by kiddo
(http://www.gnome-look.org/content/show.php?content=31618)
Debian Icons is created by OnkelchenTobi
(http://www.kde-look.org/content/show.php?content=26430)
Sparkling Icon Folder (for non debian linux) is created by flow:
(http://www.kde-look.org/content/show.php?content=9245)
Download (17.6MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
690 downloads
VirtualBox 1.4.0
VirtualBox application is a family of powerful x86 virtualization products for enterprise as well as home use. more>>
VirtualBox application is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU Public License (GPL). See "About VirtualBox" for an introduction; see "InnoTek" for more about our company.
Presently, VirtualBox runs on Windows and Linux 32-bit hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), and OpenBSD.
VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while InnoTek ensures the product always meets professional quality criteria.
<<lessPresently, VirtualBox runs on Windows and Linux 32-bit hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), and OpenBSD.
VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while InnoTek ensures the product always meets professional quality criteria.
Download (13MB)
Added: 2007-06-06 License: Other/Proprietary License Price:
1147 downloads
JMicroVision 1.2.5
JMicroVision is an image analysis toolbox for measuring and quantifying components of high-definition images. more>>
JMicroVision is an image analysis toolbox for measuring and quantifying components of high-definition images. JMicroVision contains most of the common image processing operations, has a simple and intuitive user interface, an efficient visualization system and innovative features. It contains tools to quantify either manually or automatically.
Main features:
- Read images in TIFF, BMP, FlashPiX, GIF, JPEG, PNG, and PNM formats
- Efficient visualization system
- Quantify components: objects or background
- Object analysis (size, shape, orientation, texture ...)
- Object classification
- Image processing (binary and morphology operations, filtering, segmentation...)
- Image rectification (geometric corrections by control points)
- Digital point counting
- Tools for data collection in one or two dimensions
- Image annotation and description card
- Profile (variation of granulometry, density, objects or background)
- Save all measures, data, calibration and preferences in a single project file
Enhancements:
- Fixed issues: 22, 40, 41, 42, 43, 44 , 45 and 46
- Supports Java 1.6 and Windows Vista
- Read all previous JMicroVision project files
- More texture descriptors
- Supervised classification (k-nearest neighbor)
- Improvement of UI (Table, Text field and spinner have similar behaviors)
- Aqua and GTK+ Look and Feel are supported (still some minor issues)
- Online help has been actualized
- Other minor bugs fixed
<<lessMain features:
- Read images in TIFF, BMP, FlashPiX, GIF, JPEG, PNG, and PNM formats
- Efficient visualization system
- Quantify components: objects or background
- Object analysis (size, shape, orientation, texture ...)
- Object classification
- Image processing (binary and morphology operations, filtering, segmentation...)
- Image rectification (geometric corrections by control points)
- Digital point counting
- Tools for data collection in one or two dimensions
- Image annotation and description card
- Profile (variation of granulometry, density, objects or background)
- Save all measures, data, calibration and preferences in a single project file
Enhancements:
- Fixed issues: 22, 40, 41, 42, 43, 44 , 45 and 46
- Supports Java 1.6 and Windows Vista
- Read all previous JMicroVision project files
- More texture descriptors
- Supervised classification (k-nearest neighbor)
- Improvement of UI (Table, Text field and spinner have similar behaviors)
- Aqua and GTK+ Look and Feel are supported (still some minor issues)
- Online help has been actualized
- Other minor bugs fixed
Download (28.9MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1139 downloads
Monetra 6.0
Monetra (formerly known as MCVE) is a scalable credit card processing engine for Linux and UNIX. more>>
Monetra (formerly known as MCVE) is a scalable credit card processing engine for Linux and UNIX. The project is designed to handle credit card authorizations and is certified to support major clearing house protocols.
Features include support for multiple modems, multiple merchant accounts, and multiple processors, all simultaneously -- as well as IP and SSL connectivity along side SQL database support.
Designed in C, conforming to POSIX standards, and utilizing light weight processes (threads), this product is able to handle a large number of transactions with high speed and minimal CPU usage.
Enhancements:
- A secure recurring billing module and card storage subsystem returning unique tracking tokens has been added and branded as Monetra DSS.
- This assists integrators with their PCI compliance so they dont need to store card numbers outside of Monetra.
- There is DNS caching for improved latency.
- Givex and FifthThrid 610 support have been added.
- Global Payments, VITAL, and NPC re-certifications.
- Visa gift-card support (balance inquiry and partial auths), as well as new card systems compliance updates for October 2007.
- Mac OS X for Intel, Windows Vista, and OpenBSD 4.0 support has also been added.
<<lessFeatures include support for multiple modems, multiple merchant accounts, and multiple processors, all simultaneously -- as well as IP and SSL connectivity along side SQL database support.
Designed in C, conforming to POSIX standards, and utilizing light weight processes (threads), this product is able to handle a large number of transactions with high speed and minimal CPU usage.
Enhancements:
- A secure recurring billing module and card storage subsystem returning unique tracking tokens has been added and branded as Monetra DSS.
- This assists integrators with their PCI compliance so they dont need to store card numbers outside of Monetra.
- There is DNS caching for improved latency.
- Givex and FifthThrid 610 support have been added.
- Global Payments, VITAL, and NPC re-certifications.
- Visa gift-card support (balance inquiry and partial auths), as well as new card systems compliance updates for October 2007.
- Mac OS X for Intel, Windows Vista, and OpenBSD 4.0 support has also been added.
Download (MB)
Added: 2007-06-07 License: Other/Proprietary License Price:
873 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 pearpc vista 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
