Languages
- 442
- Fortranplus
- Fortran training and consultancy service. Provides information on courses, consulting, and books as well as general Fortran resources.
- 443
- Handling Arithmetic Errors in Fortran 2000
- Article by Jeanne Adams discussing various aspects of the exception-handling technical report.
- 444
- Implementation of Object-Oriented Design With Fortran
- By J. Qiang, R. Ryne, and S. Habib R. Ryne. [PDF]
- 445
- Introduction to Pfortran
- Programming method to ease the job of writing parallel programs for massively parallel computers by providing constructs to coordinate non-local memory accesses. Central is an operator specifying location of off-processor variables and an operator for aggregate operations.
- 446
- Is the Quality of Numerical Subroutine Code Improving?
- Paper by Tim Hopkins, which can be downloaded in PostScript format.
- 447
- Linux Fortran Information Page
- Information about running Fortran codes under Linux, by Jeff Templon. Describes and compares the available compilers.
- 448
- The Fortran Company
- Provides products, services, and training for the Fortran programming language and a collection of links, resources, and source code.
- 449
- Object-Oriented Programming in Fortran 2000
- Opinion essay on how object-orientation and genericity should be added to Fortran. By Werner W. Schulz. (March 10, 1998)
- 450
- Fortress Programming Language
- Growing article, with links to many related topics, references. Wikipedia.
- 451
- The Fortress Language Spec v0.618
- Weblog entry and discussion about this older version of the spec.
- 453
- UserLand: Discussion Group
- Now in read-only mode. The archives of the first UserLand discussion group.
- 455
- NVIDIA SDK 9.51 Code Samples
- nVidia's OpenGL SDK. Includes code, Windows binaries and rendered examples of GLSL.
- 456
- The Art of Texturing Using The OpenGL Shading Language
- oZone3D's tutorials for using GLSL for dynamic texturing. Includes environment mapping, glass mapping and alpha mapping.