Skip to content

Instantly share code, notes, and snippets.

View haseebpvt's full-sized avatar
🏳️
Hala Madrid

Haseeb haseebpvt

🏳️
Hala Madrid
View GitHub Profile
@haseebpvt
haseebpvt / custom_dialog_fragment.xml
Created May 27, 2019 15:13
XML Layout for material dialog fragment in android
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:minWidth="280dp"
app:cardCornerRadius="20dp">
@haseebpvt
haseebpvt / Celsius_to_Fahrenheit_conversion_with_tensorflow.py
Created May 18, 2019 08:39
Celsius to Fahrenheit conversion with Tesorflow
# F = C * 1.8 + 32
print('The program starts')
import tensorflow as tf
tf.logging.set_verbosity(tf.logging.ERROR)
import numpy as np
import matplotlib.pyplot as plt
@haseebpvt
haseebpvt / about.txt
Created April 10, 2019 22:52
Something
Hey there