Skip to content
View eddiezato's full-sized avatar
  • Toha Heavy Industries
  • Tanelorn

Block or report eddiezato

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. PowerShell [5.1+]: script to get Mic... PowerShell [5.1+]: script to get Microsoft Edge Offline Installers (can be extracted with 7zip)
    1
    # params
    2
    [CmdletBinding(DefaultParameterSetName="Casual")]
    3
    param (
    4
        [Alias("c")]
    5
        [Parameter(ParameterSetName = "Pro", Mandatory = $true)]
  2. pwsh_modules pwsh_modules Public

    PowerShell modules

    PowerShell

  3. PowerShell: script to test generatio... PowerShell: script to test generation loss (cjpeg, cjpegli, cjxl)
    1
    param (
    2
        [Alias('f')][string] $File = '0.png',
    3
        [Alias('i')][switch] $Images,
    4
        [Alias('v')][switch] $Video
    5
    )
  4. Python: script to download and extra... Python: script to download and extract chrome installer
    1
    import glob, json, msvcrt, os, requests, shutil, subprocess
    2
    _reset, _invert, _green, _red, _hidecur, _showcur, _up, _down = '\033[0m', '\033[7m', '\033[92m', '\033[91m', '\033[?25l', '\033[?25h', '\033[A', '\033[B'
    3
    r = '''{"request": { "protocol": "3.1", "dedup": "cr", "ismachine": 1,
    4
    "hw": { "physmemory": "16", "sse3": "1", "avx": "1" },
    5
    "os": { "platform": "win", "version": "10.0.22631", "arch": "x86_64" },
  5. eddiezato.github.io eddiezato.github.io Public

    HTML 1

  6. bingNTP bingNTP Public

    Local new tab page with bing image

    JavaScript