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
RewriteEngine on | |
RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^(.*)$ /mediawiki/$1 |
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 | |
/** | |
* @author T. Werring [email protected] | |
* @project MagentoVPS | |
* @created 30/12/14 16:57 | |
*/ | |
require_once 'app/Mage.php'; |
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 | |
require_once 'app/Mage.php'; | |
/** | |
* Error reporting | |
*/ | |
error_reporting(E_ALL | E_STRICT); | |
ini_set('display_errors', 1); |
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 | |
/** | |
* @author T. Werring <[email protected]> | |
* @created 1-9-14 11:56 | |
*/ | |
/** | |
* Class Crypt | |
* |
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
(function() { | |
var codes = []; | |
var codeCount = 0; | |
window.addEventListener('keyup', function(e) { | |
if (codes.length == 10) codes.shift(); | |
codes.push(e.keyCode); | |
if (codes.join(",") == "38,38,40,40,37,39,37,39,66,65") { | |
codeCount++; | |
var event = new CustomEvent('konami'); | |
event.konamiCount = codeCount; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hex Puzzle Teaser</title> | |
</head> | |
<body> | |
<canvas width="800" height="669" id="mazecanvas">Your browser does not support HTML5, you really should consider updating or downloading a better browser.</canvas> | |
<noscript>JavaScript is not enabled. To play the game, you need to enable it.</noscript> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>East Egg</title> | |
<style> | |
body { | |
background-color: grey; | |
} | |
</style> | |
<script> |
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 Model; | |
use Base\Exceptions\DatabaseConnect; | |
use Base\Log; | |
class Database extends Main { | |
private static $instances = array(); | |
/** |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Creatifly puzzel</title> | |
<script type="application/javascript"> | |
const PUZZLE_DIFFICULTY = 5; | |
const PUZZLE_HOVER_TINT = '#545454'; | |
var _canvas; | |
var _stage; |
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
/* | |
Theme Name: Meia Wippoo | |
Theme URI: | |
Author: <jouw naam> | |
Author URI: | |
Description: My wordpress theme | |
Version: 1.3 | |
License: Creative Commons | |
License URI: http://creativecommons.org/licenses/by/3.0/deed | |
Tags: |
NewerOlder