Skip to content
View pcast01's full-sized avatar

Block or report pcast01

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. pcast01.github.io pcast01.github.io Public

    Coding blog about coding in C#, javascript and Powershell.

    CSS 1

  2. poshscripts poshscripts Public

    Powershell scripts

    PowerShell

  3. 376888/376888.github.io 376888/376888.github.io Public

    Tech Blog for paul b castillo.

    HTML

  4. sacodersunited/react-slidedeck sacodersunited/react-slidedeck Public archive

    BTS talk on React

    JavaScript

  5. azraelsdomain azraelsdomain Public

    my blog about all things programming and scripting.

    JavaScript

  6. createNextGenImageFormats.ps1 createNextGenImageFormats.ps1
    1
    $magick = 'C:\Program Files\ImageMagick-7.0.3-Q16\magick.exe'
    2
    
                  
    3
    # Create the folder to store Next Gen images
    4
    $currentPath = Get-Location
    5
    New-Item -ItemType Directory -Force -Path "$($currentPath)\Images\JP2Files\"