Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b3b6efe9aa0ea

Jump to content

Poshlib

From Wikipedia, the free encyclopedia

Posh is a software framework used in cross-platform software development. It was created by Brian Hook.[1] It is BSD licensed and as of 17 March 2014, at version 1.3.002.

The Posh software framework provides a header file and an optional C source file.

Posh does not provide alternatives where a host platform does not offer a feature, but informs through preprocessor macros what is supported and what is not. It sets macros to assist in compiling with various compilers (such as GCC, MSVC and OpenWatcom), and different host endiannesses. In its simplest form, only a single header file is required. In the optional C source file, there are functions for byte swapping and in-memory serialisation/deserialisation.

Brian Hook also created SAL (Simple Audio Library) that utilises Posh. Both are featured in his book "Write Portable Code". Posh is also used in Ferret and Vega Strike.

See also

[edit]

References

[edit]
  1. Hook, Brian (2005). Write Portable Code: An Introduction to Developing Software for Multiple Platforms. No Starch Press. ISBN 978-1-59327-056-8.
[edit]