Skip to content
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

Guessgame Using Java #1

Open
wants to merge 120 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 1, 2023

  1. Create RoundRobin.java

    Round Robin is a CPU scheduling algorithm where each process is assigned a fixed time slot in a cyclic way. It is basically the preemptive version of First come First Serve CPU Scheduling algorithm.
    
    Formulae: 
    Completion Time: Time at which process completes its execution.
    Turn Around Time: Time Difference between completion time and arrival time. Turn Around Time = Completion Time – Arrival Time
    Waiting Time(W.T): Time Difference between turn around time and burst time. 
    Waiting Time = Turn Around Time – Burst Time
    JatinBawne committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    486c919 View commit details
    Browse the repository at this point in the history
  2. Create Kushal1

    kushal34712 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    823f4a7 View commit details
    Browse the repository at this point in the history
  3. Sorting Technique

    p1kalys committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7a7a0f6 View commit details
    Browse the repository at this point in the history
  4. Create Dhruv1

    dhruba2807 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b2d6eee View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    Nikunjpatel2411 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9c6ffed View commit details
    Browse the repository at this point in the history
  6. Create ESRGAN.py

    vijaychandar2002 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    2b5bcce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38eed0a View commit details
    Browse the repository at this point in the history
  8. Create mahesh1

    maheshbhabad committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f942c9a View commit details
    Browse the repository at this point in the history
  9. Create Sanket1

    Sanketgadekar31 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0030990 View commit details
    Browse the repository at this point in the history
  10. Create Bsearch

    Binary Search in Java
    ibadlaskar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8987aeb View commit details
    Browse the repository at this point in the history
  11. Create rahul

    r4hul07 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cc8a951 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b89b526 View commit details
    Browse the repository at this point in the history
  13. Create Harsh1

    Write a program to solve the problem of Tower of Hanoi. (Application of stack)
    Harsh Dhimmar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4f03abe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd415e4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    310d22b View commit details
    Browse the repository at this point in the history
  16. Simon_Game

    SagarKapoorin committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3354cd0 View commit details
    Browse the repository at this point in the history
  17. Create roshni1

    RSN601KRI committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0c93d80 View commit details
    Browse the repository at this point in the history
  18. Create countSort

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c62691c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0efacdc View commit details
    Browse the repository at this point in the history
  20. Created Job Scheduling

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8953b53 View commit details
    Browse the repository at this point in the history
  21. Created FrequencySort

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    43cd0d9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a521eb View commit details
    Browse the repository at this point in the history
  23. Create Heap Sort

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4223366 View commit details
    Browse the repository at this point in the history
  24. Create Quick Sort

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8b84254 View commit details
    Browse the repository at this point in the history
  25. Create DFSTraversal

    nagasai-222 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6c40d61 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4e51685 View commit details
    Browse the repository at this point in the history
  27. Create ShivamCode01

    Shivambhagatt committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4cc2d45 View commit details
    Browse the repository at this point in the history
  28. Create To-Do List.py

    brlikhon committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    fb716d1 View commit details
    Browse the repository at this point in the history
  29. Create Alien Dictionary

    Prashant0664 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    47673e8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b7fdbbd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    95156e2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4f2ec9a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e710424 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9213070 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bda012e View commit details
    Browse the repository at this point in the history
  36. Create Hariom1

    HariomDhage committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    54c77b0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cebe7ef View commit details
    Browse the repository at this point in the history
  38. Create Samarth

    Samarth kumae committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b74b03c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6ebabda View commit details
    Browse the repository at this point in the history
  40. Create calculator.html

    UdayKharatmol committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cf560d5 View commit details
    Browse the repository at this point in the history
  41. Create template.html

    michaelPShaw committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3668ef2 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #50 from michaelPShaw/patch-1

    Create template.html
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    91ceeee View commit details
    Browse the repository at this point in the history
  43. Merge pull request #49 from UdayKharatmol/main

    Create calculator.html
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d6929d2 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #48 from Samarthku/main

    Create Samarth
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9be49a4 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #47 from Chamika36/main

    implemented OrderAgnosticBinarySearch with asc des
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5bd8823 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #5 from JatinBawne/main

    Create RoundRobin.java
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0269733 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #6 from kushal34712/patch-1

    Create Kushal1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e748205 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #7 from p1kalys/pavan-emani

    Sorting Technique
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e62a9ba View commit details
    Browse the repository at this point in the history
  49. Merge pull request #8 from dhruba2807/main

    Create Dhruv1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bbef634 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #9 from vijaychandar2002/main

    Create ESRGAN.py
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c82d423 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #46 from OnEPhEoNiX/main

    Added Face Attendance System
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    55cbdd9 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #45 from MohanaSrinivas/main

    Caliculator
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    359a681 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #43 from HariomDhage/main

    Create Hariom1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7048cec View commit details
    Browse the repository at this point in the history
  54. Merge pull request #42 from raj19344/main

    Create ML_program_for_AD_sale_predection
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dbe30b2 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #41 from Sameer-choudhary-git/main

    Adding WebButtonSimpelGUI.py
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0e34868 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #40 from x0rzavi/c-codes-2

    Add bubble & selection sort algorithms in C
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    68ffb53 View commit details
    Browse the repository at this point in the history
  57. Merge pull request #39 from x0rzavi/c-codes

    Add linear & circular queue implementation in C
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a6e5735 View commit details
    Browse the repository at this point in the history
  58. Merge pull request #38 from 457ayan/ayan1

    Create PasswordStrengthChecker.py
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d89136b View commit details
    Browse the repository at this point in the history
  59. Create rhythm01

    Mr.Nerd committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dfd2b3f View commit details
    Browse the repository at this point in the history
  60. Merge pull request #37 from Sukshan01/patch-1

    Added code for Dice Roller Problem
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8914562 View commit details
    Browse the repository at this point in the history
  61. Added a Calculator With great UI

    SAGARSINGH-1 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    06fd557 View commit details
    Browse the repository at this point in the history
  62. Merge pull request #36 from Prashant0664/patch-1

    Create Alien Dictionary
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    89abb6e View commit details
    Browse the repository at this point in the history
  63. Merge pull request #34 from brlikhon/patch-1

    Create To-Do List.py
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    36d32d0 View commit details
    Browse the repository at this point in the history
  64. Merge pull request #33 from Shivambhagatt/main

    Create ShivamCode01
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    466b933 View commit details
    Browse the repository at this point in the history
  65. Merge pull request #32 from sahil-067/patch-1

    Create Sahil Hooda (OpenCV Project)
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b0694fc View commit details
    Browse the repository at this point in the history
  66. Merge pull request #31 from nagasai-222/patch-5

    Create DFSTraversal
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dd1e5f4 View commit details
    Browse the repository at this point in the history
  67. Merge pull request #30 from nagasai-222/patch-4

    Create Quick Sort
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    79d2986 View commit details
    Browse the repository at this point in the history
  68. Merge pull request #29 from nagasai-222/patch-3

    Create Heap Sort
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    28295a4 View commit details
    Browse the repository at this point in the history
  69. Merge pull request #28 from devank21/patch-1

    Create devank_ing_recognition
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    96483c8 View commit details
    Browse the repository at this point in the history
  70. Create Palindrome.java

    agaramudhala committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7961043 View commit details
    Browse the repository at this point in the history
  71. Merge pull request #27 from nagasai-222/patch-2

    Created FrequencySort
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9f360f6 View commit details
    Browse the repository at this point in the history
  72. Merge pull request #26 from nagasai-222/patch-1

    Created Job Scheduling
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4aaf18f View commit details
    Browse the repository at this point in the history
  73. Merge pull request #24 from KamrunnaherB/patch-1

    Create Task Tracker App.jsx
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8335007 View commit details
    Browse the repository at this point in the history
  74. Merge pull request #53 from agaramudhala/patch-1

    Create Palindrome.java
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    2d64084 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    80e4774 View commit details
    Browse the repository at this point in the history
  76. Added a Alarm APP where you set alarm and see timestamp

    SAGARSINGH-1 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    643b18a View commit details
    Browse the repository at this point in the history
  77. Merge pull request #52 from SAGARSINGH-1/Added_Calculator

    Added a Calculator With great UI
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    20ab37e View commit details
    Browse the repository at this point in the history
  78. Merge pull request #51 from rhythm-65/rhythm

    Create rhythm01
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0062385 View commit details
    Browse the repository at this point in the history
  79. Merge pull request #25 from nagasai-222/Nagasai

    Created countSort
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1bfcc56 View commit details
    Browse the repository at this point in the history
  80. Merge pull request #23 from RSN601KRI/main

    Create roshni1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    75cf58a View commit details
    Browse the repository at this point in the history
  81. Merge pull request #1 from Haris-Mohanty/dsa/problem-solve

    Create Minimum Spanning Tree with Constraints
    Haris-Mohanty committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f0007f8 View commit details
    Browse the repository at this point in the history
  82. Merge pull request #22 from SagarKapoorin/Simon_Game

    Simon_Game
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    38b084b View commit details
    Browse the repository at this point in the history
  83. Merge pull request #21 from bazlurlikhon/patch-1

    Create Emoji-creation.jsx
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0aad344 View commit details
    Browse the repository at this point in the history
  84. Merge pull request #20 from shrinidhihegde3/xyz

    Infix to Postfix in c
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d3bc301 View commit details
    Browse the repository at this point in the history
  85. Merge pull request #19 from HarshDhimmar8487/patch-1

    Create Harsh1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    fca31ff View commit details
    Browse the repository at this point in the history
  86. Merge pull request #18 from PareshRajput/patch-1

    Create GuideAppForBlindPeople
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    11500cc View commit details
    Browse the repository at this point in the history
  87. Merge pull request #17 from r4hul07/main

    Create rahul
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8bdf528 View commit details
    Browse the repository at this point in the history
  88. Create Scientific_calculator

    This is an advanced level scientific calculator in Java that includes basic arithmetic operations, a square root function, a power function, and a sine function.
    priyanujbd23 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8d588a3 View commit details
    Browse the repository at this point in the history
  89. Merge pull request #15 from ibadlaskar/patch-1

    Create Bsearch
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    58f6ed2 View commit details
    Browse the repository at this point in the history
  90. Merge pull request #14 from Sanketgadekar31/patch-1

    Create recorder_Sanket1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    692df4c View commit details
    Browse the repository at this point in the history
  91. Merge pull request #13 from maheshbhabad/main

    Create mahesh1
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d629a9e View commit details
    Browse the repository at this point in the history
  92. Merge pull request #12 from dilip-choudhary1/main

    Created Sudoku Solver in C++
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c59b632 View commit details
    Browse the repository at this point in the history
  93. Merge pull request #11 from Nikunjpatel2411/Nikunjpatel2411-patch-1-A…

    …I_ML_WITH_PYTHON
    
    Ai_ML_WITH_PYTHON_PROJECT
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bfcaff5 View commit details
    Browse the repository at this point in the history
  94. Merge pull request #56 from priyanujbd23/main

    Create Scientific_calculator
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    2293388 View commit details
    Browse the repository at this point in the history
  95. Merge pull request #55 from Haris-Mohanty/main

    Minimum Spanning Tree with Constraints.
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a5665d6 View commit details
    Browse the repository at this point in the history
  96. Merge pull request #54 from SAGARSINGH-1/Alarm_App

    Added a Alarm APP where you set alarm and see timestamp
    laviii123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    31372bf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    0d4dc16 View commit details
    Browse the repository at this point in the history
  2. Create kushalsqud97

    kushal34712 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3437009 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #227 from kushal34712/patch-2

    Create kushalsqud97
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    85e609d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #226 from bhargavshirin/feature/Btecky

    Btechy hacksquad commit
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    e43647f View commit details
    Browse the repository at this point in the history
  5. Create kushalaqud792

    kushal34712 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6807baf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #228 from kushal34712/patch-3

    Create kushalaqud792
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    657c765 View commit details
    Browse the repository at this point in the history
  7. Btechy hacksquad push

    bhargavshirin committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3108de7 View commit details
    Browse the repository at this point in the history
  8. Btechy Hacksquad push3

    bhargavshirin committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0b9a5f6 View commit details
    Browse the repository at this point in the history
  9. Create squdrequst799

    kushal34712 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    47cd92c View commit details
    Browse the repository at this point in the history
  10. Create squad11

    creator0131 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    629c919 View commit details
    Browse the repository at this point in the history
  11. Btechy hacksquad push

    suhit123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    29e2ddc View commit details
    Browse the repository at this point in the history
  12. Create squad12

    creator0131 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    831e5c6 View commit details
    Browse the repository at this point in the history
  13. Btechy hacksquad push

    suhit123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    2031ef9 View commit details
    Browse the repository at this point in the history
  14. Btechy hacksquad push

    suhit123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    25459b5 View commit details
    Browse the repository at this point in the history
  15. Create squad13

    creator0131 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    70c70ff View commit details
    Browse the repository at this point in the history
  16. Create squad14

    creator0131 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3a991bc View commit details
    Browse the repository at this point in the history
  17. Merge pull request #240 from creator0131/patch-3

    Create squad14
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bd0a3d1 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #239 from creator0131/patch-2

    Create squad13
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    808db3e View commit details
    Browse the repository at this point in the history
  19. Merge pull request #238 from suhit123/main

    Btechy hacksquad push
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    49f13b5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #237 from creator0131/patch-1

    Create squad12
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    52f3b57 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #236 from creator0131/main

    Create squad11
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0905774 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #231 from bhargavshirin/bharg

    Btechy Hacksquad push3
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3dabca2 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #230 from bhargavshirin/feature/Btecky

    Btechy hacksquad push
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0315dba View commit details
    Browse the repository at this point in the history
  24. Merge pull request #235 from kushal34712/patch-4

    Create squdrequst799
    laviii123 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0598911 View commit details
    Browse the repository at this point in the history