Difference between revisions of "User:Heeheehee"

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
m
m (→‎Projects: scrub broken link)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!
 
Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!
 
==Projects==
 
==Projects==
<br />The only notable script that I've published so far is [http://kolmafia.us/showthread.php?t=3248 Profit from Effects], a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
+
<br />Scripts I've published:
<br />
+
* [http://kolmafia.us/showthread.php?t=3248 Profit from Effects], a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
<br />I'm also the individual working on improving the SyntaxHighlight extension to be ASH-compliant.
+
* [http://kolmafia.us/showthread.php?3549-manageprices.ash-Quick-mall-management! Various] [http://kolmafia.us/showthread.php?3922-pyramid.ash-Disable-links-in-the-pyramid-that-might-be-bad relay] [http://kolmafia.us/showthread.php?4081-ZLib-variable-editor-(relay_zlib.ash) override] [http://kolmafia.us/showthread.php?4137-clan_basement.ash-separate-hobopolis-and-slime-tube-loot scripts], that I find useful. Generally. (These get published if I think they're somewhat useful.)
<br />
+
I'm also the individual behind making the SyntaxHighlight extension ASH-compliant.
<br />Known issues present in the latest version (available for viewing [http://lide.wangsibs.com/test/test.php here]):
+
 
<br />> User-defined variables with the same name as ASH internal functions will be highlighted.  
+
<br />Known issues present in the latest version:
<br />> > I'm thinking that a regular expression like (function)(\s)*\(, matching the first group, would fix this. That and substrings and whatnot.
+
* User-defined variables with the same name as ASH internal functions will be highlighted.
<br />> Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
+
* Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
<br />> > The fix to this is potentially problematic. Maybe make brackets string-like?
+
Since it works just fine otherwise, I'm not going to bother fixing these.

Latest revision as of 09:01, 25 April 2021

About Me

Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!

Projects


Scripts I've published:

I'm also the individual behind making the SyntaxHighlight extension ASH-compliant.


Known issues present in the latest version:

  • User-defined variables with the same name as ASH internal functions will be highlighted.
  • Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).

Since it works just fine otherwise, I'm not going to bother fixing these.