Skip to content

Instantly share code, notes, and snippets.

View anabastos's full-sized avatar
😭
Sad and Brazilian

Ana Luiza Portello Bastos anabastos

😭
Sad and Brazilian
View GitHub Profile
@anabastos
anabastos / brisa.html
Created August 23, 2020 07:48
Animacao de fractal colorido em canvas
<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');
@anabastos
anabastos / dot.el
Last active November 8, 2023 08:49
(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
@anabastos
anabastos / about.gif
Last active October 27, 2022 00:27
about.gif
about.gif
@anabastos
anabastos / my_key.gif
Last active August 29, 2022 18:58
my_key.gif
my_key.gif
@anabastos
anabastos / contact.gif
Last active October 5, 2023 02:08
contact.gif
contact.gif
@anabastos
anabastos / my_projects.gif
Last active January 17, 2023 07:11
my_projects.gif
my_projects.gif
@anabastos
anabastos / my_resume.gif
Last active April 26, 2021 22:18
my_resume.gif
my_resume.gif
@anabastos
anabastos / guestbook.gif
Last active May 5, 2023 17:28
guestbook.gif
guestbook.gif
@anabastos
anabastos / welcome.gif
Last active March 3, 2022 19:29
welcome.gif
welcome.gif
@anabastos
anabastos / pipimaker.bat
Last active May 10, 2020 00:54
Meu primeiro Programa util 2014
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