Skip to content
View msvamp's full-sized avatar
😞
That's me
😞
That's me
  • 09:49 (UTC +05:30)

Highlights

  • Pro

Organizations

@codersera @Inator-LLP
Block or Report

Block or report msvamp

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

  1. openwrt openwrt Public

    Forked from openwrt/openwrt

    This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests…

    C

  2. Simple image resizing website in PHP Simple image resizing website in PHP
    1
    <?php
    2
    header('content-type: text/plain', true);
    3
    ini_set('display_errors', 0);
    4
    ini_set('log_errors', 1);
    5
    ini_set('error_log', 'error.log');
  3. No-IP DDNS Updater (Hotplug) No-IP DDNS Updater (Hotplug)
    1
    #!/bin/sh
    2
    [ "$ACTION" = ifup -o "$ACTION" = ifupdate ] || exit
    3
    
                  
    4
    T_DEV='pppoe-wan'
    5
    T_LOCK="/tmp/tmp/ddns_$T_DEV.lock"
  4. This will allow you to restore the t... This will allow you to restore the text-editing capabilities of the classic system Notepad, which is available as an optional Feature-on-Demand package in newer versions of Windows 10 and 11. This is typically useful, if you do not want to use the new notepad UWP package, and stick to the old notepad.
    1
    Windows Registry Editor Version 5.00
    2
    
                  
    3
    ; You must ensure that the "Microsoft-Windows-Notepad-System-FoD-Package"
    4
    ; optional package is installed and the notepad executable is present at
    5
    ; its usual location, i.e. at "C:\Windows\System32\notepad.exe"
  5. TCSProject-embedded TCSProject-embedded Public

    C++

  6. jiotv-android jiotv-android Public

    Mods for JioTV Android app

    6 3