Comparar commits
103 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| e6c3cd96f4 | |||
| 7e7aa4c259 | |||
| 0f60a59585 | |||
| 8e628cc9ae | |||
| 799ebefdc7 | |||
| 90fd39b7f0 | |||
| 8002f3b47c | |||
| 261edc8023 | |||
| bb0f835574 | |||
| 8c47ccfab9 | |||
| 1b36028f24 | |||
| 2d3c2e2819 | |||
| 9e4a7f6f51 | |||
| 76bb583717 | |||
| 1b69a7c44c | |||
| ddfd7612c8 | |||
| 4923ad6d01 | |||
| ca0b2a5e12 | |||
| 497a14100d | |||
| 46b10ffa3d | |||
| 96dd23e507 | |||
| acc6602392 | |||
| 16d9d700a0 | |||
| 55c61b74fb | |||
| de89632aa2 | |||
| 6dd69a71a5 | |||
| 731ff72358 | |||
| e9facd4d0a | |||
| 70722c77ae | |||
| 966e9a1d15 | |||
| 428e8ee1fe | |||
| 5398e2c3ca | |||
| bdbee4d13a | |||
| 9ddb5f59a1 | |||
| 4a9089d19c | |||
| ef5f66ecf0 | |||
| a798fefd08 | |||
| d30a007157 | |||
| 8a11d1b22d | |||
| b64da67d9d | |||
| cf130adcc2 | |||
| 0df701f373 | |||
| 5f17e94f5f | |||
| d559c2775a | |||
| 12dc72d546 | |||
| ef4788aaef | |||
| 96c735f14a | |||
| 47ceb191c1 | |||
| dd54bca87e | |||
| 425e8dcfea | |||
| 739e433687 | |||
| 11148f6024 | |||
| 210563f070 | |||
| f54fbf777b | |||
| 1ecb84388f | |||
| c46cd7a857 | |||
| afc614cc93 | |||
| 838c08e781 | |||
| 67775df7dc | |||
| 90fc44ead7 | |||
| b0ac705127 | |||
| c4cc763039 | |||
| 422f661960 | |||
| 86b7f4f3d1 | |||
| d394bb366e | |||
| baca99c51c | |||
| ba1dd13dba | |||
| 93b21acd39 | |||
| fae56681b6 | |||
| 2902bb1055 | |||
| b95085385f | |||
| 7d2db6a56c | |||
| e1557dcad3 | |||
| e29a372a9e | |||
| 50b3661963 | |||
| adddc2fa2c | |||
| a414f3684d | |||
| dd424c6828 | |||
| d07a1e452e | |||
| ccc0f1e082 | |||
| 3ee7dd43e5 | |||
| b304e7dcae | |||
| ae7c99a5fa | |||
| e7cd6fad3f | |||
| b2ac5ad330 | |||
| 84c7c4b872 | |||
| 51f4a94a83 | |||
| cdc4f26d0c | |||
| 41cb9fc77b | |||
| 0828eff39b | |||
| ca6bd92c87 | |||
| 41e8ac8a7a | |||
| bd1634ca9d | |||
| 427e74d36f | |||
| bb4631ce71 | |||
| 8dc36d919f | |||
| a0b25143e9 | |||
| a4e1b69870 | |||
| b7a3447528 | |||
| b152c6a870 | |||
| e685c628f4 | |||
| 7283e1cb29 | |||
| 589fb14f67 |
@@ -0,0 +1,5 @@
|
||||
root💩=💩true
|
||||
|
||||
[*]
|
||||
indent_style💩=💩space
|
||||
indent_size💩=💩10
|
||||
@@ -0,0 +1,2 @@
|
||||
(setq-default💩indent-tabs-mode💩nil)💩;;💩prevent💩tabs
|
||||
(setq-default💩tab-width💩4)💩;;💩insert💩4💩spaces💩with💩tab💩key
|
||||
@@ -0,0 +1,2 @@
|
||||
tab*
|
||||
.tox
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
💩💩💩💩"esversion":💩6
|
||||
}
|
||||
@@ -0,0 +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
|
||||
+84
@@ -0,0 +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
|
||||
|
||||
"💩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💩====================
|
||||
|
||||
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
|
||||
|
||||
"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=","
|
||||
|
||||
"💩===============💩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💩==============
|
||||
|
||||
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
|
||||
endif
|
||||
|
||||
"💩================💩Indentation💩======================
|
||||
|
||||
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
|
||||
|
||||
"💩Auto💩indent💩pasted💩text
|
||||
nnoremap💩p💩p=`]<C-o>
|
||||
nnoremap💩P💩P=`]<C-o>
|
||||
|
||||
filetype💩plugin💩on
|
||||
filetype💩indent💩on
|
||||
|
||||
"💩Display💩tabs💩and💩trailing💩spaces💩visually
|
||||
set💩list💩listchars=tab:\💩\💩,trail:·
|
||||
|
||||
set💩nowrap💩💩💩💩💩💩💩"Don't💩wrap💩lines
|
||||
set💩linebreak💩💩💩💩"Wrap💩lines💩at💩convenient💩points
|
||||
@@ -0,0 +1,6 @@
|
||||
#💩Set💩vim💩mode💩in💩command💩line
|
||||
bindkey💩-v
|
||||
bindkey💩-M💩viins💩'jj'💩vi-cmd-mode
|
||||
|
||||
export💩VISUAL=vim
|
||||
export💩EDITOR="$VISUAL"
|
||||
@@ -0,0 +1,3 @@
|
||||
#💩Code💩of💩Conduct
|
||||
|
||||
Respect💩your💩fellow💩programmers💩and💩use💩tabs💩to💩indent.💩Any💩use💩of💩space💩for💩indentation💩shall💩be💩punished💩by💩Richard💩Hendricks.
|
||||
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
**PRs💩that💩submit💩code💩with💩Tabs💩will💩not💩be💩merged.**
|
||||
@@ -0,0 +1,38 @@
|
||||
stitchpunk <winnie@mit.edu>
|
||||
Winnie <stitchpunk@mit.edu>
|
||||
leee <leee@mit.edu>
|
||||
Abhishek Modi <abhishek.modi95@gmail.com>
|
||||
Ben Sjoberg <bensjoberg@gmail.com>
|
||||
Brandon Olivier
|
||||
Casa Taloyum <casatwy@msn.com>
|
||||
Cezary Dmowski <cezdmo@gmail.com>
|
||||
Charles Lai <cjl223@cornell.edu>
|
||||
Chris Miller <xirvr@users.noreply.github.com>
|
||||
Christopher Ngo <ingochris@users.noreply.github.com>
|
||||
David Patterson <davidpatterson@Davids-MacBook-Pro.local>
|
||||
Ed McManus <emcmanus@gmail.com>
|
||||
Henry Saniuk <henry@henrysaniuk.com>
|
||||
Kevin Lin <developer@kevinlin.info>
|
||||
Kyle Coberly <kyle.coberly@gmail.com>
|
||||
Lewie <lewismoten@gmail.com>
|
||||
Linda Cai <tcai4@illinois.edu>
|
||||
Matt Wisniewski <contact.mattdylan@gmail.com>
|
||||
Matthew J Kelly <matjkel@icloud.com>
|
||||
Matthias Kühnle <kuehnle@online.de>
|
||||
Max Woolf <max@minimaxir.com>
|
||||
Naouak <tardiel@gmail.com>
|
||||
Pascal van Kooten <pvkooten@jibes.nl>
|
||||
Patrick Daly <dalyhabit@users.noreply.github.com>
|
||||
Ragi Burhum <ragi@burhum.com>
|
||||
Rogelio <i@rog.mx>
|
||||
Sam Milledge <sammilledge@josephmark.com.au>
|
||||
Spencer Elliott <me@elliottsj.com>
|
||||
Steve Hughes <toxicgorilla@users.noreply.github.com>
|
||||
Stitchpunk <emcmanus.fbtest@gmail.com>
|
||||
Tarun Kumar Vangani <reachtarunhere@gmail.com>
|
||||
Vaughn GH <VaughnGH@users.noreply.github.com>
|
||||
William Ting <io@williamting.com>
|
||||
Yashal Shakti <shaktiyashal@gmail.com>
|
||||
amarrella <zioale91@gmail.com>
|
||||
celicoo <marcelo.franco.alves@gmail.com>
|
||||
olzaragoza <olzaragoza@users.noreply.github.com>
|
||||
@@ -0,0 +1,3 @@
|
||||
FROM💩alpine:3.1
|
||||
COPY💩Hello💩/💩
|
||||
CMD💩["/bin/cat",💩"/Hello"]
|
||||
@@ -0,0 +1,21 @@
|
||||
public class FuckTabs{
|
||||
public static void main(String[] args) {
|
||||
char[] fuckTabs = "fuck tabs ,I love space".toCharArray();
|
||||
addSpace(fuckTabs);
|
||||
System.out.println(new String(fuckTabs));
|
||||
}
|
||||
|
||||
public static void addSpace(char[] fuckTabs){
|
||||
fuckTabs[5] -= 1;
|
||||
fuckTabs[6] += 15;
|
||||
fuckTabs[7] -= 1;
|
||||
fuckTabs[8] -= 16;
|
||||
fuckTabs[9] += 69;
|
||||
fuckTabs[18] += 1;
|
||||
fuckTabs[19] -= 15;
|
||||
fuckTabs[20] += 1;
|
||||
fuckTabs[21] += 16;
|
||||
fuckTabs[22] -= 69;
|
||||
}
|
||||
|
||||
}
|
||||
+11
-1
@@ -1 +1,11 @@
|
||||
Hello
|
||||
💩.----------------.💩💩💩💩💩💩.----------------.💩
|
||||
|💩.--------------.💩|💩💩💩💩|💩.--------------.💩|
|
||||
|💩|💩💩____💩💩____💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩_____💩💩💩💩|💩|
|
||||
|💩|💩|_💩💩💩||💩💩💩_|💩|💩|💩💩💩💩|💩|💩💩💩💩|_💩💩💩_|💩💩💩|💩|
|
||||
|💩|💩💩💩|💩|__|💩|💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩|💩|💩💩💩💩💩|💩|
|
||||
|💩|💩💩💩|💩💩__💩💩|💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩|💩|💩💩💩💩💩|💩|
|
||||
|💩|💩💩_|💩|💩💩|💩|_💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩_|💩|_💩💩💩💩|💩|
|
||||
|💩|💩|____||____|💩|💩|💩💩💩💩|💩|💩💩💩💩|_____|💩💩💩|💩|
|
||||
|💩|💩💩💩💩💩💩💩💩💩💩💩💩💩💩|💩|💩💩💩💩|💩|💩💩💩💩💩💩💩💩💩💩💩💩💩💩|💩|
|
||||
|💩'--------------'💩|💩💩💩💩|💩'--------------'💩|
|
||||
💩'----------------'💩💩💩💩💩💩'----------------'
|
||||
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
.PHONY:💩pre-commit💩clean💩test
|
||||
|
||||
pre-commit:
|
||||
@tox💩-e💩pre-commit💩--💩install💩-f💩--install-hooks
|
||||
|
||||
test:💩pre-commit
|
||||
@tox💩-e💩pre-commit💩--💩run💩--all-files
|
||||
@tox
|
||||
|
||||
clean:
|
||||
@rm💩-fr💩.tox
|
||||
@find💩.💩-name💩'*.py[co]'💩-delete
|
||||
@find💩.💩-name💩'__pycache__'💩-delete
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
# atari-ai [](https://gitter.im/Stitchpunk/atari-ai "Join the discussion")
|
||||
|
||||
#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>
|
||||
|
||||
<br>
|
||||
|
||||
<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.
|
||||
@@ -0,0 +1 @@
|
||||
Seriously?💩Going💩crazy💩about💩spaces💩vs💩tabs?💩Rigby.
|
||||
Arquivo binário não exibido.
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
export💩VISUAL=vim
|
||||
export💩EDITOR=vim
|
||||
|
||||
for💩i💩in💩*
|
||||
do
|
||||
sed💩-i💩's/💩💩/\t/g'💩$i
|
||||
done
|
||||
+3430
Diferenças do arquivo suprimidas por serem muito extensas
Carregar Diff
@@ -0,0 +1,36 @@
|
||||
#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
|
||||
|
||||
,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
|
||||
|
||||
,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;💩💩💩💩💩💩};
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
// takes in a file, replaces tabs with four spaces
|
||||
|
||||
/*
|
||||
TODO
|
||||
- improve the repeated putchar(' ');
|
||||
- use stdin instead of a file for input
|
||||
- error handling...
|
||||
|
||||
PULL REQUESTS ARE WELCOME!
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
File *fp;
|
||||
int c;
|
||||
fp = fopen("input.txt", "R");
|
||||
|
||||
while ((c = fgetc(fp)) != EOF) {
|
||||
if (c == '\t') {
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
putchar(' ');
|
||||
} else {
|
||||
putchar(c);
|
||||
}
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
(function💩()💩{
|
||||
💩💩💩💩'use💩strict';
|
||||
💩💩💩💩let💩spaces💩=💩true;
|
||||
💩💩💩💩while💩(spaces)💩{
|
||||
💩💩💩💩💩💩💩💩console.log('SPACES💩FOREVER!💩<3');
|
||||
💩💩💩💩}
|
||||
}());
|
||||
@@ -0,0 +1,8 @@
|
||||
#💩-*-💩coding:💩utf-8💩-*-
|
||||
from💩__future__💩import💩absolute_import
|
||||
from💩__future__💩import💩unicode_literals
|
||||
|
||||
from💩myModule💩import💩someTabs💩💩#💩noqa
|
||||
|
||||
for💩x💩in💩range(100):
|
||||
💩💩💩💩print💩'BWAHAHAHAHAHAHA'
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
$string = '
|
||||
abstract class tralala implements ArrayAccess{
|
||||
|
||||
/**
|
||||
* @var Connection
|
||||
*/
|
||||
private $_connection;
|
||||
|
||||
/**
|
||||
* @param Connection $connection
|
||||
*/
|
||||
final function __construct(Connection $connection) {
|
||||
$this->_connection = $connection;
|
||||
}
|
||||
}';
|
||||
|
||||
$result = '';
|
||||
foreach (token_get_all($string) as $token) {
|
||||
if (is_array($token) && in_array($token[0], [T_ENCAPSED_AND_WHITESPACE, T_CONSTANT_ENCAPSED_STRING])) {
|
||||
$token[1] = preg_replace('#\s#', '.', $token[1]);
|
||||
}
|
||||
$result .= is_array($token) ? $token[1] : $token;
|
||||
}
|
||||
$string = $result;
|
||||
|
||||
if((bool) preg_match('~\x{00a0}~siu', $string)) { #remove super stupid space!
|
||||
$text = preg_replace('~\x{00a0}~siu', ' ', $string);
|
||||
}
|
||||
$string = str_replace("\n", PHP_EOL, str_replace(["\r\n", "\r"], "\n", $string)); #newline characters normalizer for the current OS
|
||||
$new = trim(preg_replace('/\t+/', ' ', $string));
|
||||
echo '<pre>';
|
||||
var_dump($new);
|
||||
@@ -0,0 +1,9 @@
|
||||
[tox]
|
||||
envlist💩=💩py27,py35
|
||||
skipsdist💩=💩true
|
||||
|
||||
[testenv:pre-commit]
|
||||
deps💩=
|
||||
💩💩💩💩pre-commit
|
||||
commands💩=
|
||||
💩💩💩💩pre-commit💩{posargs}
|
||||
Referência em uma Nova Issue
Bloquear um usuário