Code snippets

From EDM2
Jump to: navigation, search

EDM/2's collection of code snippets, and links to such small programs on external sites. Most of the snippets are for common scripting languages such as REXX, Tcl, PHP and so on but there is also code for traditional programming languages such as C, Modula-2, LISP and Prolog, et cetera. The idea behind such small programs is primarily to be used as educational examples that a programmer can learn from but depending on licence, they can also be taken and used in your own programs.

Code snippets are usually linked to from the Wiki page for each programming language, but it makes sense to also collect them here all together and sort them by function since they can be used in multi-language projects, it may be easier for you to call a function in another language than to rewrite it in your preferred language, and understanding it in another language even if you have not fully mastered that language can be helpful even if you intend to rewrite the function in your preferred programming tool, and so on.

The snippets here are primarily either targeting OS/2 or generic in nature, but code targeting DOS, UNIX and even more alien systems may be included especially if they have some educational value.

OS/2 system

WPS

Memory management

Aka Garbage collection, malloc etc.

Collections

Internet

WWW & HTML

E-Mail & USENET

General

Date and time operations

Files & file operations

  • PDCRC - CRC routines in C

Databases

DBF files

Graphics

Utilities & small applets

Object oriented functions

Language and system extensions

LISP
Smalltalk

Games

Collections

Sundry & collections