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
| cat <<'EOF' | |
| :- | |
| ---= | |
| ----- | |
| ---- ----: | |
| =---.# ----: | |
| =---.# ----: | |
| ----.# ----- | |
| :=---------------:=:=:-==-= .++ .==:----:% ----: -=-------= | |
| ==--------------:====-.-=--:==-+-=--.----:% ----:-=-----------+ |
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
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| $os\ | |
| [ ★](fg:#cd4b87)\ | |
| $time\ | |
| [★ ](fg:#cd4b87)\ | |
| $username\ | |
| $directory\ | |
| [⋆✮](fg:#cd4b87)\ |
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
| const frasesBingo = { | |
| 1: "Começo de tudo", | |
| 2: "Patinho na lagoa", | |
| 3: "Três mosqueteiros", | |
| 4: "Quatro estações", | |
| 5: "Cinco dedos na mão", | |
| 6: "Meia dúzia", | |
| 7: "Numero da sorte", | |
| 8: "Oito tentáculos do polvo", | |
| 9: "Nove meses de gestação", |
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> | |
| <body> | |
| <canvas id="myCanvas" width="800" height="800"></canvas><br> | |
| <script> | |
| let xmin=-2,ymin=-2,scale=50; | |
| let x,y,i,xt; | |
| let cx,cy; | |
| let color; | |
| let canvas = document.getElementById('myCanvas'); | |
| let context = canvas.getContext('2d'); |
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
| ;; -*- mode: emacs-lisp; lexical-binding: t -*- | |
| ;; This file is loaded by Spacemacs at startup. | |
| ;; It must be stored in your home directory. | |
| ;; Fixar evil-want-keybinding ANTES que evil carregue. | |
| ;; Precisa estar ANTES de qualquer outra coisa, no scope global. | |
| (setq evil-want-keybinding nil) | |
| (defun dotspacemacs/layers () | |
| "Layer configuration: |
NewerOlder