Similar Articles |
|
JavaWorld October 2002 Jeff Friesen |
Java's character and assorted string classes support text-processing Text-processing is one of the more frequent activities in which computer programs engage. Java supports that activity via the Character, String, StringBuffer, and StringTokenizer classes. This article explores each class and introduces you to an assortment of those classes' methods. |
JavaWorld December 2000 Michael C. Daconta |
When Runtime.exec() won't This installment of Java Traps discusses one new pitfall and revisits another from the previous column. Originating in the java.lang package, the pitfall specifically involves problems with the Runtime.exec() method. |
Linux Journal March 1, 2007 Jay Phillips |
Applying Adhearsion to Asterisk When a call comes in on an Asterisk server managed by Adhearsion, Asterisk manages the low-level hardware while the logic, like playing messages, connecting through to someone or taking input, is handled by Adhesion. |
JavaWorld May 2001 Jeff Friesen |
Object-oriented language basics, Part 2 In this article, you'll gain an understanding about fields, parameters, and local variables and learn to declare and access fields and methods... |
Linux Journal May 1, 2007 Paul Barry |
An Ajax-Enhanced Web-Based Ethernet Analyzer Combine Ruby, Ajax and bash with CGI scripts to monitor server-bound processes. |
Linux Journal February 2001 Dan Teodor |
Web Servers and Dynamic Content Using legacy languages like C and Fortran can aid computationally complex web applications... |
JavaWorld May 2000 Jason Briggs |
Dynamic user interface is only skin deep A skin is a collection of images and a definition file, which together describe an application interface. Here are ways to use skins to customize your applets... |
JavaWorld July 2000 Jacob Weintraub |
Learn how to store data in objects In this second installment of Java 101, Jacob Weintraub delves into storing data in Java and the various ways you can use that data. Specifically, he examines how objects store data and how you can pass data to objects in method calls... |
Linux Journal March 20, 2002 Pjotr Prins |
Ruby: Productive Programming Language A brief overview of popular languages and how Ruby matches up. |
Linux Journal March 20, 2006 Pat Eyler |
Welcome to The Gemcutter's Workshop Our new Ruby column brings you Ruby community news, plus detailed coverage of a single topic. First up, tools for Test-First development. |
Linux Journal April 4, 2006 Pat Eyler |
The Gemcutter's Workshop: Many Developments in the Ruby Community News about the Ruby programming language: Mongrel, JRuby, ZenTest 3.1.0, Rails 1.1, etc. |
Home Toys February 2005 Eugene Kowch |
Programmable Logic Controller - Variable Codes Entering variable codes could be done via a desk or laptop PC, but a more convenient way is via a LCD display panel. In the commissioning of a home lighting control system, a LCD display panel makes programming an ease. |
Unix Insider March 2001 Cameron Laird & Kathryn Soraiz |
ksh keeps up ksh has all the capabilities of other popular login shells, it was a standard for SysVr4 Unix, and it is a good deal faster than other shells. So why aren't you using it? ksh93 is now available in both source and binary forms under a new AT&T license |
InternetNews May 26, 2006 Andy Patrizio |
A Gem Of A Language for Java and .Net Independent projects hope to bring Ruby to the two widely-used development frameworks. |
InternetNews June 23, 2009 Sean Michael Kerner |
Ruby Use Grows Among U.S. Developers According to a new study from Evans Data, Ruby use is on the rise in North America. On a year-over-year basis, Ruby usage has increased by 40 percent so far in 2009. |
InternetNews December 28, 2010 |
Developer 2010: The Year in Open Source With major releases of the Java, Ruby, PHP, Perl and Python languages, along with associated tools, there was no shortage of activity in the open source world in 2010. |
InternetNews August 20, 2010 |
Ruby 1.9.2 Casts Long Shadow on Related Projects With the long-awaited release of Ruby 1.9.2, billed as the first "production-ready 1.9 implementation," the Ruby project takes a big step forward. |