/* E X A M P L E ----------------------------------------------- $feed = new RSS(); $feed->title = "RSS Feed Title"; ...
PHP RSS Writer Class
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...
using System.Collections.Generic; using System.IO; ...
C# Gedcom Reader
Created this reader class f...
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
Is there a faster way to do...
x = 'My String' x.kind_of? String # => true ...
Ruby x.kind_of? MyClass or x.cla...
It seems like these two are...
<?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...
class XML_QNC
{
private $reader = "";
...
PHP XMLReader to Array Class
XMLReader is fast and uses ...
static public function invoke($hook) {
$packages = array();
$results = array();
...
PHP Dynamically invoking static...
Hey guys, I should have rea...
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?
We've had the debate over w...
http://www.snippetsmania.com/