Research. Wikipedia. Music 1. Encyclopedia. Music 2. Computing Languages List. HyperNews Home Using HyperNews (Instructions) HYPERNEWS COMPUTER LANGUAGE LIST v 1.4 These snippets have been culled from existing programming language sources, the language designer's web pages, books, articles and language critiques. They are by no means meant to be the definitive language definitions, but rather quick and painless definitions and links to available language web sites and newsgroups. My sources are listed in Parts 3 & 5. Special Thanks to Dr John Stockton. Corrections, omissions, and any feedback is encouraged and appreciated. Please support Open Source. Eric Lebherz June 16,2005 EricLebherz@yahoo.com Part 1 - Definitions of Computer Language Families Part 2 - Definitions of Computer Languages Part 3 - Links to Essential Computer Language Web Sites Part 4 - Links to Computer Language Software Part 5 - Sammet's 26 Most Significant Programming Languages, By Year Part 6 - Bibliography Part 7 - Abbreviations APPLICATIVE LANGUAGES- operates by application of functions to values.
Resources for Programming Language Research. JavaScript Cheat Sheet. A quick reference guide for JavaScript, listing methods and functions, and including a guide to regular expressions and the XMLHttpRequest object. The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size JavaScript cheat sheet. Functions and Methods JavaScript has a huge number of methods and functions available. The cheat sheet lists these in various sections. On the left is a list of simple methods in JavaScript. XMLHttpRequest The XMLHttpRequest object is relatively new to JavaScript.
JavaScript in HTML This section contains simple HTML, showing how to add JavaScript to an HTML document. Regular Expressions JavaScript contains support for regular expressions. Event Handlers Download. List of Choose Your Own Adventure books. This is a list of books in the Choose Your Own Adventure gamebook series and its various spin-off series. Books published by Bantam Books (1979-1998)[edit] Choose Your Own Adventure[edit] Choose Your Own Adventure for Younger Readers (Bantam-Skylark)[edit] These books were written for a simpler reading level than the main series and had less severe "bad endings".[1] Choose Your Own Adventure: Walt Disney Series[edit] These books involve the worlds of the many different Disney films.
Cinderella's Magic AdventureSnow White in the Enchanted ForestPinocchio's AdventuresDumbo's CircusAlice's Wonderland AdventureSleeping Beauty and the PrincePeter Pan in Never LandJungle Book AdventureMickey's Christmas Carol AdventureWind in the Willows AdventureBambi's Woodland AdventureWinnie-the-Pooh and His Friends Choose Your Own Super Adventure[edit] These books were longer and more complex than the books in the regular series.[2] Choose Your Own Adventure: Passport[edit] Choose Your Own Nightmare[edit] Grade 1:
Douglas Crockford's Javascript. JavaScript Manual. JavaScript is normally found embedded in HTML code. That is because JavaScript is run by the client computer's browser. JavaScript is supported by all internet browsers and was standardized by the European Computer Manufacturers Association (ECMA). It was standardized under the name ECMAScript and it is vendor-neutral standard. Visual Basic Script (VBScript) on the other hand is a Microsoft supported language. When a person is surfing the web, they click on a link which will cause the browser to make a request for a specific HTML page or other type of file from a web server (HTTP server). Required Knowledge This document assumes the reader has some familiarity with programming and HTML.
Strings are added with the + operator.