Repository files navigation README C# Sample Reference Code function list 0. Welcome() List() OOP() angLoggingAndTracing()About No description, website, or topics provided. Resources Readme Activity Stars 0 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases ...
Each sample code project is build-able and executable source example of how to accomplish a task for a specific technology. They show the correct sequence of calls and parameter data types to provide a generalized method for API use that developers can modify for their specific needs. ##Print...
This code sample statically links to code in the TPM2 software stack, notably:https://github.com/tpm2-software/tpm2-tss, and https://github.com/tpm2-software/tpm2-toolsA script to fetch and build tpm2-tss and tpm2-tools in the manner required for this sample is included with the...
Microsoft Graph sample Azure Function This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Azure Functions. NOTE:This sample was originally built from a tutorial published on theMicrosoft Graph tutorialspage. That tutorial has been removed. ...
GitHub Codespaces You can run this repo virtually by using GitHub Codespaces, which will open a web-based VS Code in your browser: VS Code Remote Containers A related option is VS Code Remote Containers, which will open the project in your local VS Code using theDev Conta...
GitHub CodespacesYou can run this repo virtually by using GitHub Codespaces, which will open a web-based VS Code in your browser:VS Code Remote ContainersA related option is VS Code Remote Containers, which will open the project in your local VS Code using the Dev Containe...
git clone https://github.com/zlgopen/awtk.git 国内用户推荐使用:https://hub.fastgit.org/zlgopen/awtk.git Windows 下可以用带 GUI 的 git 下载代码。 更新代码(在 awtk 目录下运行) git pull 用git 下载代码的好处是以后更新代码非常快。 直接下载 zip 文件 下载 zip 文件。解压之后需要把文件夹...
如果这个过程不知道如何操作,你需要了解一下cmake的使用,也可以参考 https://github.com/imalimin/AlSkia 1. Android Studio毫无悬念的报了以下错误。在经历了多次失败之后,这次我的内心显得异常平静,下面开始见招拆招吧。 代码语言:javascript 代码运行次数:0 ...
Home:https://github.com/google/fruit 它是Google 开发的 C++ 库,提供了“依赖注入”(dependency injection)的框架。 代码示例——一个简单的例子 #include<iostream> #include<fruit/fruit.h>using fruit::Component;using fruit::Injector;classWriter
cmake_minimum_required ( VERSION 3.28 ) project ( testprj ) include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG release-1.12.0 ) FetchContent_MakeAvailable(googletest) enable_testing() add_executable( testprj sample6_unittest.cc ...