Skip to content
View DannyFGitHub's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report DannyFGitHub

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. pneumoCheck-Models-TFLite-COVID-Net pneumoCheck-Models-TFLite-COVID-Net Public

    Forked from lindawangg/COVID-Net

    COVID-Net Open Source Initiative

    Python 1

  2. Dangar-Island-VR-Photography Dangar-Island-VR-Photography Public

    Basic use of A-Frame A-Sky for VR Drone 360 Photography

    HTML

  3. supermedium/moonrider supermedium/moonrider Public

    🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.

    JavaScript 585 227

  4. BASH - Check every 2 seconds whether... BASH - Check every 2 seconds whether internet connection is up and speak text if online. Mac OS
    1
    #!/bin/bash
    2
    # One line: 
    3
    # still_offline=0 ; while [ $still_offline -eq 0 ]; do sleep 2; curl "http://google.com/" && say --voice="Samantha" Network Service Online && still_offline=1;  done;
    4
    
                  
    5
    still_offline=0
  5. ContinualAI/avalanche ContinualAI/avalanche Public

    Avalanche: an End-to-End Library for Continual Learning based on PyTorch.

    Python 1.8k 290