Keybase proof
I hereby claim:
- I am R3DDY97 on github.
- I am r3ddy97 (https://keybase.io/r3ddy97) on keybase.
- I have a public key whose fingerprint is 1581 B492 F2BC 39F4 4F41 03D2 5327 367C EFAF DE62
To claim this, I am signing this object:
# May break iOS Game Center. | |
# URLs to their site. | |
# problems with NPR.org | |
# and potentially other sites. | |
# video on sites such as cbc.ca | |
# and some distribute adware and spyware | |
# message board spam and are unlikely to be real sites | |
# up CSS on livejournal | |
# log all such errors. |
8.8.8.8 | |
8.8.4.4 | |
74.125.0.0/16 # gmail smtp | |
35.190.247.0/24 | |
35.191.0.0/16 | |
64.233.160.0/19 | |
66.102.0.0/20 | |
66.249.80.0/20 | |
72.14.192.0/18 | |
74.125.0.0/16 |
102.132.100.0/24 | |
102.132.101.0/24 | |
102.132.102.0/24 | |
102.132.103.0/24 | |
102.132.104.0/24 | |
102.132.105.0/24 | |
102.132.106.0/24 | |
102.132.107.0/24 | |
102.132.108.0/24 | |
102.132.109.0/24 |
#! /usr/bin/python | |
import smtplib | |
from optparse import OptionParser | |
from email.mime.multipart import MIMEMultipart | |
from email.mime.text import MIMEText | |
from email.mime.image import MIMEImage | |
from email.mime.application import MIMEApplication |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:1581b492f2bc39f44f4103d25327367cefafde62] |
#EXTM3U | |
#EXTINF:-1 tvg-id="Ecmin" tvg-logo="https://gg.gg/ecmin", ♥♥♥ List By deathemperor | |
https://gg.gg/ecmin | |
#EXTINF:-1 tvg-id="Ecmin" tvg-logo="https://gg.gg/thvl-1" group-title="THVL", Vĩnh Long 1 | |
http://live.cdn.mobifonetv.vn/motv/mythvl1_hls.smil/chunklist.m3u8 | |
#EXTINF:-1 tvg-id="Ecmin" tvg-logo="https://gg.gg/thvl-2" group-title="THVL", Vĩnh Long 2 | |
http://live.cdn.mobifonetv.vn/motv/mythvl2_hls.smil/chunklist.m3u8 | |
#EXTINF:-1 tvg-id="Ecmin" tvg-logo="https://gg.gg/vtv-1" group-title="VTV", VTV1 HD S1 | |
https://cdn-livestream-live.vtvgiaitri.vn/vtv1.smil/chunklist_b2000000.m3u8 | |
#EXTINF:-1 tvg-id="Ecmin" tvg-logo="https://gg.gg/vtv-1" group-title="VTV", VTV1 HD S2 |
{"India":{"StateList":[{"SCode":"AN","SName":"Andaman and Nicobar"}, | |
{"SCode":"AP","SName":"Andhra Pradesh"}, | |
{"SCode":"AR","SName":"Arunachal Pradesh"}, | |
{"SCode":"AS","SName":"Assam"}, | |
{"SCode":"BR","SName":"Bihar"}, | |
{"SCode":"CG","SName":"Chhattisgarh"}, | |
{"SCode":"CH","SName":"Chandigarh"}, | |
{"SCode":"DD","SName":"Daman and Diu"}, | |
{"SCode":"DL","SName":"Delhi"}, | |
{"SCode":"DN","SName":"Dadra and Nagar Haveli"}, |
#!/usr/bin/env python3 | |
'''Calculates Haversian distance between two points on earth''' | |
from math import (sqrt, radians, sin, cos, atan2) | |
def haversian_dist(loc1, loc2): | |
'''Calculates Haversian distance between two points on earth | |
loc1 and loc2 are (lat, long) of two points''' | |
radius = 6373.0 # approx earth radius in km |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
echo "Updating system packages " | |
echo | |
sudo apt update && sudo apt upgrade -y; sudo apt full-upgrade -y; sudo apt autoremove -y ; | |
sudo apt install apache2 sqlite php7.0 php7.0-gd sqlite php7.0-sqlite3 php7.0-curl php7.0-zip php7.0-xml php7.0-mbstring -y; | |
sudo service apache2 restart |