Skip to content
View JRudransh's full-sized avatar
👨‍💻
Let's build something amazing
👨‍💻
Let's build something amazing
Block or Report

Block or report JRudransh

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

Typing SVG

  • 👀 I’m interested in Product Delelopment
  • 🌱 I’m currently in the way of changing the world

Visitors

Languages

OSs

IDEs

Pinned

  1. Clipboard_History Clipboard_History Public

    Track and save your clipboard history in your computer

    Python 5 3

  2. Python_Bits Python_Bits Public

    Python basic project for practice. It contains lots of python programme, best for beginners.

    3 3

  3. Change Gnome Desktop Manager Background Change Gnome Desktop Manager Background
    1
    #!/usr/bin/env bash
    2
    # Autor: Thiago Silva
    3
    # Contact: thiagos.dasilva@gmail.com
    4
    # URL: https://github.com/thiggy01/change-gdm-background
    5
    # =================================================================== #
  4. Python Serializer for MongoDB which ... Python Serializer for MongoDB which cal serialize every result
    1
    def InsecureDictSerializer(item) -> dict:
    2
        return {**{i: str(item[i]) for i in item if i == '_id'}, **{i: item[i] for i in item if i != '_id'}}
    3
    
                  
    4
    
                  
    5
    def InsecureListSerializer(items) -> list:
  5. call-me call-me Public

    Triger call action from your android web app Just type the number and press call

    HTML

  6. File_Organizer File_Organizer Public

    A file organizer in python

    Python