pearpc on vista
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 92
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
Sidebar on Right 0.3
Sidebar on Right is an extension which moves the sidebar to the right side of the browser. more>>
Sidebar on Right is an extension which moves the sidebar to the right side of the browser.
<<less Download (0.003MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
923 downloads
Added: 2009-03-06 License: Creative Commons Att... Price: FREE
1 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
Petals on a Rose 1.0
Petals on a Rose is an intriguing puzzle game for all ages. more>>
Petals on a Rose is an intriguing puzzle game for all ages. This website claims that Bill Gates was stumped by it for two days. Its usually played with a group of friends and a set of 5 dice. The game master rolls the dice and tells everyone the answer. This computer version of the puzzle works similarly, only in this case the computer plays as the game master.
To play you just double click the icon to start the program. Type your guess in the "Answer" field and press "Check". If your guess is correct you get congratulated, otherwise you need to try again. If you get tired of guessing you can press the "Give Up" button and youll get the answer to that particular roll.
Just press the "Roll Dice" button at any time to get a new set of numbers.
Always remember, dont tell the answer to anyone!
Have fun, and good luck.
<<lessTo play you just double click the icon to start the program. Type your guess in the "Answer" field and press "Check". If your guess is correct you get congratulated, otherwise you need to try again. If you get tired of guessing you can press the "Give Up" button and youll get the answer to that particular roll.
Just press the "Roll Dice" button at any time to get a new set of numbers.
Always remember, dont tell the answer to anyone!
Have fun, and good luck.
Download (0.16MB)
Added: 2007-07-20 License: MIT/X Consortium License Price:
826 downloads
SlimServer On DiskStation 2.16
SlimServer On DiskStation is an add-on to the DiskStations firmware (operating system). more>>
SlimServer on DiskStation is an add-on package to the Synology DiskStation family of PowerPC based NAS devices providing the environment to run SlimDevices SlimServer on it.
This project integrates into the DS administrative Web interface and comes with various user-friendly tools and scripts to maintain the installation.
It supports all currently official features of Slimserver, such as Asian character display and on-the-fly transcoding of various music file formats. Popular third party plugins are supported as well.
<<lessThis project integrates into the DS administrative Web interface and comes with various user-friendly tools and scripts to maintain the installation.
It supports all currently official features of Slimserver, such as Asian character display and on-the-fly transcoding of various music file formats. Popular third party plugins are supported as well.
Download (MB)
Added: 2007-06-02 License: Freely Distributable Price:
876 downloads
Pause on screensaver 0.1
Pause on screensaver script will pause playback every time the screensaver activates. more>>
Pause on screensaver script will pause playback every time the screensaver activates. Pause on screensaver is useful to stop music when you lock your desktop.
<<less Download (0.010MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1314 downloads
Format on Save 1.1.0
Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. more>>
Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor.
This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults
<<lessThis is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults
Download (0.051MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1138 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
Whats On Air 0.8.7
Whats On Air is a suite of programs aimed at handling radio station metadata. more>>
Whats On Air is a suite of programs that can handle radio stations metadata. Such metadata is the currently playing track as well as the last playing tracks and some general informations about the radio stations.
<<less Download (0.016MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1441 downloads
Enterprise Sign On Engine 0.3
Enterprise Sign On Engine is an advanced system which allows an enterprise to meet its individual goals... more>>
Enterprise Sign On Engine (ESOE) is an advanced system which allows an enterprise to meet its individual goals for integrated identity management, federation, single sign on, authorization and accountability for resource access in a very extensible manner.
The ESOE is built using the OASIS SAML 2.0 specification, and the ESOEs powerful authorization engine is built around a reduced version of the OASIS XACML 2.0 standard which we have called Lightweight eXtensible Authorization Control Markup Language or "LXACML".
The ESOE can integrate identity from unlimited repositories, automatically create sessions for users whom are logged into Active Directory (true single sign on), provide for centralized authorization policy management and natively federate with technologies such as Shibboleth and OpenID.
We hope youll find the ESOE a good choice for your needs amongst the wide variety of SSO solutions that are available, both from commercial providers and other open source projects. Of course if youre already using an SSO solution, there is a pretty good chance the ESOE can interact with it, allowing you to use the enhanced capabilities of the ESOE without needing to replace everything you already have.
Being heavily standards based, all your existing identity infrastructure such as LDAP compliant directories, databases and even flat files are only a plugin away. The ESOE is designed to fit around your environment, not have your environment change to fit it.
Were calling the current release an Alpha and some of the service providers, tools and documentation are still coming up to full completion. Nonetheless, we hope youll have a look around at what the ESOE can do for your enterprise and contribute back anything you can to help us build a strong community of users for the future.
Enhancements:
- Many bugfixes have gone into this release specifically relating to MySQL deployments.
- New features for this release are integrators for Confluence, Jira, and Blackboard.
<<lessThe ESOE is built using the OASIS SAML 2.0 specification, and the ESOEs powerful authorization engine is built around a reduced version of the OASIS XACML 2.0 standard which we have called Lightweight eXtensible Authorization Control Markup Language or "LXACML".
The ESOE can integrate identity from unlimited repositories, automatically create sessions for users whom are logged into Active Directory (true single sign on), provide for centralized authorization policy management and natively federate with technologies such as Shibboleth and OpenID.
We hope youll find the ESOE a good choice for your needs amongst the wide variety of SSO solutions that are available, both from commercial providers and other open source projects. Of course if youre already using an SSO solution, there is a pretty good chance the ESOE can interact with it, allowing you to use the enhanced capabilities of the ESOE without needing to replace everything you already have.
Being heavily standards based, all your existing identity infrastructure such as LDAP compliant directories, databases and even flat files are only a plugin away. The ESOE is designed to fit around your environment, not have your environment change to fit it.
Were calling the current release an Alpha and some of the service providers, tools and documentation are still coming up to full completion. Nonetheless, we hope youll have a look around at what the ESOE can do for your enterprise and contribute back anything you can to help us build a strong community of users for the future.
Enhancements:
- Many bugfixes have gone into this release specifically relating to MySQL deployments.
- New features for this release are integrators for Confluence, Jira, and Blackboard.
Download (MB)
Added: 2007-07-10 License: The Apache License 2.0 Price:
837 downloads
Green On Black 0.1
Green On Black is the adaptation for KDE 3.5.x of the Green On Black theme from KDE 3.2. more>>
Green On Black is the adaptation for KDE 3.5.x of the "Green On Black" theme from KDE 3.2.
<<less Download (0.67MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
927 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
Linux on iPod
Linux on iPod is an Linux based operating system for iPod. more>>
So far, we have successfully ported a customized uClinux (http://www.uclinux.org) kernel to the iPod, and written a simple user interface for it dubbed podzilla. Many additional Applications have been written, adding many capabilities not found in Apples firmware.
Our bootloader allows for you to choose between either iPodLinux or Apples firmware each time you turn on your iPod. iPodLinux is currently safe to install on 1st, 2nd, and 3rd generation iPods.
We are currently accepting Donations towards the purchase of a fourth generation iPod for us to test with. The fourth generation click wheel, mini, U2, Photo, and Shuffle iPods are NOT currently supported. For the latest information on 4th gen development, read the Fourth Generation Project Status.
<<lessOur bootloader allows for you to choose between either iPodLinux or Apples firmware each time you turn on your iPod. iPodLinux is currently safe to install on 1st, 2nd, and 3rd generation iPods.
We are currently accepting Donations towards the purchase of a fourth generation iPod for us to test with. The fourth generation click wheel, mini, U2, Photo, and Shuffle iPods are NOT currently supported. For the latest information on 4th gen development, read the Fourth Generation Project Status.
Download (1.1MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1587 downloads
Easiest Validate On Submit 1.0
Easiest Validate On Submit project enables Web developers to validate any number of form fields. more>>
Easiest Validate On Submit project enables Web developers to validate any number of form fields, client side (in Javascript), with only one line of code per HTML page.
Main features:
- It requires only 1 line of javascript per html file, to validate any number of fields in any number of forms.
- The script detects whether you have a div to display errors. If you havent, it puts messages in alert boxes.
- Evos supports styling both the input widgets and the labels upon validation errors.
- Which fields to validate, and which validation (required field, email, numeric) to use, is completely controlled through CSS classes.
- Pluggable custom validation per field, with minimal amounts of code.
- Messages are located in language files, so its easy to display messages in your native language.
- Everything can be styled using CSS.
<<lessMain features:
- It requires only 1 line of javascript per html file, to validate any number of fields in any number of forms.
- The script detects whether you have a div to display errors. If you havent, it puts messages in alert boxes.
- Evos supports styling both the input widgets and the labels upon validation errors.
- Which fields to validate, and which validation (required field, email, numeric) to use, is completely controlled through CSS classes.
- Pluggable custom validation per field, with minimal amounts of code.
- Messages are located in language files, so its easy to display messages in your native language.
- Everything can be styled using CSS.
Download (0.014MB)
Added: 2006-07-27 License: BSD License Price:
1185 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 on 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
