Skip to content
View darknessnerd's full-sized avatar
👽
👽
  • Konica Minolta Global R&D
  • Rome
Block or Report

Block or report darknessnerd

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. dyno-item dyno-item Public

    Vue3 Library Component for draggable and resizable items.

    JavaScript 5 1

  2. drop-zone drop-zone Public

    Vue3 Library Component for drag’n’drop file uploads with image previews.

    JavaScript 42 10

  3. snackbar-vue snackbar-vue Public

    JavaScript 2

  4. piapf piapf Public

    [WIP] Pia port forwarding automation for deluged

    C++ 1

  5. cmake_tutorials cmake_tutorials Public

    Cmake examples and tutorials

    CMake 4

  6. Build a JWT With a Private Key Build a JWT With a Private Key
    1
    const njwt = require('njwt');
    2
    
                  
    3
    const privateKey=`
    4
    -----BEGIN PRIVATE KEY-----
    5
    ...