milljm - Overview
-
14:08
(UTC -06:00)
Pinned Loading
-
Bash profile multi-line, conda/git d...
Bash profile multi-line, conda/git detection support. 1
#!/bin/bash2
3
export HISTSIZE=20000004
export HISTFILESIZE=20000005
export CLICOLOR=1 -
.zshrc profile multi-line, conda/git...
.zshrc profile multi-line, conda/git detection support. Add git diff detection 1
#################################2
export CLICOLOR=13
export LSCOLORS=exfxcxdxbxegedabagacad4
alias ll='ls -latrh'
5
alias l='ls -latrh'
-
idaholab/moose
idaholab/moose PublicMultiphysics Object Oriented Simulation Environment
-
idaholab/civet
idaholab/civet PublicContinuous Integration, Verification, Enhancement, and Testing
-
dynamic-rag-chat
dynamic-rag-chat PublicA chat bot which makes use of multiple RAG collections/metadata field filtering, and multiple LLMs for model orchestration
Python 2
-
Kokoro txt --> speech
Kokoro txt --> speech 1
#!/usr/bin/env python32
""" a quick text to speech tool """3
import os
4
import sys
5
import argparse






