Skip to content
View 1208nn's full-sized avatar
  • Hangzhou
  • 16:26 (UTC +08:00)
Block or Report

Block or report 1208nn

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
1208nn/README.md

Hi there 👋

Pinned

  1. 乐课网助手:用于快速完成乐课网录播课学习任务,仅限学习交流,后果一概不负责 乐课网助手:用于快速完成乐课网录播课学习任务,仅限学习交流,后果一概不负责
    1
    # 乐课网助手
    2
    
    
    3
    用于快速完成乐课网录播课学习任务
    4
    
    
    5
    ### 安装
  2. function cdp.ps1 function cdp.ps1
    1
    function cdp {
    2
        $shell = New-Object -ComObject Shell.Application
    3
        $windows = $shell.Windows() | Where-Object { $_.FullName -eq 'C:\Windows\explorer.exe' && $_.LocationURL -match 'file:///' }
    4
        if ($windows.Count -eq 0) {
    5
            Write-Host "No window found"
  3. Shows the market value of all crime ... Shows the market value of all crime rewards. Thanks to https://greasyfork.org/scripts/476788
    1
    // ==UserScript==
    2
    // @name         Torn Crimes Rewards Value
    3
    // @namespace    https://github.com/1208nn
    4
    // @version      0.7.3
    5
    // @description  Shows the market value of all crime rewards. Thanks to https://greasyfork.org/scripts/476788
  4. n0env.py n0env.py
    1
    import winreg
    2
    from os import getcwd
    3
    
    
    4
    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Environment", 0, winreg.KEY_READ | winreg.KEY_WRITE)
    5
    path, _ = winreg.QueryValueEx(key, "Path")