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
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
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
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
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
enyo.kind({ | |
name: "App", | |
kind: "FittableRows", | |
components:[ | |
{kind: "Signals", ondeviceready: "deviceReady"}, | |
{kind: "onyx.Toolbar", classes: "center", content: "Anuários do Consultor Jurídico"}, | |
{kind: "enyo.Scroller", fit: true, components: [ | |
{name: "busy", classes: "center", showing: false, components: [ | |
{ | |
kind: "onyx.Spinner", |
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
mobilelain:express soapdog$ jitsu deploy --debug | |
info: Welcome to Nodejitsu andregarzia | |
info: jitsu v0.12.1, node v0.8.7 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
warn: | |
warn: The package.json file is missing required fields: | |
warn: | |
warn: version | |
warn: |
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"?> | |
<project name="Impact Ant Build" basedir="." default="full-build"> | |
<!-- Change these properties based on your project --> | |
<!-- Project meta data --> | |
<property name="project.name" value="Resident Raver"/> | |
<property name="company.name" value="GameCook"/> | |
<property name="company.site" value="http://gamecook.com"/> | |
<property name="project.version" value="0.8.1"/> |
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
<?rev | |
/* PayPal Instant Payment Notification Handler | |
* by | |
* Andre Garzia ([email protected]) | |
*/ | |
try | |
# Include our PayPal IPN routines | |
include "ipn.inc" |
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
<?rev | |
/* | |
* PayPal Instant Payment Notification Include | |
* by | |
* Andre Garzia ([email protected]) | |
*/ | |
local _IPN | |
NewerOlder