Skip to content
View earnhardt3rd's full-sized avatar
Block or Report

Block or report earnhardt3rd

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

trophy

πŸ“Š GitHub Stats:

πŸ’» Tech Stack:

C# HTML5 JavaScript Markdown Python TypeScript Shell Script Azure .Net NPM NodeJS React Yarn Bootstrap Nginx MariaDB MicrosoftSQLServer MySQL SQLite Ansible Arduino Docker Raspberry Pi Perl Open Stack AWS IBM

🌐 Socials:

LinkedIn Stack Overflow Twitter

Jokes Card

Profile View Counter

Pinned

  1. earnhardt3rd.github.io earnhardt3rd.github.io Public

  2. goworld goworld Public

    Another Go Repo to say Hello

    Go

  3. frank-earnhardt/myPerl frank-earnhardt/myPerl Public

    Just a place to hold a few perl scripts and learn GitHub

    Perl

  4. perl-fromARRAY.pl perl-fromARRAY.pl
    1
    sub fromARRAY {
    2
        print "  =============== FROM ARRAY ===============\n" if $DEBUG > 0;
    3
        my @ARRAY = @_;
    4
        if (scalar(@ARRAY) <= 0) {return;}
    5
        my @RETURN;