Hi, Dornelles Here! 🤠 🇧🇷
RodrigoDornelles
Follow
IEEE 754
FREE AS IN FREEDOM
- Porto Alegre, RS, Brasil
-
05:58
(UTC -03:00) - https://rodrigodornelles.github.io
- https://www.tiktok.com/@dornellestv
Highlights
Pinned Loading
-
pwa-chrfonts
pwa-chrfonts Publicrun in your browser! thats a editor utility to change your fonts sprites in tilesets and homebrews/rackrom games. (currently only NES)
-
gamelly/gly-engine
gamelly/gly-engine PublicA cross-platform embeddable lua game engine such as ginga, pc, mobile, browser and its own console like a Wii clone.
-
psywave-games/coco-battle-royale-2
psywave-games/coco-battle-royale-2 PublicCoco Battle Royale II ココバトル (kokobatoru) 2 is a homebrew game for nintendo years 80 console, distributed as free software.
Assembly 20
-
from scratch object-oriented recreat...
from scratch object-oriented recreation based on the functional paradigm. 1<?php
23$class = call_user_func(function () {
4$objects = [];
5 -
from scratch boolean logic recreatio...
from scratch boolean logic recreation based on the pure functional paradigm and lambda calculus. 1const TRUE = (p) => (q) => (p)
2const FALSE = (p) => (q) => (q)
3const OR = (p) => (q) => p(p)(q)
4const NOT = (p) => (p)(FALSE)(TRUE)
5const AND = (p) => (q) => (p)(q)(FALSE)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.