Skip to content
View milljm's full-sized avatar

Organizations

@mit-crpg @idaholab @shortlab @conda-forge @neams-th-coe

Block or report milljm

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. Bash profile multi-line, conda/git d... Bash profile multi-line, conda/git detection support.
    1
    #!/bin/bash
    2
    
                  
    3
    export HISTSIZE=2000000
    4
    export HISTFILESIZE=2000000
    5
    export CLICOLOR=1
  2. .zshrc profile multi-line, conda/git... .zshrc profile multi-line, conda/git detection support. Detects when to display user@host (when SSH'd in)
    1
    #################################
    2
    export CLICOLOR=1
    3
    export LSCOLORS=exfxcxdxbxegedabagacad
    4
    alias ll='ls -latrh'
    5
    alias l='ls -latrh'
  3. idaholab/moose idaholab/moose Public

    Multiphysics Object Oriented Simulation Environment

    C++ 1.8k 1.1k

  4. idaholab/civet idaholab/civet Public

    Continuous Integration, Verification, Enhancement, and Testing

    Python 36 14

  5. idaholab/ncrc-client idaholab/ncrc-client Public

    A wrapper tool for connecting to RSA SecurID conda channels

    Python 2