Projects tagged ‘processor’


[10 total ]
39

Saxon XSLT and XQuery Processor

   
Primary Language: Java

The SAXON package is a collection of tools for processing XML documents.

Metrics updated 04 Oct 08

2

Portable Linux Processor Affinity

 
Primary Language: C Licensed as: New BSD License

PLPA is an attempt to solve the problem that there are multiple API's for processor affinity within Linux. Specifically, the functions sched_setaffinity() and sched_getaffinity() have numbers and types of parameters depending on your Linux vendor ... [More] and/or version of GLibc. This is quite problematic for applications attempting to use processor affinity in Linux for compile-time, link-time, and run-time reasons. The PLPA provides a single processor affinity API that developers can write to in order to get both consistent behavior and binary compatibility across different Linux installations. [Less]

Metrics updated 07 Oct 08

1

GXemul

 
Primary Language: C Licensed as: BSD-ish License

GXemul is a framework for full-system computer architecture emulation that Anders Gavare is developing in his spare time. It emulates (networks of) machines, consisting of processors (ARM, MIPS, PowerPC, and SuperH) and various surrounding hardware ... [More] components. It is complete enough to allow several unmodified "guest" operating systems (e.g. NetBSD) to run inside the emulator as if they were running on real hardware. [Less]

Metrics updated 06 Oct 08

1

RefleX

 
Primary Language: Java Licensed as: CECILL2

Have the RefleX of Native XML Programming ! RefleX uses XML tags as actions to perform. RefleX is a general-purpose XML engine that allows to write Web applications as well as batch scripts just with tags, to browse non-XML objects like if they ... [More] were XML with XPath, to design and implement processing-oriented XML languages (declarative or procedural) and much more. XUnit and WUnit are now bundled with RefleX : you'll be able to design test-suites with XPath and XML. WUnit support AJAX-based applications and supply a server emulator that allows to handle server-side objects. Imagine that you want to test a Web page : before getting it from the server, you can store authoritatively some objects in the user session... Have the RefleX ! [Less]

Metrics updated 22 Aug 08

1

cpulimit

 
Licensed as: GNU General Public License 2.0

cpulimit is a per-process cpu usage limiter (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don't want they eat too much cpu. It is able to adapt itself to the overall system load, dynamically and quickly.

1

yml

   
Primary Language: Python Licensed as: GNU General Public License 2.0

YML - Why a Markup Language?! Any time a formal language is created for computing, a compromise has to be found: whether the language is perfect for the computer but terrible for the human or vice versa. XML is very good for the computer ;-) ... [More] Using XML for the reasons mentioned above, but for programming? "Why a Markup Language?!" was what I was shouting some time playing around with a code generator in XSLT. That gave the idea. [Less]

Metrics updated about 23 hours ago

0

phcpatches

 
Licensed as: GNU General Public License 2.0

The main use of this interface is to lower the core voltage of a Laptop’s CPU (”undervolt”) The goal is to reduce the laptop’s temperature so the cooling fan can safely run at a slower speed. Another goal of undervolting is to reduce the power consumption of a laptop and thus extend its battery lifetime.

0

GNU Anubis

 
Primary Language: C Licensed as: GNU General Public License 3.0 or later

GNU Anubis is an SMTP message submission daemon.

Metrics updated about 7 hours ago

0

Annsor

 
Primary Language: Java Licensed as: Apache License 2.0

Annsor is an annotation runtime processor. It's design to process annotations during runtime without sacrificing performance.

Metrics updated 11 May 08

0

phctool

 
Licensed as: GNU General Public License 2.0

Linux Processor Hardware Control is a patch for the Linux kernel that provides a userspace interface to control the core voltage of a computer processor(s). The main use of this interface is to lower the core voltage of a laptop's CPU ("undervolt") ... [More] The goal is to reduce the laptop's temperature so the cooling fan can safely run at a slower speed. Another goal of undervolting is to reduce the power consumption of a laptop and thus extend its battery lifetime. Linux-PHC-0.2x also adds additional built-in frequency/voltage tables to the Linux kernel for some Pentium-M CPU models. This is particularly usefull for laptops with broken ACPI that can't use the speedstep-centrino cpufreq driver at all. Linux-PHC 0.3 does not. There will be a new driver named phc-est to fix the problem with broken tables. [Less]