Using the Microsoft Graph API to get Office 365 data in your mobile appsUsing the Microsoft Graph API to get Office 365 data in your mobile apps Alex Ziskind Technical Director @digitalix www.nuvious.com Hi, I’m Alex From + 750 Million 50 Million per month Problems0 码力 | 15 页 | 7.00 MB | 1 年前3
Working with Asynchrony Generically: A Tour of C++ Executorsoperation. split(sender) → sender … permits multiple receivers to be connected (forks the execution graph). done_as_optional(sender) → sender … commutes the done signal into a nullopt. done_as_error(sender Profit!84 Step 1: Model key click as a sender85 MODEL KEYCLICK AS SENDER: STRATEGY 1. Assume system API for registering keyboard callback 2. Write a keyboard sender and op state such that: • ...the function stores the returned object in the operation state91 “SYSTEM” API FOR REGISTERING KEYBOARD CALLBACK // Fake system API for registering keyboard input callback: void register_keyboard_callback(void0 码力 | 121 页 | 7.73 MB | 6 月前3
新一代分布式高性能图数据库的构建 - 沈游人传统的关系型数据库的存储方式丢失了事物之间的关系信息 Relational Table Real World Multi-Context is Preserved with Graph Analytics Source: KDnuggets 图技术全景图—— Graph Technology Landscape 2020 • 图数据库 • 图数据建模 • 图计算引擎 • 图数据集成 • 可视化分析 • 知识图谱解决方案 知识图谱解决方案 • 图查询语言 • 欺诈检测 • 网络安全分析 • 社交网络分析 • BI 工具 • 图分析工具集 • 图咨询服务 Source : Graph Aware 图数据库发展趋势 AtlasGraph 研发背景 • 业务对大图分析的诉求(千亿点、万亿边) • 实时风控对图库的性能挑战( OLTP 毫秒级响应) • 海致图平台产品服务于金融、政府行业有大量业务经验积累(接近客户需求) 特性 信 雅 达 • 高可用 • 一致性(事 务) • 高性能 • 低资源消耗 • 易用 • 功能丰富 AtlasGraph 关键特性 云原生 Cloud-Native Graph Database 支持弹性伸缩,有 效利用硬件资源,高可用,高 可靠,故障自愈,低成本运维 HTAP Hybrid Transactional/Analytical Processing0 码力 | 38 页 | 24.68 MB | 1 年前3
C++20 STL Features: 1 Year of Development on GitHubStephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej2 Getting Started • Please hold your questions until the end • Write down observers3 Overview Part 04 CppCon 2019 CppCon 2020 • Announced at CppCon 2019 • github.com/microsoft/STL • Apache License v2.0 with LLVM Exception • Implemented ~50 C++20 features • Majority from Changelog, checklists, other resources • Status Chart: Generated via GitHub's GraphQL API29 Code: github.com/microsoft/STL • Product: stl/inc, stl/src • Build system: CMake/Ninja • vcpkg submodule acquires0 码力 | 45 页 | 702.09 KB | 6 月前3
Making Libraries Consumable for Non-C++ DevelopersWho am I? Still at Microsoft, now on the .NET Core runtime team. • https://github.com/dotnet/runtimeWhat is interoperability? Enabling two or more disparate entities to work together. Don’t touch it with a Garbage Collector (GC). 1. Handles – Level of indirection. • Usually requires a “platform” API to use the memory. • .NET has GCHandle. • JVM, through JNI, exposes most memory as a handle – jobject are. • Kate Gregory’s “What Do We Mean When We Say Nothing At All?”Thank you. Email: arobins@microsoft.com GitHub: @AaronRobinsonMSFT, https://github.com/AaronRobinsonMSFTRecent Interop ABI fun struct0 码力 | 29 页 | 1.21 MB | 6 月前3
C++23: An Overview of Almost All New and Updated FeaturesBelgium Software architect / project manager for Nikon Metrology marc.gregoire@nuonsoft.com Microsoft VC++ MVP Since 2007 Author of Professional C++, 2nd, 3rd, 4th, and 5th Edition Co-author of Support104 Garbage Collection Support C++ had some support for garbage collection libraries with API: declare_reachable() undeclare_reachable() declare_no_pointers() undeclare_no_pointers() get_pointer_safety() enum pointer_safety Available since C++11 Not aware of any use of this API Removed from C++23105 Agenda C++23 Core Language Explicit Object Parameters if consteval0 码力 | 105 页 | 759.96 KB | 6 月前3
whats new in visual studio@TartanLlama C++ Product Team, Microsoft @VisualC https://aka.ms/cpp Welcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any C++ product team at Microsoft Empower every C++ developer and their teams to achieve more 1. by participating in the creation of the C++ Standards 2. by investing in the Microsoft Visual C++ (MSVC) Compiler C++ product team at Microsoft Empower every C++ developer and their teams to achieve more 1. by participating in the creation of the C++ Standards 2. by investing in the Microsoft Visual C++ (MSVC) Compiler0 码力 | 42 页 | 19.02 MB | 6 月前3
C++20's Miya.Natsuhara@microsoft.com Software Engineer, Visual C++ LibrariesWelcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • numbers5 About Me: • Miya Natsuhara • Software Engineer on the Visual C++ Libraries Team (Microsoft) • Started in April 2020 • Lecturer at the University of Washington • Cute pup parent6 Agenda Part VI: Conclusion7 Part I: Development Process8 Development Process • Implemented in our microsoft/STL open-source GitHub repo with the help of our amazing contributors! • In particular, thanks0 码力 | 55 页 | 8.67 MB | 6 月前3
Finding Bugs using Path-Sensitive Static AnalysisGábor Horváth Gabor.Horvath@microsoft.com @XazaxHunWelcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any questions conference! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any questions • Discuss the latest announcements Take our survey https://aka Null Pointer Dereference Detection in Visual Studio 2 022 version 17.0 Preview 4 - C++ Team Blog (microsoft.com)0 码力 | 35 页 | 14.13 MB | 6 月前3
Learning by Contributing to Rust Compiler - 陈于康startup C/C++ • 2014 ~ 2020 DJI Ruby, Lua • 2020 ~ 2023 Microsoft C#, PowerShell • 2023 ~ now Cryptape Rust My work0 码力 | 23 页 | 3.28 MB | 1 年前3
共 34 条
- 1
- 2
- 3
- 4













