Skip to content
View PrasadNR's full-sized avatar

Organizations

@TraQuad
Block or Report

Block or report PrasadNR

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

Pinned

  1. Webots-Quadcopter-Python-SITL Webots-Quadcopter-Python-SITL Public archive

    Cross-platform Python based software in the loop simulation for object tracking and general quadcopter simulations using custom pure-Python based custom pure PID (and customisable) flight controller

    Python 20 12

  2. Automatically add country code to ph... Automatically add country code to phone numbers in vCalendar File wherever that is absent (I wrote it after moving to USA from India). Minor changes may be needed for different cases/countries/versions of VCF. As I only found paid apps for this, I wrote this one after analysing patterns for about 2 hours.
    1
    import re
    2
    
                  
    3
    with open('PIM00004.vcf', 'r') as f:
    4
        vcfText = f.read()
    5