Skip to content
View icejoywoo's full-sized avatar
Block or Report

Block or report icejoywoo

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

Hi there 👋

Here are some of my personal profile:

  • 👨‍🏭 I’m currently working on database query engine.
  • 🇨🇳 I’m currently living in Shenzhen, China
GitHub Stats

Languages

Top Langs

Pinned

  1. modern-cpp-demo modern-cpp-demo Public

    C++

  2. y combinator simple derivation in ja... y combinator simple derivation in javascript & python
    1
    // Y combinator:http://yaodanzhang.com/blog/2015/06/11/functional-programming-fundamental-y-combinator/
    2
    // lambda 演算:http://liujiacai.net/blog/2014/10/12/lambda-calculus-introduction/
    3
    // Jim Weirich: Adventures in Functional Programming:https://vimeo.com/45140590
    4
    
                  
    5
    // original recursive function
  3. bash snippets bash snippets
    1
    #!/bin/bash
    2
    
                  
    3
    # 显示脚本的各种调用命令
    4
    set -x
    5
    # 一但有任何一个语句返回非真的值,则退出bash
  4. java_jni_demo java_jni_demo Public

    java jni demo

    Java