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...
    1
    #!/bin/bash
    2
    
                  
    3
    export HISTSIZE=2000000
    4
    export HISTFILESIZE=2000000
    5
    export CLICOLOR=1
  2. .zshrc profile multi-line, conda/git...
    1
    #################################
    2
    export CLICOLOR=1
    3
    export LSCOLORS=exfxcxdxbxegedabagacad
    4
    alias ll='ls -latrh'
    5
    alias l='ls -latrh'
  3. idaholab/moose Public

    Multiphysics Object Oriented Simulation Environment

    C++ 1.9k 1.1k

  4. idaholab/civet Public

    Continuous Integration, Verification, Enhancement, and Testing

    Python 36 14

  5. idaholab/ncrc-client Public

    A wrapper tool for connecting to RSA SecurID conda channels

    Python 2

  6. Kokoro txt --> speech
    1
    #!/usr/bin/env python3
    2
    """ a quick text to speech tool """
    3
    import os
    4
    import sys
    5
    import argparse