Jump to content

Code snippets: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 25: Line 25:
* [http://www.lafn.org/~aw585/txt2html.html txt2HTML] - REXX - Converts text files to [[HTML]] files.
* [http://www.lafn.org/~aw585/txt2html.html txt2HTML] - REXX - Converts text files to [[HTML]] files.
* [[Update Homepage]] - REXX & Object REXX
* [[Update Homepage]] - REXX & Object REXX
* [http://www.totallyobjects.com/files/fileupload.zip WebConnection File Attachment] Adds file attachment capacity to the WebConnection part in [[VisualAge Smalltalk]] - By David Pennington/[[Totally Objects]].


===E-Mail & USENET===
===E-Mail & USENET===
Line 34: Line 35:
;Date and time operations
;Date and time operations
* [http://www.totallyobjects.com/files/tobdted5-5_1-0-0.zip Date and Time Editor] - A small piece of [[VisualAge Smalltalk]] code that allows you to place date and time editors in a normal VA Smalltalk window. By Matt Sims/[http://www.totallyobjects.com Totally Objects].
* [http://www.totallyobjects.com/files/tobdted5-5_1-0-0.zip Date and Time Editor] - A small piece of [[VisualAge Smalltalk]] code that allows you to place date and time editors in a normal VA Smalltalk window. By Matt Sims/[http://www.totallyobjects.com Totally Objects].
* [[Harold Zbiegien's date algorithms in REXX]] and in [https://www.mpp.mpg.de/~huber/vmssig/src/FOR/lib_routines/CVT_DATE.FOR FORTRAN]
* [[Harold Zbiegien's date algorithms in REXX]] and in FORTRAN
* [http://www.rexswain.com/b2mmddyy.rex Rex Swain's B2MMDDYY.REX] - Convert Base format date to MM/DD/YYYY (REXX)
* [http://www.rexswain.com/b2mmddyy.rex Rex Swain's B2MMDDYY.REX] - Convert Base format date to MM/DD/YYYY (REXX)


Line 46: Line 47:


==Graphics==
==Graphics==
* [http://www.totallyobjects.com/files/jpeg.zip JPEG Displayer] - Demonstrates how to use JPEG images, requires VA Smalltalk 4 or up - By David Pennington/[[Totally Objects]].
* [[SDRAW]] - Draws LISP language substructures
* [[SDRAW]] - Draws LISP language substructures
* [https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/oop/clos/code/3d_geom.tgz 3D Geometry classes] - Simple 3d gemometry classes in LISP/CLOS
* [https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/oop/clos/code/3d_geom.tgz 3D Geometry classes] - Simple 3d gemometry classes in LISP/CLOS
Line 69: Line 71:


==Sundry & collections==
==Sundry & collections==
* [http://dhost.info/zabrodskyvlada/aat/ Album of Algorithms and Techniques for Standard Rexx]  - [[Vladimír Zábrodský]]'s collection of REXX code, mostly small snippets.
* [http://zabrodsky-rexx.byethost18.com/aat/ Album of Algorithms and Techniques for Standard Rexx]  - [[Vladimír Zábrodský]]'s collection of REXX code, mostly small snippets.
* [http://mzelden.com/mvsutil.html Mark's MVS Utilities] - While mostly XEDIT and MVS related there are a few worthwhile REXX programs in there as well.
* [http://mzelden.com/mvsutil.html Mark's MVS Utilities] - While mostly XEDIT and MVS related there are a few worthwhile REXX programs in there as well.
* [[OZPD]] - Sundry [[PD]] C routines and programs
* [[OZPD]] - Sundry [[PD]] C routines and programs
* [http://pleac.sourceforge.net/pleac_rexx/index.html PLEAC-REXX] - Collection of common REXX rutines
* [http://pleac.sourceforge.net/pleac_rexx/index.html PLEAC-REXX] - Collection of common REXX rutines
* [http://rosettacode.org/mw/index.php?title=Special%3ASearch&search=Walter+Pachl&go=Go Walter Pachl's code on rosettacode.org] - Mostly Classic [[REXX]] but also [[Object REXX]], [[NetRexx]] and PL/I.
* [http://vastgoodies.com Vastgoodies.com] - A reprisotory of VA Smalltalk functions run by Adriaan van Os , only a subset of these will work with the OS/2 version of VisualAge Smalltalk 6.x
* [http://vastgoodies.com Vastgoodies.com] - A reprisotory of VA Smalltalk functions run by Adriaan van Os , only a subset of these will work with the OS/2 version of VisualAge Smalltalk 6.x
* [http://www.wpachl.at/Rexx_Programs.html Walter Pachl's REXX code]
* [http://www.wpachl.at/Rexx_Programs.html Walter Pachl's REXX code]
* [[VX-REXX Code snippets]]
[[Category:Languages Articles]]

Latest revision as of 21:48, 2 April 2025

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