This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I want the last User (Ossi) the Date are highest | |
//Document 1 | |
{ | |
"_id": "197c15ce8ce054693cbe80dd25002238", | |
"_rev": "2-eee6f8cafea101f19c5fa155d8002aab", | |
"name": "Tidde", | |
"date": 100 | |
} | |
//Document 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#======================================================= | |
#SELF PART | |
#======================================================= | |
-clean | |
--launcher.XXMaxPermSize | |
700m | |
-vmargs | |
-Xms712m | |
-Xmx1624m | |
-XX:PermSize=256m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Flex SDK 4 Debugger Adapter . | |
[Info] Could not connect to the player, will try to connect for the next 72000 ms | |
[Info] Could not connect to the player, will try to connect for the next 64000 ms | |
[Info] Connection to player established. | |
ProfilerAgent tries to connect on socket port: 9999 | |
[Loading] Loaded: Applications:FDTEnterprise:plugins:com.powerflasher.fdt.core.profiler_4.0.0.1111:com:powerflasher:fdt:internal:core:profiler:io:ProfilerAgent.swf?host=localhost&port=9999 | |
[Loading] Loaded: ::Users:thelittlenerd87:Dropbox:Projects_Basilicom:BasiCoreTestCenter:bin-debug:BasiCoreTestCenter.swf | |
*** Security Sandbox Violation *** | |
Connection to file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreTestCenter/bin-debug/textLayout_1.0.0.595.swf halted - not permitted from file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreTestCenter/bin-debug/BasiCoreTestCenter.swf | |
Exception fault: SecurityError: Error #2148: SWF file file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configs> | |
<rpcConfig> | |
<cryptMethod></cryptMethod> | |
<httpMethod>POST</httpMethod> | |
<debugMode>true</debugMode> | |
<liveURL></liveURL> | |
<debugURL></debugURL> | |
</rpcConfig> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private function onAddTestItemComplete(event : TestCenterEvent):void{ | |
logger.log("onAddTestItemComplet"); | |
var item : TestCenterItem = new TestCenterItem(); // create my view | |
item.dataProvider = event.testItemDataProvider as RequestItem; // add dataprovider | |
mediatorMap.createMediator(item); // create a mediator | |
view.centerContainer.addElement(item); // add it to stage | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" | |
xmlns:s="library://ns.adobe.com/flex/spark" | |
xmlns:mx="library://ns.adobe.com/flex/mx" | |
width="822" height="672" | |
creationComplete="onCreationComplete(event)"> | |
<fx:Script> | |
<![CDATA[ | |
import mx.controls.Alert; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
ADOBE SYSTEMS INCORPORATED | |
Copyright 2005-2007 Adobe Systems Incorporated | |
All Rights Reserved. | |
NOTICE: Adobe permits you to use, modify, and distribute this file | |
in accordance with the terms of the license agreement accompanying it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
btn_submit.addEventListener("click", | |
FunctionUtil.newDelegate( | |
this, | |
function(event) | |
{ | |
try{ | |
tracer.text=''; | |
firelog("submit"); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 1993-2009 Microsoft Corp. | |
# | |
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows. | |
# | |
# This file contains the mappings of IP addresses to host names. Each | |
# entry should be kept on an individual line. The IP address should | |
# be placed in the first column followed by the corresponding host name. | |
# The IP address and the host name should be separated by at least one | |
# space. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser | |
#Tue Sep 07 11:37:24 CEST 2010 | |
org.eclipse.update.reconcile=false | |
eclipse.p2.profile=epp.package.jee | |
[email protected]/Documents/workspace | |
osgi.framework=file\:plugins/org.eclipse.osgi_3.6.0.v20100517.jar | |
equinox.use.ds=true | |
eclipse.buildId=I20100608-0911 | |
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar@1\:start | |
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info |