#define true (rand() % 100 < 98)
My Gist
DanielAugusto191
Follow
💭
Yep
Matemática Computacional na Universidade Federal de Minas Gerais - UFMG
-
UFMG
- Ribeirao das Neves, Minas Gerais, Brasil
- https://www.linkedin.com/in/daniel-augusto-costa-de-s%C3%A1-788051a8/?locale=pt_BR
Pinned Loading
-
lac-dcc/Daedalus
lac-dcc/Daedalus PublicDaedalus is an LLVM pass that compresses code by identifying and extracting recurrent program slices.
-
Competitive_Programming
Competitive_Programming PublicSome solutions for programming competitive problems, mainly CodeForces.
C++
-
Bezier-Curves-with-SFML-RUST
Bezier-Curves-with-SFML-RUST PublicBezier Curves with graphics made in SFML-RUST, inspired on Freya Holmér video.
Rust
-
Convex-Hull_visualizer_SFML-RUST
Convex-Hull_visualizer_SFML-RUST PublicA Convex-Hull visualizer using Jarvis march algorith, on SFML RUST.
Rust
-
Archlinux Install.md
Archlinux Install.md 1## Download
23[ArchLinux](https://archlinux.org/download/)
4## Flash Install
5* cat _path/to/_archlinux-_version_-x86_64.iso > /dev/sdX (not the partition ie: /dev/sdb, not /dev/sdb1)
-
LLVM 17.md
LLVM 17.md 1LLVM stands for Low Level Virtual Machine is a compiler interface, that can represent and optimize some code like assembly.
23To compile to LLVM we can use:
4``` shell
5clang -S -emit-llvm {input} -o {output}.bc
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.