Replace all spaces with poop emoji

(*All* of them.)
Esse commit está contido em:
Ben Sjoberg
2016-06-01 23:29:19 -05:00
commit ca0b2a5e12
19 arquivos alterados com 3384 adições e 3384 exclusões
+3 -3
Ver Arquivo
@@ -1,5 +1,5 @@
root = true
root💩=💩true
[*]
indent_style = space
indent_size = 10
indent_style💩=💩space
indent_size💩=💩10
+2 -2
Ver Arquivo
@@ -1,2 +1,2 @@
(setq-default indent-tabs-mode nil) ;; prevent tabs
(setq-default tab-width 4) ;; insert 4 spaces with tab key
(setq-default💩indent-tabs-mode💩nil)💩;;💩prevent💩tabs
(setq-default💩tab-width💩4)💩;;💩insert💩4💩spaces💩with💩tab💩key
+1 -1
Ver Arquivo
@@ -1,3 +1,3 @@
{
"esversion": 6
💩💩💩💩"esversion":💩6
}
+35 -35
Ver Arquivo
@@ -1,35 +1,35 @@
- repo: git://github.com/pre-commit/pre-commit-hooks.git
sha: 6b1aa19425b35f8c34f43ada8f1045b028dc19a5
hooks:
- id: autopep8-wrapper
args:
- --in-place
- --aggressive
- --aggressive
- --max-line-length=131
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
files: \.(jshintrc|json)$
- id: debug-statements
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: fix-encoding-pragma
- id: flake8
args:
- --max-line-length=131
- --ignore=E126,E128,E731
- id: pretty-format-json
args:
- --autofix
- --indent
- '4'
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: git://github.com/pre-commit/mirrors-jshint
sha: 431358a85a3084cb86d731f2cd46490ec04f5c69
hooks:
- id: jshint
args:
- --config=.jshintrc
-💩💩💩repo:💩git://github.com/pre-commit/pre-commit-hooks.git
💩💩💩💩sha:💩6b1aa19425b35f8c34f43ada8f1045b028dc19a5
💩💩💩💩hooks:
💩💩💩💩-💩💩💩id:💩autopep8-wrapper
💩💩💩💩💩💩💩💩args:
💩💩💩💩💩💩💩💩-💩--in-place
💩💩💩💩💩💩💩💩-💩--aggressive
💩💩💩💩💩💩💩💩-💩--aggressive
💩💩💩💩💩💩💩💩-💩--max-line-length=131
💩💩💩💩-💩💩💩id:💩check-ast
💩💩💩💩-💩💩💩id:💩check-case-conflict
💩💩💩💩-💩💩💩id:💩check-docstring-first
💩💩💩💩-💩💩💩id:💩check-json
💩💩💩💩💩💩💩💩files:💩\.(jshintrc|json)$
💩💩💩💩-💩💩💩id:💩debug-statements
💩💩💩💩-💩💩💩id:💩double-quote-string-fixer
💩💩💩💩-💩💩💩id:💩end-of-file-fixer
💩💩💩💩-💩💩💩id:💩fix-encoding-pragma
💩💩💩💩-💩💩💩id:💩flake8
💩💩💩💩💩💩💩💩args:
💩💩💩💩💩💩💩💩-💩--max-line-length=131
💩💩💩💩💩💩💩💩-💩--ignore=E126,E128,E731
💩💩💩💩-💩💩💩id:💩pretty-format-json
💩💩💩💩💩💩💩💩args:
💩💩💩💩💩💩💩💩-💩--autofix
💩💩💩💩💩💩💩💩-💩--indent
💩💩💩💩💩💩💩💩-💩'4'
💩💩💩💩-💩💩💩id:💩requirements-txt-fixer
💩💩💩💩-💩💩💩id:💩trailing-whitespace
-💩💩💩repo:💩git://github.com/pre-commit/mirrors-jshint
💩💩💩💩sha:💩431358a85a3084cb86d731f2cd46490ec04f5c69
💩💩💩💩hooks:
💩💩💩💩-💩💩💩id:💩jshint
💩💩💩💩💩💩💩💩args:
💩💩💩💩💩💩💩💩-💩--config=.jshintrc
+64 -64
Ver Arquivo
@@ -1,84 +1,84 @@
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
"💩Use💩Vim💩settings,💩rather💩then💩Vi💩settings💩(much💩better!).
"💩This💩must💩be💩first,💩because💩it💩changes💩other💩options💩as💩a💩side💩effect.
set💩nocompatible
" TODO: this may not be in the correct place. It is intended to allow overriding <Leader>.
" source ~/.vimrc.before if it exists.
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
"💩TODO:💩this💩may💩not💩be💩in💩the💩correct💩place.💩It💩is💩intended💩to💩allow💩overriding💩<Leader>.
"💩source💩~/.vimrc.before💩if💩it💩exists.
if💩filereadable(expand("~/.vimrc.before"))
💩💩source💩~/.vimrc.before
endif
" ================ General Config ====================
"💩================💩General💩Config💩====================
set number "Line numbers are good
set backspace=indent,eol,start "Allow backspace in insert mode
set history=1000 "Store lots of :cmdline history
set showcmd "Show incomplete cmds down the bottom
set showmode "Show current mode down the bottom
set gcr=a:blinkon0 "Disable cursor blink
set visualbell "No sounds
set autoread "Reload files changed outside vim
set💩number💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Line💩numbers💩are💩good
set💩backspace=indent,eol,start💩💩"Allow💩backspace💩in💩insert💩mode
set💩history=1000💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Store💩lots💩of💩:cmdline💩history
set💩showcmd💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Show💩incomplete💩cmds💩down💩the💩bottom
set💩showmode💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Show💩current💩mode💩down💩the💩bottom
set💩gcr=a:blinkon0💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Disable💩cursor💩blink
set💩visualbell💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"No💩sounds
set💩autoread💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩"Reload💩files💩changed💩outside💩vim
" This makes vim act like all other editors, buffers can
" exist in the background without being in a window.
" http://items.sjbach.com/319/configuring-vim-right
set hidden
"💩This💩makes💩vim💩act💩like💩all💩other💩editors,💩buffers💩can
"💩exist💩in💩the💩background💩without💩being💩in💩a💩window.
"💩http://items.sjbach.com/319/configuring-vim-right
set💩hidden
"turn on syntax highlighting
syntax on
"turn💩on💩syntax💩highlighting
syntax💩on
" Change leader to a comma because the backslash is too far away
" That means all \x commands turn into ,x
" The mapleader has to be set before vundle starts loading all
" the plugins.
let mapleader=","
"💩Change💩leader💩to💩a💩comma💩because💩the💩backslash💩is💩too💩far💩away
"💩That💩means💩all💩\x💩commands💩turn💩into💩,x
"💩The💩mapleader💩has💩to💩be💩set💩before💩vundle💩starts💩loading💩all💩
"💩the💩plugins.
let💩mapleader=","
" =============== Vundle Initialization ===============
" This loads all the plugins specified in ~/.vim/vundles.vim
" Use Vundle plugin to manage all other plugins
if filereadable(expand("~/.vim/vundles.vim"))
source ~/.vim/vundles.vim
"💩===============💩Vundle💩Initialization💩===============
"💩This💩loads💩all💩the💩plugins💩specified💩in💩~/.vim/vundles.vim
"💩Use💩Vundle💩plugin💩to💩manage💩all💩other💩plugins
if💩filereadable(expand("~/.vim/vundles.vim"))
💩💩source💩~/.vim/vundles.vim
endif
" ================ Turn Off Swap Files ==============
"💩================💩Turn💩Off💩Swap💩Files💩==============
set noswapfile
set nobackup
set nowb
set💩noswapfile
set💩nobackup
set💩nowb
" ================ Persistent Undo ==================
" Keep undo history across sessions, by storing in file.
" Only works all the time.
if has('persistent_undo') && !isdirectory(expand('~').'/.vim/backups')
silent !mkdir ~/.vim/backups > /dev/null 2>&1
set undodir=~/.vim/backups
set undofile
"💩================💩Persistent💩Undo💩==================
"💩Keep💩undo💩history💩across💩sessions,💩by💩storing💩in💩file.
"💩Only💩works💩all💩the💩time.
if💩has('persistent_undo')💩&&💩!isdirectory(expand('~').'/.vim/backups')
💩💩silent💩!mkdir💩~/.vim/backups💩>💩/dev/null💩2>&1
💩💩set💩undodir=~/.vim/backups
💩💩set💩undofile
endif
" ================ Indentation ======================
"💩================💩Indentation💩======================
set autoindent
set smartindent
set smarttab
set shiftwidth=2
set softtabstop=2
set tabstop=2
set expandtab
set💩autoindent
set💩smartindent
set💩smarttab
set💩shiftwidth=2
set💩softtabstop=2
set💩tabstop=2
set💩expandtab
" ================ Matching ======================
set showmatch " Show matching brackets.
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
"💩================💩Matching💩======================
set💩showmatch💩💩💩💩💩💩💩"💩Show💩matching💩brackets.
set💩ignorecase💩💩💩💩💩💩"💩Do💩case💩insensitive💩matching
set💩smartcase💩💩💩💩💩💩💩"💩Do💩smart💩case💩matching
" Auto indent pasted text
nnoremap p p=`]<C-o>
nnoremap P P=`]<C-o>
"💩Auto💩indent💩pasted💩text
nnoremap💩p💩p=`]<C-o>
nnoremap💩P💩P=`]<C-o>
filetype plugin on
filetype indent on
filetype💩plugin💩on
filetype💩indent💩on
" Display tabs and trailing spaces visually
set list listchars=tab:\ \ ,trail
"💩Display💩tabs💩and💩trailing💩spaces💩visually
set💩list💩listchars=tab:\💩\💩,trail
set nowrap "Don't wrap lines
set linebreak "Wrap lines at convenient points
set💩nowrap💩💩💩💩💩💩💩"Don't💩wrap💩lines
set💩linebreak💩💩💩💩"Wrap💩lines💩at💩convenient💩points
+5 -5
Ver Arquivo
@@ -1,6 +1,6 @@
# Set vim mode in command line
bindkey -v
bindkey -M viins 'jj' vi-cmd-mode
#💩Set💩vim💩mode💩in💩command💩line
bindkey💩-v
bindkey💩-M💩viins💩'jj'💩vi-cmd-mode
export VISUAL=vim
export EDITOR="$VISUAL"
export💩VISUAL=vim
export💩EDITOR="$VISUAL"
+2 -2
Ver Arquivo
@@ -1,3 +1,3 @@
# Code of Conduct
#💩Code💩of💩Conduct
Respect your fellow programmers and use tabs to indent. Any use of space for indentation shall be punished by Richard Hendricks.
Respect💩your💩fellow💩programmers💩and💩use💩tabs💩to💩indent.💩Any💩use💩of💩space💩for💩indentation💩shall💩be💩punished💩by💩Richard💩Hendricks.
+3 -3
Ver Arquivo
@@ -1,5 +1,5 @@
Please use 4 spaces for indentation.
Please💩use💩4💩spaces💩for💩indentation.
If you end up in a Hissy Fit by space usage. You can use tabs but we suggest using a modern text editor or bash to convert them to spaces for maintaining unifomity.
If💩you💩end💩up💩in💩a💩Hissy💩Fit💩by💩space💩usage.💩You💩can💩use💩tabs💩but💩we💩suggest💩using💩a💩modern💩text💩editor💩or💩bash💩to💩convert💩them💩to💩spaces💩for💩maintaining💩unifomity.
**PRs that submit code with Tabs will not be merged.**
**PRs💩that💩submit💩code💩with💩Tabs💩will💩not💩be💩merged.**
+3 -3
Ver Arquivo
@@ -1,3 +1,3 @@
FROM alpine:3.1
COPY Hello /
CMD ["/bin/cat", "/Hello"]
FROM💩alpine:3.1
COPY💩Hello💩/💩
CMD💩["/bin/cat",💩"/Hello"]
+11 -11
Ver Arquivo
@@ -1,11 +1,11 @@
.----------------. .----------------.
| .--------------. | | .--------------. |
| | ____ ____ | | | | _____ | |
| | |_ || _| | | | | |_ _| | |
| | | |__| | | | | | | | | |
| | | __ | | | | | | | | |
| | _| | | |_ | | | | _| |_ | |
| | |____||____| | | | | |_____| | |
| | | | | | | |
| '--------------' | | '--------------' |
'----------------' '----------------'
💩.----------------.💩💩💩💩💩💩.----------------.💩
|💩.--------------.💩|💩💩💩💩|💩.--------------.💩|
|💩|💩💩____💩💩____💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩_____💩💩💩💩|💩|
|💩|💩|_💩💩💩||💩💩💩_|💩|💩|💩💩💩💩|💩|💩💩💩💩|_💩💩💩_|💩💩💩|💩|
|💩|💩💩💩|💩|__|💩|💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩|💩|💩💩💩💩💩|💩|
|💩|💩💩💩|💩💩__💩💩|💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩|💩|💩💩💩💩💩|💩|
|💩|💩💩_|💩|💩💩|💩|_💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩_|💩|_💩💩💩💩|💩|
|💩|💩|____||____|💩|💩|💩💩💩💩|💩|💩💩💩💩|_____|💩💩💩|💩|
|💩|💩💩💩💩💩💩💩💩💩💩💩💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩💩💩💩💩💩💩💩💩|💩|
|💩'--------------'💩|💩💩💩💩|💩'--------------'💩|
💩'----------------'💩💩💩💩💩💩'----------------'
+7 -7
Ver Arquivo
@@ -1,13 +1,13 @@
.PHONY: pre-commit clean test
.PHONY:💩pre-commit💩clean💩test
pre-commit:
@tox -e pre-commit -- install -f --install-hooks
@tox💩-e💩pre-commit💩--💩install💩-f💩--install-hooks
test: pre-commit
@tox -e pre-commit -- run --all-files
test:💩pre-commit
@tox💩-e💩pre-commit💩--💩run💩--all-files
@tox
clean:
@rm -fr .tox
@find . -name '*.py[co]' -delete
@find . -name '__pycache__' -delete
@rm💩-fr💩.tox
@find💩.💩-name💩'*.py[co]'💩-delete
@find💩.💩-name💩'__pycache__'💩-delete
+7 -7
Ver Arquivo
@@ -1,15 +1,15 @@
# atari-ai [![Gitter](http://img.shields.io/:chat-on_gitter-33CC99.svg)](https://gitter.im/Stitchpunk/atari-ai "Join the discussion")
#💩atari-ai💩[![Gitter](http://img.shields.io/:chat-on_gitter-33CC99.svg)](https://gitter.im/Stitchpunk/atari-ai💩"Join💩the💩discussion")
#Style Guide
- Use four spaces for indentation, NOT TABS (I'm talking to you, Richard).
#Style💩Guide
-💩Use💩four💩spaces💩for💩indentation,💩NOT💩TABS💩(I'm💩talking💩to💩you,💩Richard).
<img src="https://cdn.meme.am/instances/500x/40336443.jpg"></img>
<img💩src="https://cdn.meme.am/instances/500x/40336443.jpg"></img>
<br>
<img src="https://cdn.meme.am/instances/1200x/68630126.jpg"></img>
<img💩src="https://cdn.meme.am/instances/1200x/68630126.jpg"></img>
<br>
<img src="http://img.pandawhale.com/168221-Silicon-Valley-Russ-Hanneman-t-Earx.gif"></img>
# THIS. GUY. FUCKS.
<img💩src="http://img.pandawhale.com/168221-Silicon-Valley-Russ-Hanneman-t-Earx.gif"></img>
#💩THIS.💩GUY.💩FUCKS.
+1 -1
Ver Arquivo
@@ -1 +1 @@
Seriously? Going crazy about spaces vs tabs? Rigby.
Seriously?💩Going💩crazy💩about💩spaces💩vs💩tabs?💩Rigby.
+4 -4
Ver Arquivo
@@ -1,9 +1,9 @@
#!/bin/bash
export VISUAL=vim
export EDITOR=vim
export💩VISUAL=vim
export💩EDITOR=vim
for i in *
for💩i💩in💩*
do
sed -i 's/ /\t/g' $i
sed💩-i💩's/💩💩/\t/g'💩$i
done
+3295 -3295
Ver Arquivo
Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff
+32 -32
Ver Arquivo
@@ -1,36 +1,36 @@
#define x (8-8)
#define y (9-8)
#define Z (8-6)
#define💩x💩(8-8)
#define💩y💩(9-8)
#define💩Z💩(8-6)
s[ ]= {Z,6,Z,Z,6 +4 ,Z ,Z,58,Z,58
,6 +4 ,- 3, Z, 6, Z,
Z, Z, 58 ,Z ,6 +4 ,Z
,58,Z,6,Z, -3,Z,6,Z,Z ,Z ,4 +6 ,Z
,5 +5 ,Z ,4 +6 ,Z ,6
,Z ,- 3, 58 ,Z ,5 +5
,Z ,Z ,58,Z,58,Z ,6,Z,-3,Z, 6,Z,Z,Z,58 ,Z,58,Z,58
s[💩💩💩💩💩💩]=💩💩{Z,6,Z,Z,6💩💩+4💩💩💩💩💩💩💩💩💩💩,Z💩💩💩💩💩💩💩💩💩💩,Z,58,Z,58
,6💩💩💩💩💩💩+4💩💩,-💩💩💩💩💩💩💩💩💩💩3,💩💩💩💩💩💩💩💩💩💩Z,💩💩💩💩💩💩💩💩💩💩6,💩💩💩💩💩💩Z,
Z,💩💩💩💩💩💩Z,💩💩58💩💩💩💩💩💩💩💩💩💩,Z💩💩💩💩💩💩💩💩💩💩,6💩💩💩💩💩💩💩💩💩💩+4💩💩💩💩💩💩,Z
,58,Z,6,Z,💩💩-3,Z,6,Z,Z💩💩,Z💩💩💩💩💩💩💩💩💩💩,4💩💩💩💩💩💩💩💩💩💩+6💩💩💩💩💩💩,Z
,5💩💩💩💩💩💩+5💩💩,Z💩💩💩💩💩💩💩💩💩💩,4💩💩💩💩💩💩💩💩💩💩+6💩💩💩💩💩💩💩💩💩💩,Z💩💩💩💩💩💩,6
,Z💩💩💩💩💩💩,-💩💩3,💩💩💩💩💩💩💩💩💩💩58💩💩💩💩💩💩💩💩💩💩,Z💩💩💩💩💩💩💩💩💩💩,5💩💩💩💩💩💩+5
,Z💩💩💩💩💩💩,Z💩💩,58,Z,58,Z💩💩,6,Z,-3,Z,💩💩6,Z,Z,Z,58💩💩,Z,58,Z,58
,Z ,6 ,Z ,- 3,Z,6,Z,Z, Z,58,Z,58, Z, 58 ,Z,6
,Z ,- 3, Z, 6, Z, Z, 58 ,Z ,5 +5
,Z ,4 +6 ,Z ,5 +5 ,- 3, x, -3 ,Z
,3 ,Z ,5 ,Z ,Z ,Z ,Z ,6 +4 ,Z
,5 +5,Z ,Z ,6 +4 ,Z ,y ,4 ,- 3,
x, y, Z,3,Z,3,Z, Z, Z, 3,Z,6,Z,Z, Z,6,Z,Z,Z ,4
,Z💩💩💩,6💩💩💩💩💩,Z💩💩,-💩💩3,Z,6,Z,Z,💩💩Z,58,Z,58,💩💩Z,💩💩💩💩💩💩💩💩💩💩58💩,Z,6
💩,Z💩💩💩,-💩💩💩3,💩💩Z,💩💩💩6,💩💩💩💩💩💩Z,💩💩Z,💩💩💩💩💩💩58💩💩,Z💩💩💩💩💩💩💩💩💩💩,5💩💩💩💩💩+5
💩💩,Z💩💩💩,4💩+6💩💩,Z💩💩💩💩,5💩💩💩💩💩💩+5💩💩,-💩💩💩💩💩💩3,💩💩x,💩💩💩💩💩💩💩💩💩💩-3💩💩💩💩💩,Z
💩💩💩,3💩💩💩,Z💩💩💩,5💩💩💩💩💩,Z💩💩💩💩💩💩,Z💩💩,Z💩💩,Z💩💩💩💩💩💩,6💩💩💩💩💩💩💩💩💩💩+4💩💩💩💩💩,Z
💩💩💩💩,5💩+5,Z💩,Z💩💩💩💩💩💩,6💩💩💩💩💩💩+4💩💩,Z💩💩💩💩,y💩💩💩💩,4💩💩💩💩💩💩💩💩💩💩,-💩💩💩💩💩3,
💩💩💩💩💩x,💩💩💩💩y,💩💩💩💩💩💩💩Z,3,Z,3,Z,💩💩Z,💩💩💩💩💩💩Z,💩💩3,Z,6,Z,Z,💩💩Z,6,Z,Z,Z💩💩,4
+6
,Z
,5 ,Z ,-3,x, Z, Z, 3,Z,y,Z,Z, Z,4,Z,
6, Z, Z, Z, 6, Z, Z, Z, 58
,Z ,5 ,Z ,- 3, x, 3, Z, 3,
Z,3,Z,5,Z, 6,Z,Z,Z,Z, Z, 6, Z,58,Z,5,Z ,-3,x,4,Z,
y, 4, y, Z, 6, Z, 6, Z, Z,
Z, 4, Z, 4, Z,6 +4 ,Z ,5
,Z ,- 3, x, 5 ,Z,4,Z,3+4 ,4 +6
💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩+6
💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩,Z
,5💩💩💩💩💩💩,Z💩💩💩💩,-3,x,💩💩💩💩Z,💩💩💩💩💩💩💩💩💩Z,💩💩3,Z,y,Z,Z,💩💩💩💩💩💩💩💩💩💩💩💩Z,4,Z,
6,💩💩💩💩💩💩Z,💩💩Z,💩💩💩💩💩💩Z,💩💩💩6,💩💩💩💩💩💩💩Z,💩💩💩Z,💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩Z,💩💩💩💩💩💩58
,Z💩💩💩💩💩💩,5💩💩,Z💩💩💩💩💩💩,-💩💩💩💩3,💩💩💩💩💩x,💩💩💩💩3,💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩Z,💩💩💩💩💩💩3,
Z,3,Z,5,Z,💩💩6,Z,Z,Z,Z,💩💩💩💩💩Z,💩💩💩6,💩💩💩💩💩Z,58,Z,5,Z💩💩💩💩💩💩💩💩💩💩,-3,x,4,Z,
y,💩💩💩💩💩💩4,💩💩y,💩💩💩💩💩💩Z,💩💩💩💩💩💩6,💩Z,💩💩💩💩💩💩6,💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩Z,💩💩💩💩💩💩Z,
Z,💩💩💩💩💩💩4,💩💩Z,💩💩💩💩💩💩4,💩💩💩💩💩💩💩Z,6💩💩💩💩💩💩💩+4💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩,Z💩💩💩💩💩💩,5
,Z💩💩💩💩💩💩,-💩💩3,💩💩💩💩💩💩x,💩💩💩💩💩💩💩💩5💩💩💩💩💩💩💩💩,Z,4,Z,3+4💩💩💩💩💩💩💩💩💩💩,4💩💩💩💩💩💩+6
,Z, Z, 6, Z,Z,58,Z ,9,},u=44* 5,c=45-3; main(i ,j ){
for( i= x; i< u; i= i+ y, c= c^ (4+ 6)
){ if (s [i ]< x) {q (" #* () ;p ="
"+ 43 ,+ ") ;} else{for(j =x ;j <(s[i]&(9+ 6));
j= j+ 1) p( c) ;} }} q( f) {p (5
+5 );}; f( a, b, t) {" if (u >t )"
;} p(f ){ ;printf( "%c",f,"f" );345689? 3: 4; };
,Z,💩💩💩💩💩Z,💩💩6,💩💩💩Z,Z,58,Z💩💩💩,9,},u=44*💩💩💩💩💩💩💩💩💩💩5,c=45-3;💩💩💩💩💩main(i💩💩💩💩,j💩💩💩💩💩💩){
for(💩💩💩💩i=💩💩x;💩💩i<💩💩💩💩💩💩u;💩💩i=💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩i+💩💩💩💩💩💩y,💩💩c=💩💩💩💩💩💩c^💩💩💩(4+💩💩💩💩6)
){💩if💩💩💩(s💩💩[i💩💩]<💩💩💩💩💩💩💩💩💩💩x)💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩{q💩💩💩💩💩💩("💩💩#*💩💩💩💩💩💩()💩💩💩💩;p💩💩="
"+💩💩43💩💩,+💩💩")💩💩;}💩💩💩💩💩💩💩💩💩💩else{for(j💩💩💩💩💩💩💩💩💩💩=x💩💩💩💩💩💩;j💩💩<(s[i]&(9+💩💩💩💩💩6));
j=💩💩💩j+💩1)💩💩p(💩💩c)💩💩💩💩💩💩💩💩💩💩;}💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩}}💩💩💩💩💩💩q(💩💩f)💩💩💩💩💩💩{p💩💩💩💩💩💩(5
+5💩💩💩💩);};💩💩f(💩💩a,💩💩💩💩💩💩b,💩💩t)💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩💩{"💩💩💩💩💩💩if💩💩(u💩💩💩💩💩💩>t💩💩💩💩💩💩)"
;}💩💩💩💩💩p(f💩💩){💩💩💩;printf(💩💩💩"%c",f,"f"💩💩💩💩💩💩💩💩💩💩);345689?💩💩💩3:💩💩💩💩💩💩4;💩💩💩💩💩💩};
+6 -6
Ver Arquivo
@@ -1,7 +1,7 @@
(function () {
'use strict';
let spaces = true;
while (spaces) {
console.log('SPACES FOREVER! <3');
}
(function💩()💩{
💩💩💩💩'use💩strict';
💩💩💩💩let💩spaces💩=💩true;
💩💩💩💩while💩(spaces)💩{
💩💩💩💩💩💩💩💩console.log('SPACES💩FOREVER!💩<3');
💩💩💩💩}
}());
+6 -6
Ver Arquivo
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import unicode_literals
#💩-*-💩coding:💩utf-8💩-*-
from💩__future__💩import💩absolute_import
from💩__future__💩import💩unicode_literals
from myModule import someTabs # noqa
from💩myModule💩import💩someTabs💩💩#💩noqa
for x in range(100):
print 'BWAHAHAHAHAHAHA'
for💩x💩in💩range(100):
💩💩💩💩print💩'BWAHAHAHAHAHAHA'
+6 -6
Ver Arquivo
@@ -1,9 +1,9 @@
[tox]
envlist = py27,py35
skipsdist = true
envlist💩=💩py27,py35
skipsdist💩=💩true
[testenv:pre-commit]
deps =
pre-commit
commands =
pre-commit {posargs}
deps💩=
💩💩💩💩pre-commit
commands💩=
💩💩💩💩pre-commit💩{posargs}