C++ Activity Stream

Aha2Y commented on a Snippet, ZNC module user_raw (almost done)  -  Jan 17, 2013
"shoot module door een shoot coder" Are you maybe Dutch by any chance?
berend posted a Snippet  -  Jan 17, 2013
BLKoldSUN_ commented on a Snippet, Disable Task Manager  -  Dec 04, 2012
It is important to know has you can disable, because some viruses disable task manager, and you have to reenable it :) to stop processes or background apps.
 Respond  
Hawkee commented on a C++ Script, Download Accelerator  -  Nov 06, 2012
@FelicianoX Great! Good to see you back on the site. Maybe you can just update your GitHub repo and update the download link to go to that.
 Respond  
FelicianoX commented on a C++ Script, Download Accelerator  -  Nov 06, 2012
@Hawkee Ah strange. I'll update them.
 Respond  
Hawkee commented on a C++ Script, Download Accelerator  -  Nov 03, 2012
Need to update your links. This doesn't seem to be available anymore. Best just to update your GitHub repo.
 Respond  
alimak96 commented on a C++ Script, Download Accelerator  -  Sep 06, 2012
hmmmm ,,,, what this do
 Respond  
ImArrow posted a Snippet  -  Jul 18, 2012
SunnyD commented on a C++ Script, Download Accelerator  -  Jul 13, 2012
My entire Internet connection needs an accelerator. LOL. However, I'll look into your script, many of my more lengthy downloads consistently drop to ~15/kbps which is outrageously slow.
 Respond  
FelicianoX posted a C++ Script  -  Jul 13, 2012
ImArrow commented on a Snippet, dynamic multidimensional arrays Example  -  Jul 11, 2012
Yes i can thanks. code has been Updated :)
 Respond  
FreakServ commented on a Snippet, ZNC Module - IRCbot.  -  May 11, 2012
FreakServ commented on a Snippet, ZNC Module - IRCbot.  -  May 09, 2012
Can you make it work like mIRC bot's to work as a Request bouncer (ExoBNC) @Aha2Y ?
 Respond  
Aha2Y commented on a Snippet, ZNC Module - IRCbot.  -  May 09, 2012
@SunnyD Yes, I have followed the sample module and there it was also importing custom header files..
 Respond  
SunnyD commented on a Snippet, ZNC Module - IRCbot.  -  May 06, 2012
@FreakServ

Quote


This is a ZNC module.
It will turn your bouncer into a bot.
But you need to compile it.


Reading the introduction would clear that up.

also, @Aha2Y I see you're importing custom header files. Are those already present with the ZNc installation?
 Respond  
FreakServ commented on a Snippet, ZNC Module - IRCbot.  -  May 06, 2012
What does it do @Aha2Y
 Respond  
Aha2Y posted a Snippet  -  May 06, 2012
Firstmate commented on a Snippet, dynamic multidimensional arrays Example  -  May 03, 2012
Consider it? If it's a matter of performance (and I'm not expert on the matter), in your snippet you're iterating so much more than necessary. Consider your 2x3x4 example. Mine would iterate (2*3*4) or 24 times. In your case, you loop 2 + (2*3) + (2*3*4) or 32 times. And these are just small dimensions. Again, I'm not too knowledgeable but surely you can see the optimization in this.
 Respond  
ImArrow commented on a Snippet, dynamic multidimensional arrays Example  -  May 03, 2012
Hmm interesting outtake firstmake. ill consider it
 Respond  
Firstmate commented on a Snippet, dynamic multidimensional arrays Example  -  May 02, 2012
I'm not sure if this was done more out of demonstrating the code, but why not take:

Code

 


And make it:

Code

 
 Respond  
Hawkee liked a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
SunnyD commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
I'm more than confident I'll be taking a C++ class in the near future. I'll definitely hit you up if I need any help in doing so.
 Respond  
ImArrow commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
yes patience is definitely a key factor in any language. AND IF YOU EVER DO TAKE C++ AND HAVE ANY TROUBLE. ask me :P
 Respond  
SunnyD commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
Yeah, I've tried to take a somewhat interest in C++ since I'm sure my college courses will include it at some point in time. However, like any language, it takes an enormous amount of patience to do. Although, maybe I'll get around to learning it some day.
 Respond  
ImArrow commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
Well thanks :P c++ is fun,i heard java is fun but its hard to learn, but eh. i once found a java code online that made me giggle....at the noobness of the person behind it. maybe it will make you laugh as well :P

protected void setValid(boolean valid) {
this.valid = true;
}
 Respond  
SunnyD commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
I could say the same for C++. ;) Looks good.
 Respond  
ImArrow commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
Indeed, yes they do, now in that sense java is foreign to me, java actually intimidates me. :P
 Respond  
SunnyD commented on a Snippet, dynamic multidimensional arrays Example  -  May 01, 2012
Interesting concept. I was just researching into Java's ability to dynamically adapt an arrays index count to allow for infinite entries not 10 minutes ago. Although, most arrays, by default, allow the definition, or replacement of already present indexes.
 Respond  
ImArrow posted a Snippet  -  May 01, 2012
ulquiorra4 commented on a Snippet, str_tok.h - Common mIRC identifiers in C++  -  Apr 27, 2012
oh nice....
 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.