Lindrian

Lindrian

Joined
Dec 05, 2006
Location
Sweden
Website

Activity Stream

Lindrian liked a Comment, Regex101 - free regular expression tool  -  Jan 13, 2013
Lindrian commented on a Web App, Regex101 - free regular expression tool  -  Jan 13, 2013

Bunch of new stuff on the site:

changelog:

  • Improved my code across the board tremendously. Should result in much better performance (even though it might not be noticeable). Also made my HTML a tiny bit more valid.
  • Improved compability for Internet Explorer -- even though it is still lacking more than I'd want it to.
  • New quick reference
  • Improved the highlightning
  • Improved the explanation for regexes
  • Patched up tons of tasks and added more robust tests.
  • Added two new tasks to the quiz (more coming!!!)
  • Added ratings to the quiz so you can compete with everyone else playing!
  • Improved tooltips performance (this was really bad in larger test samples)
  • Added a substitution box (remember /g affects replacements too!)
  • Added a community where you can share regular expressions!

I think these are all the changes that you'll actually notice, even though I have done a lot more work behind the scenes.

I hope you enjoy the changes! All form of feedback is awesome!

Lindrian commented on a Comment, Regex101 - free regular expression tool  -  Jan 11, 2013
Lindrian commented on a Comment, Regex101 - free regular expression tool  -  Jan 10, 2013
Lindrian liked a Comment, Regex101 - free regular expression tool  -  Jan 10, 2013
Lindrian liked a Comment, Jonesy44  -  Jan 07, 2013
Lindrian commented on Jonesy44's Thread  -  Jan 07, 2013
Lindrian liked a Comment, Jonesy44  -  Jan 06, 2013
Lindrian commented on Jonesy44's Thread  -  Jan 06, 2013
Lindrian liked a Comment, Regex101 - free regular expression tool  -  Jan 05, 2013
Lindrian commented on a Comment, Regex101 - free regular expression tool  -  Jan 05, 2013
Lindrian liked a Comment, Regex101 - free regular expression tool  -  Jan 05, 2013
Lindrian created a Web App  -  Jan 05, 2013
Lindrian liked a Comment, TinyURL converter  -  Jan 05, 2013
Lindrian commented on a Page, $charcheck  -  Oct 31, 2008

Works perfectly fine here, Scakk, on mIRC 6.35.

Thelmrac: That regex is so wrong in so many ways its just sad. You should abuse regex for such simple tasks, it's just stupid.

 Respond  
Lindrian commented on a Page, $charcheck  -  Oct 28, 2008

I'd use something much more simple:

alias charcheck {
  var %a 1,%b $chr($2),%c
  tokenize 32 $1
  while $($ $+ %a,2) != $null {
    var %d $v1,%c %c $iif($left(%d,1) != %b,%b) $+ %d
    inc %a
  }
  return %c
}
 Respond  
Lindrian commented on a Page, HTML Viewer  -  Sep 25, 2008

When I get around to it, i'll help you improve it! :P
I still have a bunch of ideas and even more improvements in mind now!

You know where to find me bud ;)

 Respond  
Lindrian commented on a Page, $haddtok/$hremtok  -  Sep 13, 2008
    if ($hget($1)) hadd $1-2 $addtok($hget($1,$2),$3,$4)
    else echo $color(info) * /haddtok: Error, no such table $iif($1,( $+ $1 $+ ))

You can use the -m switch here, incase the table does not exist, it creates it.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.