Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于我 #41

Closed
imuncle opened this issue Mar 23, 2019 · 1 comment
Closed

关于我 #41

imuncle opened this issue Mar 23, 2019 · 1 comment

Comments

@imuncle
Copy link
Owner

imuncle commented Mar 23, 2019

个人概况

作为一个程序员,用简单的代码来描述自己,或许再恰当不过了。如果你还是习惯常规的文字描述,请点击这里

(function(nick, createAt) {
 
  const now = (new Date).getFullYear();
 
  class Person {
    constructor(params) {
      Person.iterationHelper(params, (prop) => this[prop] = params[prop]);
    }
 
    set dreamCode(val) {
      this.Dream = String.fromCharCode.apply(null, val);
      delete this.dreamCode;
    }
 
    static iterationHelper(data, fn) {
      Object.keys(data).forEach(fn);
    }
 
    static introduce(content) {
      console.log(content);
    }
  }
 
  const dreamCode = [
    0x43, 0x6f, 0x64, 0x65, 0x20,
    0x74, 0x68, 0x65, 0x20,
    0x77, 0x6f, 0x72,
    0x6c, 0x64,
    0x2e,
  ];
  const name = '谢胜';
  const sex = '男';
  const age = now - createAt;
  const school = '哈尔滨工业大学(深圳)';
  let tags = ['嵌入式', '深度学习', '前端', '计算机视觉'];
  let hobby = ['3D绘画', '追番', 'RoboMaster'];
 
  let me = new Person({name, sex, age, nick, school, dreamCode, tags, hobby});
 
  with (Person) iterationHelper(me, (n) => introduce(`${n.replace(/^\w/, c => c.toUpperCase())}:\t${me[n]}`));
 
})('biguncle', 0x07ce);

一眼看不出运行结果的话,可以放控制台里运行 :D

简单概述

我是谢胜,目前就读于哈尔滨工业大学(深圳)控制科学与工程专业,研一。

由于高考没考好被调剂到材料专业,不甘于此,在课外时间自己专研嵌入式方向的知识,参加全国大学生机器人大赛RoboMaster机甲大师赛。除此之外还喜欢探索一些小工具,尝试新的技术。

研究生顺利跨保控制科学与工程专业,平日里不定期产生一些有趣的小灵感,追求用代码拯救世界。目前研究领域为计算机视觉、深度学习。

平日里偶尔画画,日常追番,宅男一枚。

我的联系方式:

  • 电子邮箱:big.uncle@foxmail.com
  • Github和微信公众号见页面底部

简单随笔

搭建这个网站原本只是想记录自己的学习过程和奋斗经历,结果在很多时候还帮了大忙。我这人记性很差,以前写代码总是忘记一些关键性的东西,现在好了,可以很方便地查找到对应的知识点。

平日里喜欢听歌写代码,未来可能投身互联网事业,也可能去研究机器人设计与控制,偶尔也想晒晒太阳发发呆。有时也是个文字控,喜欢听人讲故事。

一路磕磕绊绊,也总算是入了程序猿的大门,也遇到了患难与共的朋友,悉心指点的师兄,在此谢过。

未来可期,梦想可贵,不论如何,我都会坚定地走下去。

希望能保住头发。

@imuncle imuncle pinned this issue Mar 23, 2019
Repository owner locked and limited conversation to collaborators Mar 23, 2019
Repository owner unlocked this conversation Mar 23, 2019
@imuncle imuncle closed this as completed Mar 23, 2019
@goofegg
Copy link

goofegg commented Dec 28, 2021

呵呵,什么时候毕业?可愿意来科大?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants