I hereby claim:
- I am marcoscoelho on github.
- I am marcoscoelho (https://keybase.io/marcoscoelho) on keybase.
- I have a public key whose fingerprint is 3919 D510 FD38 02BE 3325 40DC 13BD A77B 15FB 364C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Tutorial for compiling the Compass.app (http://compass.handlino.com/) | |
| ===================================================================== | |
| Java installed? | |
| java -version | |
| Load jRuby (for example JRuby 1.6.5.1 Binary .zip) | |
| http://jruby.org/download | |
| Unzip jRuby to `/usr/local/` |
| <?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| /* | |
| | ------------------------------------------------------------------- | |
| | DATABASE CONNECTIVITY SETTINGS | |
| | ------------------------------------------------------------------- | |
| | This file will contain the settings needed to access your database. | |
| | | |
| | For complete instructions please consult the 'Database Connection' | |
| | page of the User Guide. | |
| | |
| <html> | |
| <head> | |
| {pyro:template:metadata} <!-- // default is "header", as {pyro:template:metadata in="header"} --> | |
| </head> | |
| <body> | |
| {pyro:template:metadata in="body"} | |
| [...] | |
| {pyro:template:metadata in="footer"} | |
| </body> | |
| </html> |
| <?php defined('BASEPATH') OR exit('No direct script access allowed.'); | |
| /** | |
| * Character Limiter Mid | |
| * | |
| * Limits the string representing the characters removed from somewhere from | |
| * their mid. This limiter considers the output string as two parts (start and | |
| * end) and not preserves complete words, so you also can chose exactly how many | |
| * characters at start and end you need have. | |
| * |
| <h1>test files plugin</h1> | |
| <h2>double</h2> | |
| <ul> | |
| {pyro:files:listing folder="1"} | |
| <li>{filename}</li> | |
| {/pyro:files:listing} | |
| </ul> |
| <?php isset($argv[1]) OR die('Input file should be the first arg on cmd line.'); | |
| const G_FOO = 'bjdrf'; //Googlon special letters | |
| const G_INV = 'c'; //Preposition invalidator | |
| const G_PREP = 3; //Preposition size | |
| const G_VERB = 6; //Verb size | |
| const G_ORDER = 'gkvrbjwtnlphzfmdxcqs'; //Letter ordering | |
| const G_NUM_MOD = 5; //Pretty number divisor | |
| const G_NUM_MAX = 860533; //Pretty number minimum |
| <ul> | |
| {pyro:files:listing folder="root/subfolder" type="i"} | |
| <li> | |
| * {id} | |
| * {folder_id} | |
| * {user_id} | |
| * {type} | |
| * {name} | |
| * {filename} | |
| * {description} |
| <?php defined('BASEPATH') OR exit('No direct script access allowed.'); | |
| /** | |
| * CodeIgniter Files Helpers | |
| * | |
| * @package CodeIgniter | |
| * @subpackage Helpers | |
| * @category Helpers | |
| * @author PyroCMS development team | |
| */ |