Skip to content
View lud0v1c's full-sized avatar
👷
Building away
👷
Building away
Block or Report

Block or report lud0v1c

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. Open-CMSIS-Pack/cpackget Open-CMSIS-Pack/cpackget Public

    Open-CMSIS-Pack Package Installer

    Go 14 12

  2. Compiles a domain only, Pi-hole comp... Compiles a domain only, Pi-hole compatible list of domains for blocking purposes. Tested with Firebog's ticked lists.
    1
    #!/bin/bash
    2
    if [  $# -le 1  ]
    3
    then
    4
        echo "Needs two arguments: first is url to block lists and second is the desired filename for the aggregated list"
    5
        exit 1
  3. go-calendar-api go-calendar-api Public

    A small, fast Go API built with Gin to schedule meetings with candidates and interviewers.

    Go 1

  4. HDSCoin HDSCoin Public

    Byzantine-fault-tolerant virtual currency on a distributed system

    Java