Skip to content
View ConnorTech's full-sized avatar

Block or report ConnorTech

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. jitsi-meet jitsi-meet Public

    Forked from jitsi/jitsi-meet

    Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

    JavaScript

  2. meeting meeting Public

    A simple one on one video chat. It uses googles public STUN server to handle communications.

    JavaScript 1

  3. Practical-Ethical-Hacking-Resources Practical-Ethical-Hacking-Resources Public

    Forked from TCM-Course-Resources/Practical-Ethical-Hacking-Resources

    Compilation of Resources from TCM's Udemy Course

    Shell

  4. A basic .vimrc file that will serve ... A basic .vimrc file that will serve as a good template on which to build.
    1
    " Don't try to be vi compatible
    2
    set nocompatible
    3
    
                  
    4
    " Helps force plugins to load correctly when it is turned back on below
    5
    filetype off