/**
 * Validate email address
 * @param   string $email Email address to validate
...

PHP Validate email address

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, November 11, 2011 21:20, 9 refactorings, tagged with php, regex, script, code, email, textmate
D41d8cd98f00b204e9800998ecf8427e Talk
require 'csv'

records     = CSV.readlines("source.csv")
...

Ruby Generate HTML links from CS...

by mattonrails.myopenid.com, April 18, 2010 20:45, 2 refactorings, tagged with ruby, script, csv

I was given a 100+ row XLSX...

0b30c6aa6b9027d124ca028325b80b15 Talk
#! /usr/local/bin/ruby

# Options/Variables
...

Ruby Backup script

by dthomas53, January 28, 2009 19:20, 4 refactorings, tagged with ruby, script, backup, newb, open4

I started writing this back...

D41d8cd98f00b204e9800998ecf8427e Talk
<?php
ob_start();
include_once "include/config.php";
...

PHP Login / Registration - be e...

by Memf, December 12, 2008 16:56, 1 refactoring, tagged with form, ajax, script, register, login, registration

be easier?

(login and Re...

71367d98df2bf14cbf704e7741eb402d Talk
import java.io.*;
import java.lang.Character;
// import java.util.HashMap;
...

Java Simple interpreter

by pewpew.lazer, June 23, 2008 06:16, 9 refactorings, tagged with custom, cog, script, interpreter

So I was trying to condense...

78432406bfa7a04d179d98c61e83e086 Talk