Skip to content
View jdmallen's full-sized avatar

Block or report jdmallen

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. dell-ipmi-fan-control-monitor dell-ipmi-fan-control-monitor Public

    A .NET 5.0 service that monitors the temperature of a Dell PowerEdge R620 and automatically engages or disengages static fan control based on temperature, in order to control noise in a homelab.

    C# 39 7

  2. wedding-planner-app wedding-planner-app Public

    My Wedding Planner application

    C#

  3. My complete .gitconfig file that I t... My complete .gitconfig file that I take everywhere I go. I included comments for all my aliases that aren't obvious.
    1
    [user]
    2
    	name = J.D. Mallen
    3
    	email =
    4
    	# uncomment the below to add a GPG signing key
    5
    	#signingkey =
  4. My .bashrc file that I use in Window... My .bashrc file that I use in Windows alongside the PowerShell profile, which loads a common SSH agent for git
    1
    # Starts an SSH agent for use with git.
    2
    # I designed this to share the same agent between PowerShell and Git Bash.
    3
    # Make sure you set $GIT_SSH at the User or System level to point to 
    4
    # whichever ssh-agent.exe PowerShell is using, or else this won't work.
    5
    function start_agent {
  5. My personal PowerShell profile-- thi... My personal PowerShell profile-- think of it as a `.bashrc` file for PS-- that loads a common SSH agent for git
    1
    # Gives me git info in the shell when in git directories
    2
    Import-Module posh-git
    3
    
                  
    4
    # Simple function to tell me if I'm in an admin window or not
    5
    Function Test-Elevated
  6. coding-exercises coding-exercises Public

    C#