Skip to content
View baltic-tea's full-sized avatar
🥴
🥴

Block or report baltic-tea

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
baltic-tea/README.md

My stack

Python JavaScript Bash HTML CSS

PostgreSQL Docker

Pinned Loading

  1. ohmyzsh Public

    Forked from ohmyzsh/ohmyzsh

    🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python…

    Shell 1 1

  2. Shell and utility pre-installation s...
    1
    #!/bin/sh
    2
    
                  
    3
    CUR_USER=$(whoami) && echo "User: $CUR_USER"
    4
    DIR="$HOME" && echo "Home directory: $DIR"
    5
    
                  
  3. Examples of piccolo-orm commands for...
    1
    import os
    2
    import time
    3
    import asyncio
    4
    from itertools import batched
    5
    from collections.abc import Generator
  4. vizro_locale_graph_trick.py
    1
    # Updated version of answer from: https://github.com/mckinsey/vizro/issues/889#issuecomment-2488205301
    2
    # Localization loading from assets/custom.js from this source: https://cdn.plot.ly/plotly-locale-ru-latest.js
    3
    
                  
    4
    import pandas as pd
    5
    import vizro.models as vm