Skip to content
View BertalanD's full-sized avatar

Organizations

@llvm @SerenityOS @EotvosCollegium @kodkupa
Block or Report

Block or report BertalanD

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

Pinned

  1. SerenityOS/serenity SerenityOS/serenity Public

    The Serenity Operating System 🐞

    C++ 29.1k 3.1k

  2. llvm/llvm-project llvm/llvm-project Public

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    26.2k 10.7k

  3. GSoC 2022 Final Report: Improvements... GSoC 2022 Final Report: Improvements to the Mach-O LLD linker
    1
    # GSoC 2022 Final Report: Improvements to the Mach-O LLD linker
    2
    
                  
    3
    During the summer of 2022, I took part in [Google Summer of Code](https://summerofcode.withgoogle.com/), where I contributed to the [Mach-O port](https://lld.llvm.org/MachO/index.html) of the LLD linker (`ld64.lld`) on behalf of the Chromium project.
    4
    
                  
    5
    Mach-O is the executable format used by Apple's operating systems, and the Chromium browser is built using LLVM and its open-source LLD linker for all platforms. The goal with my contributions was to benefit both the Chromium project and its developers, and the developer community at large.
  4. Benchmark public DNS resolvers again... Benchmark public DNS resolvers against your own
    1
    #!/bin/sh
    2
    
                  
    3
    command -v bc >/dev/null || {
    4
        echo "bc was not found. Please install bc."
    5
        exit 1