Skip to content

Instantly share code, notes, and snippets.

View morria's full-sized avatar
✌️

Andrew Morrison morria

✌️
View GitHub Profile
@morria
morria / 8 letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS]........y$"
sabulosity
saccharify
sacrectomy
sagittally
saintology
salability
salivatory
salutarily
salutatory
sanability
@morria
morria / Nine letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS].........y$"
saddeningly
sagaciously
salaciously
salinometry
salmonberry
salvability
sanctionary
sarangousty
sartorially
satanically
@morria
morria / alpha.txt
Created November 12, 2019 22:49
cat /usr/share/dict/words| grep "^[sS].*y$"
Sabbatary
Sabbathly
Sabbatically
sably
sabulosity
saccharify
saccharimetry
saccharinely
saccharinity
saccharometry
Abelian Abelia
abnet abet
abranchian abrachia
Acacian Acacia
Acadian Acadia
Achillean Achillea
acne ace
Acolhuan Acolhua
acorn acor
acroanesthesia acroaesthesia
a
ability
able
about
above
accept
according
account
across
act
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
convo.activate();
}
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
src/Api/DocModel.php:112 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Tidy
src/Api/DocModel.php:113 PhanUndeclaredClassMethod Call to method parseString from undeclared class \Tidy
src/Api/DocModel.php:124 PhanUndeclaredClassMethod Call to method cleanRepair from undeclared class \Tidy
src/Api/ErrorParser/JsonParserTrait.php:14 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:16 PhanUndeclaredClassMethod Call to method getStatusCode from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:19 PhanUndeclaredClassMethod Call to method getHeaderLine from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:23 PhanUndeclaredClassMethod Call to method getBody from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonRpcErrorParser.php:13 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\
<?php
use \Phan\Issue;
/**
* This configuration will be read and overlayed on top of the
* default configuration. Command line arguments will be applied
* after this file is read.
*
* @see src/Phan/Config.php
diff --git a/.phan/config.php b/.phan/config.php
index 31115ed..6361494 100644
--- a/.phan/config.php
+++ b/.phan/config.php
@@ -243,6 +243,7 @@ return [
'plugins' => [
'.phan/plugins/DemoPlugin.php',
'.phan/plugins/DollarDollarPlugin.php',
+ '.phan/plugins/PreAnalysisPlugin.php',
// NOTE: src/Phan/Language/Internal/FunctionSignatureMap.php mixes value without key as return type with values having keys deliberately.