🧸 A tiny single-file version of the ModernCppStarter project for exploring libraries or playing with C++ code. Reproducible dependency management included, so the code will work the same everywhere. - TheLartians/MiniCppStarter
Unless otherwise noted these projects are open-source with permissive licensing: MindWorkAI/AI-Studio(FSL-1.1-MIT) iohub/collama janhq/jan(AGPL) nat/openplayground Faraday(proprietary) LMStudio(proprietary) Layla(proprietary) ramalama(MIT)
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
'src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c', 'src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.c', 'src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c', 'src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_...
These projects will facilitate your acquisition of new skills, ensuring familiarity with crucial topics that prove invaluable when developing real-world applications. Features of C++ Object-Oriented Programming:“Programmers use Object-Oriented Programming to organize code around objects and their interactions...
You may come across files with noil2cpp_initexport. The Unity playermustsomehow call into the main application binary, so we can resort to looking inUnityPlayer.dllorlibunity.soto find this entry point. The Unity players do not have source code available, but they are relatively easy to fol...
One noteworthy thing in the code above is that the pplx::cancellation_token_source variable is captured by value. This is possible because pplx::cancellation_token_source behaves like a smart pointer. It also guarantees thread safety. All of this makes it really easy to pass it around or cap...
这里用最近比较火的minicpm,主要是因为这个尺寸小适合移动端、资料多、效果还不错,而且已经有llama.cpp版本了。 OpenBMB/MiniCPM:MiniCPM-2B:端端LLM性能优于 Llama2-13B。 --- OpenBMB/MiniCPM: MiniCPM-2B: An end-side LLM outperforms Llama2-13B. (github.com) ...
# or SHARED, and provides the relative paths to its source code. # You can define multiple libraries, and CMake builds them for you. # Gradle automatically packages shared libraries with your APK. #此处可以通过多加几个addlibrary来针对多个cpp文件来生成多个.so文件 ...
Finally, if you’re looking for inspiration on how to style your source code, have a look at some open source projects. Short Is Better Longer lines make it hard for human eyes to read. That’s why newspapers and magazines print their text in columns. When it comes to your code, you...