Skip to content
View jhx0's full-sized avatar
๐Ÿ˜ˆ
Stay Open!
๐Ÿ˜ˆ
Stay Open!
Block or Report

Block or report jhx0

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

๐Ÿ‘‹

#include <stdio.h>
#include <stdlib.h>

#define NAME "jhx"
#define HOME "Earth"

int main(void) {
    (void)fprintf(stdout, 
                "Hello, my name is %s and I'm from %s!\n",
                NAME, HOME);

    return EXIT_SUCCESS;
}

and...

$ echo "Check out my projects and have fun!"

...last but not least:

$ python -c 'print("Stay Open!")'

Pinned

  1. bsdfetch bsdfetch Public

    A tool to show information about a running FreeBSD/OpenBSD/MidnightBSD/NetBSD/DragonflyBSD system

    C 30 7

  2. freebsd-server-playbook freebsd-server-playbook Public

    A playbook to configure a FreeBSD server system

    Jinja 5 1

  3. debian-desktop-playbook debian-desktop-playbook Public

    Ansible Playbook to deploy a Debian desktop

    Jinja 10

  4. debian-base-server-playbook debian-base-server-playbook Public

    Basic server Playbook for Debian based systems

    Jinja 6

  5. NonStop NonStop Public

    Stop users from shutting down a running Windows system

    C# 2

  6. pkgsearch pkgsearch Public

    Simple little script to search for packages from a OpenBSD package repository

    Python 10 3