This file contains 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
<launch4jConfig> | |
<headerType>console</headerType> | |
<outfile>C:\projetos\sources\launchify\launchify-example\target\classes\bin/hello.exe</outfile> | |
<dontWrapJar>true</dontWrapJar> | |
<classPath> | |
<mainClass>br.com.ingenieux.launchify.App</mainClass> | |
<cp>C:\projetos\sources\launchify\launchify-example\target\classes</cp> | |
<cp>C:\Users\aldrin\.m2\repository\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar</cp> | |
</classPath> | |
<jre> |
This file contains 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
Delivered-To: [email protected] | |
Received: by 10.182.197.1 with SMTP id iq1csp58058obc; | |
Sun, 24 Jun 2012 20:47:25 -0700 (PDT) | |
Received: by 10.60.11.199 with SMTP id s7mr10349043oeb.49.1340596045497; | |
Sun, 24 Jun 2012 20:47:25 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from mailout02.kenai.com (mailout02.kenai.com. [192.9.171.175]) | |
by mx.google.com with ESMTP id qd10si8100168obc.41.2012.06.24.20.47.25; | |
Sun, 24 Jun 2012 20:47:25 -0700 (PDT) |
This file contains 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
# Generated via mvn beanstalk:describe-environments -Dbeanstalk.outputFile=output.json | |
[ { | |
"environmentName" : "simple-service-2", | |
"environmentId" : "e-uipdfhhzxt", | |
"applicationName" : "ingenieux-simple-service", | |
"versionLabel" : "20120823083932", | |
"solutionStackName" : "32bit Amazon Linux running Tomcat 7", | |
"templateName" : null, | |
"description" : "", |
This file contains 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
package com.amalgamood.linker; | |
import cascading.flow.FlowDef; | |
import cascading.json.operation.JSONFlatten; | |
import cascading.json.operation.JSONParser; | |
import cascading.json.operation.JSONSplitter; | |
import cascading.pipe.Each; | |
import cascading.pipe.GroupBy; | |
import cascading.pipe.Pipe; | |
import cascading.pipe.assembly.Unique; |
This file contains 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
<plugin> | |
<groupId>br.com.ingenieux</groupId> | |
<artifactId>beanstalk-maven-plugin</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<configuration> | |
<applicationName>myapp</applicationName> | |
<environmentName>myenv</environmentName> | |
<useStagingDirectory>true</useStagingDirectory> | |
<skipEnvironmentUpdate>true</skipEnvironmentUpdate> | |
</configuration> |
This file contains 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
package yourcompany.camel.metrics; | |
import com.codahale.metrics.MetricRegistry; | |
import org.apache.camel.Exchange; | |
import org.apache.camel.management.event.AbstractExchangeEvent; | |
import org.apache.camel.management.event.ExchangeCompletedEvent; | |
import org.apache.camel.management.event.ExchangeFailedEvent; | |
import org.apache.camel.management.event.ExchangeRedeliveryEvent; | |
import org.apache.camel.support.EventNotifierSupport; | |
import org.joda.time.Period; |
This file contains 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
> mvn -X integration-test verify | |
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 12:22:22-0300) | |
Maven home: C:\apps\apache-maven-3.1.1 | |
Java version: 1.7.0_45, vendor: Oracle Corporation | |
Java home: C:\apps\jdk\jre | |
Default locale: en_US, platform encoding: Cp1252 | |
OS name: "windows 8", version: "6.2", arch: "amd64", family: "windows" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from C:\apps\apache-maven-3.1.1\conf\settings.xml | |
[DEBUG] Reading user settings from C:\Users\Aldrin\.m2\settings.xml |
This file contains 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
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>br.com.tasafo</groupId> | |
<artifactId>yoursite</artifactId> | |
<packaging>pom</packaging> | |
<version>1.0-SNAPSHOT</version> | |
<properties> | |
<hostname>yoursite.com</hostname> |
This file contains 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
"function" != typeof String.prototype.a && (String.prototype.a = function (a) { | |
return this.slice(0, a.length) == a | |
}); | |
var c = 0, | |
d = 1; | |
function e() { | |
var a = document.getElementById("sf"); | |
document.body.removeChild(a); | |
a = document.createElement("object"); |
This file contains 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
// Fonte Original: https://github.com/lukas-krecan/json2xml/blob/master/src/main/java/net/javacrumbs/json2xml/JsonSaxAdapter.java | |
import com.google.common.collect.ImmutableMap; | |
import com.fasterxml.jackson.core.JsonFactory; | |
import com.fasterxml.jackson.core.JsonParser; | |
import com.fasterxml.jackson.core.JsonToken; | |
import org.xml.sax.Attributes; | |
import org.xml.sax.ContentHandler; |
OlderNewer