Skip to content
View feel2code's full-sized avatar
🔧
data engineering
🔧
data engineering
Block or Report

Block or report feel2code

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
feel2code/README.md
#!/bin/bash
name="feel2code"
job="Developer"
langs=("English" "Russian")
progs=("Python" "Shell")
dbs=("ClickHouse" "Postgres" "Vertica" "MySQL" "IBM DB2" "MongoDB")
os="Arch linux"
tools=("i3" "Neovim")

profile="Name: $name\nJob: $job\nLang: ${langs[*]}\nProg: ${progs[*]}\nDB: ${dbs[*]}\nOS: $os\nTools: ${tools[*]}"
echo -e "$profile"

Pinned Loading

  1. i3config i3config Public

    Just my .dotfiles configuration for solid aesthetic i3 Sway setup with beautiful notifications, status bar and app configs.

    Lua 1

  2. exiftool_GP exiftool_GP Public

    Simple scripts for merging json metadata to pictures and videos after export from Google Photos

    Shell

  3. telegram_chupakabrada_bot telegram_chupakabrada_bot Public

    This is funny bot for Telegram. Bot can dialog with user in private or group chats, can reply for often used words and phrases in chat. Bot can send weather info, actual COVID-19 statistics, daily …

    Python 3 1

  4. jessiegram jessiegram Public

    Django framework sample project named "Jessiegram" in honor of my dog Jessie

    Python 1

  5. astpauto astpauto Public

    📋App based on Selenium lib coded for inside use in taskmanager IBM WebSphere to make work orders easier.

    Python

  6. dbt_schema_manage dbt_schema_manage Public

    Splits the schema.yml file of DBT schema to multiple schema YML files by models, or Merges multiple files into one schema.yml

    Python