def check_appt_conflicts()
    appointments.each do |appointment|
...

Ruby Return from function within...

by ttdavett.myopenid.com, April 22, 2009 23:36, 10 refactorings, tagged with rails, ruby, function, return

Is there a way to break/esc...

F677fa685a2cfe8aff31f161062db3d3 Talk
function create_link($string) {

		$input = media_title($string);
...

PHP Prepare links - friendly URLs

by Memf, September 04, 2008 05:57, 2 refactorings, tagged with create link, links, memf, function, memforis, code, prepare, URLs, url, friendly urls, friendly, short, php

Please help shorten the cod...

71367d98df2bf14cbf704e7741eb402d Talk
#!/usr/bin/env python
# -*- coding: utf-8 -*-

...

Python Get function's attributes

by ielectric.myopenid.com, August 19, 2008 18:04, 1 refactoring, tagged with attribute, function

I bet there is some other, ...

64798a399a79ed8d34fa83ba0e61c1ac Talk
<?php

...

PHP Moving my xml parsing into ...

by Jason Calleiro, June 01, 2008 20:18, 4 refactorings, tagged with xml, php, parse, function

I have a list of pages, wit...

A4e2fea57f511d697f1de55198996f23 Talk