Skip to content
View icejoywoo's full-sized avatar

Block or report icejoywoo

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 Loading

  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