We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
#!/bin/bash
export HISTSIZE=2000000
export HISTFILESIZE=2000000
export CLICOLOR=1
#################################
export LSCOLORS=exfxcxdxbxegedabagacad
alias ll='ls -latrh'
alias l='ls -latrh'
Multiphysics Object Oriented Simulation Environment
C++ 2.3k 1.2k
Continuous Integration, Verification, Enhancement, and Testing
Python 39 15
A chat bot which makes use of multiple RAG collections/metadata field filtering, and multiple LLMs for model orchestration
Python 2
#!/usr/bin/env python3
""" a quick text to speech tool """
import os
import sys
import argparse
There was an error while loading. Please reload this page.