Top

Comments

  (383)  RSS
jonesy44's
jonesy44
Comments: 1,085
 
mIRC Snippet:  iTunes Manager
Posted on Oct 10, 2008 6:50 pm
Yeah, i didn't want to dissapoint those looking forward to my iTunes script, so i'm installing a virtual XP version to complete it! it's a bit slow atm, so as soon as i've sped it up i'll get onto it!

Next task is to actually get itunes on there.

^Neptune
Comments: 352
 
mIRC Snippet:  iTunes Manager
Posted on Oct 9, 2008 2:00 am
>_>
EL
Comments: 1,394
 
mIRC Snippet:  iTunes Manager
Posted on Oct 8, 2008 7:03 pm
Rofl for once i agree with the leech whale.
^Neptune
Comments: 352
 
mIRC Snippet:  iTunes Manager
Posted on Oct 8, 2008 6:22 pm
Fail

Windows XP does everything you need and stop friggen changing OS's every second >:o
jonesy44
Comments: 1,085
 
mIRC Snippet:  iTunes Manager
Posted on Oct 8, 2008 5:05 pm
Lol, ok, so my Vista packed in, couldn't be bothered to crack the registration, so i installed ubuntu, forgetting iTunes doesn't run on it!! So it's stuck on halfway atm. If anyone wants the script to continue it, i'll upload, or if you just want a copy.
jonesy44
Comments: 1,085
 
Javascript Snippet:  JavaScript Paragraph Toggle
Posted on Oct 5, 2008 4:48 pm
<a href="#" onclick="javascript:collapse('paragraph1');">
Sir_Sonic12
Comments: 7
 
Javascript Snippet:  JavaScript Paragraph Toggle
Posted on Oct 5, 2008 9:13 am
Could you give me an example of how to call that? I'm not very good at Javascript but really want to use this code <_<
jonesy44
Comments: 1,085
 
Javascript Snippet:  JavaScript Paragraph Toggle
Posted on Oct 5, 2008 5:58 am
It is possible, what i'd do (bearing in mind that i am not very good at javascript) is while loop to close them all then open a single one. for example

Code:
function collapse(open) {
  for (x=1;x<=[NUMBER_OF_PARAGRAPHS];x++) {
    document.getElementById("objectname" + x).style.display = "none";
  }
  document.getElementById("objectname" + open).style.display = "inline";
}


Hope that helps!
Sir_Sonic12
Comments: 7
 
Javascript Snippet:  JavaScript Paragraph Toggle
Posted on Oct 4, 2008 8:26 pm
I've just found this, and it's just what I need. I was wondering if there's any way to make it so if you have more than one thing being toggled, and one of them is open already and you go and open another one, it auto closes any that are open?
jonesy44
Comments: 1,085
 
mIRC Snippet:  Spearman's rank correlation coefficient
Posted on Oct 1, 2008 10:06 am
Simply get 2 sets of data group them into order and arrange low to high square the diff between each group then put the sum of it into this snippet

Paul_1337noob
Comments: 80
 
mIRC Snippet:  Spearman's rank correlation coefficient
Posted on Oct 1, 2008 4:56 am
whats that in english?
jonesy44
Comments: 1,085
 
mIRC Snippet:  Spearman's rank correlation coefficient
Posted on Sep 30, 2008 4:40 pm
Booya, pwnage! this sure will save me hours of work with my geog c/w ;P
Eugenio
Comments: 1,097
 
mIRC Snippet:  iTunes Manager
Posted on Sep 23, 2008 5:27 pm
rofl
jonesy44
Comments: 1,085
 
mIRC Snippet:  iTunes Manager
Posted on Sep 23, 2008 5:26 pm
ok @ ??
Dj_801
Comments: 92
 
mIRC Snippet:  iTunes Manager
Posted on Sep 23, 2008 5:25 pm
ok
jonesy44
Comments: 1,085
 
mIRC Snippet:  iTunes Manager
Posted on Sep 23, 2008 11:41 am
It's a known error, mkbln7. What happens is when itunes quits. it shuts off anything using the itunes script interface. The fix? Simple (yet annoying, i agree sorry) reboot mirc. and it will restard the dll..

It's on my tasklist for v2.0 coming out real soon. so hang tight; and it'll be with you soon.
mkbln7
Comments: 2
 
mIRC Snippet:  iTunes Manager
Posted on Sep 23, 2008 12:56 am
I have had problems with it. It will work at first. but if I close it, I have to recopy the dll file into the mirc directory.
napalm`
Comments: 129
 
mIRC Snippet:  OP Notice
Posted on Sep 22, 2008 9:48 pm
Code:
alias onotice {
  var %x 1 , %m $iif($1-,$v1,$$?"Message?")
  while ($nick($active,%x,o)) { notice $ifmatch [@] %m | inc %x }
}
napa182
Comments: 1,152
 
mIRC Snippet:  OP Notice
Posted on Sep 22, 2008 8:21 pm
hmm you know they are +o when they join when the services +o's them and also by the @ infront of their nick so i dont see why you would want to have a code that tells you they are +o on join when you can see for ur self by looking in the chan
Cheiron
Comments: 328
 
mIRC Snippet:  OP Notice
Posted on Sep 22, 2008 7:47 pm
Code:
 if (( $nick == blah ) || ( $nick == blah2 ) ) { msg $chan $nick has joined channel }


but that is only a partial. you need the else { halt } event in there. or simply do a
Code:
 on @:JOIN:#: { if ($nick isop
type of thing.. tis too late at night for bending grey matter. will have better look in morrow unless one of the others gets there first
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Next
Bottom