Skip to content
View bitwisebro's full-sized avatar
👾
Working from Earth!! 🌏
👾
Working from Earth!! 🌏

Block or report bitwisebro

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

An image of @bitwisebro's Holopin badges, which is a link to view their full Holopin profile

Hi 👋, I'm Gaurav!

A passionate engineer from India with 2 yrs+ experience!

  • 🔭 I’m currently working on myself!

  • 🌱 I’m currently learning Something

  • 💬 Ask me about Java, Python, JS/TS, Selenium, Playwright, Cypress, API's and Other Automation Tools

Connect with me:

@bitwisebro

GitHub Analytics:

bitwisebro

bitwisebro

bitwisebro

Profile views

Pinned Loading

  1. My-Termux-Styling My-Termux-Styling Public

    Termux Styling built from original Termux: Styling

    Shell 1 1

  2. OrangeHRM-Selenium-POC OrangeHRM-Selenium-POC Public

    Automation Testimg Framework for OrangeHRM

    HTML 1

  3. Complete the Progress of Udemy course Complete the Progress of Udemy course
    1
    # Complete Udemy Progress
    2
    
                  
    3
    This guide will walk you through the process of making udemy course progress as 100% 
    4
    
                  
    5
    ## Prerequisites
  4. Windows Batch Script for killing all... Windows Batch Script for killing all the instances of given process
    1
    @echo off
    2
    Title Process Killer
    3
    rem   Utility By Gaurav Jani
    4
    rem   just kills the given local instancess
    5
    color F0
  5. cwd - bash shell script cwd - bash shell script
    1
    #!/bin/bash
    2
    
                  
    3
    # This script is GNS: Gaurav's Navigation Script
    4
    # Make this script executable: chmod +x GNS
    5
    # Move this to you bin folder for global access : mv GNS.sh /bin/gns
  6. Python Script for importing all json... Python Script for importing all json files in a folder to mongoDB
    1
    import os
    2
    
                  
    3
    # Set the database and collection names
    4
    db_name = "dbOne"
    5
    collection_name = "collectionOne"