Spartacus

Spartacus

Joined
Aug 25, 2007

Activity Stream

Spartacus commented on a Page, $title  -  Oct 23, 2008

You may enable VBA access in your Excel macro options.

 Respond  
Spartacus commented on a Page, Math Functions  -  Jun 11, 2008

As for even/odd:

alias iseven { if (N & 1) return $false | else return $true }

average:

alias avg { if ($remove($1-,$chr(32)) isnum) return $calc(($replace($1-,$chr(32),+)) / $0) }

Just some cool, efficient ideas I thought I\'d share with you.

 Respond  
Spartacus commented on a Page, iTunes Manager - v2.02  -  May 09, 2008

You could skip the dll file really. There\'s a COM object, \"itunes.application\" that will essentially do the same actions you wish to use. For a reference on how to make use of this fantastic feature of mIRC scripting I would direct you to this page.

 Respond  
Spartacus created a Page  -  Apr 08, 2008
190 

Snippet checks for the enabled status of microsoft updates and returns certain information about the updates management. Usage examples provided in the comments.

Spartacus commented on a Page, Another little brawl snippet  -  Apr 03, 2008

I see timers and messages but not a lot else. This snippet leads one to believe that something would come out of typing brawler ... orbrawl in the case of the final message :s However, typing such doesn\'t really accomplish anything other than spam. No one is notified or validated as having typed it for any reason whatsoever. One way to improve upon this would be to fix that final message and validate the nicks who have begun to search for a brawl. Another practice you may wish to consider is placing . in front of timer to silence it (i.e. \".timer\"). This will prevent it from spamming you with messages of the timers starting and halting :D

 Respond  
Spartacus commented on a Page, $parse / $parseAsync  -  Jan 19, 2008

Someone needs to fix this rating system .. it must be broken :D This code is quite spiffy and works like a charm :P

 Respond  
Spartacus commented on a Page, PHP Commands - /require 1.0  -  Jan 19, 2008

Just a small note, The file either exists or it doesn\'t. Therefore, \"if ($exists($1)) { } | else { }\" would suffice. Also, \"else { halt }\" is essentially useless since it will never be triggered seeing as the file either exists or does not ;o Hope this helps you improve your code a little bit.

 Respond  
Spartacus commented on a Page, $title  -  Jan 19, 2008

The text of whatever happens to be your active application. Naturally using \"//echo -a $title\" in mIRC will only return its own title unless you do something like \"//.timer 3 10 echo -a $!title\". :)

 Respond  
Spartacus created a Page  -  Jan 18, 2008
523 

Information is contained within the snippets comments.

Spartacus created a Page  -  Dec 12, 2007
305 

I'll keep it as short and sweet as possible. This script makes use of HNetCfg.FwMgr to turn your firewall on or off, by using "/firewall on" or "/firewall off" respectively. Initially this was just my toying around but I figured it may be of use to those who want to learn COM. Should you tend to poke around on SwiftIRC you'll notice the same alias posted under Champagne, my IRC name.

  1 Thread   mIRC  
Spartacus commented on a Page, Processes  -  Sep 17, 2007

Whoever rated this a zero, if you would please provide some idea as to why you rated it as you did. Just so I can improve on it to fit more peoples\' needs.

 Respond  
Spartacus commented on a Page, Theme customization  -  Sep 11, 2007
($ctrlenter == $false)

could be simply :

(!$ctrlenter)
 Respond  
Spartacus created a Page  -  Sep 10, 2007
473 

Usage: /services Result of use: Opens window @services if not already open. (If the window was previously opened, it clears the buffer) Then the script proceeds to list all currently running services and what the status of those services is.

Spartacus created a Page  -  Sep 10, 2007
193 

Usage: /processes Result of use: If a window of the name @processes is not open, the script opens it and populates it with a list of all currently running processes in your machine. In the event that the window is already open, it will clear its buffer and again, populate the window with a list of all currently running processes.

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.