Files
.profile/README.md
T
2021-12-27 10:30:31 -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-593%20hrs%209%20mins-blue)
![Profile Views](http://img.shields.io/badge/Profile%20Views-249-blue)
**I'm an Early 🐤**
```text
🌞 Morning 185 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.5%
🌆 Daytime 443 commits ██████████░░░░░░░░░░░░░░░ 41.91%
🌃 Evening 421 commits ██████████░░░░░░░░░░░░░░░ 39.83%
🌙 Night 8 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.76%
```
📅 **I'm Most Productive on Wednesday**
```text
Monday 198 commits ████░░░░░░░░░░░░░░░░░░░░░ 18.73%
Tuesday 157 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.85%
Wednesday 209 commits █████░░░░░░░░░░░░░░░░░░░░ 19.77%
Thursday 149 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.1%
Friday 78 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 7.38%
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-->