Here are 38 examples "to run on" there used in a sentence.
- There is also an unmaintained "tiny" runtime environment that allows Go programs to run on bare hardware
- Cocoa Touch is a UI framework for building software programs to run on the iPhone, iPod Touch, and iPad from Apple Inc
- On January 2, 2011, Mathieulh announced the discovery of the PSP's master keys, allowing homebrew to run on the PSP without any firmware modifications
- British train operating company Virgin Trains claimed to have run the UK's first "biodiesel train", which was converted to run on 80% petrodiesel and 20% biodiesel
- In India, the Delhi government under the order of Supreme Court in 2004 made it mandatory for all city buses and auto rickshaws to run on CNG with the intention of reducing air pollution
- In October 2005, Google introduced a Java application called Google Maps for Mobile, intended to run on any Java-based phone or mobile device. Many of the web-based site's features are provided in the application
- As of August 2012, the current version of Google Goggles is 1.9 which adds several new features and improves both quality and ease of use. Goggles is specifically developed to run on mobile devices running the Android operating system and can be installed using Google Play
- The Google Analytics API is used by third parties to build custom applications such as reporting tools. Many such applications exist. One was built to run on iOS devices and is featured in Apple's app store. There are some third party products also provide Google Analytic based tracking
- A further complication was that Star Trek was designed to be source-level compatible, not binary compatible, with the Mac OS. Mac applications would therefore have to be recompiled or rewritten by their developers to run on the x86 architecture, and there was much skepticism as to exactly how much work this would entail
- According to Apple's system requirements, iMovie ' 08 requires a Mac with either a 1.9 GHz or faster PowerPC G5 or Intel processor. G4s are not supported, even though Apple sold its last G4-based Computers 14 months before the release of iLife ' 08. However, a system hack enables iMovie 7.1 or higher to run on a PowerPC G4
- Claris formed in 1987 and re-released the existing versions of the Apple products under their own name. Initially it seemed Claris was as uninterested in developing MacWrite as Apple had been. Several minor upgrades were released to allow MacWrite to run on newer versions of the Mac OS, but few other problems were addressed
- Auto rickshaws are allowed to operate only in the suburban areas of Mumbai, while taxis are allowed to operate throughout Mumbai, but generally operate in South Mumbai. Taxis and rickshaws in Mumbai are required by law to run on compressed natural gas, and are a convenient, economical, and easily available means of transport
- Application software is generally written for use on a specific operating system, and sometimes even for specific hardware. When porting the application to run on another OS, the functionality required by that application may be implemented differently by that OS requiring the application to be adapted, changed, or otherwise maintained
- At the 2005 Worldwide Developers Conference, Apple CEO Steve Jobs announced that Apple would begin selling Mac computers with Intel processors in 2006. To allow developers to begin producing software for these Intel-based Macs, Apple made Developer Transition Kits available for sale which included a version of Mac OS X v10.4.1 designed to run on x86 processors
- When MOS Technology released its $20 6502 chip in 1976, Wozniak wrote a version of BASIC for it, then began to design a computer for it to run on. The 6502 was designed by the same people who designed the 6800, as many in Silicon Valley left employers to form their own companies. Wozniak's earlier 6800 paper-computer needed only minor changes to run on the new chip
- Thanks to the Mach-O executable format, which allows for “ fat binaries, " containing code for multiple architectures, Xcode can build universal binaries, which allow software to run on both PowerPC and Intel-based platforms and that can include both 32-bit and 64-bit code for both architectures. Using the iOS SDK, Xcode can also be used to compile and debug applications for iOS that run on the ARM processor
- From the late 1960s through the late 1970s, several hardware capabilities evolved that allowed similar or ported software to run on more than one system. Early systems had utilized microprogramming to implement features on their systems in order to permit different underlying computer architectures to appear to be the same as others in a series. In fact, most 360s after the 360 / 40 were microprogrammed implementations
- Google Goggles was developed for use on Google's Android operating systems for mobile devices. While initially only available in a beta version for Android phones, Google announced its plans to enable the software to run on other platforms, notably iPhone and BlackBerry devices. Google has not discussed a non-handheld format. On 5 October 2010, Google announced availability of Google Goggles for iPhone and iPad devices running iOS 4.0
- Dart compiles to modern JavaScript, allowing Dart applications to run on the modern web. However, there is a special version of Chromium that embeds the Dart virtual machine. This enables this browser to run Dart programs without first being compiled to JavaScript. With the M1 release, the generated JavaScript reaches about 78% of the performance of hand-written JavaScript while native Dart code runs about 21% faster than similar code in V8
- OS X originally ran on PowerPC-based Macs. In 2006, the first Intel Macs had a specialized version of 10.4 "Tiger". In 2007, 10.5 "Leopard" was the first to run on both PowerPC and Intel Macs with the use of Universal Binaries. 10.6 "Snow Leopard" was the first version of OS X to drop support for PowerPC Macs. Mac OS X 10.7 "Lion" was the first version of OS X to drop support for 32-bit Intel processors and run exclusively on 64-bit Intel CPUs
- On March 29, 2010, a user-mode exploit was revealed in the demo of the game Patapon 2. This was quickly followed by the first stable public release of "Half-Byte Loader", a piece of software allowing to load homebrew software on all PSP models running firmwares less than 6.30. HBL's portable and configurable design made it easy to port for a number of other exploited games, such as Everybody's Golf, which allowed HBL to run on up to 6.60 PSP firmware
- In the context of binary software, cross-platform programs are written in the source code and then "translated" to each system that it runs on through compiling it on different platforms. Also, software can be ported to a new computer architecture or operating system so that the program becomes more cross-platform than it already is. For example, a program such as Firefox, which already runs on Windows on the x86 family, can be modified and re-built to run on Linux on the x86 as well
- Another PowerPC emulator is SheepShaver, which has been around since 1998 for BeOS on the PowerPC platform, but in 2002 was open sourced with porting efforts beginning to get it to run on other platforms. Originally it was not designed for use on x86 platforms and required an actual PowerPC processor present in the machine it was running on similar to a hypervisor. Although it provides PowerPC processor support, it can only run up to Mac OS 9.0.4 because it does not emulate a memory management unit
- During the transition from PowerPC to Intel processors, Apple realized the need to incorporate a PowerPC emulator into OS X in order to protect its customers ' investments in software designed to run on the PowerPC. Apple's solution is an emulator called Rosetta. Prior to the announcement of Rosetta, industry observers assumed that any PowerPC emulator running on an x86 processor would suffer a heavy performance penalty. Rosetta's relatively minor performance penalty therefore took many by surprise
- As previously noted, the Java platform is an exception to the general rule that an operating system is a software platform. The Java language requires a virtual machine, or a "virtual CPU" which runs all of the code that is written for the language. This enables the same executable binary to run on all systems, supporting the Java software, through the use of a Java Virtual Machine. Java executables do not run natively on the operating system; that is, neither Windows nor Linux execute Java programs directly
- As an alternative to porting, cross-platform virtualization allows applications compiled for one CPU and operating system to run on a system with a different CPU and / or operating system, without modification to the source code or binaries. As an example, Apple's Rosetta software, which is built into Intel-based Apple Macintosh computers, runs applications compiled for the previous generation of Macs that used PowerPC CPUs. Another example is IBM PowerVM Lx86, which allows Linux / x86 applications to run unmodified on the Linux / Power operating system
- In 2008, Sun Microsystems announced plans to release a Java Virtual Machine for iOS, based on the Java Platform, Micro Edition version of Java. This would enable Java applications to run on iPhone and iPod Touch. Soon after the announcement, developers familiar with the SDK's terms of agreement believed that by not allowing 3rd-party applications to run in the background, allowing an application to download code from another source, or allowing an application to interact with a 3rd-party application (Safari with JVM, for example), could hinder development of the JVM without Apple's cooperation
- Released on January 19, 1998, Mac OS 8.1 was the last version of the Mac OS to run on 68k processors. It addressed performance and reliability improvements. It introduced a new file system known as HFS+, which supported large file sizes and made more efficient use of larger hard drives due to using a smaller block size. To upgrade, users must reformat the hard drive, which deletes the entire contents of the drive. Some third-party utilities later appeared that preserved the user's data while upgrading to HFS+. Note that 68040 systems do not support booting from HFS+ disks; the boot drive must be HFS
- One of the first digital video products to run on personal computers was PACo: The PICS Animation Compiler from The Company of Science & Art in Providence, RI, which was developed starting in 1990 and first shipped in May 1991. PACo could stream unlimited-length video with synchronized sound from a single file on CD-ROM. Creation required a Mac; playback was possible on Macs, PCs, and Sun Sparcstations. In 1992, Bernard Luskin, Philips Interactive Media, and Eric Doctorow, Paramount Worldwide Video, successfully put the first fifty videos in digital MPEG 1 on CD, developed the packaging and launched movies on CD, leading to advancing versions of MPEG, and to DVD
- As fuel subsidies were gradually removed in Malaysia starting June 5, 2008, the subsequent 41% price hike on petrol and diesel led to a 500% increase in the number of new CNG tanks installed. National car maker Proton considered fitting its Waja, Saga and Persona models with CNG kits from Prins Autogassystemen by the end of 2008, while a local distributor of locally assembled Hyundai cars offers new models with CNG kits. Conversion centres, which also benefited from the rush for lower running costs, also perform partial conversions to existing road vehicles, allowing them to run on both petrol or diesel and CNG with a cost varying between RM3, 500 to RM5, 000 for passenger cars
- QuickTime 2.0 for Windows appeared in November 1994 under the leadership of Paul Charlton. As part of the development effort for cross-platform QuickTime, Charlton, along with ace individual contributor Michael Kellner and a small highly effective team including Keith Gurganus, ported a subset of the Macintosh Toolbox to Intel and other platforms (notably, MIPS and SGI Unix variants) as the enabling infrastructure for the QuickTime Media Layer (QTML) which was first demonstrated at the Apple Worldwide Developers Conference (WWDC) in May 1996. The QTML later became the foundation for the Carbon API which allowed legacy Macintosh applications to run on the Darwin kernel in Mac OS X
- NVIDIA cards support API extensions to the C programming language such as CUDA and OpenCL. CUDA is specifically for NVIDIA GPUs whilst OpenCL is designed to work across a multitude of architectures including GPU, CPU and DSP. These technologies allow specified functions (kernels) from a normal C program to run on the GPU's stream processors. This makes C programs capable of taking advantage of a GPU's ability to operate on large matrices in parallel, while still making use of the CPU when appropriate. CUDA is also the first API to allow CPU-based applications to access directly the resources of a GPU for more general purpose computing without the limitations of using a graphics API
- The week after Hyatt's announcement of WebKit's open-sourcing, Nokia announced that it had ported WebKit to the Symbian operating system and was developing a browser based on WebKit for mobile phones running S60. Now named Web Browser for S60, it is used on Nokia, Samsung, LG, and other Symbian S60 mobile phones. Apple has also ported WebKit to iOS to run on the iPhone, iPod Touch and iPad, where it is used to render content in the device's web browser and e-mail software. The Android mobile phone platform uses WebKit as the basis of its web browser and the Palm Pre, announced January 2009, has an interface based on WebKit. The Amazon Kindle 3 includes an experimental WebKit based browser
- CNG locomotives are operated by several railroads. The Napa Valley Wine Train successfully retrofit a diesel locomotive to run on compressed natural gas before 2002. This converted locomotive was upgraded to utilize a computer controlled fuel injection system in May 2008, and is now the Napa Valley Wine Train's primary locomotive. Ferrocarril Central Andino in Peru, has run a CNG Locomotive on a freight line since 2005 CNG locomotives are usually diesel locomotives that have been converted to use compressed natural gas generators instead of diesel generators to generate the electricity that drives the motors of the train. Some CNG locomotives are able to fire their cylinders only when there is a demand for power, which, theoretically, gives them a higher fuel efficiency than conventional diesel engines. CNG is also cheaper than petrol or diesel
- GFS is optimized for Google's core data storage and usage needs, which can generate enormous amounts of data that needs to be retained; Google File System grew out of an earlier Google effort, "BigFiles", developed by Larry Page and Sergey Brin in the early days of Google, while it was still located in Stanford. Files are divided into fixed-size chunks of 64 megabytes, similar to clusters or sectors in regular file systems, which are only extremely rarely overwritten, or shrunk; files are usually appended to or read. It is also designed and optimized to run on Google's computing clusters, dense nodes which consist of cheap, "commodity" computers, which means precautions must be taken against the high failure rate of individual nodes and the subsequent data loss. Other design decisions select for high data throughputs, even when it comes at the cost of latency
- It is often reported that Diesel designed his engine to run on peanut oil, but this is false. Patent number 608845 describes his engine as being designed to run on pulverulent solid fuel. Diesel stated in his published papers, "at the Paris Exhibition in 1900 (Exposition Universelle) there was shown by the Otto Company a small diesel engine, which, at the request of the French Government ran on Arachide (earth-nut or pea-nut) oil (see biodiesel), and worked so smoothly that only a few people were aware of it. The engine was constructed for using mineral oil, and was then worked on vegetable oil without any alterations being made. The French Government at the time thought of testing the applicability to power production of the Arachide, or earth-nut, which grows in considerable quantities in their African colonies, and can easily be cultivated there." Diesel himself later conducted related tests and appeared supportive of the idea
- Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere", meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2012, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems ' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them
- For a number of months after Leopard's release it appeared that the only G3 Macs on which Leopard could be run were those with both an aftermarket G4 processor and an AGP graphics card, as failures with the OS partially booting before crashing were reported on older Macs such as the original tray-loading iMacs and the Beige and Blue & White Power Mac G3 whereas it would boot fine on newer Macs where the Installer restriction had been circumvented. However, more recently it has been reported that with some more work and use of kernel extensions from XPostFacto, Tiger and beta builds of Leopard, the OS can be made to run on G4-upgraded Macs as old as the Power Macintosh 9500, despite the lack of AGP-based graphics. While Leopard can be run on any Mac with a G4 or later processor, some functionality such as Front Row or Time Machine fails to work without a Quartz Extreme-capable graphics card, which many of the earlier G4s did not include in their factory specification
0 Response to "38 Example Sentences of "to run on""
Post a Comment