Skip to content
View dcyang's full-sized avatar
😵
I may be slow to respond.
😵
I may be slow to respond.

Block or report dcyang

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Klavier.js Klavier.js Public

    A simple keyboard (clavier) web app that runs on PC and mobile browsers

    JavaScript

  2. e-mail address obfuscation (or hidin... e-mail address obfuscation (or hiding, masking)
    1
    <script language="JavaScript" type="text/javascript">
    2
    <!--
    3
      function muddleMail(x,y) {
    4
      s_nospam = '<span style=\"display:inline-block;width:0;opacity:0.0;\">&#x2622;&#623;&#592;dsou&#x2620;</span>';
    5
      document.write((y.replace(/\./g,s_nospam+"."+s_nospam)+s_nospam+'@'+s_nospam+x.replace(/\./g,s_nospam+"."+s_nospam)).trim());
  3. qmcpack qmcpack Public

    Forked from QMCPACK/qmcpack

    Main repository for QMCPACK, an open-source production level many-body ab initio Quantum Monte Carlo code for computing the electronic structure of atoms, molecules, and solids.

    C++

  4. kriss-mc-basics kriss-mc-basics Public

    Monte Carlo basics talk at KRISS

    Python