Files
.profile/README.md
T
2021-12-27 16:04:33 -08:00

74 lines
3.5 KiB
Markdown

```c
#include <stdio.h>
int main(){
printf("My name is Timothy Pidashev!\n");
printf("I am a 17 year on an epic journey to become a software developer!\n");
printf("Join my discord server: https://discord.gg/EDRjZdkGBG");
return 0;
}
```
<!--START_SECTION:waka-->
![Code Time](http://img.shields.io/badge/Code%20Time-598%20hrs%2018%20mins-blue)
![Profile Views](http://img.shields.io/badge/Profile%20Views-256-blue)
**I'm an Early 🐤**
```text
🌞 Morning 186 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.6%
🌆 Daytime 442 commits ██████████░░░░░░░░░░░░░░░ 41.82%
🌃 Evening 421 commits ██████████░░░░░░░░░░░░░░░ 39.83%
🌙 Night 8 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.76%
```
📅 **I'm Most Productive on Wednesday**
```text
Monday 202 commits ████░░░░░░░░░░░░░░░░░░░░░ 19.11%
Tuesday 157 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.85%
Wednesday 209 commits █████░░░░░░░░░░░░░░░░░░░░ 19.77%
Thursday 148 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.0%
Friday 75 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 7.1%
Saturday 158 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.95%
Sunday 108 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.22%
```
📊 **This Week I Spent My Time On**
```text
⌚︎ Time Zone: America/Los_Angeles
💬 Programming Languages:
Python 16 hrs 30 mins ███████████████████░░░░░░ 79.08%
SQL 1 hr 47 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 8.61%
Docker 1 hr 18 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 6.29%
Bash 56 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.55%
Text 10 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.87%
🔥 Editors:
VS Code 20 hrs 52 mins █████████████████████████ 100.0%
💻 Operating System:
Windows 20 hrs 52 mins █████████████████████████ 100.0%
```
**I Mostly Code in Python**
```text
Python 13 repos █████████░░░░░░░░░░░░░░░░ 39.39%
JavaScript 5 repos ███░░░░░░░░░░░░░░░░░░░░░░ 15.15%
HTML 3 repos ██░░░░░░░░░░░░░░░░░░░░░░░ 9.09%
CSS 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 6.06%
C++ 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 6.06%
```
<!--END_SECTION:waka-->