Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

A portable emulator for the HP (DEC, Compaq) AlphaServer ES40. The current version is capable of running OpenVMS with some limitations. The goal is to have a drop-in replacement for real ES40's. Emulates the Alpha AXP EV68CB processor and other devices.

4.5
   
  1 review  |  4 users  |  77,789 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

HP49/50 User Interface Improvements

0
 
  0 reviews  |  1 user  |  7,742 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

hphwraid is a simple and efficient Hobbit / XYmon extension to monitor hardware raid on HP ProLiant servers such as ProLiant DL, ML, or BL. It has been written in bash, tested on recent linux distro and could be setup in less then 3min. This script auto detect the amount of RAID Controller on the ... [More] machine and the amount of plugged hard drive. The Hobbit / XYmon RAID icon switch to RED is the disk(s) is(are) down(aka hardwaredrive) or/and the RAID (aka logicaldrive) is rebuilding. We got a Discussion group, here is the email address : hphwraid@googlegroups.com and URL : http://groups.google.com/group/hphwraid [Less]

0
 
  0 reviews  |  0 users  |  47 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

This program allows you to read and write messages to your HP LaserJet printer's LCD screen. I read an article on Digg about this and found it quite amusing to use at work. I decided to make a .NET WinForm version of it and I've been terrorizing co-workers ever since. :-D Project Homepage: http://www.tekdev.com/downloads/printerhack/

0
 
  0 reviews  |  0 users  |  3,562 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Faxes received by the m3027x are temporarily stored in .tif format prior to being sent to long term storage or printed on a schedule. This script downloads the tif files and deletes them after doing so. allowing you to keep received faxes in a digital format.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is a highlights module in the T-Module form.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

Save the Quinceanera projects to your iGoogle page and get updates on other HP print projects.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

Gagawa is an HTML Generator library written in Java and PHP. It allows developers to easily and dynamically build well-formed HTML in web or non-web applications. In Java, Gagawa is especially useful when traditional HTML generation engines such as Java Server Pages (JSP's) are unavailable. ... [More] In PHP, Gagawa frees developers from hand-writing HTML in PHP web applications. Although you can build an entire site using Gagawa, most developers use Gagawa in conjunction with other libraries to build relatively small blocks or pieces of HTML. For example, Gagawa is perfect when a developer needs to return a small chunk of well-formed HTML in an AJAX response. Under the hood, Gagawa uses Objects to represent each HTML element, or tag. For example, a element is represented using a Div object. Similarly, developers can set attributes on these nodes using a setAttribute() method, or function, for each object. An HTML page, or DOM tree, is built by creating a set of element objects and appending them to each other in the correct order. To convert a Gagawa object hierarchy into a String which can be sent to a web-browser, the developer should call the write() method, or function, on the top-level element. The resulting String is well-formed HTML. Gagawa virtually eliminates missed closing tags and other mundane HTML typos that often haunt web-developers. Gagawa, formerly the HTML Generator, was created by Chris Friedrich and Mark Kolich at HP. It is licensed by HP to the Open Source community under the MIT License. Anyone is free to use Gagawa per the terms set forth by the MIT License. If you're using Java, download the Gagawa JAR (Java archive) under Featured Downloads. To use Gagawa in your Java project, add the Gagawa JAR to your Classpath. In Eclipse, this involves importing the JAR file into your Java Project, and then adding the JAR to your Build Path (right-click on the JAR file, select Build Path->Add to Build Path). If you're using PHP, download the Gagawa PHP library under Featured Downloads. To use Gagawa in your PHP web-application, simply include (require_once preferred) the Gagawa PHP file at the top of your PHP application: require_once("gagawa.php"); Here are a few primitive examples that illustrate how to use Gagawa. In both examples, we are using Gagawa to create a that contains an (an anchor/link) with an inside of it. Java: Div div = new Div(); div.setId("mydiv").setCSSClass("myclass"); A link = new A(); link.setHref("http://www.example.com").setTarget("_blank"); div.appendChild( link ); Img image = new Img( "some alt", "some-image.png" ); image.setCSSClass( "frame" ).setId( "myimageid" ); link.appendChild( image ); System.out.print( div.write() );This Java code produces the following HTML: For more Java examples, see the Gagawa Java examples package. PHP: setId("mydiv")->setCSSClass("myclass"); $link = new A(); $link->setHref("http://www.example.com")->setTarget("_blank"); $div->appendChild( $link ); $image = new Img("some alt","some-image.png"); $image->setCSSClass("frame")->setId("myimageid"); $link->appendChild( $image ); $title = new Title(); $title->appendChild( new Text("Page title!") ); $d->head_->appendChild( $title ); $d->body_->appendChild( $div ); echo $d->write(); ?>This PHP code produces the following HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> Page title! For more PHP examples, see the Example.php Gagawa demo. [Less]

0
 
  0 reviews  |  0 users  |  12,327 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Backend to control HP Scanjet 3900 series scanners in linux (hp3800, hp3970, hp4070, hp4370 and those which use RTS8822 chipset). Written in C, using libusb libraries, it runs as stand-alone application and integrated in SANE project.

0
 
  0 reviews  |  0 users  |  2,577 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
Compare

HP game source MP

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.