GithubHelp home page GithubHelp logo

Avatar

Onur Atakan ULUSOY

Hi there šŸ‘‹ Iā€™m currently working on the Python, Django, WEB, WordPress, Java, Robotics, Image Proccessing, Cyber Security and Blockchain.

Most used languages

Onur Atakan's github stats

Onur Atakan's github trophy

Metrics

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


import json
from hashlib import sha256


class Onur_Atakan_ULUSOY:
    """
    Onur Atakan ULUSOY is a human, loves programming, and supports open source projects.
    """

    def __init__(self):
        self.type = "Human-Male"
        self.age = 15
        self.country = "Turkey"
        self.city = "Sivas"

        self.job = "Programmer"
        self.working_areas = [
            "Python",
            "Django",
            "WEB",
            "WordPress",
            "Java",
            "Robotics",
            "Image Proccessing",
            "Cyber Security",
            "Blockhain"
        ]

        self.projects = [
            ["Decentra Network", "https://github.com/Decentra-Network/Decentra-Network"],
            ["MIXON", "https://github.com/onuratakan/MIXON"],
            ["(POW) Blockchain Network Infrustructure", "https://github.com/onuratakan/POW-Blockchain-Network-Infrustructure"],
            ["ONUR Voice Assistant", "https://github.com/onuratakan/ONUR_Voice_Assistant"],
            ["HACON", "https://github.com/onuratakan/HACON"],
            ["Site Seo Scanner", "https://github.com/onuratakan/Site_Seo_Scanner"],
            ["Ask Me Something", "https://github.com/onuratakan/ask_me_something"],
            ["Say Me Something", "https://github.com/onuratakan/say_me_something"],
            ["Linear Congruential Generator", "https://github.com/onuratakan/Linear_Congruential_Generator"],
            ["Get Crypto Price", "https://github.com/onuratakan/get_crypto_price"],
            ["RSI Calculator", "https://github.com/onuratakan/rsi_calculator"],
            ["TD Sequential Calculator", "https://github.com/onuratakan/td_sequential_calculator"],
            ["Haimgard", "https://github.com/onuratakan/Haimgard"],
            ["Speed Calculator", "https://github.com/onuratakan/speed_calculator"],
            ["Blur Image", "https://github.com/onuratakan/blur_image"],
            ["My System Monitor", "https://github.com/onuratakan/mysystemmonitor"],
            ["GitHub Full Backup", "https://github.com/onuratakan/GitHub-Full-Backup"]
        ]

        self.libraries = [
            ["HACON", "https://pypi.org/project/hacon/"],
            ["Linear Congruential Generator", "https://pypi.org/project/Linear-Congruential-Generator/"],
            ["Site Seo Scanner", "https://pypi.org/project/Site-Seo-Scanner/"],
            ["Say Me Something", "https://pypi.org/project/say-me-something/"],
            ["Ask Me Something", "https://pypi.org/project/ask-me-something/"],
            ["ONUR Voice Assistant", "https://pypi.org/project/ONUR-Voice-Assistant/"],
            ["Get Crypto Price", "https://pypi.org/project/get-crypto-price/"],
            ["RSI Calculator", "https://pypi.org/project/rsi-calculator/"],
            ["TD Sequential Calculator", "https://pypi.org/project/td-sequential-calculator/"],
            ["Haimgard", "https://pypi.org/project/haimgard/"],
            ["Speed Calculator", "https://pypi.org/project/speed-calculator/"],
            ["Blur Image", "https://pypi.org/project/blur-image/"]
            ["My System Monitor", "https://pypi.org/project/mysystemmonitor/"],
            ["GitHub Full Backup", "https://pypi.org/project/GitHub-Full-Backup/"]            
        ]

        self.website = "https://onuratakan.github.io/"
        
        self.cv = "https://onuratakan.github.io/online-cv/"
        
        self.linkedin = "https://www.linkedin.com/in/onur-atakan-ulusoy/"

    def dump_json(self):
        """
        Returns a json containing the Onur_Atakan_ULUSOY data.
        """

        data = {
            "type": self.type,
            "age": self.age,
            "country": self.country,
            "city": self.city
        }
        return data

    def get_hash(self, encoding="ascii"):
        """
        Returns a sha256 created using the dump_json() function.
        """

        transaction_data = json.dumps(self.dump_json()).encode(encoding)
        return sha256(transaction_data).hexdigest()


if __name__ == "__main__":
    the_onur = Onur_Atakan_ULUSOY()
    print(f"ID: {the_onur.get_hash()}")

    print("\nProjects:")
    for project in the_onur.projects:
        print(f"{project[0]}: {project[1]}")

    print("\nLibraries:")
    for library in the_onur.libraries:
        print(f"{library[0]}: {library[1]}") 
    
    print(f"\nWebsite: {the_onur.website}")
    
    print(f"\nCV: {the_onur.cv}")
    
    print(f"\nLinkedIn: {the_onur.linkedin}")

Onur ULUSOY's Projects

30-days-of-javascript icon 30-days-of-javascript

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.

90daysofdevops icon 90daysofdevops

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

acquisitions icon acquisitions

Python Script to Print the name of the companies that are acquired by a Target Company and the Time of Acquisition.

add-to-project icon add-to-project

Automate adding issues and pull requests to GitHub projects (beta)

agentgpt icon agentgpt

šŸ¤– Assemble, configure, and deploy autonomous AI Agents in your browser.

akivymd icon akivymd

A Set of cool UI widgets for KivyMD

alacritty icon alacritty

A cross-platform, OpenGL terminal emulator.

amazing-gpt2-piano icon amazing-gpt2-piano

OpenAI's GPT2 based Music AI Google Colab Notebooks for Music Generation/Composition and Capabilities Evaluation

analitic-geometry icon analitic-geometry

"Specializing in analytical geometry makes you good at using data and you can predict the future."

anki icon anki

Anki for desktop computers

ansible icon ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

appflowy icon appflowy

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

appsmith icon appsmith

Low code project to build admin panels, internal tools, and dashboards. Connect to 15+ database integrations.

arachni icon arachni

Web Application Security Scanner Framework

arpchat icon arpchat

Answering the question nobody asked: what if you wanted to text your friends using only ARP?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.