Skip to content
View ducc's full-sized avatar
  • UK

Organizations

@Da-Vinci @EpicGames @GenieBot @serenity-rs @DankBotList
Block or Report

Block or report ducc

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. gocardless-rs gocardless-rs Public

    An unofficial rust library to interact with the GoCardless Bank Account Data API

    Rust

  2. mars rover written in jq mars rover written in jq
    1
    def parse_direction_name: {
    2
      name: .,
    3
      ordinal: (
    4
        if . == "N" then 0 
    5
        elif . == "E" then 1 
  3. calories calories Public

    Exports your diary entries from Nutracheck into a mongodb instance

    Rust

  4. ratelimiter ratelimiter Public

    A simple thread safe golang x actions per minute rate limiter

    Go 3 1