—SEC. 02 — Computers

Computers

Subcategories42
Indexed links7,290
Direct links0
Total subtree3,881
— SEC. 02
Listings

All links in this category.

Showing 1,951–2,000 of 7,290 editor-approved links.

Showing 50 on this page
Functional
Readscheme.org - Resources for Functional Programming
readscheme.org

A variety of research resources on functional programming languages, implementation, and applications of functional programming languages.

Added May 10, 2026
GLSL
The Art of Texturing Using The OpenGL Shading Language
www.ozone3d.net

oZone3D's tutorials for using GLSL for dynamic texturing. Includes environment mapping, glass mapping and alpha mapping.

Added May 10, 2026
Garbage_Collected
Garbage Collection
c2.com

Wiki page, with pros, cons, comments, links, at Cunningham and Cunningham, Inc.

Added May 10, 2026
IDL
IDL Astronomy User's Library
www.adass.org

Information, resources and references on IDL astronomy user library.

Added May 10, 2026
Intercal
Intercal Resource Page
catb.org

Unofficial Intercal language homepage, maintained by C-Intercal implementor Eric S. Raymond. Documentation, implementations, papers, and tools.

Added May 10, 2026
Intercal
Darren's First Intercal Program
webonastick.com

This was author's first exercise in INTERCAL programming. It counts down from 500 all the way down to one. It's that simple!

Added May 10, 2026
JavaScript
Mapstraction
mapstraction.com

Provides a single, common interface for a wide variety of JavaScript map APIs.

Added May 10, 2026
JavaScript
Wikipedia: JavaScript
en.wikipedia.org

Encyclopaedia article about the language. Covers its history, features, syntax, security, tools and criticisms.

Added May 10, 2026
JavaScript
Planetary.js
planetaryjs.com

Awesome interactive globes for the web.

Added May 10, 2026
JavaScript
Fabric.js
fabricjs.com

JavaScript Canvas Library.

Added May 10, 2026
JavaScript
Cocos2d-x
www.cocos2d-x.org

Cross platform open source free 2D game engine for mobile gamedev, that is fast and stable, easy to learn and use.

Added May 10, 2026
JavaScript
John Resig: Pure JavaScript HTML Parser
ejohn.org

Pure JavaScript HTML parser. Handles tag, text, and comments with callbacks, XML Serializer, DOM Builder, DOM Document Creator.

Added May 10, 2026
JavaScript
Nicjansma/usertiming.js
github.com

Adds UserTiming support to browsers that do not natively support.

Added May 10, 2026
JavaScript
Punch
laktek.github.io

Punch is a simple, intuitive web publishing framework.

Added May 10, 2026
JavaScript
Canvas 3D Graph
dragan.yourtree.org

Special type of bar graph that plot numbers in 3D.

Added May 10, 2026
JavaScript
JSDiff for Comparing Text
tobyho.com

Implementing of text comparison in JavaScript, it is used in Mocha to implement colored diffs.

Added May 10, 2026
JavaScript
jQuery IME
github.com

Input method editor library supporting more than 135 input methods across more than 62 languages. Maintained by Wikimedia.

Added May 10, 2026
JavaScript
Marionette.js
marionettejs.com

A collection of common design and implementation patterns found in the applications that have been build with Backbone, and includes pieces inspired by composite application architectures, event driven architectures and messaging architectures.

Added May 10, 2026
JavaScript
dcodeIO/PSON
github.com

A efficient binary serialization format for JSON. It outperforms JSON, bSON, bJSON and, if used wisely, even protobuf and thrift in encoding size.

Added May 10, 2026
JavaScript
Three.js
threejs.org

A JavaScript 3D Library which makes WebGL simpler.

Added May 10, 2026
JavaScript
Game Mechanic Explorer
gamemechanicexplorer.com

Collection of concrete examples for various game mechanics, algorithms, and effects. Implemented in JavaScript using the Phaser game framework.

Added May 10, 2026
JavaScript
HTML Encode and Decode with JavaScript
www.strictly-software.com

Object to handle encoding and decoding of entities. Encodes to numerical or html entities among other useful functions.

Added May 10, 2026
JavaScript
harthur/clusterfck
github.com

K-means and hierarchical clustering.

Added May 10, 2026
LabVIEW
National Instruments Corp.: LabVIEW
www.ni.com

Home of LabVIEW dataflow visual programming language and environment. Customize PCs to measure and automate collecting data from the physical world, analyze data, and present it in easy-to-understand ways.

Added May 10, 2026
ML
Edinburgh LFCS ML-Club
www.dcs.ed.ac.uk

ML users club at University of Edinburgh: meeting times, mail list, publications, links.

