Skip to content

Instantly share code, notes, and snippets.

@Zir0-93
Zir0-93 / Understanding the Qur'an For Everyone.md
Last active February 3, 2018 14:43
Answers for the 'Understanding the Qur'an For Everyone' Textbook

Understanding the Qur’an for Everyone (Vol 1)

Teachers Manual

Lesson 2: Exercise 3

  1. They said “Peace”, He said “Peace”.
  2. And the two of them said, All praise is for Allah (AJ).
  3. Allah (AJ) struck a Parable (example).
  4. He (Allah) (AJ) is the one who made the Sun bright.
  5. And they made for Allah (AJ) Partners.
@Zir0-93
Zir0-93 / bitbucket-pipelines.yml
Last active January 16, 2019 16:35
Bitbucket Continuous Delivery Pipeline Skeleton for Lambda Function
pipelines:
default:
- step:
name: Run Static Analysis Tools
script:
...
- step:
name: Run Automated Tests
script:
...
@Zir0-93
Zir0-93 / migrate_psql_to_influx.py
Created January 29, 2019 16:09
Script to migrate psql or mysql record to influxDB in python
### MySQL DB info ###
#import MySQLdb
#conn = MySQLdb.connect(host="localhost", # your host, usually localhost
# user="john", # your username
# passwd="megajonhy", # your password
# db="jonhydb") # name of the data base
### PostgreSQL DB info ###
import psycopg2