Skip to content

Instantly share code, notes, and snippets.

View atannus's full-sized avatar

André Tannús atannus

  • Epungo
  • São Paulo - Brasil
View GitHub Profile
@atannus
atannus / gulp-cl-family.js
Last active June 21, 2020 13:57
Basic Gulp Setup for Closure Family: Library + Compiler + Stylesheets + Templates
/**
* This is a minimal working setup for using Google Closure Tools.
*
* One thing I've used extensivelly that is not covered here is support for
* i18n, which would require generating a messages file, translating it and
* passing it into the js compilation step.
*
* Also not covered is CSS minification, but you can (probably) just enable
* that by passing the appropriate flag in the compile-css step.
*
@atannus
atannus / python-operator-overload.py
Last active February 14, 2019 02:36
Python Operator Overload
#!/usr/bin/env python
""" A simple example of overloading the plus operator.
Instances are created by passing a notation consisting of a numerical value followed by one of the supported
dimensions (m, cm, mm) separated by a single space.
Adding two values initialized with different dimensions returns an object with the dimension of the first value.
Example:
// Conversion, ConversionDiganos, ConversionWhatsApp, etc...
if( typeof dataLayer !== 'undefined') {
dataLayer.push({'event': 'Conversion'})
}
// Ao digitar 3 caracteres no 1o campo do formulário.
if( typeof dataLayer !== 'undefined') {
dataLayer.push({'ListingPageType': 'conversionintent'});
dataLayer.push({'event': 'PageTypeChange'})
}
// No sucesso do envio do formulário.
if( typeof dataLayer !== 'undefined') {
dataLayer.push({'ListingPageType': 'conversion'});
dataLayer.push({'event': 'PageTypeChange'})
// Em todas as páginas.
if( typeof dataLayer !== 'undefined') {
dataLayer.push({'ListingId': '...'});
dataLayer.push({'ListingTotalValue': ...});
dataLayer.push({'ListingPageType': '...'});
dataLayer.push({'event': 'PageTypeChange'})
}
// Revela todas as máscaras.
function revealMasks(event) {
event.stopPropagation();
event.preventDefault();
if( typeof dataLayer !== 'undefined') {
dataLayer.push({'event': 'RevealMask'})
dataLayer.push({'ListingPageType': 'conversion'});
dataLayer.push({'event': 'PageTypeChange'})
}
$('.contactMask').fadeOut();
# npm run dev
> parabol-action@0.3.1 dev /home/atannus/com.parabolinc.action
> NODE_ENV=development node ./src/server/server.babel.js
[Busy] Launching SocketCluster
>> Broker PID: 22307
Creating a pool connected to localhost:28015
>> Worker PID: 22319
[Active] SocketCluster started
> plot(1:10, 1:10)
Error in (function (display = "", width, height, pointsize, gamma, bg, :
X11 module cannot be loaded
In addition: Warning message:
In (function (display = "", width, height, pointsize, gamma, bg, :
unable to load shared object '/usr/lib/R/modules//R_X11.so':
/usr/lib/x86_64-linux-gnu/libpng12.so.0: version `PNG12_0' not found (required by /usr/lib/R/modules//R_X11.so)
> qplot(1:10, 1:10)
Error in (function (display = "", width, height, pointsize, gamma, bg, :
X11 module cannot be loaded
<?php
$path = 'test.xml';
$reader = new XMLReader();
$reader->open($path);
while ( $reader->read() )
{
//$name = $reader->name;
@atannus
atannus / README.md
Last active August 29, 2015 14:26
Remarketing AdWords

Remarketring AdWords

Exemplo de como implantar Remarketing para AdWords.

ATENÇÃO:

Não copie-e-cole este código, use-o apenas como referência. Obtenha seu código diretamente da sua conta no AdWords. Basta configurar uma campanha de Remarketing e o sistema gerará um código específico para você. Se insistir em copiar daqui, façao sob sua responsabilidade, e não esqueça de alterar o CONVERSION_ID nos dois lugares onde ele aparece.

Como implantar

Este exemplo é concebido exclusivamente para o mercado imobiliário.