Showing headlines posted by IdaAshley

« Previous ( 1 ... 5 6 7 8 9 10 11 12 13 14 15 ... 18 ) Next »

Unlock the Power of Linux on SMP Systems

  • IBM/developerWorks; By M. Tim Jones (Posted by IdaAshley on Mar 17, 2007 9:38 AM EDT)
  • Groups: Linux
This article explores the ideas behind multiprocessing and developing applications for Linux that exploit SMP. As evidenced by major CPU vendors, multi-core processors are poised to dominate the desktop and embedded space. With multiprocessing comes greater performance but also new problems.

Other Popular Articles

Lightning Fast Programs with the SPU of Cell BE

Write optimal code for Cell BE processor’s synergistic processing unit (SPU) and have your programs running lightning fast. This installment of the Cell BE processor series covers SIMD vector programming, branch elimination and hinting techniques, loop unrolling, and instruction scheduling. Part 1 gives an introduction to Linux on the PLAYSTATION 3, while Part 2 shows you how to program the SPE’s of Sony PS3, and Part 3 dives further into the SPE’s of Cell BE.

Speed Up Resulting with PML Toolbox

Run machine-learning algorithms on parallel platforms with IBM Parallel Machine Learning (PML) Toolbox. This makes it possible to train such algorithms on large data sets in reasonable computational time. The toolbox includes several algorithms, as well as an API for adding your own algorithms.

Other Popular Articles

Parallelize Application for Faster Linux Booting

  • IBM/developerWorks; By M. Tim Jones (Posted by IdaAshley on Mar 13, 2007 10:24 AM EDT)
  • Groups: IBM, Linux
Linux can serve as a client desktop or server right out of the box, a flexibility that slows its booting process. This article shows you options to increase the speed with which Linux boots, including two options for parallelizing the initialization process. It also shows you how to visualize graphically the performance of the boot process.

Modeling and Integration Tools for State Chart XML

UML users and Web developers can now create robust event models and multimodal applications with IBM Modeling and Integration Tools for State Chart XML. Plug-ins for Rational Software Architect, and Mozilla for Web 2.0 mashups, transform UML 2.0 state charts into SCXML documents for export.

WebSphere Application Server -- Express V6.1

  • IBM/developerWorks (Posted by IdaAshley on Mar 9, 2007 5:04 PM EDT)
  • Story Type: ; Groups: IBM, Linux
WebSphere Application Server (WAS) introduces a new ready-to-go solution. Try WAS Express Version 6.1 on Linux and Windows. It includes a J2EE application server, sample applications, powerful development tools, and wizards along with the performance and reliability you expect from an IBM product.

Develop Powerful Application for IDS with Perl

  • IBM/developerWorks; By Daniel Hebert (Posted by IdaAshley on Mar 8, 2007 8:11 AM EDT)
  • Story Type: Tutorial; Groups: IBM
This tutorial takes you through the process of setting up the Perl Database Interface (DBI) to work with the IBM Informix Dynamic Server (IDS). See examples of how to exercise a variety of DBI features and learn how to configure CPAN module installation, driver installation, script automation, data structures, pitfalls, and Perl interaction with IDS.

Call Functions with PowerPC ABI for 64-bit ELF

  • IBM/developerWorks; By Jonathan Bartlett (Posted by IdaAshley on Mar 6, 2007 10:58 PM EDT)
  • Groups: IBM, Linux
This article discusses the PowerPC ABI for 64-bit ELF (UNIX-like) systems and how to write and call functions using it. This is helpful for writing 64-bit programs for the POWER5 and other PowerPC-based processors more effectively, whether you program in assembly language or not.

Build a Fedora Live CD

Take a step-by-step guide to creating custom Live CD’s on Fedora Linux. Fedora Linux is a popular and mature Linux distribution, which released its first official Live CD in December 2006. Learn how to build your own custom and easy-to-use Live CDs using a rewrite of Pilgrim, the Fedora Live CD creation tool.

Graphics Made Simple with SWG for Eclipse

Simplify the task of including business graphics in rich-client applications with Standard Widget Graphics (SWG), a set of standard graphic objects built into the SWT from Eclipse. SWG provides new widget controls and an animation framework that share a common programming model with the existing controls in SWT.

