http://ln.hixie.ch/?start=1037910467&count=1
http://ln.hixie.ch/?start=1137740632&count=1
| package ru.inspirit.asfeat.struct | |
| { | |
| /** | |
| * Simple but fast Dual Linked List approach | |
| * Core implementation idea grabbed from Linux Kernel C source | |
| * | |
| * @author Eugene Zatepyakin | |
| */ | |
| public final class LList | |
| { |
| package com.visfleet.robotlegs.bootstrap { | |
| import org.robotlegs.core.ICommandMap; | |
| import org.robotlegs.core.IReflector; | |
| import org.robotlegs.mvcs.Actor; | |
| public class AbstractSequencer extends Actor { | |
| private var steps:Array = new Array(); | |
| [Inject] | |
| public var reflector:IReflector; |
| package com.visfleet.robotlegs { | |
| import com.visfleet.core.isNotNull; | |
| import flash.events.Event; | |
| import flash.events.IEventDispatcher; | |
| import mx.logging.ILogger; | |
| import mx.logging.Log; |
| package org.robotlegs.utilities.remote | |
| { | |
| import com.adobe.serializers.json.JSONDecoder; | |
| import mx.collections.ArrayCollection; | |
| public class JsonRemoteService extends RemoteServiceBase | |
| { | |
| public function JsonRemoteService(rootURL:String = "") | |
| { |