Technetra

Code

Wikipedia defines source code (commonly just source or code) as any collection of statements or declarations written in some human-readable computer programming language.

Developers often find it helpful to review existing source code to learn about programming techniques. In this section we post code we've developed, to demonstrate programming language features and techniques that we have found interesting.

Building a Remote Message Monitor for the iPhone

Robert Adkins,  January 3rd, 2009 at 11:29 pm Comments: 1

This article demonstrates how to write a web application for the iPhone to perform a single activity and control its operational parameters. It demonstrates how to communicate to a web service that periodically provides message updates.

How to Deploy an iPhone Web Application

Robert Adkins,  December 23rd, 2008 at 3:45 am Comments: 0

How to install a stand-alone iPhone web application and build a basic installer script.

Building a Simple iPhone Web App: RedGreen…YellowBlue

Robert Adkins,  December 14th, 2008 at 11:25 pm Comments: 0

How to build a simple, near-native iPhone application using web tools and techniques.

Implementing a Stack with Two Queues: A Simple Ruby Demonstration

Code Guru,  December 4th, 2008 at 5:23 am Comments: 0

A short Ruby program to demonstrate building a stack (LIFO) using two pipe (FIFO) structures.

Pairing Stubborn Bluetooth Devices in Fedora 10 & Ubuntu Ibex

Code Guru,  November 22nd, 2008 at 5:09 pm Comments: 8

If you’re having problems pairing Bluetooth devices with the latest BlueZ GNOME software (bluez-gnome-1.8) try this script.

CodeMagic: rename.rb - a Ruby version of Perl’s rename command

Code Guru,  November 11th, 2008 at 12:46 pm Comments: 0

rename.rb renames multiple files like the popular Perl command found in many modern Linux distributions.

CodeMagic: serialize_with_cache - an approach to serializing and de-serializing arbitrary data in bash using an MRU cache

Code Guru,  November 9th, 2008 at 10:49 pm Comments: 0

An approach to serializing and de-serializing arbitrary data in bash using an MRU cache.

CodeMagic: serialize - an approach to serializing and de-serializing arbitrary data entirely within bash

Code Guru,  November 9th, 2008 at 10:02 pm Comments: 0

An approach to serializing and de-serializing arbitrary data entirely within bash.

CodeMagic: bashtail - a script version of the Unix tail command

Code Guru,  November 9th, 2008 at 9:32 pm Comments: 0

The program bashtail simulates a simple version of the Unix tail command written in bash.

Popular Tags

View all tags »

© 2000-2009 Technetra. All rights reserved. Contact | Terms of Use

WordPress