Skip to content
View hdevilbiss's full-sized avatar
☀️
☀️
  • U.S.A.
Block or Report

Block or report hdevilbiss

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

Hello / Bonjour / Hallo / 大家好! 👋

⚡ Stats

Top Langs

Pinned

  1. Collection of commands. WP CLI, Linu... Collection of commands. WP CLI, Linux, Git
    1
    # List of Favorite Commands
    2
    
                  
    3
    ## Linux
    4
    
                  
    5
    Install [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to get a Linux shell for Windows.
  2. Visual Basic functions to use with N... Visual Basic functions to use with Named References (under Formulas > Name Manager)
    1
    ' Some custom Visual Basic functions that I like to use
    2
    
                  
    3
    ' User MikeD on https://stackoverflow.com/a/37611071/12621376
    4
    ' Check whether a given string is a valid name in Activeworkbook.names
    5
    Function isNamedRange(ByVal rangeName As String)
  3. Linux shell script to sync WordPress... Linux shell script to sync WordPress assets down from production in 2 clicks.
    1
    #!/bin/bash
    2
    
                  
    3
    # A Linux shell script to remotely sync WordPress assets down from production in only 2 clicks.
    4
    # Useful when syncing sites that use third-party themes or plugins which are not available from public repositories.
    5
    # To run this script, invoke its filename using the `bash` command. `bash rsync-wp.sh`
  4. js-capstone js-capstone Public

    Solutions to the 5 final projects for the freeCodeCamp JavaScript Algorithms and Data Structures certificate.

    JavaScript

  5. php-mvc php-mvc Public

    MVC sandbox using core PHP, jQuery, HTML with Twig templating, and Bootstrap

    PHP 1

  6. react-music-player react-music-player Public

    A stylish music player built with React.js that hotlinks music from chillhop.com

    JavaScript 1