-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Created a Program to convert binary to decimal #8097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
2 similar comments
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
8 similar comments
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
👀 Manual Review Required - This PR is being reviewed manually to ensure quality and compatibility. A maintainer will review this soon. Thank you for your patience! 🚀 |
🎉 Automatically Merged! Thank you @Ctrl-apk for your valuable contribution! ✅ No conflicts detected. 🚀 Your changes are now live! #Hacktoberfest #OpenSource |
Problem
Briefly describe the issue being addressed.
Example: "Inconsistent UI behavior on hover for box items."
Solution
Summarize the implemented fix.
Example: "Added
transform
property on hover for consistent UI."Changes Proposed
List the main changes in the PR.
1.
Addedtransform: scale(1.05)
to.box-item:hover
.2.
Improved component structure for styling separation.3.
Adjusted media queries for responsiveness.Other Changes
Mention any additional modifications.