This file contains 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
################################################################################ | |
# A simplified "API" to "safely" hash and verify passwords # | |
# # | |
# Author: Günter Grodotzki <[email protected]> # | |
# License: http://www.gnu.org/licenses/gpl-2.0.txt # | |
# Version: 20140425 # | |
################################################################################ | |
use Authen::Passphrase::BlowfishCrypt; |
This file contains 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
server: | |
## STATISTICS | |
# comment-out if you don't use munin | |
verbosity: 0 | |
statistics-interval: 0 | |
statistics-cumulative: no | |
extended-statistics: yes | |
This file contains 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
# cd /usr/src | |
# wget http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz | |
# tar xvfz icu4c-4_8_1_1-src.tgz | |
# cd icu/source | |
# ./configure --prefix=/opt/icu | |
# make && make install | |
# cd /usr/src | |
# wget http://pecl.php.net/get/intl-3.0.0.tgz | |
# tar xvfz intl-3.0.0.tgz |
This file contains 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
diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php | |
index ddb5716..0406c91 100644 | |
--- a/modules/registrars/cozaepp/cozaepp.php | |
+++ b/modules/registrars/cozaepp/cozaepp.php | |
@@ -799,18 +799,35 @@ | |
return $values; | |
} | |
+ $rev = _cozaepp_getRevision(); | |
+ if($rev === 1) { |
This file contains 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
#!/bin/bash | |
############################################################################## | |
### NZBGET POST-PROCESSING SCRIPT ### | |
# Move files if all daisy-chained PP prior succeeded. | |
# Version: 0.1.0 | |
# | |
# | |
# NOTE: For support visit the forum thread: http://nzbget.net/forum/viewtopic.php?f=8&t=1265 |
This file contains 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
--- a/configure 2014-08-11 12:45:44.000000000 +0200 | |
+++ b/configure 2014-08-11 12:52:00.000000000 +0200 | |
@@ -14330,9 +14330,9 @@ | |
if test "x$use_openssl" = "xyes"; then | |
- if test "x$use_kerberos" != "xyes"; then | |
- CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_KRB5" | |
- fi | |
+# if test "x$use_kerberos" != "xyes"; then |
This file contains 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
--- a/src/mod_dirlisting.c 2014-08-19 10:13:09.000000000 +0200 | |
+++ b/src/mod_dirlisting.c 2014-08-19 10:13:50.000000000 +0200 | |
@@ -534,14 +534,14 @@ | |
buffer_append_string_len(out, CONST_STR_LEN("</head>\n<body>\n")); | |
} | |
- /* HEADER.txt */ | |
+ /* HEADER.html */ | |
if (p->conf.show_header) { | |
stream s; |
This file contains 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 | |
error_reporting(E_ALL); | |
ini_set('display_errors', true); | |
define('SSH_HOST', ''); | |
define('SSH_PORT', 666); | |
define('SSH_USER', ''); | |
define('SSH_PASS', ''); | |
define('REMOTE_PATH', '/var/www/'); |
This file contains 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 Weheartwebsites\Spelling; | |
use Exception; | |
class Bee | |
{ | |
protected $broker; |
This file contains 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
# supervisor | |
# | |
# Author: Günter Grodotzki <[email protected]> | |
# Version: 2015-04-25 | |
# | |
# - set param "SUPERVISE=enable" to activate | |
# - chmod +x supervise.sh | |
# | |
packages: | |
yum: |
OlderNewer