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
#target indesign | |
#include "./../lib/underscore.js"; | |
#include "./../lib/sprintf.js"; | |
/* | |
* Layer cloner | |
* Redokun Srls 2016 | |
* | |
* See: https://redokun.com/blog/indesign-copy-entire-layer-one-file-another | |
* |
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
<?php | |
$chars = array ( | |
array ( | |
"unicodeCodePointBegin" => "0020", | |
"utf8Begin" => "\x20", | |
"unicodeCodePointEnd" => "007F", | |
"utf8End" => "\x7f", | |
"name" => "Basic Latin", | |
), |
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
.*((darodar|priceg|semalt|buttons\-for(\-your)?\-website|makemoneyonline|blackhatworth|hulfingtonpost|o\-o\-6\-o\-o|(social|simple\-share)\-buttons)\.com)|(econom\.co)|(ilovevitaly(\.co(m)?))|(ilovevitaly(\.ru))|(humanorightswatch(\.org)).* | |
.*((best(websitesawards|\-seo\-(solution|offer))|Get\-Free\-Traffic\-Now|googlsucks|theguardlan)\.com|(domination)\.ml|((rapidgator\-)?porn(hub\-forum)?)\.ga|(buy\-cheap\-online)\.info).* | |
((guardlink)|(floating-share-buttons)|([\w\d]+\.free-social-buttons)|(www\.event-tracking)|(howtostopreferralspam)|(sanjosestartups)|(erot))\.((org)|(com)|(eu)|(co)) |
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
<?php | |
namespace Utils; | |
/** | |
* Date: 04/04/2015 | |
* @author Paolo Agostinetto <[email protected]> | |
*/ | |
class RequestIp { |
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
<?php | |
/* | |
* CSS Dimension classes generator | |
* | |
* Generate a CSS file with utility classes: | |
* | |
* margin-top-1 { margin-top: 1px; } | |
* margin-top-2 { margin-top: 2px; } | |
* margin-top-3 { margin-top: 3px; } |