Programming Library / Reference with examples

Be a part of our community and help to improve this reference.

This is a Wiki for all possible programming languages ​​with descriptions and examples.
The goal is to create a programming library reference for all the programming languages ​​out there
So do not hesitate to add some example code, adjust or correct the content

The conditions are:

do you miss your favorite language ? add it ;)

please note - we are no company

the pages should look like this example here https://code-reference.com/c/stdio.h/printf … or even better

C Example Sourcecode

#include <stdio.h>
 
int main(int **argc, char **argv)
{
/*
 * Sourcecode example for printf
 * https://code-reference.com/c/stdio.h/printf
*/
   int i;
   /* Click on int to look what it is */
   i=0;
 
   while (1) {
  /* Click on while to read the description of while*/
       i++;
       printf("Hello World no: %i\n",i);
       /* Click on printf to read the description of printf*/
   }
}

Output example for a compiled source

  output:
  
  user@comp:$ ./te 
  Hello World no: 1
  Hello World no: 2
  Hello World no: ...
  ... and so on, and so on
  

add a reference page

there is a playground for beginners to add a new page type for example https://code-reference.com/playground/c/stdio.h/printf
that will add a menu structure

playground
   - c
     - stdio.h
       - printf

remove playground for a real example

To Support us
do simple things e.g. correct spelling and grammar, improve the examples or descriptions.
or add new missing stuff like references for languages.

You can also help us with bitcoins to pay the server costs: 1AXLPuRUBYc1JczTW4XS65GL6oWjNP2Vt2 but really nobody has ever spend a part of a coin to this project…. its all mined