
Flex | Axelology - Namoroka Posted in March 7th, 2014 I was getting an issue installing brunch today, and this was some of the output npm http GET npm ERR! Error: SSL Error: CERT_UNTRUSTED npm ERR! at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:440:26) npm ERR! at ClientRequest.g (events.js:185:14) if you get this try this command npm config set ca “” read more from this topic..... Posted in February 26th, 2014 Code: Arduino Stair Lighting – Final step. read more from this topic..... Posted in February 6th, 2014 The goal of this is to use an Arduino UNO to light my stairs when there is motion. read more from this topic..... Posted in February 2nd, 2014 Using a potentiometer to turn a servo via an arduino uno, and some code. read more from this topic..... Posted in October 8th, 2013 Very nice.
ArcScripts Home - ESRI Support Sort XML by Attribute in Actionscript 3 | technology | nuff-resp After looking around I couldn't really find a good solution or maybe people weren't explaining themselves correctly, or I wasn't googling correctly. So I decided just to write my own small utility class. When I thought about it. Arrays provide a superb sortOn() function, and it's relatively easy to leverage that. code I created a sortXMLByAttribute() public static function in my XMLUtils Class say what? Store XML in an array of objects, where one key is the "order" attribute we want to sort on. how to use $xml : The XML that needs to be sorted$attribute : The attribute string to sort on$options : The sorting options, see sortOn()$copy : If false, original XML is modified. Here is an example, note this is in a package called XMLUtils source Source code (in package+ + example) xmlutil.zip