This file contains 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 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
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory | |
;; `+distribution'. For now available distributions are `spacemacs-base' | |
;; or `spacemacs'. (default 'spacemacs) | |
dotspacemacs-distribution 'spacemacs |
This file contains 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
rem Digite o numero e have fun | |
rem Nao suporta string nem floats então para de causar ae. | |
rem Fico imaginando o que foi o trabalho de vida de várias pessoas. | |
rem o cara que inventou a matemática booleana, depois teve os avanços no eletromagnetismo, as construções de maquinas analogicas e então digitais | |
rem anos de cooperação entre cientistas para criar os computadores, e linguagens de programação | |
rem fruto do trabalho conjunto da humanidade durante todo esse tempo | |
rem para chegar alguem e fazer um programa desses | |
@echo off |
NewerOlder