Search found 4168 matches

by nnnik
25 Dec 2016, 05:42
Forum: Ich brauche Hilfe
Topic: JSON-Objekt parsen
Replies: 5
Views: 1643

Re: JSON-Objekt parsen

Hi
Eckige Klammern haben dieselbe Bedeutung in JSON wie in AutoHotkey, es sind Arrays.

Code: Select all

 Msgbox % ["eins","zwei"."drei"].2
Wenn ein Schlüssel Sonderzeichen enthält kannst du dynamisch darauf zugreifen.

Code: Select all

Array["&gurgelbrützelumpf"]
by nnnik
21 Dec 2016, 10:58
Forum: Ask for Help (v1)
Topic: Official Join method or function
Replies: 24
Views: 14325

Re: Official Join method or function

The reason is because I want to join Arrays, and you are adding the join method to the string object, and you are passing the elements to join as arguments, not as an array. There is not much difference between arguments and arrays. As is shown elsewhere in this thread, you can add a * to convert b...
by nnnik
20 Dec 2016, 17:32
Forum: General Discussion
Topic: Code Puzzle Thread
Replies: 145
Views: 82241

Re: Code Puzzle Thread

That's good but you could have used any amount of for loops
by nnnik
20 Dec 2016, 11:34
Forum: Ich brauche Hilfe
Topic: Send {Sleep}
Replies: 15
Views: 4309

Re: Send {Sleep}

Wahrscheinlich würdest du damit kein anderes Resultat erreichen.
by nnnik
17 Dec 2016, 03:03
Forum: Wish List
Topic: Transform, OutputVar, URLEncode
Replies: 10
Views: 8421

Re: Transform, OutputVar, URLEncode

How would that handle Ä Ü and Ö?
by nnnik
17 Dec 2016, 02:58
Forum: Ask for Help (v1)
Topic: AHK installer under Linux/WINE
Replies: 28
Views: 12204

Re: AHK installer under Linux/WINE

WINE asked for Mono and Gecko installations for .NET and browser compatiblity respectively and I installed both. I highly doubt that this installed the Internet Explorer COM Object I've copied over the 32bit Unicode executable from the zip and renamed it to AutoHotkey.exe. So there shouldn't be any...
by nnnik
16 Dec 2016, 17:39
Forum: General Discussion
Topic: Code Puzzle Thread
Replies: 145
Views: 82241

Re: Code Puzzle Thread

One thing I like about AHK is the fact that you do not need to use ifs at all due to the way it handles expressions: The following function receives the results of a tournament in form of an array like: ( [team1:[game1:[scoreteam1,scoreenemyteam], game2:...], team2... ] ) It is now your Job to order...
by nnnik
16 Dec 2016, 17:10
Forum: Ask for Help (v1)
Topic: AHK installer under Linux/WINE
Replies: 28
Views: 12204

Re: AHK installer under Linux/WINE

Still it would be a great advantage for it to be able to run under WINE.
As far as I know a few people are running AutoHotkey under Linux. However I don't think they used the standard Installer.
by nnnik
16 Dec 2016, 17:05
Forum: Ich brauche Hilfe
Topic: DownloadToString mit UTF-8 URL??
Replies: 1
Views: 998

Re: DownloadToString mit UTF-8 URL??

