Skip to content

Instantly share code, notes, and snippets.

View naderz's full-sized avatar

Nader Ayyad naderz

View GitHub Profile
@naderz
naderz / Privacy Policy Noon Keyboard
Created September 19, 2018 22:00
Privacy Policy Noon Keyboard
Privacy Policy
Effective date: September 19, 2018
Noon Keyboard ("us", "we", or "our") operates the Noon Keyboard mobile application (the "Service").
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data. Our Privacy Policy for Noon Keyboard is managed through Free Privacy Policy.
We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions.
Information Collection And Use
class JsonUtil {
companion object {
fun findJson(mixedString: String): Pair<String, MutableList<String>> {
var mixed = mixedString
val jsons: MutableList<String> = ArrayList()
var first = mixed.indexOf('{')
while (first > -1) {
@naderz
naderz / transaction_category.py
Last active September 12, 2017 21:47
This is a DNNClassification example to guess the category of an item based on various other data in the transaction.
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
import itertools
import pandas as pd
import numpy as np
import tensorflow as tf
print('Running version of tensorflow')
@naderz
naderz / transaction_price.py
Last active September 12, 2017 21:45
This is a small demo if transaction price guessing using tensorflow and DNNRegressors
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
import itertools
import pandas as pd
import numpy as np
import tensorflow as tf
print('Running version of tensorflow')

Keybase proof

I hereby claim:

  • I am naderz on github.
  • I am nade (https://keybase.io/nade) on keybase.
  • I have a public key whose fingerprint is E786 1D62 A82E F6B9 EB0F 51C7 0504 0F5E 4C99 476F

To claim this, I am signing this object: