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 | |
/** | |
* @file | |
* Contains \Drupal\example_module\Controller\ExampleModuleController. | |
*/ | |
// THIS FILE BELONGS AT /example_module/src/Controller/ExampleModuleController.php | |
namespace Drupal\example_module\Controller; |
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
#!/usr/bin/env lua5.1 | |
local seawolf = require 'seawolf'.__build('variable', 'behaviour') | |
local print_r = seawolf.variable.print_r | |
local temp_dir = seawolf.behaviour.temp_dir | |
local ts = os.date('%Y-%m-%d %H:%M:%S') | |
local output = ([[---- | |
-- %s |
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
rocks_servers = { | |
-- [[http://luarocks.org/repositories/rocks]] | |
'http://luarocks.org:8080', | |
'http://luarocks.org:8080/dev', | |
} | |
rocks_trees = { | |
home..[[/.luarocks]], | |
[[/usr/local]] | |
} |