Page 17 of 22

Re: Test your Forum Posts

Posted: 02 Nov 2018, 17:52
by joedf

Code: Select all

       df
       .   .
test indent

Re: Test your Forum Posts

Posted: 02 Nov 2018, 17:53
by joedf
Tabs:

Re: Test your Forum Posts

Posted: 02 Nov 2018, 18:09
by joedf

Code: Select all

if (MyVar = 5)
{
    MsgBox, MsyVar equals == %MyVar%!!
    ExitApp
}

Code: Select all

if (MyVar = 5)
{
    MsgBox, MsyVar equals == %MyVar%!!
    ExitApp
}

Re: Test your Forum Posts

Posted: 11 Nov 2018, 22:17
by joedf
inline code test;

spolier3 test

Re: Test your Forum Posts

Posted: 13 Nov 2018, 01:56
by nnnik
dog.jpeg
dog.jpeg (68.66 KiB) Viewed 10651 times
test

Re: Test your Forum Posts

Posted: 13 Nov 2018, 01:57
by joedf
epic pic :+1:

Re: Test your Forum Posts

Posted: 13 Nov 2018, 10:58
by nnnik
testetsttetstet Test more test

Re: Test your Forum Posts

Posted: 13 Nov 2018, 11:44
by joedf
Sooo doge, such wow, much like.

Re: Test your Forum Posts

Posted: 15 Nov 2018, 00:00
by joedf
C-lang

Code: Select all

char *substr(char *str, int start, int length) {
	int i, len=strlen(str);
	if ((length+start)<=len || start>0 || length>0){
		char *out=calloc(len+1,sizeof(char));
		for (i=start;i<(length+start);i++)
			out[i-start]=str[i];
		//out[len]='\0';
		return out;
	}
	else
	{
		return NULL;
	}
}
ahk

Code: Select all

Loop, % ColorArray.Length() + 1 {
   Opts := (A_Index = 1) ? "xm ym" : (Mod(A_Index, 16) = 1) ? "xm y+-1" : "x+-1 yp"
   Gui, Add, Text, %Opts% w24 h24 +Border gColorSelected vC%I%
   I++
}
js

Code: Select all

{
  "array": [
    1,
    2,
    3
  ],
  "escapechar" : "\\",
  "boolean": true,
  "null": null,
  "number": 123,
  "object": {
    "name": "table",
    "type": "furniture",
    "properties": {
      "solid": true,
      "pos": {
        "x": 23,
        "y": 4,
        "z": 42
      },
      "size": {
        "width": 230,
        "heigth": 80,
        "unit": "cm"
      }
    }
  },
  "string": "Hello World"
}

Re: Test your Forum Posts

Posted: 18 Nov 2018, 07:42
by nnnik
joedf wrote:
15 Nov 2018, 00:00
C-lang

Code: Select all

char *substr(char *str, int start, int length) {
	int i, len=strlen(str);
	if ((length+start)<=len || start>0 || length>0){
		char *out=calloc(len+1,sizeof(char));
		for (i=start;i<(length+start);i++)
			out[i-start]=str[i];
		//out[len]='\0';
		return out;
	}
	else
	{
		return NULL;
	}
}
ahk

Code: Select all

Loop, % ColorArray.Length() + 1 {
   Opts := (A_Index = 1) ? "xm ym" : (Mod(A_Index, 16) = 1) ? "xm y+-1" : "x+-1 yp"
   Gui, Add, Text, %Opts% w24 h24 +Border gColorSelected vC%I%
   I++
}
js

Code: Select all

{
  "array": [
    1,
    2,
    3
  ],
  "escapechar" : "\\",
  "boolean": true,
  "null": null,
  "number": 123,
  "object": {
    "name": "table",
    "type": "furniture",
    "properties": {
      "solid": true,
      "pos": {
        "x": 23,
        "y": 4,
        "z": 42
      },
      "size": {
        "width": 230,
        "heigth": 80,
        "unit": "cm"
      }
    }
  },
  "string": "Hello World"
}

