Skip to content

Instantly share code, notes, and snippets.

import urllib.request
import os
from xml.dom.minidom import parse, parseString
def download(sura, ayas):
print(sura)
for aya in range(1, ayas+1):
fname = f'{sura:03}{aya:03}.mp3'
if not os.path.isfile(fname):
url = f'http://www.everyayah.com/data/Hudhaify_128kbps/{sura:03}{aya:03}.mp3'
@suhailvs
suhailvs / razorpay.md
Last active September 23, 2019 06:42
Razor Pay example

create an order id

curl -u rzp_test_uvBhuJZjsXdyn3 https://api.razorpay.com/v1/orders -X POST --data "amount=100" --data "currency=INR" --data "receipt=rcptid #1" --data "payment_capture=0"

password: uEd4IHo8TrQMNwMP8qxLk7Gl

Create Example.html

@suhailvs
suhailvs / apache_conf.md
Created May 21, 2019 06:48
Apache Configuration for angular app and Django app
<VirtualHost *:80>
    ServerName fandb.vidhyadhan.in
    DocumentRoot /var/www/fandb.vidhyadhan.in/frontend
    <Directory /var/www/fandb.vidhyadhan.in/frontend>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
            # Uncomment this directive is you want to see apache2's

default start page (in /apache2-default) when you go to /

PEP 8

Yes: import os
     import sys

No:  import sys, os


Yes: spam(ham[1], {eggs: 2})

python file

class GenerateInvoiceView(APIView):

  def get(self, request, format=None):

    # pdf_file = open(g.get_path(user_id), 'rb')
    html_template = render_to_string('pdf_templates/invoice.html', {'foo': 'bar'})

print(html_template)

@suhailvs
suhailvs / jews.md
Last active February 23, 2019 02:43
Jews

Jews Population

145 Lakhs

The world's core Jewish population was estimated at 14,511,000 in April 2018

which was about 3 times of malappuram population 41.1 lakhs

Nobel Prize

RRC Group D Answer Key 2014 (23 Nov Exam)

Nov. 24, 2014, 6:55 p.m.

Here is the answer key of RRC Group D exam conducted on 23 November 2014.

  • The Election Commission is consituted every: permanent body
  • Which conqueror was born in Macedonia(Europe), died in Babylon(Asia) and buried in Alexandria(Africa): Alexander the Great
  • The largest postal network in the world is in: India
  • If one dozen calculators cost Rs. 1,020, then how many can be bought for Rs. 765: 9
  • Which is a pesticide: DDT

i. Prehistory: Abraham The Iconoclast (1–8)

i.i. Abraham Tests Idols (1–2)

i.i.i. Fall of Mar-Umath (1)

1:1 On the day when I was destroying the gods of my father Terah and the gods of my brother Nahor, when I was testing which one was the truly strong god, 1:2 at the time when my lot came up, when I had finished the services of my father Terah’s sacrifice to his gods of wood, stone, gold, silver, brass and iron, 1:3 I, Abraham, having entered their temple for the service, found a god named Mar-Umath, carved out of stone, fallen at the feet of an iron god, Nakhon. 1:4 And it came to pass, that when I saw this, my heart was troubled. And I fell to thinking, because I, Abraham, was unable to return him to his place all by myself, since he was heavier than a great stone. 1:5 And I went and told my father. And he entered with me. 1:6 And as we both were moving him [Mar-Umath] to return him in his place, his head fell off of him, while I was still holding him by his head. 1:7 And it came to pass, when my fa

@suhailvs
suhailvs / digitalocean_apache.md
Last active April 7, 2018 06:04
Digital ocean apache django
$ apt-get update
$ apt-get install python3-pip apache2 libapache2-mod-wsgi-py3


<VirtualHost *:8002>

    <Directory /var/www/djangorest_angular/dj_backend/dj_backend>
        <Files wsgi.py>
            Require all granted

Keybase proof

I hereby claim:

  • I am suhailvs on github.
  • I am suhailvs (https://keybase.io/suhailvs) on keybase.
  • I have a public key ASCDu5Ylk0S8bAGXikM80wdKyQl4mmi9oRHdJGxpKKDVVQo

To claim this, I am signing this object: