Skip to content
View mxpanf's full-sized avatar
🌌
Exploring the tech cosmos one commit at a time
🌌
Exploring the tech cosmos one commit at a time

Block or report mxpanf

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. mirea-final-qualifying-work mirea-final-qualifying-work Public

    📜 The MIREA final qualifying work on the topic of system for organization and issuance of verified digital diplomas on blockchain.

    TeX 8

  2. identmoji identmoji Public

    🫥 Unique Server Identifier (emoji + code) Generator

    C 1

  3. ASCII Art Collection. A curated coll... ASCII Art Collection. A curated collection of static and live ASCII art links, along with some fun terminal commands for weather forecasts and the classic 'Star Wars' episode in ASCII.
    1
    # Static ASCII Arts
    2
    curl -L git.io/ricex       # Rice
    3
    curl -L git.io/unix        # Unix logo
    4
    curl -L git.io/taco        # Taco
    5
    curl -L git.io/pizzza      # Pizza
  4. LinkedIn Links Cleaner. A simple Pyt... LinkedIn Links Cleaner. A simple Python script to parse (from text file), clean, and deduplicate LinkedIn profile links for easy management and further use.
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    # PEP-8
    4
    # Copyright (C) 2024 Maksim Panfilov <maks@panf.me>
    5
    # Licensed under https://opensource.org/license/mit License