Skip to content
View motheki's full-sized avatar

Block or report motheki

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