Gorlesunilkumar
Gorlesunilkumar
### Description This pull request adds a new free and public API to the list under the **[Category Name]** section. The API is for **[Name of API, e.g., NASA Image...
This PR improves the stability, safety, and reliability of the integration test Bash script used in the Android CI pipeline. ### ✔ Summary of Improvements The update focuses on modernizing...
The ICS event file has been updated to follow proper RFC 5545 formatting and improve compatibility with calendar applications. ### Changes - Replaced the empty DESCRIPTION field with a valid...
This PR updates the Feature Request GitHub issue template to improve clarity, structure, and overall usability for contributors and reporters. ### ✔ What was improved - Corrected YAML syntax and...
1.Class name violates Java naming conventions // issue 1 public class merge_sort { Problem: Java class names must start with a capital letter and follow PascalCase (e.g., MergeSort). This is...
int bubble(int *arr, int n) { int i,j,temp=0,flag=0; for(i=0;i
This pull request adds a simple Java program `HelloWorld.java` as a beginner-friendly contribution for Hacktoberfest. The program prints a greeting message: "Hello Hacktoberfest from Gorlesunilkumar!" to the console. This contribution...