Skip to content
View xosnrdev's full-sized avatar

Block or report xosnrdev

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

Hello there πŸ‘‹

visitors Open Source Love LinkedIn Twitter

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


class SoftwareEngineer:
    def __init__(self):
        self.name = "Success Kingsley"
        self.role = "Software Engineer"
        self.language_spoken = "en_US"
        self.hobbies = ["Football", "Cinema", "Gaming", "IoT", "Music", "Traveling"]

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

me = SoftwareEngineer()
me.say_hi()

πŸ”₯ Github Streaks

streak

Pinned Loading

  1. elmio elmio Public

    Elmio is a lightweight, proof-of-concept web framework inspired by The Elm Architecture. It's built using the Rust programming language and compiles to WebAssembly.

    Rust 3

  2. elmio-templates elmio-templates Public template

    Helper templates for bootstrapping new Elmio projects using the Elmio CLI.

    Rust 1

  3. auth_rs auth_rs Public

    Auth service PoC in rust

    Rust 1 1

  4. ToolKitHub/rce-engine ToolKitHub/rce-engine Public

    Docker-based engine for executing untrusted code in isolated containers.

    Rust 1

  5. ToolKitHub/rce-runner ToolKitHub/rce-runner Public

    A command line application that reads code as a json payload from stdin – compiles and runs the code – and writes the result as json to stdout.

    Nix 1

  6. ToolKitHub/rce-images ToolKitHub/rce-images Public

    Language-specific Docker images for remote code execution.

    Nix