https://github.com/innovatorved/innovatorved
Config files for my GitHub profile.
https://github.com/innovatorved/innovatorved
config github-config
Last synced: 12 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/innovatorved/innovatorved
- Owner: innovatorved
- Created: 2021-05-29T22:32:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T16:31:47.000Z (about 1 year ago)
- Last Synced: 2025-04-20T17:39:32.492Z (about 1 year ago)
- Topics: config, github-config
- Homepage: https://github.com/innovatorved
- Size: 39.1 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'm @innovatorved, and I'm a Full Stack Developer with a strong passion for learning new things. I believe that the world of technology is constantly evolving, and I'm always striving to expand my knowledge and skills.
In addition to being a Full Stack Developer, I'm also exploring a variety of other topics to broaden my horizons. My interests include web development, artificial intelligence and more!
Feel free to reach out to me at vedgupta@protonmail.com if you'd like to connect or collaborate.
```python
#!/usr/bin/env python3
__author__ = "Ved Prakash Gupta"
__copyright__ = f"Copyright (c) 2002 {__author__}"
__license__ = "Private Domain"
__version__ = "21.0.0"
import subprocess
res = subprocess.run(["python3" , "-c" , "print('Feel the Code not Write it')"],
capture_output=True, text=True
)
print("stdout:", res.stdout) # Output
if res.stderr != "" : print("stderr:", res.stderr) # Error
```
Check out my [status page](https://status.vedgupta.in/) for updates on my projects and availability.
:zap: Ved Gupta GitHub Stats & Language used

