Spreadsheet Analysis using Atlassian Tools
0 码力 | 1 页 | 120.37 KB | 5 月前3Six Ways for Implementing Math Expressions Calculator
About me 2 6 ways for implementing math expressions calculator, Amir Kirsh Lecturer Academic College of Tel-Aviv-Yaffo and Tel-Aviv University Developer Advocate at Member of the Israeli ISO C++ NB Co-Organizer of the CoreCpp conference and meetup group3 6 ways for implementing math expressions calculator, Amir Kirsh Suffering from slow builds? It’s not just waste of time It affects your dev cycles math expressions calculator, Amir KirshSuccess Stories 5 6 ways for implementing math expressions calculator, Amir KirshSuccess Stories 6 6 ways for implementing math expressions calculator, Amir KirshOur0 码力 | 63 页 | 1.85 MB | 5 月前3Online Tools Every C++ Developer Should Know
ONLINE TOOLS EVERY C++ DEVELOPER SHOULD KNOW Thamara AndradeHELLO! 2 https://thamara.dev @thamyk I am Thamara Andrade (she/her) Lead Software Engineer @ CadenceHELLO! 3 https://thamara.dev @thamyk0 码力 | 11 页 | 1.11 MB | 5 月前3Common Package Specification: Getting Build Tools to Talk to Each Other
A Common Package Specification: Getting Build Tools to Talk to Each Other Lessons Learned From Making Thousands of Binaries Consumable by Any Build System Diego Rodriguez-Losada @ CppCon 2023Outline0 码力 | 94 页 | 1.58 MB | 5 月前3Powered by AI: A Cambrian Explosion for C++ Software Development Tools
`University of Massachusetts Amherst Powered by AI: A Cambrian Explosion for C++ Software Development Tools Emery BergerCretaceous–Paleogene (K-Pg) extinction eventCretaceous–Paleogene (K-Pg) extinction e0 码力 | 128 页 | 23.40 MB | 5 月前3LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems
LLVM’s Real-time Safety Revolution Tools for Modern Mission Critical SystemsChris Apple ● 10-year veteran of the audio industry ● Previously Dolby, Roblox, Spatial Inc. ● Currently: layabout David ⚠Neither RTSan nor the perf. constraints attributes can fully guarantee real-time safetyThese tools make writing real-time code saferINTERLUDE OVERAgenda 1. Real-time programming 2. Existing Dependent on clang 20+ Both Detect real-time safety issues Use [[clang::nonblocking]]Both tools were designed to complement each otherUse both, and write better real-time code!Thanks! ●0 码力 | 153 页 | 1.38 MB | 5 月前3Dependency Injection in C++
captureTEST(Processor, test_yield) { auto y_calculator = [] (const YieldData& ydata){ return ydata.data_*0.01;}; YieldProcessor processor(y_calculator); YieldData rdata{100}; auto yield = processor Take substantial time • Preference for Phased/localized changes 86 Bloomberg Legacy Code DI Need Tools & Tricks to implement Dependency InjectionProblem : API is used far and wide and so interface cannot0 码力 | 106 页 | 1.76 MB | 5 月前3Expressive Compile-time Parsers
minus_token>, prod_exp>, prod_exp, eval_plus>{}; /*...*/ constexpr auto result = apply_wrap1< calculator_parser, BOOST_METAPARSE_STRING("2 * 3 + 4")>::type::value;Boost Metaparse - Functions Create Grammar Item Sets (states) Parsing tables Image from: “Compilers: Principles, Techniques, and Tools” (dragon book)CTPG – LR(1) Item struct item { int rule; int pos; int term; };CTPG – LR(1)0 码力 | 134 页 | 1.73 MB | 5 月前3Hiding Your Implementation Details is Not So Simple
Implementation Details, Amir Kirsh @ CppCon, 2024 Passing args, exposing only what’s neededLanguage tools: - Value semantics: send values, if needed wrap in a class - Interfaces - Pimpl idiom - Wrapper classes http://coliru.stacked-crooked.com/a/35f49a5a014224f8 Talk: Six Ways for Implementing Math Expressions Calculator in C++ - Amir Kirsh - CppCon 2023 Related: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3086r20 码力 | 145 页 | 2.45 MB | 5 月前3OpenAI 《A practical guide to building agents》
the user. 02 It has access to various tools to interact with external systems—both to gather context and to take actions—and dynamically selects the appropriate tools depending on the workflow’s current of three core components: 01 Model The LLM powering the agent’s reasoning and decision-making 02 Tools External functions or APIs the agent can use to take action 03 Instructions Explicit guidelines and directly from scratch. Python 1 2 3 4 5 6 weather_agent = Agent( name= instructions= tools=[get_weather], ) , "Weather agent" "You are a helpful agent who can talk to users about the0 码力 | 34 页 | 7.00 MB | 5 月前3
共 167 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17
相关搜索词
SpreadsheetAnalysisusingAtlassianToolsSixWaysforImplementingMathExpressionsCalculatorOnlineEveryC++DeveloperShouldKnowCommonPackageSpecificationGettingBuildtoTalkEachOtherPoweredbyAICambrianExplosionSoftwareDevelopmentLLVMRealtimeSafetyRevolutionModernMissionCriticalSystemsDependencyInjectioninExpressiveCompiletimeParsersHidingYourImplementationDetailsisNotSoSimpleOpenAIpracticalguidebuildingagents