Custom Views for the Rest of Us
1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 10 码力 | 187 页 | 13.25 MB | 5 月前3Building Effective Embedded Systems: Architectural Best Practices
0 码力 | 241 页 | 2.28 MB | 5 月前3Markdown style guide
Markdown style guide Much of what makes Markdown great is the ability to write plain text, and get great formatted output as a result. To keep the slate clean for the next author, your Markdown should Contents: 1. Document layout 2. Character line limit 3. Trailing whitespace 4. Headings 1. ATX-style headings 2. Add spacing to headings 5. Lists 1. Use lazy numbering for long lists 2. Nested list such as Gitiles, put [TOC] after the short introduction. See [TOC] documentation. 5. ## Topic: The rest of your headings should start from level 2. 6. ## See also: Put miscellaneous links at the bottom0 码力 | 8 页 | 44.60 KB | 1 年前3philosophy style guide
0 码力 | 2 页 | 22.72 KB | 1 年前3Swift Style - Greg Heo
Swift Style @gregheo Style? for _ in 0..0 码力 | 73 页 | 3.38 MB | 1 年前3Named Optional Parameters - JavaScript Style
Named Optional Parameters - JavaScript Style Brian Davidson (briandavidson@meta.com) Summary C++ developers often run into the situation where we have multiple parameters in a function with the same0 码力 | 1 页 | 3.17 MB | 5 月前3Google XML Document Format Style Guide Version 1.0
Google XML Document Format Style Guide Version 1.0 Copyright Google 2008 Introduction This document provides a set of guidelines for general use when designing new XML document formats (and to some other rich-text format, but also contains purely machine-interpretable portions, SHOULD follow this style guide for the machine-interpretable portions. It also does not affect XML document formats that are [Rationale: Markup reuse is good, markup abuse is bad.] 3. When extending formats, use the implicit style of the existing format, even if it contradicts this guide. [Rationale: Consistency.] 2. Schemas0 码力 | 13 页 | 51.99 KB | 1 年前3Falcon v1.3.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): do as little as possible while remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 146 页 | 535.22 KB | 1 年前3Falcon v1.3.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self tries to do as little as possible while remaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 194 页 | 266.90 KB | 1 年前3Falcon v1.4.1 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): do as little as possible while remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 158 页 | 587.88 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100