You are browsing as a guest. Sign up (or log in) to start making projects!

Skip

@Skip

Joined July 26th, 2026

  • 2Devlogs
  • 2Projects
  • 1Ships
  • 10Votes
Open comments for this post

2h 17m 22s logged

SIH Radar is a competition-intelligence platform for Smart India Hackathon. Instead of simply listing problem statements, it watches how the competition around them is changing—tracking submission momentum, deadlines, crowding, and emerging opportunities.
It turns raw SIH data into a live opportunity map, helping teams spot problem statements that are heating up, becoming crowded, or still relatively unexplored. With historical trends, comparisons, watchlists, and team-fit insights, students can narrow hundreds of choices into a focused shortlist.

Don’t just pick a problem statement. See where the competition is heading.

0
0
10
Ship Changes requested

I built a Python Remote Shell that allows commands to be executed on a remote machine through a client-server connection. The most challenging part was handling socket communication reliably, sending commands and responses correctly, and managing connection errors. I’m proud that I was able to turn Python networking concepts into a working project and better understand how remote command execution works. To test the project, run the server and client in an authorized local/lab environment, connect them using the correct IP address and port, and try basic commands such as pwd, ls, or whoami.

  • 1 devlog
  • 0h
Try project → See source code →
Open comments for this post

17m 16s logged

I am building a python remote shell which can be used to build a server-client connection and the server can easily help the client using terminal commands
In future upgrade, I am going to build a full web-app for this project!
I am designing the server such that it can handle multiple clients at a time using THREADS!

https://github.com/Garg-Pankaj29/python-remote-shell
This is the repo link for this project, kindly post your suggestion for more improvements!
Looking forward to learn more :)

0
0
19

Followers

Loading…