Skip to content
View amdev01's full-sized avatar

Organizations

@LineageOS
Block or Report

Block or report amdev01

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. FloatingVolume FloatingVolume Public

    Change volume with a floating interface

    Java 24 5

  2. android_kernel_lge_v4xx-cakekernel android_kernel_lge_v4xx-cakekernel Public

    Forked from CyanogenMod/android_kernel_lge_v4xx

    C 2

  3. CollegeProjects CollegeProjects Public

    College Computer Science work

    C#

  4. make_rawpartition0 make_rawpartition0 Public

    C++ 1

  5. LuckyNumbersCppCMD LuckyNumbersCppCMD Public

    A repository for my computer science work

    C++

  6. very basic script for linode building very basic script for linode building
    1
    #!/bin/bash
    2
     
    3
    # update
    4
    sudo apt update && apt -y upgrade
    5