Bazsites.com Programming
Directory Topics
On the Web
- Basis Code Development System - System for developing interactive computer programs in Fortran. Using Basis you can create a program that has a sophisticated programming language as its user interface so that the user can set, calculate with, and plot, all the major variables in the program. The program author writes only the scientific part of the program in Fortran, C or C++; Basis supplies an environment in which to exercise that scientific programming which includes an interactive language interpreter, graphics, error recovery, macros, saving and retrieving variables, formatted I/O, and on-line documentation.
- ACM Crossroads: The Use of Java as an Introductory Programming Language - "During the fall of 1996, the Georgia Insitute of Technology initiated the transition from teaching procedural programming to teaching object-oriented programming at the introductory level. Our main goal was to produce an introductory class that taught solid programming and design skills, using Java as the programming language. We will look at some of the problems we encountered, as well as some of the issues involved in using Java to teach students object oriented programming at the introductory level." Published in Crossroads, the ACM student magazine.
- School of Information Technology - Offers three undergraduate bachelor's degree programs, an undergraduate minor program, and a master's program in Information Systems. The Information Systems program is the largest in the state and among the largest in the nation. The Computer Science program is one of only two nationally accredited programs in Illinois. Part of the College of Applied Science and Technology at Illinois State University.
- University of Lethbridge - School of Health Sciences. The school offers two nursing programs and an addictions counselling program. There is a collaborative four-year nursing program and a two-year post-diploma program. The nursing program is intended for those graduating from high school or making a career change. The post-diploma program is intended for registered nurses or those who have completed their programs and are awaiting registration.
- Letters from Terra - Pascal Programming - Presents a wealth of programming experience in Pascal, including graphical units and tools, 3D programming and texture mapping, game programming and hundreds of downloadable demos for the Pascal community.
- Literate Programming with XML - Provide tools to support Donald Knuth's Literate Programming using XML instead of TeX. Is not based on any specific DTD or programming language, but instead uses processing instructions for processing the literate programs.
- Child Development Assistant - Provides students with the opportunity to complete a one-year program leading to employment as program assistants in daycare centers, nursery schools, Head Start programs, and kindergartens. Program coursework also provides training for those already employed in early childhood centers to improve their skills in working with children.
- The Art of Metaprogramming, Part 1: Introduction to Metaprogramming - An under-used programming technique is writing programs that generate programs or program parts. Covers: why metaprogramming is needed, some components of it, building a code generator; language-sensitive macro programming in Scheme. IBM developerWorks.
- Au.D. Program - Vanderbilt - The Vanderbilt University Graduate Program in Hearing and Speech Sciences was established in 1951 it is the largest graduate program in the School of Medicine and one of the largest programs at Vanderbilt University. It is the only non-MD doctoral program in Vanderbilt University School of Medicine. Currently, the program is rated #1 in the country by U.S. News and World Report.
- Smart Programs - Programs for Pilots with PDA's includes a LogBook program, a Navigation Program, an E6B Flying Calculator and a Pilots' Reference Program. Also a Program for Bird Watchers
Wikipedia Articles
- Logic programming - Logic programming (which might better be called logical programming by analogy with mathematical programming and linear programming) is, in its broadest sense, the use of mathematical logic for computer programming. In this view of logic programming, which can be traced at least as far back as John McCarthy's [1958] advice-taker proposal, logic is used ...
- Extensible programming - Extensible programming is a term used in computer science to describe a style of computer programming that focuses on mechanisms to extend the programming language(s), compiler and runtime environment. Extensible programming languages, supporting this style of programming, were an active area of work in the 1960s, but the movement was marginalized in the 1970s, when it was superseded by work on programming ...
- Microsoft Visual Programming Language - Microsoft Visual Programming Language, or MVPL, is a visual programming and dataflow programming language developed by Microsoft for the Microsoft Robotics Studio. The Microsoft Visual Programming Language is distinguished from other Microsoft programming languages such as Visual Basic and C#, as it is the only Microsoft language that is a true visual programming language.
- System programming - Systems programming (or system programming) is the activity of programming system software. The primary distinguishing characteristic of systems programming when compared to application programming is that application programming aims to produce software which provides services to the user (e.
- Algebraic Logic Functional programming language - Algebraic Logic Functional programming language also known as ALF is a programming language which combines functional and logic programming techniques. Its foundation is Horn clause logic with equality which consists of predicates and Horn clauses for logic programming, and functions and equations for functional programming.