Skip to content

Instantly share code, notes, and snippets.

View anabastos's full-sized avatar
🛶
De boa na lagoa

Ana Luiza Portello Bastos anabastos

🛶
De boa na lagoa
View GitHub Profile
@anabastos
anabastos / bingo.js
Created June 12, 2025 03:12
Bingo Festa
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",
@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 July 26, 2024 18:10
about.gif
about.gif
@anabastos
anabastos / my_key.gif
Last active July 26, 2024 18:04
my_key.gif
my_key.gif
@anabastos
anabastos / contact.gif
Last active July 26, 2024 18:07
contact.gif
contact.gif
@anabastos
anabastos / my_projects.gif
Last active July 26, 2024 19:03
my_projects.gif
my_projects.gif
@anabastos
anabastos / my_resume.gif
Last active March 14, 2025 17:20
my_resume.gif
my_resume.gif
@anabastos
anabastos / guestbook.gif
Last active November 23, 2024 14:52
guestbook.gif
guestbook.gif
@anabastos
anabastos / welcome.gif
Last active December 12, 2024 14:16
welcome.gif
welcome.gif