#!/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()
Highlights
Pinned Loading
-
elmio-templates
elmio-templates Public templateHelper templates for bootstrapping new Elmio projects using the Elmio CLI.
Rust 1
-
ToolKitHub/rce-engine
ToolKitHub/rce-engine PublicDocker-based engine for executing untrusted code in isolated containers.
Rust 1
-
ToolKitHub/rce-runner
ToolKitHub/rce-runner PublicA 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
-
ToolKitHub/rce-images
ToolKitHub/rce-images PublicLanguage-specific Docker images for remote code execution.
Nix
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.