Skip to content
View madkoding's full-sized avatar
🧩
Back to your reality
🧩
Back to your reality

Block or report madkoding

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. Pairing bluetooth devices in dual bo... Pairing bluetooth devices in dual boot with Linux Ubuntu and Windows 10/11
    1
    # Pairing Bluetooth Devices in Dual Boot with Linux Ubuntu and Windows 10/11
    2
    
                  
    3
    ## Introduction
    4
    This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.
    5
    
                  
  2. Install Docker-CE script for Deepin ... Install Docker-CE script for Deepin Linux
    1
    #!/bin/bash
    2
    
                  
    3
    echo "Starting Docker installation on Deepin Linux..."
    4
    
                  
    5
    # Define a mapping from Deepin version to Debian version
  3. Create proxy server for CORS issues ... Create proxy server for CORS issues (http-proxy package)
    1
    // Import required modules
    2
    const http = require("http");
    3
    const httpProxy = require("http-proxy");
    4
    
                  
    5
    // API target and proxy port configuration
  4. Python Script for Removing Duplicate... Python Script for Removing Duplicate Files (roms) Based on Levenshtein Distance
    1
    # Python Script for Removing Duplicate Files (roms) Based on Levenshtein Distance
    2
    
                  
    3
    This Python script identifies and removes duplicate files in a specified directory based on the Levenshtein distance between their names. Only the first file in each group of similar files is kept, and the rest are deleted. The script excludes directories and only processes files.
    4
    
                  
    5
    ## Requirements
  5. node-mongo-api node-mongo-api Public

    Node mongo api example

    JavaScript 1

  6. react-boilerplate react-boilerplate Public

    React boilerplate with eslint standard, craco path aliases, husky and jest preconfigured

    JavaScript 1