code
In communications, a code is a rule for converting a piece of information (for example, a letter, word, or phrase) into another form or representation, not necessarily of the same type.
Application
Any
Language
Any
Platform
Any
License
Any
Join Elliotte Rusty Harold for a look at some hard unit tests made easy through mock objects — more specifically, the EasyMock framework. This open source library saves you time and helps make your...
It's always best to write less code, right? And it makes a lot of sense to borrow someone else's hard work too. As you'll see in this article, the Amazon S3 service can expose the RESTful API and...
Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. In this article, learn good programming habits that can help you bridge the productivity...
Excel Software ships RbApp 2.2 for REALbasic development. RbApp components can be used for applications that require graphics, page layout, data entry and manipulation grids, text editing, undo/redo...
Recent pushes for "green" technology focus mostly on talk, with little action for the typical home- or small-office environment. Many users leave their systems online continuously, resulting in a...
This tutorial covers the basic use of Eclipse code templates. It takes a broad approach to expose the key concepts and skills that apply to templates regardless of the particular plug-in they're...
Welcome to the developerWorks Exchange, a place for developers to share their code and ideas with others. The developerWorks Exchange is your place to download free code, documents, and utilities,...
Nationwide and international teams and flexible work hours contribute to change in when and where teams work together. Time-availability maps provide a listing of who is most likely to be available...
This article introduces the Adobe Flex Ajax Bridge (FABridge), a code library that enables an easy and consistent method for integrating Ajax and Flex content. By the end of this article, you'll be...
Discover five simple ways to improve the readability and performance of C# source code and applications.
As a developer, time is your most valuable resource. These six tips on how to write maintainable code are guaranteed to save you time and frustration: one minute spent writing comments can save you...
I have looked into the following so far:
PepperWhite Street - http://www.pepperwhite.com No longer seems
to be supported. Emails & phone calls are not replied to.
SharpMap - http://www.codeplex...
Support user verification through keystroke-dynamics processing by modifying the GNOME Display Manager (GDM). Create and store a one-way encrypted hash of your keystroke patterns when entering your...
Numeric codes held in a database as integer values or other numeric types will sometimes need to be represented visually in different formats. A common request is to pad a short number with leading...
The article may be interesting for developers who use or plan to use OpenC++ library (OpenCxx). The author tells about his experience of improving OpenC++ library and modifying the library for...
Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. Thinking in terms of lazy programming can help you rid your code of unneeded...
I published an article about web request parameter utility.
Source code is included. WebParam class is used to encapsulate
one or more web request parameters into a single request
parameter....