Rosetta Code

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

Re: Rosetta Code

17 Jan 2014, 05:41

done. ;)
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
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Rosetta Code

17 Jan 2014, 06:50

@joedf
Will I have to create account to add a solution ?
And how do I add a solution, edit the whole page?
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

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

Re: Rosetta Code

17 Jan 2014, 12:54

Well, i suggest to create an account,
And yes, you Have to edit the whole page to
Add a new solution, like so (in alphabetical order, of course ;) ):

Code: Select all

=={{header|AutoHotkey}}==

<lang autohotkey>Msgbox hello, test</lang>
Output: <pre></pre>
Cheers ;)
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
smorgasbord
Posts: 493
Joined: 30 Sep 2013, 09:34

Re: Rosetta Code

19 Jan 2014, 08:05

Avi wrote:@jNiZm
Please add this link ( http://rosettacode.org/wiki/Reports:Tas ... AutoHotkey ) to the top so that anybody who wants to enrich AutoHotkey by completing more and more tasks can help.
Let's put AHK in top 10 there.
+1
John ... you working ?
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Rosetta Code

19 Jan 2014, 10:31

@smorgasbord
its always done
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
smorgasbord
Posts: 493
Joined: 30 Sep 2013, 09:34

Re: Rosetta Code

19 Jan 2014, 12:15

@jNizM
Thanks for creating this tread. I wish @kon, you, @Avi, @joedf and others in here solve every problem there and make Autohotkey the best. :)

Thanks again for "its always done"
:)
John ... you working ?
User avatar
joedf
Posts: 8949
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Rosetta Code

19 Jan 2014, 16:09

Image on the job!
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
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Rosetta Code

20 Jan 2014, 07:10

joedf wrote:Well, i suggest to create an account,
And yes, you Have to edit the whole page to
Add a new solution, like so (in alphabetical order, of course ;) ):

Code: Select all

=={{header|AutoHotkey}}==

<lang autohotkey>Msgbox hello, test</lang>
Output: <pre></pre>
Cheers ;)
Thanks, account created.
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Rosetta Code

21 Jan 2014, 06:44

I have been blocked :o . The reason - I edited my user page to link to my site :shock:

Noticed this when I was solving Identity Matrix, was not able to edit page. Here is the code, if anyone can put it there -

Code: Select all

msgbox % Clipboard := I(6)
return

I(n){
	r := "--`n" , s := " "
	loop % n
	{
		k := A_index , r .= "|  "
		loop % n
			r .= A_index=k ? "1, " : "0, "
		r := RTrim(r, " ,") , r .= "  |`n"
	}
	loop % 4*n
		s .= " "
	return Rtrim(r,"`n") "`n" s "--"
}
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
smorgasbord
Posts: 493
Joined: 30 Sep 2013, 09:34

Re: Rosetta Code

21 Jan 2014, 09:11

@Avi
i guess since you solved it, you must post it.
:)
John ... you working ?
User avatar
joedf
Posts: 8949
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Rosetta Code

21 Jan 2014, 14:01

Yes, Avi I could put it, but you solved it, you must have the honor ;)
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
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Rosetta Code

22 Jan 2014, 06:41

smorgasbord wrote:@Avi
i guess since you solved it, you must post it.
:)
joedf wrote:Yes, Avi I could put it, but you solved it, you must have the honor ;)
I was blocked and my account became of no use. I did contact the admin and he lifted the ban. :D
I have posted it now.
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image

Return to “Off-topic Discussion”

Who is online

Users browsing this forum: No registered users and 31 guests