Dictionary and definition database
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
| <html> | |
| <head> | |
| <style> | |
| .row { | |
| display: flex | |
| } | |
| .cell { | |
| width: 200px; | |
| height: 200px; | |
| background-color: white; |
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
| import React from "react"; | |
| import PropTypes from "prop-types"; | |
| const withContext = function(WrappedComponent, context) { | |
| class ContextProvider extends React.Component { | |
| constructor(...args) { | |
| super(...args); | |
| } |
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
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var size = require('gulp-size'); | |
| var uglify = require('gulp-uglify'); | |
| var uglifycss = require('gulp-uglifycss'); | |
| var minify = require('gulp-minify'); | |
| var concat = require('gulp-concat'); | |
| var symlink = require('gulp-sym'); | |
| var sass = require('gulp-sass'); | |
| var copy = require('gulp-copy'); |
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
| 'use strict'; | |
| const util = require('util'); | |
| const _ = require('lodash'); | |
| module.exports = (bot) => ({ | |
| id: 'irc', | |
| description: 'loads of irc commands', |
I hereby claim:
- I am ticklemynausea on github.
- I am ticklemynausea (https://keybase.io/ticklemynausea) on keybase.
- I have a public key ASCPuwHFg65rbXwo5z4BEBLS4mbuAT9_6nJ_7MM10haPgwo
To claim this, I am signing this object:
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 data = {} | |
| data.regions = { | |
| 'test-1' : { | |
| title: 'Welcome to the Test Area!', | |
| description: 'This area tests better than 99% of other areas', | |
| }, |
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
| var EnderPearlFix = (function() { | |
| var module = {}; | |
| module.load = function() { | |
| addUnloadHandler(module.unload); | |
| } | |
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 autoloader($name) { | |
| $errorWhitelist = [ | |
| 'Translation_Entry', 'Translations', 'NOOP_Translations', 'POMO_Reader', 'POMO_FileReader', 'POMO_StringReader', | |
| 'POMO_CachedFileReader', 'POMO_CachedIntFileReader', 'MO', 'All_in_One_SEO_Pack', 'All_in_One_SEO_Pack_Module', | |
| 'Plugin_Register', 'ExToC', 'Responsive_Addons', 'WC_Dependencies', 'WooCommerce', 'WC_Install', 'WC_Query', | |
| 'wp_atom_server', 'Featured_Content', 'WC_Order_Factory', 'WCPGSK_Main', 'WCPGSK_About', | |
| 'All_in_One_SEO_Pack_Module_Manager', 'All_in_One_SEO_Pack_Feature_Manager', 'WC_Widget_Cart', |
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
| <? | |
| namespace helpers\mail; | |
| class MailHelper { | |
| public static function welcome($playername, $password, $email, $email_ip = false) { | |
| $mail = new \PHPMailer(); |