Skip to content
View ComradeCat24's full-sized avatar

Block or report ComradeCat24

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. bspwm-dotfiles bspwm-dotfiles Public

    Shell 20 1

  2. iFrame-SSO iFrame-SSO Public

    Using iFrame to communicate Single Sign-On Tokens in React App

  3. A project to understand "redux" lib A project to understand "redux" lib
    1
    console.clear();
    2
    
                  
    3
    // People dropping off a form (Action Creators)
    4
    const createPolicy = (name, amount) => {
    5
      return { // Action (a form in our analogy)
  4. Docker installation for linux mint 2... Docker installation for linux mint 20 ulyana
    1
    #!/bin/bash
    2
    
                  
    3
    sudo apt-get update
    4
    
                  
    5
    echo "# install dependencies"