Skip to content

Instantly share code, notes, and snippets.

View soapdog's full-sized avatar
😸
BlogCatting

Andre Alves Garzia soapdog

😸
BlogCatting
View GitHub Profile
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",
@soapdog
soapdog / App.js
Created November 29, 2013 14:52
Why fittable does not work
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",
@soapdog
soapdog / App.js
Created November 29, 2013 14:52
Why fittable does not work
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",
@soapdog
soapdog / gist:5016833
Created February 22, 2013 21:53
jitsu deploy error with version null
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:
@soapdog
soapdog / build.xml
Created August 27, 2012 23:25 — forked from jessefreeman/build.xml
Simple ImpactJS Ant Build - Use this to bake and copy your game over to a deploy folder so you can easily publish it.
<?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"/>
@soapdog
soapdog / ipn.irev
Created May 2, 2012 02:32
RevIPN ipn.irev
<?rev
/* PayPal Instant Payment Notification Handler
* by
* Andre Garzia ([email protected])
*/
try
# Include our PayPal IPN routines
include "ipn.inc"
@soapdog
soapdog / ipn.inc
Created May 2, 2012 02:30
RevIPN ipn.inc
<?rev
/*
* PayPal Instant Payment Notification Include
* by
* Andre Garzia ([email protected])
*/
local _IPN