Skip to content
View klyse's full-sized avatar
πŸ§™β€β™‚οΈ
Hogwarts
πŸ§™β€β™‚οΈ
Hogwarts

Organizations

@Innoactive @strawanzer
Block or Report

Block or report klyse

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

Hi there πŸ‘‹, my name is Klyse

using System;
using System.Collections.Generic;

public class Program
{
  public static IEnumerable<string> Loves()
  {
    yield return "Fantasy πŸ“š / πŸŽ₯";
    yield return "Exploring the World πŸ—ΊοΈ";
    yield return "PC Games πŸ•ΉοΈοΈ";
    yield return "Improving my coding Skillz πŸ’‘";
    yield return ".net core πŸ₯‡";
  }

  public static IEnumerable<string> Hates()
  {
    yield return "We have always done it this way πŸ”™";
    yield return "Top down approach πŸ§‘πŸ»β€πŸ’Ό";
  }

  public static void Main()
  {
    Console.WriteLine("Name: Klyse");
    Console.WriteLine("---");
    Console.WriteLine("Work: Innoactive");
    Console.WriteLine("Position: Backend Dev & DevOps πŸ’»");
    Console.WriteLine("---");
    Console.WriteLine("In love with:");
    foreach (string klyseLoves in Loves()){
      Console.WriteLine(klyseLoves);
    }
    Console.WriteLine("---");
    Console.WriteLine("Hates:");
    foreach (string klyseHates in Hates()){
      Console.WriteLine(klyseHates);
    }
  }
}
Name: Klyse
---
Work: Innoactive
Position: Backend Dev & DevOps πŸ’»
---
In love with:
Fantasy πŸ“š / πŸŽ₯
Exploring the World πŸ—ΊοΈ
PC Games πŸ•ΉοΈοΈ
Improving my coding Skillz πŸ’‘
.net core πŸ₯‡
---
Hates:
We have always done it this way πŸ”™
Top down approach πŸ§‘πŸ»β€πŸ’Ό

Pinned

  1. SudokuSolverCpp SudokuSolverCpp Public

    playing around with cpp and OpenCV

    C++

  2. SudokuSolverGo SudokuSolverGo Public

    Just playing around with go

    Go 1

  3. Ida Ida Public

    Forked from lunard/Ida

    NOI Hackathon Summer Edition - Project Ida (Interactive Destination Assistant)

    JavaScript

  4. StockBot StockBot Public

    A small bot that sends the last stock quote for defined symbols (AAPL..) to telegram.

    C# 1

  5. LogitechKeyboardLED LogitechKeyboardLED Public

    Logitech G815 / G915 LED control written in GO

    Go 4 2

  6. GoogleHashCode2022 GoogleHashCode2022 Public

    C# 1