Coder Social home page Coder Social logo

zhaochenyang20 / rekcarc-tsc-uht Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkuanonym/rekcarc-tsc-uht

15.0 15.0 1.0 4.21 GB

清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University

Home Page: https://rekcarc-tsc-uht.readthedocs.io/

License: Creative Commons Attribution Share Alike 4.0 International

Shell 0.75% JavaScript 1.67% C++ 16.48% Python 5.26% Perl 0.04% C 27.04% PHP 0.58% Objective-C 0.05% Java 11.63% VHDL 0.03% Verilog 16.38% C# 0.03% Assembly 11.77% MATLAB 2.48% M 0.01% CSS 2.57% TeX 2.28% SystemVerilog 0.11% Stata 0.85% Mathematica 0.01%

rekcarc-tsc-uht'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

rekcarc-tsc-uht's People

Contributors

0x0cqq avatar acasta-yhliu avatar adu2021 avatar btlmd avatar c7w avatar choumartin1234 avatar cht33 avatar co1lin avatar david-dhc avatar freedomspirits avatar huang-jl avatar lethe10137 avatar liang2kl avatar linusboyle avatar lwpie avatar mashplant avatar namasikanam avatar nldxtd avatar pkuanonym avatar prnake avatar qky18 avatar rcy17 avatar recursionsheep avatar thkkk avatar timothy-liuxf avatar trinkle23897 avatar yeyn19 avatar zhaochenyang20 avatar zx1239856 avatar zyfzyf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

zengxw21

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.