How to Build Your First C++ Automated Refactoring Tool - CppCon 20239Proprietary + Confidential Large Scale Refactorings & Automated Refactoring Tools 10 10Refactoring Tool Use Cases 02 11Proprietary + Confidential Consistent Code Formatting 12 12Proprietary + Confidential0 码力 | 83 页 | 6.03 MB | 6 月前3
Oracle VM VirtualBox 5.2.40 User Manualto networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . 97 6.3 Network Address Translation (NAT) . . . . . . . . . . . . . . . . . . . . . . . . . 98 6.3.1 Configuring port forwarding with limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 6.4 Network Address Translation Service . . . . . . . . . . . . . . . . . . . . . . . . 100 6.5 Bridged networking . . . . . . machine, VirtualBox by default enables one virtual network card and selects the “Network Address Translation” (NAT) mode for it. This way the guest can connect to the outside world using the host’s networking0 码力 | 387 页 | 4.27 MB | 6 月前3
Oracle VM VirtualBox 5.2.12 User Manualto networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . 97 6.3 Network Address Translation (NAT) . . . . . . . . . . . . . . . . . . . . . . . . . 98 6.3.1 Configuring port forwarding with limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 6.4 Network Address Translation Service . . . . . . . . . . . . . . . . . . . . . . . . 100 6.5 Bridged networking . . . . . . machine, VirtualBox by default enables one virtual network card and selects the “Network Address Translation” (NAT) mode for it. This way the guest can connect to the outside world using the host’s networking0 码力 | 380 页 | 4.23 MB | 6 月前3
Oracle VM VirtualBox 4.3.36 User Manualto networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . 93 6.3 Network Address Translation (NAT) . . . . . . . . . . . . . . . . . . . . . . . . . 94 6.3.1 Configuring port forwarding with limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 6.4 Network Address Translation Service (experimental) . . . . . . . . . . . . . . . 96 6.5 Bridged networking . . . . . . . . machine, VirtualBox by default enables one virtual network card and selects the “Network Address Translation” (NAT) mode for it. This way the guest can connect to the outside world using the host’s networking0 码力 | 380 页 | 3.79 MB | 6 月前3
LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical SystemsDocumentation goes out of date - What about pre-built dependencies?What if we had a tool that could simply tell us?A nice tool would… - Assess real-time safety - Detect a wide range of violations - …even cpp:2:5: note: declaration cannot be inferred 'nonblocking' because it has no definition in this translation unit 2 | int defined_elsewhere(); Inference - Different TU ❌Re-declaration // third_party.h Disabling each tool 5. Using each tool outside of LLVM ContrastAgenda 1. Run time vs compile time 2. False negatives and false positives 3. Cost 4. Disabling each tool 5. Using each tool outside of0 码力 | 153 页 | 1.38 MB | 6 月前3
Oracle VM VirtualBox 4.2.32 User Manualto networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . 92 6.3 Network Address Translation (NAT) . . . . . . . . . . . . . . . . . . . . . . . . . 93 6.3.1 Configuring port forwarding with machine, VirtualBox by default enables one virtual network card and selects the “Network Address Translation” (NAT) mode for it. This way the guest can connect to the outside world using the host’s networking host operating system. You can use either the graphical user interface or the command-line VBoxManage tool to set up virtual serial ports. For the latter, please refer to chapter 8.8, VBoxManage modifyvm,0 码力 | 348 页 | 5.93 MB | 6 月前3
Oracle VM VirtualBox 4.1.40 User Manualto networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . 89 6.3 Network Address Translation (NAT) . . . . . . . . . . . . . . . . . . . . . . . . . 90 6.3.1 Configuring port forwarding with machine, VirtualBox by default enables one virtual network card and selects the “Network Address Translation” (NAT) mode for it. This way the guest can connect to the outside world using the host’s networking host operating system. You can use either the graphical user interface or the command-line VBoxManage tool to set up virtual serial ports. For the latter, please refer to chapter 8.7, VBoxManage modifyvm,0 码力 | 310 页 | 4.87 MB | 6 月前3
Just-in-Time Compilation - J F Bastien - CppCon 2020In this talk I'll tell you about C++ AoT compiler, JiTs for dynamic language, JiTs for binary translation, and dive back 20, 30, 40, 50, 60 years, way back into compiler history and read wonderful academic “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind0 码力 | 111 页 | 3.98 MB | 6 月前3
OpenAI 《A practical guide to building agents》increasingly capable of handling complex, multi-step tasks. Advances in reasoning, multimodality, and tool use have unlocked a new category of LLM-powered systems known as agents. This guide is designed with those applications and systems through web and application UIs—just as a human would. Each tool should have a standardized definition, enabling flexible, many-to-many relationships between tools 3 4 5 6 7 8 8 10 11 12 from import def agents Agent, WebSearchTool, function_tool @function_tool save_results(output): db.insert({ : output, : datetime.time()}) return "File0 码力 | 34 页 | 7.00 MB | 6 月前3
Django CMS 2.1.x Documentationrecommend that you get familiar with the way South works, as it is a very powerful, easy and convenient tool. Django CMS uses it extensively. Fresh install Run: python manage.py syncdb --all python manage.py the newly created migration! 1.3.3 More information about South Obviously, South is a very powerful tool and this simple crash course is only the very tip of the iceberg. Readers are highly encouraged to CMS_DBGETTEXT Default: False (unless dbgettext is in settings.INSTALLED_APPS) Enable gettext-based translation of CMS content rather than use the standard administration interface. Requires django-dbgettext0 码力 | 63 页 | 485.38 KB | 6 月前3
共 242 条
- 1
- 2
- 3
- 4
- 5
- 6
- 25