Mit einer URL kannst du leider nur ASCII zeichen verwenden. Für alle anderen Zeichen musst du die URL encodieren ( siehe: http://www.w3schools.com/tags/ref_urlencode.asp ).
by nnnik
16 Dec 2016, 17:04
Forum: Wish List
Topic: Transform, OutputVar, URLEncode
Replies: 10
Views: 8421

Re: Transform, OutputVar, URLEncode

Well then do we have a good standard function for this?
by nnnik
16 Dec 2016, 16:56
Forum: Ich brauche Hilfe
Topic: Philips HUE-Api ansprechen
Replies: 9
Views: 4029

Re: Philips HUE-Api ansprechen

Das Hypertext Transfer Protocol oder auch kurz HTTP genannt ist das Hauptübertragsungsprotokoll des Internets. Bei dem Protokoll stellt ein Server die Möglichkeit bereit sich mit ihm auf eine gewisse Weise übers Internet zu verbinden und eine Anfrage zu senden ( Request ) woraufhin der Server Antwor...
by nnnik
14 Dec 2016, 12:05
Forum: Off-topic Discussion
Topic: One post per person.
Replies: 8
Views: 3024

Re: One post per person.

Image
by nnnik
10 Dec 2016, 10:51
Forum: Wish List
Topic: Loop: one short variable for all Loop modes
Replies: 7
Views: 3180

Re: Loop: one short variable for all Loop modes

Disadvantage:
If there is one loop in another you need to store the Content of the variable actually creating more issues than solving.
Since A_LoopReadLine and A_LoopField are commonly used together I am against it.
( And you didn't completely tell us your plans for Loop (Files and Folders) )
by nnnik
08 Dec 2016, 15:27
Forum: Ich brauche Hilfe
Topic: Dateisuche in vorgebenen Verzeichnissen und Unterverzeichnissen
Replies: 7
Views: 2287

Re: Dateisuche in vorgebenen Verzeichnissen und Unterverzeichnissen

Solange du unter NTFS arbeitest gibt es die Möglichkeit das MTF des NTFS Systems zu durchlesen - so wie es die ganzen anderen schnellen Suchen auch machen. Ich habe hier einen sehr guten Beitrag auf Stackoverflow gefunden, der das ganze in c# beschreibt. Wenn du das ganze noch mit einem Algorithmus ...
by nnnik
08 Dec 2016, 15:07
Forum: Ich brauche Hilfe
Topic: mit ahk textmarierungen aus word kopieren
Replies: 3
Views: 1004

Re: mit ahk textmarierungen aus word kopieren

Wenn du das Programm am laufen hast hättest du die Möglichkeit Strg + C zu senden und dann den Inhalt der Clipboard auszulesen: clipSave := Clipboard ;Clipboard zwischenspeichern ClipBoard := "" ;ClipBoard leeren Send,^c ;Strg+C Drücken ClipWait ;Auf Inhalt des Clipboards warten Text := ClipBoard ;I...
by nnnik
08 Dec 2016, 14:57
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392929

Re: « What's on your mind? » Topic is solved

It is the same as multiplying with the Matrix of:
x 2 ⁡ 1 - c + c x ⁢ y ⁡ 1 - c - z ⁢ s x ⁢ z ⁡ 1 - c + y ⁢ s 0 y ⁢ x ⁡ 1 - c + z ⁢ s y 2 ⁡ 1 - c + c y ⁢ z ⁡ 1 - c - x ⁢ s 0 x ⁢ z ⁡ 1 - c - y ⁢ s y ⁢ z ⁡ 1 - c + x ⁢ s z 2 ⁡ 1 - c + c 0 0 0 0 1
Math intensifies
by nnnik
08 Dec 2016, 13:48
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392929

Re: « What's on your mind? » Topic is solved

TLM sure does have a lot on his mind. :)
But still that's pretty cool.
by nnnik
08 Dec 2016, 10:24
Forum: Off-topic Discussion
Topic: XSS attacks... just how widespread are they?
Replies: 10
Views: 5374

Re: XSS attacks... just how widespread are they?

Well I certainly won't blame Tim Berners Lee since Computer Science just was not that far yet and it was never intended to become the most used data format on the entire web. But HTML shows a flaw that is common to a lot of widely spread concepts across Computer Science. People simply seem to mix up...
by nnnik
08 Dec 2016, 04:48
Forum: Off-topic Discussion
Topic: XSS attacks... just how widespread are they?
Replies: 10
Views: 5374

Re: XSS attacks... just how widespread are they?

Really makes you think that HTML is a failed project that was not thought through entirely.
by nnnik
06 Dec 2016, 17:16
Forum: Ich brauche Hilfe
Topic: php datei download (leer)
Replies: 1
Views: 891

Re: php datei download (leer)

Du greifst nicht über ftp auf deinen Server zu sondern über http - was dazu führt, dass config.php vom PHP Interpreter ausgeführt wird.
Um die Datei direkt herunterzuladen musst du über ftp zugreifen:

Code: Select all

UrlDownloadToFile, ftp://user:[email protected]/config.php, config.php

Go to advanced search