Skip to content
View PrasadNR's full-sized avatar

Organizations

@TraQuad
Block or Report

Block or report PrasadNR

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 21 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