Skip to content
View Hitesh-Sisara's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Hitesh-Sisara

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
Hitesh-Sisara/README.md

I'm @Hitesh-Sisara, 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 hitesh.dev@sisara.in if you'd like to connect or collaborate.

#!/usr/bin/env python3

__author__	= "Hitesh-Sisara"
__copyright__   = f"Copyright (c) 2023 {__author__}"
__license__ 	= "Private Domain"

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
⚡ Hitesh-Sisara GitHub Stats
innovatorved GitHub Stats

X (formerly Twitter) URL Linkedin URL

Popular repositories Loading

  1. Next-js-Spotify-Clone Next-js-Spotify-Clone Public

    TypeScript 2 2

  2. whatsapp-link-generator whatsapp-link-generator Public

    Dart 1

  3. FInUp FInUp Public

    Forked from FinUp-app/FInUp

    C++ 1

  4. Simple-To-Do-app Simple-To-Do-app Public

    Simple python-Django To Do list app

  5. shelf.nu shelf.nu Public

    Forked from Shelf-nu/shelf.nu

    shelf is open source Asset Management Infrastructure for absolutely everyone.

    TypeScript 1

  6. cal.com cal.com Public

    Forked from calcom/cal.com

    Scheduling infrastructure for absolutely everyone.

    TypeScript