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: a403f6de1d4bb1bb

Jump to content

CDK (programming library)

From Wikipedia, the free encyclopedia
CDK
Original authorMike Glover
DeveloperThomas Dickey
Stable release
5.0-20200228 / February 28, 2020; 6 years ago (2020-02-28)
Operating systemUnix, Linux, POSIX
TypeProgramming library
LicenseBSD
Websiteinvisible-island.net/cdk/ Edit this at Wikidata
Repository

CDK is a library written in C that provides a collection of widgets for text user interfaces (TUI) development. The widgets wrap ncurses functionality to make writing full screen curses programs faster. Perl[1][2] and Python[3] bindings are also available.

There are two versions of the library. It was originally written by Mike Glover, introduced as version 4.6 in comp.sources.unix.[4] The other version was extended beginning in May 1999 by Thomas Dickey.

Programs that use CDK

[edit]

See also

[edit]

References

[edit]
  1. ↑ "Curses-Devkit-4.9.3.readme". August 15, 1997. Retrieved October 5, 2013.
  2. ↑ "CDK – Curses Development Kit — Perl Binding". Retrieved October 5, 2013.
  3. ↑ "pyCDK 0.1". Retrieved October 5, 2013.
  4. ↑ Glover, Mike (January 12, 1996). "v29i080: cdk - curses development kit, V4.6.0". Newsgroup: comp.sources.unix.
[edit]