Added May 10, 2026
ML
sml_tk
www.informatik.uni-bremen.de

Standard ML package giving a portable, typed, abstract interface to the user interface description and command language Tcl/Tk. Allows making graphical user interfaces in structured and reusable ways, supported by SML's powerful module system.

Added May 10, 2026
ML
Standard ML vs. Objective Caml
www.mpi-sws.mpg.de

A quick comparison of program fragments in the two ML dialects.

Added May 10, 2026
Miranda
From ACT-ONE to Miranda, a Translation Experiment
www.cs.kent.ac.uk

Article by Nathan Charles and Howard Bowman and Simon Thompson.

Added May 10, 2026
Miranda
Miranda Programming Language
en.wikipedia.org

Growing article, with links to many related topics. [Wikipedia]

Added May 10, 2026
Miva
Mr Moon
www.mrmoon.com

Free scripts, an archive of Miva users list, and MivaTest, a script that evaluates and ranks servers running Empresa.

Added May 10, 2026
Modula-3
Persistent Modula-3
www.cs.purdue.edu

An extension of the Modula-3 programming language that supports orthogonal persistence and transactions.

Added May 10, 2026
Multiparadigm
Multiparadigm Programming Language
en.wikipedia.org

Brief description, language list sorted by count and supported paradigms. [Wikipedia]

Added May 10, 2026
Mumps
MSM-Workstation
www.georgejames.com

Information about MSM-WS, an M implementation for Win32

Added May 10, 2026
Object-Oriented
Planet Source Code
www.planet-source-code.com

Lets OOP programmers submit code for review by other programmers; many source code samples to help educate beginners on many concepts; contests where programmers vote for the most efficient, useful code recently submitted.

Added May 10, 2026
Objective-C
GNUStepWeb
www.gnustepweb.org

A library which was designed to be compatible with WebObjects 4.x. [Open source, LGPL]

Added May 10, 2026
Occam
WoTUG: occam
www.wotug.org

Compilers, book references, online copies of manuals, a couple of examples, utilities, and information on Occam.

Added May 10, 2026
Oz
Oz Programming Language
en.wikipedia.org

Description, well written, growing, with some links. [Wikipedia]

Added May 10, 2026
Oz
The Mozart Programming System
www.cs.ucy.ac.cy

Description with references. Compares Oz to some other logic-based languages.

Added May 10, 2026
Oz
Concepts, Techniques, and Models of Computer Programming
www.info.ucl.ac.be

Companion website to textbook, teaches programming via Oz language, presents all major programming paradigms in a unified framework that is theoretically sound and practical. Many references, reviews, links.

Added May 10, 2026
PL
Wikipedia: HAL/S
en.wikipedia.org

Description of the design goals, syntax, and data types of HAL//S.

Added May 10, 2026
Perl
Perl.com
www.perl.com

A feed of the latest articles.

Added May 10, 2026
Perl
Perl 6
perl6.org

Official homepage of the language offers documentation and links to the subprojects that make up Perl 6.

Added May 10, 2026
Procedural
PILOT
rpilot.sourceforge.net

Simple interpreted language designed for use in computer-assisted instruction (CAI), 3 implementations, IEEE-standard and open source version exist.

Added May 10, 2026
RPG
Bryan Meyers
www.bmeyers.net

Details of the RPG IV and ILE training and books available for the IBM i (iSeries, AS/400) platform.

Added May 10, 2026
RPG
RPG for OpenVMS
home.earthlink.net

An IBM RPG II compatible compiler which runs under OpenVMS. It can be used to migrate software applications written in IBM RPG II, VAX RPG, WANG RPG, Sperry RPG, WANG RPG, Unisys RPG and other versions of RPG to HP OpenVMS.

Added May 10, 2026
Rexx
Pigdog Journal: Laughable Technology
www.pigdog.org

Yay for REXX! Column in a satirical online magazine.

Added May 10, 2026
Ruby
ruby-talk
blade.nagaokaut.ac.jp

Ruby mail list log/archive, powered by Shin-ichiro Hara's Ruby smart archiver.

Added May 10, 2026
SAS
Global Statements
www.globalstatements.com

Rick Aster's SAS programming resources.

Added May 10, 2026
SAS
Stat/Transfer Data Conversion Software
www.stattransfer.com

Stat/Transfer provides a fast, easy and economical way to move your data between SAS and a variety of spreadheets, databases, and other statistical packages. Converts Windows and Unix files directly.

Added May 10, 2026
SQL
W3 Schools' SQL Tutorial
www.w3schools.com

Useful SQL language reference for beginners and experts alike

Added May 10, 2026