BrAndo

BrAndo

Joined
Jun 23, 2008

Activity Stream

BrAndo created a Page  -  Nov 01, 2009
235 

used to tell if a number is prime

 Respond   C++  
BrAndo commented on a Page, Simple Calculator  -  Aug 21, 2009

if you're wondering why you can't compile it, its because your not passing any variable in doDivideZero()

 Respond  
BrAndo commented on a Page, Word converter  -  Feb 02, 2009

you could use the function toupper() which is included with the string library instead of using those c style casts

also you could just pass the parameter in your function as a refrence like so:

void conv(string& text)
{
    for (int i = 0; i < text.length(); i++)
        text[i] = toupper(text[i]);
}

then you can call it: conv(text); instead of text=conv(text);

 Respond  
BrAndo commented on a Page, $money  -  Jan 16, 2009
alias money return $+($,$regsubex($token($1,1,46),/\B(?=(\d{3})+$)/g,`),.,$token($1,2,46))
 Respond  
BrAndo commented on a Page, Text Color 2.05.0  -  Nov 29, 2008

why not just make it a picwin and eliminate the need for mdx

 Respond  
BrAndo commented on a Page, IRC UNO  -  Nov 29, 2008

if you can't be anymore descriptive, i can't help you

 Respond  
BrAndo commented on a Page, IRC UNO  -  Nov 24, 2008

it works for me and apparently other people too

make sure your not trying to play on the mirc that you put the script into.

 Respond  
BrAndo created a mIRC Script  -  Nov 16, 2008
BrAndo commented on a Page, iTunes Manager - v2.02  -  Nov 10, 2008

my nick is 'BrAndo|' on swiftirc or undernet

 Respond  
BrAndo commented on a Page, Typos !Trigger Protection  -  Nov 09, 2008

Why not return $true or $false instead of go or stop, seems more practical

 Respond  
BrAndo commented on a Page, iTunes Manager - v2.02  -  Nov 04, 2008

Theres different ways and this is probably not the best way but i use OLEViewer

Might be confusing but if you have any questions i would be happy to answer

 Respond  
BrAndo commented on a Page, iTunes Manager - v2.02  -  Nov 02, 2008

I made it. Its not hard, especially considering itunes com objects, which are barely basic.

Heres an itunes control command i made based on it: http://paste.stirk.org/41772

 Respond  
BrAndo commented on a Page, iTunes Manager - v2.02  -  Nov 01, 2008

you know this can be done with out irctunes.dll using com objects

 Respond  
BrAndo commented on a Page, IRC UNO  -  Oct 31, 2008

thanks, i've been using it for a while so most of the bugs should be worked out.

 Respond  
BrAndo created a Page  -  Oct 31, 2008

A mimic of the uno card game. This game is alot of fun. I've been playing with a couple of my friends everyone loves it. If you don't know how to play its very easy to learn. There is also a top 10 list so everyone can compete to be the best.

BrAndo commented on a Page, Image uploader/downloader  -  Oct 30, 2008

sry mountaindew that occurs if you closed your mirc and there was no hashtable saved =\ should not occur again

 Respond  
BrAndo commented on a Page, Source viewer  -  Oct 30, 2008

i really dont want to look into it, as i made this so long ago. my guess is that the imageshack hosting of the icons has updated and the urls have changed. just take the commands (/did -g) and the item (icon) out of the code

 Respond  
BrAndo commented on a mIRC Script, iTunes player v4  -  Oct 25, 2008

thanks for the review mountaindew

 Respond  
BrAndo created a mIRC Script  -  Oct 22, 2008
BrAndo created a mIRC Script  -  Oct 22, 2008
BrAndo commented on a Page, MP3 Player - VERSION 2  -  Oct 20, 2008

version 2 gui looks nice

 Respond  
BrAndo commented on a Page, Encoding/decoding text  -  Oct 20, 2008

alias decode {
if (!$isid) { dialog $iif($dialog(decode),-v,-m) decode decode }
else { return $decode($1,$2) }
}

If you use $decode() with parameters it automatically assumes your trying to use the built in identifier, so you dont really need to check $isid

 Respond  
BrAndo commented on a Page, Multi Threaded File Seaching  -  Sep 23, 2008

I have a download URL, and I know I can use noop.

 Respond  
BrAndo commented on a Page, Multi Threaded File Seaching  -  Sep 22, 2008

Thanks for the feedback...

 Respond  
BrAndo created a Page  -  Sep 19, 2008
422 

This is a dialog that basically uses $findfile() but performs a multi-threaded search, meaning it doesn't lock up your mIRC.

BrAndo commented on a Page, iTunes player  -  Sep 07, 2008

No scores submitted :(

 Respond  
BrAndo created a Page  -  Sep 06, 2008

This is a dialog allowing you to play music on your computer through iTunes.

BrAndo commented on a Page, Image uploader/downloader  -  Aug 19, 2008

Thanks and yeah its just a frown face when you unload it lol

 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.