https://github.com/feel2code/feel2code
just my profile's repo
https://github.com/feel2code/feel2code
Last synced: 3 months ago
JSON representation
just my profile's repo
- Host: GitHub
- URL: https://github.com/feel2code/feel2code
- Owner: feel2code
- Created: 2023-10-23T21:52:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T16:23:52.000Z (5 months ago)
- Last Synced: 2025-02-21T09:48:54.392Z (3 months ago)
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#!/bin/bash
name="feel2code"
langs="English, Russian"
skills="Python, Shell, ClickHouse, DBT"
tools="vim"for key in name langs skills os tools; do eval "echo \"$key: \$$key\""; done