miron - Overview

Pinned Loading

  1. Immersive Terminal-based Cyberpunk RPG built with Python. Features "Digital Soul" mechanics powered by local AI (Ollama) or cloud (Google Gemini).

    Python 8 1

  2. Backtest, forward test and apply trading algorithms and strategies on binance spot, futures and nft market and other exchanges, including arbitrage.

    Python 6 3

  3. 1

    from IPython.terminal.prompts import Prompts, Token

    2

    class MyPrompt(Prompts):

    3

        def in_prompt_tokens(self, cli=None):

    4

            return [ ( Token.Prompt, "λ ",), ]

    5

        def out_prompt_tokens(self, cli=None):
  4. 1

    # grepable with inline comments.

    2

    # create alias: gh alias set cheat 'gist view 4997128'

    3

    # gh cheat | grep cheat -C 3, shows 3 lines before and after, 

    4

    # Windows Powershell: gh cheat | Select-String cheat