Six Impossible Things
@KevlinHenney Impossible Things“Sometimes I’ve believed as many as six impossible things before breakfast.”Representations can be infinite+Inf-InfNaNDriverless racecar drives straight into a wall0 码力 | 144 页 | 6.47 MB | 5 月前3Things Happening in SG14
Things happening in SG14 Making C++ better for game development & other low-latency domains Patrice Roy, CeFTI, Université de Sherbrooke, Collège Lionel-Groulx Patrice.Roy@USherbrooke.ca, Patrice.Roy@clg Involved quite a bit with SG14, the low-latency study group • Occasional WG21 secretary • etc. 4Things happening in SG14 • The abstract of this talk is as follows: • « The C++ committee is made of a larger number of study groups, including SG14 (low-latency, finances, games and embedded systems). 5Things happening in SG14 • The abstract of this talk is as follows: • « The C++ committee is made of a0 码力 | 148 页 | 1009.97 KB | 5 月前3Some Things C++ Does Right
Britannia with your favorite search engine • Used to write military flight simulator code, among other things • CAE Electronics Ltd, IREQ • Full-time teacher since1998 • Collège Lionel-Groulx, Université heard… • However, there are a significant number of things C++ does right 11You might have heard… • However, there are a significant number of things C++ does right • There are a number of reasons why why we love this language... 12You might have heard… • However, there are a significant number of things C++ does right • There are a number of reasons why we love this language... • …love it so much0 码力 | 228 页 | 2.47 MB | 5 月前3Sender Patterns to Wrangle Concurrency in Embedded Devices
namespace things { 1 int av = 0; 2 3 auto a0 = async::just<"just-a0">(0); 4 auto a1 = async::just<"just-a1">(1); 5 auto a2 = async::just<"just-a2">(2) | async::then([](auto v){ things::av = v; }); | async::then<"before-wa-then">([](auto v){ things::var = v; }) 12 | async::seq(w) 13 | async::then<"last-then">([](auto ...){ ++things::var; }) 14 | async::repeat(); 15 16 } 17 int auto d = async::start_detached<"my_chain">(things::s); 19 20 while(true) {} 21 } 22 40demo sender auto s = async::just<"link-start">(42) namespace things { 1 int av = 0; 2 3 auto a0 = async:0 码力 | 106 页 | 26.36 MB | 5 月前3Pro Git 2nd Edition 2.1.413
Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes changed and yet many important things have not. While most of the core commands and concepts are still valid today as the Git core team is pretty fantastic at keeping things backward compatible, there have who introduced an issue and when, and more. Using a VCS also generally means that if you screw things up or lose files, you can easily recover. In addition, you get all this for very little overhead0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes changed and yet many important things have not. While most of the core commands and concepts are still valid today as the Git core team is pretty fantastic at keeping things backward compatible, there have who introduced an issue and when, and more. Using a VCS also generally means that if you screw things up or lose files, you can easily recover. In addition, you get all this for very little overhead0 码力 | 691 页 | 13.35 MB | 1 年前3Pro Git 2nd Edition 2.1.413
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 Undoing Things. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . changed and yet many important things have not. While most of the core commands and concepts are still valid today as the Git core team is pretty fantastic at keeping things backward compatible, there have who introduced an issue and when, and more. Using a VCS also generally means that if you screw things up or lose files, you can easily recover. In addition, you get all this for very little overhead0 码力 | 501 页 | 17.96 MB | 1 年前3Falcon v0.2.0 Documentation
to get started writing an API: # things.py # Let's get this party started import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources """Handles GET requests""" resp.status = falcon.HTTP_200 # This is the default status resp.body = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' 18 Chapter 5. Documentation represented by long-lived class instances things = ThingsResource() # things will handle all requests to the '/things' URL path app.add_route('/things', things) You can run the above example using any0 码力 | 70 页 | 296.15 KB | 1 年前3Falcon v0.3.0.1 Documentation
to get started writing an API: # things.py # Let's get this party started import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources """Handles GET requests""" resp.status = falcon.HTTP_200 # This is the default status resp.body = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n') represented by long-lived class instances things = ThingsResource() # things will handle all requests to the '/things' URL path app.add_route('/things', things) You can run the above example using any0 码力 | 77 页 | 311.34 KB | 1 年前3Concurrency
CONCURRENCY “Multiple logical threads of execution with [some] inter-task dependencies” Doing things at the same time DefinitionCppCon 2023 13 David Olsen - Back to Basics: Concurrency CONCURRENCY threads of execution with [some] inter-task dependencies” Doing things at the same time Some things need to happen before other things DefinitionCppCon 2023 14 David Olsen - Back to Basics: Concurrency threads of execution with [some] inter-task dependencies” Doing things at the same time Some things need to happen before other things Some things can’t happen at the same time DefinitionCppCon 2023 150 码力 | 160 页 | 2.91 MB | 5 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100