Skip to content
View dpar39's full-sized avatar

Block or report dpar39

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vscode-rest-controlvscode-rest-controlPublic

    VSCode automation via REST API

    TypeScript 7 1

  2. ppppppPublic

    A passport photo ID creation tool

    C++ 217 43

  3. vscode-catch2-test-adaptervscode-catch2-test-adapterPublic

    Forked from matepek/vscode-catch2-test-adapter

    TAEF, Catch2, Google Test and doctest Adapter for VSCode

    TypeScript

  4. pyqt5-image-viewer-starterpyqt5-image-viewer-starterPublic

    A simple project with infrastructure to develop desktop applications with PyQt5

    Python

  5. clp-wasmclp-wasmPublic

    TinLake LP solver

    C++ 4

  6. How to convert SVG to PNG or JPEGHow to convert SVG to PNG or JPEG
    1
    functionrenderPng(svgElmt,filename){
    2
    constvb=svgElmt.viewBox.baseVal;
    3
    constheight=vb.height;
    4
    constwidth=vb.width;
    5
    letsvgSerialized=newXMLSerializer().serializeToString(svgElmt);