Rocky Mountain BASIC
Rocky Mountain BASIC is a dialect of the BASIC programming language created by Hewlett-Packard. It was especially popular for control of automatic test equipment using GPIB. It has several features which are or were unusual in BASIC dialects, suc ...
SCELBAL
SCELBAL, short for SCientific ELementary BAsic Language, is a version of the BASIC programming language released in 1976 for the SCELBI and other early Intel 8008 and 8080-based microcomputers like the Mark-8. Later add-ons to the language includ ...
TI-BASIC
TI-BASIC is the official name of a BASIC-like language built into Texas Instruments s graphing calculators. TI-BASIC is a language family of three different and incompatible versions, released on different products: TI-BASIC 89 on 68k processor f ...
True BASIC
True BASIC is a variant of the BASIC programming language descended from Dartmouth BASIC - the original BASIC. Both were created by college professors John G. Kemeny and Thomas E. Kurtz.
Lite-C
Lite-C is a programming language for multimedia applications and personal computer games, using a syntax subset of the C language with some elements of the C++ language. Its main difference to C is the native implementation of multimedia and comp ...
P*
P* is a programming language meant to be useful in web development for creating dynamic HTML documents. The language provides syntax for templates and prepared SQL-statements. P* programs are scripts which are run by the P* interpreter.
SAC programming language
SAC is a strict purely functional programming language whose design is focused on the needs of numerical applications. Emphasis is laid on efficient support for array processing via data parallelism. Efficiency concerns are essentially twofold. O ...
Treelang
Treelang is a "toy" programming language distributed with the GNU Compiler Collection to demonstrate the features of its code-generation backend. It was developed by Tim Josling, based on a language called Toy created by Richard Kenner. During th ...
C++/CX
C++/CX is a language projection for Microsofts Windows Runtime platform. It takes the form of a language extension for C++ compilers, and it enables C++ programmers to write programs that call Windows Runtime APIs. C++/CX is superseded by the C++ ...
Charm++
Charm++ is a parallel object-oriented programming language based on C++ and developed in the Parallel Programming Laboratory at the University of Illinois at Urbana–Champaign. Charm++ is designed with the goal of enhancing programmer productivity ...
RaftLib
RaftLib is a portable parallel processing system that aims to provide extreme performance while increasing programmer productivity. It enables a programmer to assemble a massively parallel program using simple iostream-like operators. RaftLib han ...
Coarray Fortran
Coarray Fortran, formerly known as F--, started as an extension of Fortran 95/2003 for parallel processing created by Robert Numrich and John Reid in the 1990s. The Fortran 2008 standard now includes coarrays, as decided at the May 2005 meeting o ...
EFL (programming language)
EFL is a programming language originated by programmer A.D. Hall in the late 1970s and completed by Stuart Feldman. It was intended to improve on Fortran by adding control structures similar to those of C and was implemented as a preprocessor to ...
F (programming language)
F is a modular, compiled, numeric programming language, designed for scientific programming and scientific computation. F was developed as a modern Fortran, thus making it a subset of Fortran 95. It combines both numerical and data abstraction fe ...
Iftran
IFTRAN was created in 1972 by E. F. Miller at General Research Corporation, Santa Barbara, California as a mechanism to support structured programming concepts in a FORTRAN-based environment. IFTRAN had these basic structured programming construc ...
Industrial Real-Time Fortran
Industrial Real-Time Fortran was developed, during the decade of 1970-1980, to augment the Fortran language with library bindings useful for process and device control, and I/O. Also included in IRTF was a set of bit-manipulation functions which ...
Ratfor
Ratfor is a programming language implemented as a preprocessor for Fortran 66. It provided modern control structures, unavailable in Fortran 66, to replace GOTOs and statement numbers.
Concurrent Haskell
Concurrent Haskell extends Haskell 98 with explicit concurrency. Its two main underlying concepts are: The ability to spawn a concurrent thread via the forkIO primitive. A primitive type MVar α implementing a bounded/single-place asynchronous cha ...
Haskell features
A simple example that is often used to demonstrate the syntax of functional languages is the factorial function for non-negative integers, shown in Haskell: Or in one line: This describes the factorial as a recursive function, with one terminatin ...
GScript
GScript was a proprietary programming language which has been renamed Gosu and released as open source. All the APIs, packages names and filenames are affected. Any use of the word GScript becomes Gosu. Any use of the lowercase word gscript becom ...
Pizza (programming language)
Pizza is an open-source superset of Java 1.4, prior to the introduction of generics for the Java programming language. In addition to its own solution for adding generics to the language, Pizza also added function pointers and algebraic types wit ...
Objective-J
Objective-J is a programming language developed as part of the Cappuccino web development framework. Its syntax is nearly identical to the Objective-C syntax and it shares with JavaScript the same relationship that Objective-C has with the C prog ...
IP Pascal
IP Pascal is an implementation of the Pascal programming language using the IP portability platform, a multiple machine, operating system and language implementation system.
Outline of Perl
The following outline is provided as an overview of and topical guide to the Perl programming language: Perl – high-level, general-purpose, interpreted, multi-paradigm, dynamic programming language. Perl was originally developed by Larry Wall in ...
Parrot assembly language
The Parrot assembly language is the basic assembly language used by the Parrot virtual machine. PASM is the lowest level assembly language in the Parrot stack. The Parrot intermediate representation PIR is PASM extended to simplify development of ...
Parrot intermediate representation
The Parrot intermediate representation, previously called Intermediate code, is one of the two assembly languages for the Parrot virtual machine. The other is Parrot assembly language or PASM. Compared to PASM, PIR exists at a slightly higher abs ...
Perl language structure
The structure of the Perl programming language encompasses both the syntactical rules of the language and the general ways in which programs are organized. Perls design philosophy is expressed in the commonly cited motto "theres more than one way ...
Perl Object-Oriented Persistence
Perl Object-Oriented Persistence is the term given to refer to object-relational mapping mechanisms written in the Perl programming language to provide object persistence. Dave Rolsky divides POOP mechanisms into two categories: OO-Persistence To ...
XS (Perl)
XS is a Perl foreign function interface through which a program can call a C or C++ subroutine. XS or xsub is an abbreviation of "eXternal Subroutine", where external refers to programming languages external to Perl. XS also refers to a glue lang ...
PL/8
PL/8, is a dialect of PL/I developed by IBM Research in the 1970s by compiler group, under Martin Hopkins, within a major research program that led to the IBM RISC architecture. It was so-called because it was about 80% of PL/I. Written in PL/I a ...
Amber Smalltalk
Amber Smalltalk, formerly named Jtalk, is an implementation of the Smalltalk-80 language that runs on the JavaScript runtime of a web browser. It is designed to enable client-side development using the Smalltalk programming language. The programm ...
Visual Smalltalk Enterprise
Visual Smalltalk Enterprise is a Smalltalk dialect that runs only on Microsoft Windows, and is the last in a long line of Smalltalk implementations first produced by Digitalk and now available through Cincom. Active development has stopped since ...
Nial
Nial is a high-level array programming language developed from about 1981 by Mike Jenkins of Queens University, Kingston, Ontario, Canada. Jenkins co-created the Jenkins–Traub algorithm. Nial combines a functional programming notation for arrays ...
Mouse (programming language)
The Mouse programming language is a small computer programming language developed by Dr. Peter Grogono in the late 1970s and early 1980s. It was developed as an extension of an earlier language called MUSYS, which was used to control digital and ...
Fortran 95 language features
This is an overview of Fortran 95 language features. Included are the additional features of TR-15581:Enhanced Data Type Facilities, which have been universally implemented. Old features that have been superseded by new ones are not described – f ...
Outline of C++
The following outline is provided as an overview of and topical guide to C++: C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises ...
Argument-dependent name lookup
In the C++ programming language, argument-dependent lookup, or argument-dependent name lookup, applies to the lookup of an unqualified function name depending on the types of the arguments given to the function call. This behavior is also known a ...
Auto-linking
Auto-linking is a mechanism for automatically determining which libraries to link to while building a C, C++ or Obj-C program. It is activated by means of #pragma comment statements in the header files of the library, or import depending on the c ...
Concepts (C++)
Concepts are an extension to the templates feature provided by the C++ programming language. Concepts are named Boolean predicates on template parameters, evaluated at compile time. A concept may be associated with a template, in which case it se ...
page 139
|
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
Decltype |
Delete (C++) |
Most vexing parse |
|
Delete (C++) |
|
One Definition Rule |
Partial template specialization |
Placement syntax |
Plain Old C++ Object |
|
Reference (C++) |
Seekg |
Single Compilation Unit |
|
Special member functions |
Typename |
Articles with example C++ code |
C++ compilers |
|
BETA (programming language) |
Compact Application Solution Language |
|
Cool (programming language) |
|
Dice (programming language) |
Easytrieve |
|
Emerald (programming language) |
Gello Expression Language |
|
Mixin |
Telescript (programming language) |
Class-based programming languages |
Common Intermediate Language |
Cross assembler |
Inline assembler |
Macro assembler |
|
MACRO-10 |
Assemblers |
|
BASIC extension |
BASIC compilers |
|
BlazeMeter |
Curl-loader |
|
NeoLoad |
|
Java Community Process |
Advanced Multimedia Supplements |
Application Isolation API |
Bean Validation |
|
Java compiler |
Java Platform Module System |
|
JSR 53 |
Java Network Launching Protocol |
SOAP with Attachments API for Java |
Swing Application Framework |
WBEM Services Specification |
|
Miami Terrace Reef |
|
Baie de lIsle-Verte |
|
Delta Marsh |
|
Grand Codroy Estuary |
Malpeque Bay |
|
Quill Lakes |
Shepody Bay |
Tabusintac Lagoon and River Estuary |
Ramsar sites in Ontario |
|
Keta Lagoon |
|
Sakumo Ramsar Site |
|
Sakumono Lagoon |
|
Songhor Lagoon |
|
Aby Lagoon |
Kuan Ki Sian of the Thale Noi Non-hun .. |
Alor boobook |
Flores Sea cuckoo-dove |
|
Sultans cuckoo-dove |
|
Vogelkop superb bird-of-paradise |
Biak whistler |
Ameline swiftlet |
Agee Creek |
Allen Branch (Doe Run Creek) |
Adams Branch |
Adams Fork |
Abbott Branch (Courtois Creek) |
Allen Branch (Fourche a Renault) |
Allen Branch (Troublesome Creek) |
Allen Creek (Elk Fork Salt River) |
Freshwater snails of Africa |
|
Anaspidacea |
|
Anomopoda |
|
Asellidae |
|
Atya |
|
Bathynellacea |
|
Cladocera |
|
Cyclops (genus) |
|
Cyclops bicuspidatus |
Daphnia galeata |
|
Daphnia pulicaria |
|
Freshwater crab |
Atyidae |
Crayfish |
Diaptomidae |
Alburnoides varentsovi |
Channa pardalis |
Freshwater fish genera |
Lake fish |
|
Freshwater mollusc |
|
Araguaian river dolphin |
Auroracetus |
Awadelphis |
|
Bolivian river dolphin |
no need to download or install
Pino - logical board game which is based on tactics and strategy. In general this is a remix of chess, checkers and corners. The game develops imagination, concentration, teaches how to solve tasks, plan their own actions and of course to think logically. It does not matter how much pieces you have, the main thing is how they are placement!
online intellectual game →