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/perl | |
| use utf8; | |
| use strict; | |
| use warnings; | |
| use open qw(:std :utf8); | |
| use constant {REGEXP=>shift @ARGV}; | |
| use feature qw/say/; | |
| die "Скрипт дебага регулярных выражений для okagent. Нужно указать regexp для проверки и файл или stdin\n" unless REGEXP; |
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
| package mk::foul; | |
| use strict; | |
| sub new { | |
| my ($class, %params)=@_; | |
| my $self={ | |
| foul_re=>[], | |
| source=>"/home/disarmer/.teeworlds/proj/data/foul_list", | |
| %params | |
| }; |
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
| --- zsh-history-substring-search.zsh.orig 2016-11-30 14:58:04.586851404 +0300 | |
| +++ zsh-history-substring-search.zsh 2016-11-30 14:57:56.150307088 +0300 | |
| @@ -42,10 +42,12 @@ | |
| # configuration variables | |
| #----------------------------------------------------------------------------- | |
| -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' | |
| -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold' | |
| -HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i' | |
| -HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE='' | |
| +typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' |
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
| # List of keyword and color pairs. | |
| typeset -gA ZSH_HIGHLIGHT_REGEXP | |
| # Whether the pattern highlighter should be called or not. | |
| _zsh_highlight_highlighter_regexp_predicate() | |
| { | |
| _zsh_highlight_buffer_modified | |
| } | |
| # Pattern syntax highlighting function. |
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
| 2013-07-08 01:07:21 [INFO] [STDOUT] Adding Accesstransformer map: pcc_at.cfg | |
| 2013-07-08 01:07:22 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d | |
| 2013-07-08 01:07:22 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg | |
| 2013-07-08 01:07:22 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg | |
| 2013-07-08 01:07:22 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat | |
| 2013-07-08 01:07:22 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg | |
| 2013-07-08 01:07:24 [INFO] [STDOUT] Inserted super call into azg.c | |
| 2013-07-08 01:07:24 [INFO] [STDOUT] ayl was overriden from NotEnoughItems 1.5.2.28.jar | |
| 2013-07-08 01:07:24 [INFO] [STDOUT] RenderGlobal Class Detected | |
| 2013-07-08 01:07:24 [INFO] [STDOUT] RenderGlobal (Obfuscated) Function Injection Detected |