Skip to content
View MrSiege's full-sized avatar
🍏
愿每个人都能在漫长的黑暗中找到能引导自己前行的灯塔。
🍏
愿每个人都能在漫长的黑暗中找到能引导自己前行的灯塔。
Block or Report

Block or report MrSiege

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
MrSiege/README.md

Hi, I'm William Caulfield!

Software Enginner at Langrun Observatory
Senior Member of SAR(student advanced research)

Langrun University, Faculty of Science, Department of Physics, Astrophysics

A little more about me...

const focus = {
  pronouns: R.lensProp('pronouns'),
  code: R.lensProp('code'),
  tools: R.lensProp('tools'),
  architecture: R.lensProp('architecture'),
}

R.compose(
  R.set(focus.pronouns, 'he' | 'his'),
  R.set(focus.code, [Javascript, Elm, Haskell, C]),
  R.set(focus.tools, [React, Redux, Node, Docker, Flutter]),
  R.set(focus.architecture, ['functional programming', 'Design Patterns']),
)

I like mathematics and astrophysics, as well as computer science, and I look forward to discussing issues with you. :)

Popular repositories Loading

  1. lambdas lambdas Public

    FP Library, Category Theory

    JavaScript 2

  2. asm asm Public

    《汇编语言第三版》清华大学出版社,2013年版,王爽著,ISBN 978-7-302-33314-2。本项目用来做该书的学习笔记,管理实验任务源码等。

    Assembly 1

  3. MrSiege MrSiege Public

    Config files for my GitHub profile.

  4. purescript purescript Public

    Forked from purescript/purescript

    A strongly-typed language that compiles to JavaScript

    Haskell

  5. pixi-engine pixi-engine Public

    Forked from gamestdio/pixi-engine

    Provides a minimal engine-like structure for developing games with PixiJS

    TypeScript

  6. flui flui Public

    Forked from Rannie/flui

    A powerful UI framework for Google Flutter.

    Dart