Skip to content
View FabienGhd's full-sized avatar
  • University of Turku
  • France & Finland

Block or report FabienGhd

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
FabienGhd/README.md

Hi there 👋

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

class CyberSecurity_student:

    def __init__(self):
        self.name = "Fabien Guihard"
        self.degree = "Double Master's degree"
        self.year = 1
        self.language_spoken = ["EN", "FR"]

    def say_hi(self):
        print("Thanks for dropping by!")

me = CyberSecurity_student()
me.say_hi()

Pinned Loading

  1. Huffman_encoding Huffman_encoding Public

    Huffman encoding and decoding using Scala. FP style

    Scala