Coder Social home page Coder Social logo

zhaochenyang20 / sast-skill-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sast-skill-docers/sast-skill-docs

11.0 11.0 0.0 13.47 MB

SAST Skill Docs. We are paving the way for your CS studying.

Home Page: https://docs.net9.org/

HTML 100.00%

sast-skill-docs's Introduction

Eren Chenyang Zhao

import random
import time
import uuid

class Eren:
    def __init__(self, uuid: uuid.UUID) -> None:
        self.uuid = uuid
        self.gender = 'boy with long hair'
        self.pronouns = {'he', 'him', 'his'}
        self.skills = ['Python', 'Linux', 'NLP']
        self.os = ('MacOS', 'Linux')

    def career(self, year: int) -> str:
        current_year = time.localtime().tm_year
        if year < current_year:
            return f"In {year}, I was a student."
        elif year == current_year:
            return f"Now, I'm an NLP researcher!"
        else:
            return "Maybe in the future, I'll become a writer!"

    def hobby(self) -> str:
        interests = [
            'Science Fiction', 'Machine Learning', 'Running',
            'Astronomy', 'Software Defined Radio', 'Japanese',
            'Playing Guitar', 'Sketching', 'Cooking',
            'Hiking', 'Photography', 'Gaming'
        ]
        return random.choice(interests)

world = 'Universe'
uuid_ = uuid.uuid5(uuid.NAMESPACE_DNS, 'Eren Zhao')

me = Eren(uuid_)

print(f"Hi! I'm Eren, a {me.gender} with skills in {', '.join(me.skills)}.")
print(f"I'm interested in {me.hobby()}, and my OS of choice is {me.os[0]}.")
print(f"just contact me through [email protected]!")

江水、高墙、犬吠决不能阻止他们的出逃,因为他们的心中有一座灯塔,比主体思想塔更明亮,更永垂不朽,他们的心中有一座宫殿,比锦绣山太阳宫更屹立不倒。

The rivers, high walls, and barking dogs cannot stop their escape, because in their hearts, there is a lighthouse brighter and more eternal than the Tower of Juche ideology. In their hearts, there is a palace more unshakable than the Kumsusan Palace of the Sun.

See More At

My Anecdote

my Personal Info

profile profile
profile profile

sast-skill-docs's People

Contributors

a1phan avatar abmfy avatar ashitemaru avatar blackcloud37 avatar c7w avatar comradez avatar liang2kl avatar livingshade avatar prnake avatar rratic avatar unidy2002 avatar zhaochenyang20 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.