摘要:
Ordered struct node{ int price; int weight; node(int p, int w):price(p), weight(w) {} //Note //1 define as Member function //2 const reference paramet 阅读全文
摘要:
# compiler * find definition * find reference in current file * find reference in project * search all occurrence # git * first time the function is a 阅读全文
摘要:
# Download https://support.apple.com/en-us/HT211683 # Create a bootable installer for macOS Plug in the USB flash drive or other volume that you're us 阅读全文
摘要:
https://apple.stackexchange.com/questions/98123/what-is-the-applescript-command-to-show-or-hide-iterm2-window Here are several options (none of them h 阅读全文
摘要:
`EGLContext` is an opaque type representing a client API context. The definition of contexts depends on the client API, but usually represents the sta 阅读全文
摘要:
By providing an abstraction of the current execution state in the current thread, including: * the stack (with local variables) * stack pointer * all 阅读全文
摘要:
OpenGL ES is a set of commands that affect the operation of graphics hardware. We distinguish two types of state. The first type of state, called GL ` 阅读全文
摘要:
# From angle (OpenGL ES 3.0) to Dawn (WebGPU -> Vulkan). https://github.com/google/angle https://github.com/gpuweb/gpuweb # https://developer.chrome.c 阅读全文
摘要:
# Terminal ```bash $ sha256sum -t ``` Enter the text and press `ctrl+d` when you are finished. # Algorithm ```bash $ shasum -a 256 file.txt ``` # Chec 阅读全文