Skip to content
View matin-ai's full-sized avatar
🌎
Working from earth
🌎
Working from earth

Organizations

@art-of-threads
Block or Report

Block or report matin-ai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
matin-ai/README.md

Hi there

#!/usr/bin/python
# -*- coding: utf-8 -*-


class FullStackDeveloper:

    def __init__(self):
        self.first_name = "matin"
        self.last_name = "ALIJANI"

        
        # Social Media
        self.linkedin = "https://www.linkedin.com/in/matin-alijani/"
        self.twitter = "https://twitter.com/matin_3ai"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = FullStackDeveloper()
me.say_hi()

Pinned

  1. BitcoinArmory BitcoinArmory Public

    Forked from etotheipi/BitcoinArmory

    Python-Based Bitcoin Software

    C++

  2. cpuminer cpuminer Public

    Forked from jgarzik/cpuminer

    CPU miner for bitcoin

    C

  3. pywallet pywallet Public

    Forked from ranaroussi/pywallet

    Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE

    Python

  4. krust krust Public

    a simple blockchain from scratch with Rust

    Rust

  5. blog_on_rocket blog_on_rocket Public

    simple CRUD API from scratch in Rust using Rocket.rust

    Rust

  6. qark qark Public

    Forked from linkedin/qark

    Tool to look for several security related Android application vulnerabilities

    Python