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()

Passionate about: ๐Ÿฆ€ Rust | ๐Ÿงฎ Functional Programming | ๐Ÿง Linux

Steering clear of: โ˜• Java, C#, etc.

๐Ÿ”ฅ Github Streaks

streak

Pinned Loading

  1. cargonode cargonode Public

    Unified tooling for Node.js

    Rust 1

  2. elmio elmio Public

    A lightweight PoC web framework for ๐Ÿฆ€ rust. Loosely inspired by The Elm Architecture.

    Rust 3

  3. elmio-templates elmio-templates Public template

    Templates for bootstrapping Elmio projects using elmio-cli

    Rust 1

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

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

    Rust 2

  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