Comprehensive analysis of the
cc-srcrepository
Date: 2026-04-13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const A="https://huacnlee.github.io/autocorrect/assets/autocorrect_bg-46190a73.wasm",C=async(e={},n)=>{let o;if(n.startsWith("data:")){const _=n.replace(/^data:.*?base64,/,"");let r;if(typeof Buffer=="function"&&typeof Buffer.from=="function")r=Buffer.from(_,"base64");else if(typeof atob=="function"){const c=atob(_);r=new Uint8Array(c.length);for(let i=0;i<c.length;i++)r[i]=c.charCodeAt(i)}else throw new Error("Cannot decode base64-encoded data URL");o=await WebAssembly.instantiate(r,e)}else{const _=await fetch(n),r=_.headers.get("Content-Type")||"";if("instantiateStreaming"in WebAssembly&&r.startsWith("application/wasm"))o=await WebAssembly.instantiateStreaming(_,e);else{const c=await _.arrayBuffer();o=await WebAssembly.instantiate(c,e)}}return o.instance.exports};let t;function v(e){t=e}const E=typeof TextDecoder>"u"?(0,module.require)("util").TextDecoder:TextDecoder;let x=new E("utf-8",{ignoreBOM:!0,fatal:!0});x.decode();let b=null;function p(){return(b===null||b.byteLength===0)&&(b=new Uint8Array(t.memory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| www.zhihu.com##[class="ZVideoItem-video"] | |
| www.zhihu.com##[class="VideoAnswerPlayer"] | |
| www.zhihu.com##[class="RichText-ZVideoLinkCardContainer"] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Preface 6 | |
| Preface to the first edition 8 | |
| Chapter 1 - A Tutorial Introduction 9 | |
| 1.1 Getting Started 9 | |
| 1.2 Variables and Arithmetic Expressions 11 | |
| 1.3 The for statement 15 | |
| 1.4 Symbolic Constants 17 | |
| 1.5 Character Input and Output 17 | |
| 1.5.1 File Copying 18 | |
| 1.5.2 Character Counting 19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| emcc_image="trzeci/emscripten"; | |
| if [[ "$(docker images -q $emcc_image:latest 2> /dev/null)" == "" ]]; then | |
| docker pull emcc_image; | |
| fi | |
| alias emcc="docker run --rm -v "$(pwd):/src" $emcc_image emcc"; | |
| # test | |
| emcc -v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # package-lock=false | |
| registry="https://registry.npm.taobao.org" | |
| disturl="https://npm.taobao.org/dist" | |
| nvm_nodejs_org_mirror="http://npm.taobao.org/mirrors/node" | |
| nodejs_org_mirror="http://npm.taobao.org/mirrors/node" | |
| sass_binary_site="http://npm.taobao.org/mirrors/node-sass" | |
| electron_mirror="http://npm.taobao.org/mirrors/electron/" | |
| SQLITE3_BINARY_SITE="http://npm.taobao.org/mirrors/sqlite3" | |
| profiler_binary_host_mirror="http://npm.taobao.org/mirrors/node-inspector/" | |
| node_inspector_cdnurl="https://npm.taobao.org/mirrors/node-inspector" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npx license mit > LICENSE && npx gitignore node && npx covgen liuwayong@gmail.com && yarn init -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| registry "https://registry.npm.taobao.org" | |
| disturl "https://npm.taobao.org/dist" | |
| nvm_nodejs_org_mirror "http://npm.taobao.org/mirrors/node" | |
| NODEJS_ORG_MIRROR "http://npm.taobao.org/mirrors/node" | |
| sass_binary_site "http://npm.taobao.org/mirrors/node-sass" | |
| electron_mirror "http://npm.taobao.org/mirrors/electron/" | |
| SQLITE3_BINARY_SITE "http://npm.taobao.org/mirrors/sqlite3" | |
| profiler_binary_host_mirror "http://npm.taobao.org/mirrors/node-inspector/" | |
| node_inspector_cdnurl "https://npm.taobao.org/mirrors/node-inspector" | |
| selenium_cdnurl "http://npm.taobao.org/mirrors/selenium" |
NewerOlder