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]] | |
} |
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
In file included from bitcoinrpc.h:17:0, | |
from rpcwallet.cpp:10: | |
json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’: | |
json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs] | |
typedef typename String_type::value_type Char_type; |
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
--[[ | |
Implements hook route(). | |
]] | |
function route() | |
items = {} | |
-- Local callback, no arguments | |
items['frontpage'] = { | |
page_callback = 'front_page', |
NewerOlder