Re: Test your Forum Posts

Posted: 18 Nov 2018, 20:55
by guest3456
joedf wrote:
13 Nov 2018, 11:44
Sooo doge, such wow, much like.
test

Re: Test your Forum Posts

Posted: 18 Nov 2018, 21:06
by joedf
test

Re: Test your Forum Posts

Posted: 18 Nov 2018, 21:18
by joedf

Code: Select all

{
  "array": [
    1,
    2,
    3
  ],
  "escapechar" : "\\",
  "boolean": true,
  "null": null,
  "number": 123,
  "object": {
    "name": "table",
    "type": "furniture",
    "properties": {
      "solid": true,
      "pos": {
        "x": 23,
        "y": 4,
        "z": 42
      },
      "size": {
        "width": 230,
        "heigth": 80,
        "unit": "cm"
      }
    }
  },
  "string": "Hello World"
}
nnnik wrote:
joedf wrote:
15 Nov 2018, 00:00
C-lang

Code: Select all

char *substr(char *str, int start, int length) {
 int i, len=strlen(str);
 if ((length+start)<=len || start>0 || length>0){
 char *out=calloc(len+1,sizeof(char));
 for (i=start;i<(length+start);i++)
 out[i-start]=str[i];
 //out[len]='\0';
 return out;
 }
 else
 {
 return NULL;
 }
}
ahk

Code: Select all

Loop, % ColorArray.Length() + 1 {
 Opts := (A_Index = 1) ? "xm ym" : (Mod(A_Index, 16) = 1) ? "xm y+-1" : "x+-1 yp"
 Gui, Add, Text, %Opts% w24 h24 +Border gColorSelected vC%I%
 I++
}
js

Code: Select all

{
 "array": [
 1,
 2,
 3
 ],
 "escapechar" : "\\",
 "boolean": true,
 "null": null,
 "number": 123,
 "object": {
 "name": "table",
 "type": "furniture",
 "properties": {
 "solid": true,
 "pos": {
 "x": 23,
 "y": 4,
 "z": 42
 },
 "size": {
 "width": 230,
 "heigth": 80,
 "unit": "cm"
 }
 }
 },
 "string": "Hello World"
}

Re: Test your Forum Posts

Posted: 18 Nov 2018, 21:19
by joedf

Code: Select all

Loop, % ColorArray.Length() + 1 {
 Opts := (A_Index = 1) ? "xm ym" : (Mod(A_Index, 16) = 1) ? "xm y+-1" : "x+-1 yp"
 Gui, Add, Text, %Opts% w24 h24 +Border gColorSelected vC%I%
 I++
}

Code: Select all

Loop, % ColorArray.Length() + 1 {
 Opts := (A_Index = 1) ? "xm ym" : (Mod(A_Index, 16) = 1) ? "xm y+-1" : "x+-1 yp"
 Gui, Add, Text, %Opts% w24 h24 +Border gColorSelected vC%I%
 I++
}

Re: Test your Forum Posts

Posted: 18 Nov 2018, 21:34
by joedf
Ctrl + C

Re: Test your Forum Posts

Posted: 18 Nov 2018, 21:35
by joedf
Testing kbd bbcode
Ctrl + V

Re: Test your Forum Posts

Posted: 20 Nov 2018, 09:29
by guest3456
testing test

Re: Test your Forum Posts

Posted: 20 Nov 2018, 09:53
by guest3456
guest3456 wrote:
20 Nov 2018, 09:29
testing test
code:

Code: Select all

if (MyVar = 5)
{
    MsgBox, MyVar equals == %MyVar%!!
    ExitApp
}

Re: Test your Forum Posts

Posted: 23 Nov 2018, 13:44
by test-joedf
tetestestse

Re: Test your Forum Posts

Posted: 23 Nov 2018, 15:26
by Guest
Guest posting works! :dance: :bravo: :clap: :superhappy: :cookie: