| Author |
Message |
Forum: Scripts Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| derRaphael |
|
Posted: June 14th, 2011, 6:48 pm
|
|
Replies: 227 Views: 19496
|
| nice one ;) good to know that httpQuery has now a worthy successor. when talking of OAuth, it might be worth an idea to have build in cookie support (ideally with keeping session cookie data while following request relocations). some services (OAuth2, OpenSocial) have tendencies to move tokens and a... |
|
 |
Forum: Offtopic Topic: For future programmers and people interested in Java |
| derRaphael |
|
Posted: May 27th, 2011, 2:57 pm
|
|
Replies: 31 Views: 2153
|
| What I meant to say is that Java can be run on the major OS's. The main OS's I am talking about are Windows, Macintosh, and Ubutnu. Many other Linux OS's can use the JRE. Ubuntu is not an OS, but a Linux distribution (call it a flavour, just as Debian, RedHat, OpenSuSE, LinuxMint etc). Additionally... |
|
 |
Forum: Offtopic Topic: Up n away |
| derRaphael |
|
Posted: May 25th, 2011, 8:00 pm
|
|
Replies: 9 Views: 467
|
| Are you still working on nubAHK or have you abandoned it? nubAHK wont be developed. however there will be a language named nubScript and another one which will be a high level programming language named nubCode. both languages will be extensible thru some sort of EBNF notations which define the ent... |
|
 |
Forum: Offtopic Topic: Up n away |
| derRaphael |
|
Posted: May 24th, 2011, 8:59 pm
|
|
Replies: 9 Views: 467
|
For all those wondering that i disappeared from forums - its true. I stopped using AHK and decided as as final act to release all published scripts unless noted otherwise under CC-BY ...
For all those sticking to AHK and friends ... good luck and have fun!
greets
dR |
|
 |
Forum: Offtopic Topic: Torrent finder seized |
| derRaphael |
|
Posted: November 29th, 2010, 7:16 pm
|
|
Replies: 18 Views: 1257
|
majkinetor wrote: ICE should probably go for the Google next - its a shame that such a big company did nothing to prevent torrent search results 
+1
yeah, lets have the world's biggest search engine being more censored for the sake of our right to spend huge amounts for our entertainment. |
|
 |
Forum: Offtopic Topic: Torrent finder seized |
| derRaphael |
|
Posted: November 29th, 2010, 6:17 pm
|
|
Replies: 18 Views: 1257
|
| i think that the major problem on this issue is the DRM aka Digital Restriction Management which represents the despaired tries of large industries to transfer physical merchandising strategies into the all new beautiful digital world. instead of adapting to new market situations and making videos, ... |
|
 |
Forum: Offtopic Topic: « What's on your mind? » |
| derRaphael |
|
Posted: November 18th, 2010, 12:18 pm
|
|
Replies: 1412 Views: 58641
|
| wondering how pointless this entire thread actually is. hopefully somebody shows mercy and deletes it. Did you read all posts? actually ... no ... is that important? the name of this thread is « What's on your mind? » so i just responded to this topic. and tank: well spoken, champ. now take your lo... |
|
 |
Forum: Offtopic Topic: « What's on your mind? » |
| derRaphael |
|
Posted: November 17th, 2010, 6:53 pm
|
|
Replies: 1412 Views: 58641
|
| wondering how pointless this entire thread actually is. hopefully somebody shows mercy and deletes it. |
|
 |
Forum: Offtopic Topic: Another licensing question |
| derRaphael |
|
Posted: November 17th, 2010, 6:51 pm
|
|
Replies: 18 Views: 858
|
| That may be considered as bypassing/going around someone's copyright... Your own work based on someone's other work that is protected by copyright can be protected by your copyright if it is a original intellectual creation that has individual characteristics/features. since i am no lawyer, i might... |
|
 |
Forum: Issues Topic: [AHK_L] extremly slow string manipulations unlike ahk basic |
| derRaphael |
|
Posted: November 12th, 2010, 9:50 pm
|
|
Replies: 6 Views: 833
|
| ok - concluding, basically the reason for this massive discrepance is the regex and the resulting conversion which takes place internally. when this line is commented out (as the source wordlist is cleaned anyways) it works equally fast. case closed. keep in mind: dont do regex on large haystacks wi... |
|
 |
Forum: Issues Topic: [AHK_L] extremly slow string manipulations unlike ahk basic |
| derRaphael |
|
Posted: November 12th, 2010, 9:15 pm
|
|
Replies: 6 Views: 833
|
| this is not really a bug, but made me wonder about the internals of ahk_l and the massive speed differences when dealing with data. here are screenshots of the msgboxes This is ahk_l http://www.autohotkey.net/~DerRaphael/tmp/ahk_l.png This is ahk basic http://www.autohotkey.net/~DerRaphael/tmp/ahk.p... |
|
 |
Forum: Suggestions Topic: true escaping of quotation marks within string assignments |
| derRaphael |
|
Posted: November 12th, 2010, 6:22 pm
|
|
Replies: 1 Views: 873
|
| It is simply unnecessary, not logical and ridiculous that quotation marks within an expression string assignment are only limited to double quotation marks and may not be written as escaped quotation marks as any other chars with special meanings. IMHO, having the possibility to use the defined Esca... |
|
 |
Forum: Suggestions Topic: Newline Built-In Var |
| derRaphael |
|
Posted: November 11th, 2010, 11:20 pm
|
|
Replies: 18 Views: 2067
|
| That's a poor argument since C is still in use today. Surely that should suggest the escape sequences are adequate... just because something is in use it doesnt automagically means that it is good to use it. I personally don't have any objections, but given all the other things on my list I haven't... |
|
 |
Forum: Issues Topic: [AHK_L] Unicode Lineending fail |
| derRaphael |
|
Posted: November 11th, 2010, 11:12 pm
|
|
Replies: 4 Views: 607
|
| the w3c has been asked to officially support unicode endings within xml standards. since it makes perfect sense for xml data, there are some fractions which use ahk (and will continue using ahk_l) to modify xml files. so since u state that u dont see a benefit for including two more handlers for lin... |
|
 |
Forum: Suggestions Topic: More flexible function override |
| derRaphael |
|
Posted: November 11th, 2010, 11:02 pm
|
|
Replies: 10 Views: 811
|
| overriding build in functions already works, i just like to have a way to call the build in functions (which were overridden), too probably something like aliases which cannot be overriden are a possibily, too - as for A_StrLen(), this way the StrLen can be redefined and the original function stays ... |
|
 |
| Sort by: |