Skip to content
View alvinlamweewah's full-sized avatar

Block or report alvinlamweewah

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

    Forked from mesquidar/ForensicsTools

    A list of free and open forensics analysis tools and other resources

    1

  2. AIGC-stable-diffusion-tutorial AIGC-stable-diffusion-tutorial Public

    Forked from ai-vip/stable-diffusion-tutorial

    全网最全Stable Diffusion全套教程,从入门到进阶,耗时三个月制作

  3. PythonDataScienceHandbook PythonDataScienceHandbook Public

    Forked from jakevdp/PythonDataScienceHandbook

    Python Data Science Handbook: full text in Jupyter Notebooks

    Jupyter Notebook

  4. SadTalker SadTalker Public

    Forked from OpenTalker/SadTalker

    [CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation

    Python

  5. Adb useful commands list Adb useful commands list
    1
    Hi All!
    2
    
                  
    3
    I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
    4
    Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
    5
    One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
  6. If you need to learn how to use ADB ... If you need to learn how to use ADB this quick guide help you to learn how you can use it.
    1
    # A quick tour inside your Android smatrphone with ADB
    2
    
                  
    3
    In this quick guide, we will learn what `ADB` (**Android Debug Bridge**) is and explore its options through a simple example. it should provid enough to understanding of how it works ;)
    4
    
                  
    5
    If you aren't familiar with it, this tool allows us to explore the inner workings of our Android smartphone, like a hacker (not literally, of course), without requiring root access. it enable various task such as installing and debugging applications, transferring files, and executing shell commands on the device.