Skip to content
View codedipper's full-sized avatar

Block or report codedipper

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 Loading

  1. Ahwxorg/LibreY Ahwxorg/LibreY Public

    Forked from hnhx/librex

    Framework and JS free privacy respecting meta search engine

    PHP 192 28

  2. Ahwxorg/Binternet Ahwxorg/Binternet Public

    A custom Pinterest frontend, made in PHP.

    PHP 119 13

  3. LibreY-Tor LibreY-Tor Public

    Files and documentation to make proxying LibreY through Tor easier

    Dockerfile 1

  4. Terminal-only Alpine Linux in QEMU; ... Terminal-only Alpine Linux in QEMU; output directed to stdio
    1
    #!/bin/sh
    2
    
                  
    3
    PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
    4
    VHDD=alpinelinux-vm.qcow2
    5
    VCD=alpine-virt-3.20.3-x86_64.iso
  5. When compiling Vulkan components for... When compiling Vulkan components for SuperTuxKart 1.4 on newer versions of GCC (last tested with 14.2.1), you may see missing headers. This patch includes them.
    1
    diff --git a/lib/graphics_engine/include/vk_mem_alloc.h b/lib/graphics_engine/include/vk_mem_alloc.h
    2
    index bdb4ff576..df1f5d98f 100644
    3
    --- a/lib/graphics_engine/include/vk_mem_alloc.h
    4
    +++ b/lib/graphics_engine/include/vk_mem_alloc.h
    5
    @@ -2645,6 +2645,7 @@ remove them if not needed.