Skip to content
View PaulMarisOUMary's full-sized avatar

Organizations

@Warn-Group
Block or Report

Block or report PaulMarisOUMary

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
PaulMarisOUMary/README.md

Hi there 👋

  • I'm a jack of all trades

Pinned

  1. Discord-Bot Discord-Bot Public

    An advanced discord bot made with discord.py 2.3.2 Context commands, Views, Modals, Slash commands, Hybrid commands, Group commands, commands, database support, dynamic structure, socket interface,…

    Python 102 8

  2. Moon Moon Public

    Moon is a programming language project designed to provide an intuitive and human-readable syntax. The language is meant to be easily accessible to new programmers while offering flexibility and ex…

    Python 3

  3. Raspberry PI OS Lite: setting up, co... Raspberry PI OS Lite: setting up, configure, users, SSH, style, MOTD
    1
    # Index
    2
    - [Setup](#setup)
    3
        - [Rasp OS credentials](#default-raspberry-pi-os-credentials)
    4
        - [Keyboard configuration](#configure-keyboard-with-raspi-config)
    5
        - [Change the hostname](#change-the-hostname-with-raspi-config)
  4. Makefile: use arguments in the comma... Makefile: use arguments in the command line + help command
    1
    TARGETS := $(shell grep -E '^[a-zA-Z0-9 -]+:' $(MAKEFILE_LIST) | sort | awk -F ':.*' '{print $$1}')
    2
    ARGS = $(wordlist 2, $(words $(MAKECMDGOALS)), $(MAKECMDGOALS))
    3
    
                  
    4
    .DEFAULT_GOAL := help
    5