/* E X A M P L E -----------------------------------------------
		$feed = new RSS();
		$feed->title       = "RSS Feed Title";
...

PHP RSS Writer Class

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, August 23, 2011 07:01, 18 refactorings, tagged with class, xml, php, html, web, apache, server, write
D41d8cd98f00b204e9800998ecf8427e Talk
module Reopened

  def reopened
...

Ruby Execute code when a class i...

by dagobah.myopenid.com, July 15, 2011 05:07, 1 refactoring, tagged with class, ruby, mixins, reopen, trace

Is there a less hacky way t...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php

class cookies {
...

PHP php5 Cookie Class

by Chris, April 08, 2011 14:15, 6 refactorings, tagged with class, php, cookies

A simple class for dealing ...

26b3aeda331db9dc0fa06ab8c6862379 Talk
using System.Collections.Generic;
using System.IO;
...

C# Gedcom Reader

by crash893.myopenid.com, May 14, 2009 19:42, 4 refactorings, tagged with reader, class, C#, gedcom

Created this reader class f...

55502f40dc8b7c769880b10874abc9d0 Talk
class Item
  def raw_tag_list; "one, two, three, four, five"; end
  def public_tags; [<#Tag name=two>, <#Tag name=five>, <#Tag name=one>, <#Tag name=four>, <#Tag name=three>]; end
...

Ruby Tag ordering code

by k776, March 30, 2009 22:48, 12 refactorings, tagged with speed, class, ruby, arrays

Is there a faster way to do...

74198b06bc9e68739debfe6c23e070d3 Talk
x = 'My String'

x.kind_of? String # => true
...

Ruby x.kind_of? MyClass or x.cla...

by phylae.myopenid.com, September 10, 2008 03:58, 5 refactorings, tagged with class, kind_of?

It seems like these two are...

20bdcaa65891ace11f18e393c6e1f729 Talk
<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with download, class, php, file, 5, universal

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
<?php

class DB {
...

PHP PHP5 Database Clas

by Ishkur, July 21, 2008 16:33, 3 refactorings, tagged with class, php5, database

For the most part, this cla...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
class XML_QNC
 {
  private $reader   = "";
...

PHP XMLReader to Array Class

by ellisgl.myopenid.com, June 12, 2008 22:28, 9 refactorings, tagged with class, xml, php

XMLReader is fast and uses ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
static public function invoke($hook) {
    $packages = array();
    $results = array();  
...

PHP Dynamically invoking static...

by Tj Holowaychuk, June 09, 2008 20:52, 1 refactoring, tagged with class, eval, static

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk
class String 
  def postal?  
    self.match(/[a-zA-Z]{1}\d{1}[a-zA-Z]{1}([\x20-])*\d{1}[a-zA-Z]{1}\d{1}/) ? true : false
...

Ruby Is This String Postal?

by Gary Haran, October 30, 2007 15:29, 9 refactorings, tagged with string, class, postal

We've had the debate over w...

403e57e2be130d2218f992b86dfa8260 Talk