1
2
3
4
def load_forums                         
    case current_user.type
      when "Admin"
...

ActionScript Hash generation from case

by penkinv.myopenid.com, March 09, 2010 15:31, No refactoring, tagged with case conditions

Is there easy and clever wa...

3989eecb0a59c9374f3c25a0821e0ea5 Talk
1
2
3
4
import java.util.ArrayList;
import java.util.Random;
...

ActionScript number guessing game 1000 t...

by freshnerd.myopenid.com, February 09, 2010 03:55, 1 refactoring, tagged with guessing arraylist iterator guess

I have to create a program ...

3fea25dd69004e274488c8ef1d4b4569 Talk
1
2
3
4
import flash.display.BitmapData;
import flash.geom.Rectangle;
import flash.geom.Matrix;
...

ActionScript New to actionscript - Cam t...

by scott2010_h, January 23, 2010 02:04, No refactoring, tagged with flash, webcam, actionscript, clock

I know a lot of you are goi...

B05a78cd33eb6b85c70d7f88d042d813 Talk
1
2
3
4
/**
     * Retrives the student line items for the reports, calculates avg and grades
     * @param team the team line item object
...

ActionScript Can anyone please refactor ...

by adrianporras.myopenid.com, October 05, 2009 21:12, 1 refactoring, tagged with java

At work I was told to optim...

Avatar Talk
1
<%= render :partial => 'users/user_bar' unless defined? hide_user_bar and hide_user_bar %>

ActionScript testing truth on a possibly...

by erikpukinskis.myopenid.com, February 09, 2009 21:46, No refactoring, tagged with ruby, rails

Here' is the truth table:
...

6015f1c7d2c5057f668f4951f3303b28 Talk
1
2
3
4
		public function sortDepth():void {

			var gridItem:GridItem;
...

ActionScript Isometric X/Y Grid pattern ...

by ryanmagnon.myopenid.com, August 08, 2008 01:03, 5 refactorings

Is there a simpler way to g...

528a0b0b1dc5695c4380e47e084163aa Talk
1
2
3
4
public static function getColorFromString(color:String):int
{
    return parseInt(new RegExp(/[0-9a-fA-F]+/).exec(color),16);
...

ActionScript Get color from string

by shaman4d.blogspot.com, July 11, 2008 10:54, 7 refactorings, tagged with speed, convert, as3

Script was written on AS3. ...

9a74ef7809e84411f21dd71771cf0534 Talk