Skip to content
View j4ncp's full-sized avatar

Block or report j4ncp

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. Convert vcf (vcard) addressbook to a... Convert vcf (vcard) addressbook to an XML phonebook format that can be loaded (restored) in FritzBox web UI
    1
    #!/usr/bin/python3
    2
    
                  
    3
    from argparse import ArgumentParser
    4
    import xml.etree.ElementTree as ET
    5
    from time import time
  2. Helper script to generate a signed u... Helper script to generate a signed unified kernel image in Gentoo for systemd-boot
    1
    #!/bin/bash
    2
    
                  
    3
    # Author:  Jan C Peters
    4
    #
    5
    # Description:
  3. ddns-update-strato-ipv6 ddns-update-strato-ipv6 Public

    Scripts to automatically update a strato-hosted domain with the current global ipv6 address of the machine the script is run on.

    Shell

  4. financial-dashboard financial-dashboard Public

    A dashboard made with plotly dash, that sources its data from a GnuCash sqlite3 ledger file.

    Python

  5. qr-gen qr-gen Public

    QR code generator written in Rust

    Rust