Skip to content
View DanielAugusto191's full-sized avatar
💭
Yep
💭
Yep

Block or report DanielAugusto191

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DanielAugusto191/README.md

#define true (rand() % 100 < 98)
My Gist

Pinned Loading

  1. lac-dcc/Daedalus lac-dcc/Daedalus Public

    Daedalus is an LLVM pass that compresses code by identifying and extracting recurrent program slices.

    C++ 21 1

  2. Competitive_Programming Competitive_Programming Public

    Some solutions for programming competitive problems, mainly CodeForces.

    C++

  3. Bezier-Curves-with-SFML-RUST Bezier-Curves-with-SFML-RUST Public

    Bezier Curves with graphics made in SFML-RUST, inspired on Freya Holmér video.

    Rust

  4. Convex-Hull_visualizer_SFML-RUST Convex-Hull_visualizer_SFML-RUST Public

    A Convex-Hull visualizer using Jarvis march algorith, on SFML RUST.

    Rust

  5. Archlinux Install.md Archlinux Install.md
    1
    ## Download
    2
    
                  
    3
    [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)
  6. LLVM 17.md LLVM 17.md
    1
    LLVM stands for Low Level Virtual Machine is a compiler interface, that can represent and optimize some code like assembly.
    2
    
                  
    3
    To compile to LLVM we can use:
    4
    ``` shell
    5
    clang -S -emit-llvm {input} -o {output}.bc