Skip to content
View motheki's full-sized avatar
Block or Report

Block or report motheki

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. rust-passmaker rust-passmaker Public

    Cryptographically random password generator for the terminal

    Rust

  2. python-passmaker python-passmaker Public

    Python

  3. diresh-shrestha/RaiderMatcher diresh-shrestha/RaiderMatcher Public

    A discord bot for college students

    JavaScript 1 1

  4. Simple python program to create a lo... Simple python program to create a localhost web server.
    1
    from socket import *
    2
    
    
    3
    import sys 
    4
    
    
    5
    serverSocket = socket(AF_INET, SOCK_STREAM) 
  5. array addition with threading array addition with threading
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <unistd.h>
    4
    #include <pthread.h>
    5