Test your Forum Posts

Talk about anything
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 23 Nov 2018, 16:17

:+1: Yes
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

User avatar
Datapoint
Posts: 294
Joined: 18 Mar 2018, 17:06

Re: Test your Forum Posts

Post by Datapoint » 23 Nov 2018, 19:43

I
n
l
i
n
e



code

User avatar
Arkan
Posts: 22
Joined: 27 Nov 2018, 03:12

Re: Test your Forum Posts

Post by Arkan » 27 Nov 2018, 17:34

Datapoint wrote:
23 Nov 2018, 19:43
I
n
l
i
n
e



code
Hehe,nice try :bravo:

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 28 Nov 2018, 00:59

Code: Select all

I
 N
  L
   I
    N
     E
      ...
       C
        o
         d
          e
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 04 Dec 2018, 10:17

Msgbox
Msgbox
[c2]Msgbox[/c2]
test...2
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

User avatar
lmstearn
Posts: 681
Joined: 11 Aug 2016, 02:32
Contact:

Re: Test your Forum Posts

Post by lmstearn » 06 Dec 2018, 07:44

Help! I'm trapped in my own Sandbox!
:arrow: itros "ylbbub eht tuO kaerB" a ni kcuts m'I pleH

guest3456
Posts: 3453
Joined: 09 Oct 2013, 10:31

Re: Test your Forum Posts

Post by guest3456 » 11 Dec 2018, 21:15

test


User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 06 Jan 2019, 23:56

Code: Select all

; 1 Tab
loop, read, winevt.txt
{
	loop, parse, A_LoopReadLine, %A_Tab%
	{
		RunWait, %comspec% /c ""C:\Windows\System32\wevtutil.exe" "cl" "%A_LoopField%"",,hide
	}
}

Code: Select all

<code class=" language-autohotkey"><span class="token comment">; 1 Tab</span>
<span class="token selector">loop</span><span class="token punctuation">,</span> <span class="token keyword">read</span><span class="token punctuation">,</span> winevt<span class="token operator">.</span>txt
<span class="token punctuation">{</span>
	<span class="token selector">loop</span><span class="token punctuation">,</span> <span class="token keyword">parse</span><span class="token punctuation">,</span> <span class="token constant">A_LoopReadLine</span><span class="token punctuation">,</span> <span class="token variable">%A_Tab%</span>
	<span class="token punctuation">{</span>
		<span class="token selector">RunWait</span><span class="token punctuation">,</span> <span class="token variable">%comspec%</span> <span class="token operator">/</span>c <span class="token string">""</span><span class="token tag">C</span><span class="token punctuation">:</span>\Windows\System32\wevtutil<span class="token operator">.</span>exe<span class="token string">" "</span>cl<span class="token string">" "</span><span class="token variable">%A_LoopField%</span><span class="token string">""</span><span class="token punctuation">,</span><span class="token punctuation">,</span><span class="token keyword">hide</span>
	<span class="token punctuation">}</span>
<span class="token punctuation">}</span>
</code>
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]



User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: Test your Forum Posts

Post by tidbit » 06 Feb 2019, 19:43

; 1 Tab
loop, read, winevt.txt
{
loop, parse, A_LoopReadLine, %A_Tab%
{
RunWait, %comspec% /c ""C:\Windows\System32\wevtutil.exe" "cl" "%A_LoopField%"",,hide
}
}

Code: Select all

; 1 Tab
loop, read, winevt.txt
{
	loop, parse, A_LoopReadLine, %A_Tab%
	{
		RunWait, %comspec% /c ""C:\Windows\System32\wevtutil.exe" "cl" "%A_LoopField%"",,hide
	}
}

Code: Select all

; 1 Tab
loop, read, winevt.txt
{
	loop, parse, A_LoopReadLine, %A_Tab%
	{
		RunWait, %comspec% /c ""C:\Windows\System32\wevtutil.exe" "cl" "%A_LoopField%"",,hide
	}
}
rawr. fear me.
*poke*
Is it December 21, 2012 yet?

User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Test your Forum Posts

Post by tank » 11 Feb 2019, 00:00

test 0x00
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter

TheBestPessimist
Posts: 21
Joined: 08 Apr 2018, 02:14

Re: Test your Forum Posts

Post by TheBestPessimist » 14 Feb 2019, 00:49

test test test 1 2 3 4

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 26 Mar 2019, 12:11

testing emotes in c tags...
:*:abc::
:*:smile::

testing spoilers
Spoiler
spoiler2
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 07 Apr 2019, 13:12

Testing @joedf
@Phantom66
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

User avatar
Phantom66
Posts: 10
Joined: 09 Oct 2014, 13:14

Re: Test your Forum Posts

Post by Phantom66 » 07 Apr 2019, 13:31

@joedf
lol dont "at" me bro :evil:

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Test your Forum Posts

Post by joedf » 07 Apr 2019, 13:31

Ahaha awesome! it works! :D
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

AviationGuy
Posts: 188
Joined: 17 Jan 2019, 10:13

Re: Test your Forum Posts

Post by AviationGuy » 10 Apr 2019, 03:48

Test sign

EDIT
:(

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Test your Forum Posts

Post by swagfag » 11 Apr 2019, 09:39

@joedf
damn this @ plugin is cool and all but does it got to be bold red. why not just bold, or just italic, or some other less eyerapy color
other than that gj whoever implemented it

Kobaltauge
Posts: 264
Joined: 09 Mar 2019, 01:52
Location: Germany
Contact:

Re: Test your Forum Posts

Post by Kobaltauge » 11 Apr 2019, 12:10

Just seeing that the plugin works. @joedf
Thank you!

Post Reply

Return to “Off-topic Discussion”