Blitzjager

Blitzjager

Joined
Sep 14, 2008
Occupation
Occupation:That would require me to get off my ass.
Location
In my basement/fortress of solitude.
Interests
Interests:Sitting on my ass waiting for plans for world domination to write themselves.

Activity Stream

Blitzjager liked a Comment, Rock Paper Scissors Game  -  Dec 03, 2013
Blitzjager liked a Comment, Well Script  -  Dec 03, 2013
Blitzjager commented on a Page, Master Mind / Code Breaker  -  Feb 07, 2010

Updated. Was still kinda working on it but I'll be internetless for the next few weeks.
Hopefully everything works no matter the version. Either I was screwing something up or 6.17 interpreted 'all' as a number.

 Respond  
Blitzjager commented on a Page, Dethy mafia game  -  Feb 04, 2010

I'm not much for games, but it looks like you did a lot of work here :)
Did you invent this game?
I did a lot more work than was needed because my mirc didn't always seem to do what I told it to. >:F
And this is just one of the many variations of mafia games.

 Respond  
Blitzjager created a Page  -  Feb 03, 2010
740 

This is a mafia game with 4 inspectors and a wolf. The wolf has to fake results while killing off the inspectors. There's a sane, insane, paranoid, and naive inspector. Sane - Correct results. Good is good, bad is bad. Insane - Opposite results. Good is bad, bad is good. Paranoid - Always bad result. Naive - Always good result.

Blitzjager commented on a Page, Highlight with log, auto-reply and watcher  -  May 25, 2009

I have something similar but just tossed together. I'd probably switch to yours if you got timers or something to get the next few lines in that channel.

 Respond  
Blitzjager commented on a Page, Kirby's PasteBin Uploader/Downloader  -  May 23, 2009

Do the capitalized words make a hidden message?

 Respond  
Blitzjager commented on a Page, Kirby's PasteBin Uploader/Downloader  -  May 21, 2009

I agree. :P

 Respond  
Blitzjager commented on a Page, Game Review System  -  May 21, 2009

Everyone starts somewhere.

 Respond  
Blitzjager commented on a Page, /explode - Split text  -  May 04, 2009

Seems to separate by a space no matter what. And I think the $gettok($1,$0,32) should just be $2. Could see a few places I would use it.

 Respond  
Blitzjager commented on a Page, Sudoku Dialog  -  May 02, 2009

Looks great although I don't see the difference between skill levels. And it's a bit small but that's not your fault.

 Respond  
Blitzjager commented on a Page, Towers of Hanoi  -  Apr 25, 2009

The numbers really help. (odds and evens)

 Respond  
Blitzjager commented on a Page, YouTube URL "Detector" (v.8)  -  Apr 21, 2009

There's a less exact one

Unless you're logging I don't think you can get what you posted.

 Respond  
Blitzjager commented on a Page, Periodic Table / Element Table  -  Apr 19, 2009

He's got a socket to get all of the info.
Looks good to me.

 Respond  
Blitzjager commented on a Page, &# 'x' ; replacer and Hex->Dec converter  -  Apr 18, 2009
alias char { return $regsubex($1,/&#(x?([a-f\d]*));/gi,$chr($iif($left(\1,1) == x,$base(\2,16,10),\2))) }

Not sure how much time I spent on the original code but I hope it wasn't much lol.

 Respond  
Blitzjager commented on a Page, here  -  Apr 15, 2009

an on hotlink that does what tv suggested would be nice.

 Respond  
Blitzjager commented on a Page, Miscellaneous Scripts  -  Apr 14, 2009

I'm not sure what would've screwed up his scripts. o.o
It's not like I unsetall or something.

 Respond  
Blitzjager commented on a Page, YouTube URL "Detector" (v.8)  -  Apr 14, 2009

^Neptune: Here's an updated picture that you cannot see at all.
Hahah

 Respond  
Blitzjager commented on a Page, Yet another mass voice  -  Apr 11, 2009

I'd go with ,a,v.

 Respond  
Blitzjager commented on a Page, Regular Expression Testing [v1.1]  -  Apr 07, 2009

Ah, it writes fine it's the reading where it screws up.

alias -l rxt.h {
did -r rxt 501 | var %x = 1
while (%x <= $lines(regexhelp.dat)) { $iif($read(regexhelp.dat,n,%x),did -a rxt 501 $v1) | inc %x }
}

n makes it so it doesn't eval anything

 Respond  
Blitzjager liked a Page, Regular Expression Testing [v1.1]  -  Apr 07, 2009
Blitzjager commented on a Page, Regular Expression Testing [v1.1]  -  Apr 07, 2009

Here's some basic stuff:

? - The question mark indicates there is zero or one of the preceding element.

    • The asterisk indicates there are zero or more of the preceding element.
    • The plus sign indicates that there is one or more of the preceding element.
      . - Matches any single character.
      | - Matches either the expression before or the expression after the operator.
      ^ - Matches the starting position within the string.
      $ - Matches the ending position of the string.
      [ ] - Matches a single character that is contained within the brackets. [abc] [a-c]
      [^ ] - Matches a single character that is not contained within the brackets.
      {m,n} - Matches the preceding element at least m and not more than n times. (n optional)

+like

Horizontal scroll doesn't work and you should write as plaintext

 Respond  
Blitzjager commented on a Page, &# 'x' ; replacer and Hex->Dec converter  -  Apr 06, 2009

Awesome. Tyvm. :)
Atleast I learned how to convert it. :S

Don't think there's a way to do é stuff without having a list of some sort. :(

 Respond  
Blitzjager commented on a Page, &# 'x' ; replacer and Hex->Dec converter  -  Apr 06, 2009

Just screwed around with $base. I'm not sure if it would've helped or how to use it but from what I screwed around with an anti-$base would've helped. :F
Anyone know if it would help here?

 Respond  
Blitzjager created a Page  -  Apr 06, 2009
482 

Haven't posted too recently and I just made this so I figured I'd post it. Probably some things that could've been done easier but oh wells.

Blitzjager commented on a Page, Alphabet Identifier ( $alph() )  -  Apr 05, 2009

When I first saw it I couldn't think of a use for it but then I needed something like it for a hex thing. I decided this was a bit much for what I needed(A-F) but I was going to use it.

 Respond  
Blitzjager commented on a Page, Catapult  -  Apr 04, 2009

It's neat again but I was expecting the splash to show up in front of the cube but not behind it. Is that what you were going for?
All these 'experiments'. Can't wait til you stick em all together. :P

 Respond  
Blitzjager commented on a Page, Twitter Status Update + Direct Message  -  Apr 02, 2009

I don't use twitter so I can't test but if you do use the alias instead of the dialog I think you'd get /did errors.

 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.