Integrate Workplace Forms and DB2 Content Manager

Get easier management of blank form templates and central storage of completed form instances with IBM Content Manager Integrator. This tool enables integration of open XML-based eForms components between Workplace Forms and DB2 Content Manager.

The 15 minute PHP with XML Starter

  • IBM/developerWorks; By Cliff Morgan (Posted by IdaAshley on Feb 28, 2007 7:42 AM EDT)
  • Groups: IBM, PHP
This first article of a three-part series introduces PHP5's XML implementation and help those relatively new to using XML with PHP to read, parse, and manipulate, and write a short and uncomplicated XML file using the DOM and SimpleXML in a PHP environment.

PowerPC Extensions for Eclipse CDT

This plug-in adds new project types to the Eclipse C/C++ Development Tooling (CDT), providing a convenient way of setting PowerPC-specific switches to the GNU C and C++ compilers, linker, and assembler.

Creating an XForms-Based Logo Generator

  • IBM/developerWorks; By Nicholas Chase (Posted by IdaAshley on Feb 24, 2007 3:49 PM EDT)
  • Groups: IBM; Story Type: News Story
Scalable Vector Graphics (SVG) provides an easy way to declaratively create an image using XML, and XForms provides an easy way to edit XML. In this article you will put the two together to create an XForms-based XVG editor for creating SVG images such as logos.

Boost PHP Performance with Opcode Cache

  • IBM/developerWorks; By Martin Streicher (Posted by IdaAshley on Feb 23, 2007 5:52 AM EDT)
  • Story Type: News Story; Groups: IBM, PHP
PHP is an easy to use scripting language often used in Web applications. PHP code is parsed and translated to opcodes every time it executes, but there is no need to translate the same PHP code each time. An opcode cache eliminates that rework, making PHP applications faster.

Demystify Linux Bash Test and Comparison Functions

  • IBM/developerWorks; By Ian Shields (Posted by IdaAshley on Feb 22, 2007 4:34 AM EDT)
  • Groups: IBM, Linux
Are you confused by the plethora of testing and comparison options in the Bash shell? This tip helps you demystify the various types of file, arithmetic, and string tests so you will always know when to use test, [ ], [[ ]], (( )), or if-then-else constructs.

Other Popular Articles

Processing elements of the Sony Playstation 3: Part 2

  • IBM/developerWorks; By Jonathan Bartlett (Posted by IdaAshley on Feb 21, 2007 4:11 AM EDT)
  • Story Type: News Story; Groups: IBM, Linux
Take even greater advantage of the synergistic processing elements (SPEs) of the Sony PS3 in this installment of Programming high-performance applications on the Cell BE processor. Part 2 looks in depth at the Cell Broadband Engine processor's SPEs and how they work at the lowest level, while Part 1 showed how to install Linux on the PS3 and explored a short example program.

The Greatest and Latest XForms Tips

  • IBM/developerWorks; By Tyler Anderson (Posted by IdaAshley on Feb 20, 2007 4:37 AM EDT)
  • Groups: IBM; Story Type: News Story
At times it is crucial to programmatically control the writability of data in your XForms. This tip shows how you can change the read-only property of controls programmatically. As data changes in your XForms form it can be essential to know and do something with the new data right away. This second tip shows you how to hook such events right into JavaScript methods to then use the data in many different ways.

Create Fancy On-Screen Displays with Ghosd and Perl

  • IBM/developerWorks; By Nathan Harrington (Posted by IdaAshley on Feb 16, 2007 5:03 PM EDT)
  • Groups: IBM, Linux; Story Type: News Story
With recent advances in frameless transparent windows for Linux desktop now you can use Perl, Ghosd, and some network programming to display on-screen overlays of text and graphics based on messages from your local system and remote computers. Define custom images, font sizes, and colors to convey information integrated with your desktop.

Master Boot Record Guided Tour

This article explores the Linux boot process from the initial bootstrap to the start of the first user-space application. Along the way, learn about other boot-related topics such as the boot loaders, kernel decompression, and the initial RAM disk. Also take a look at a scheduled chat about the Linux desktop and how it is evolving, including improvements in application interoperability, and desktop graphics.

« Previous ( 1 ... 5 6 7 8 9 10 11 12 13 14 15 ... 18 ) Next »