SunnyD commented on PHP Snippet: Minecraft Random Item Game Plugin using rcon  -  Jul 28, 2012
I play it on occasion, in offline mode mostly, last time I played on a server it was a small local server. I saw something about Mojang, and 1.3 I might give it a try if it's available. It comes out on August 1st as the official release I believe.

I installed SinglePlayer Commands for Offline mode, it's basically server command mode for single player, which is nice.
SunnyD commented on PHP Snippet: Minecraft Random Item Game Plugin using rcon  -  Jul 27, 2012
Neat little snippet! I was kind of tinkering with the idea of using Java to access Minecraft's class files for in-game custom commands.
SunnyD commented on Thread: SunnyD  -  Jul 27, 2012
Oddly enough, I've had a lot of offers to buy it, even though I had planned on keeping it even for a little while. Lol
SunnyD commented on Thread: SunnyD  -  Jul 25, 2012
An S Series Sony VAIO. Portable, yet powerful. :) It's really nice, Quad-Core i7 running at 2.1/3.1GHz, Bluetooth among other hardware. Just got it all set up with Java, so looking to transfer over my development data and get back into it.
SunnyD commented on Status: SunnyD  -  Jul 25, 2012
Out with the old laptop, in with the new laptop. :)
SunnyD commented on Thread: SunnyD  -  Jul 24, 2012
Not sure about Java either. I'm sure I'll find out at some point in time.
SunnyD commented on Thread: SunnyD  -  Jul 24, 2012
Yeah it was my understanding break cut through the loop completely rather than omitting a single result.
SunnyD commented on Status: SunnyD  -  Jul 22, 2012
How is it that after two Java classes, and 2 years of programming Java, I'm just now learning about the "continue" statement..? From a JavaScript documentation page no less...
SunnyD commented on mIRC Snippet: Code/Text grabber  -  Jul 18, 2012
For one, you'd have to format it to *.ini or *.mrc I believe. Secondly, such an algorithm would be dangerous if anyone knew about it. Something like that, without restrictions, gives near direct access to the owners computer.
SunnyD commented on mIRC Snippet: Pokedex v7.0 Full  -  Jul 15, 2012
Perhaps this would be a bit more useful had you used sockets to pull the data off an existing webpage. That way the script maintains itself for the most part, and you don't have to roll out a new data file; should they, god forbid, make ANOTHER pokemon game. Lol.
SunnyD commented on 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.
SunnyD commented on mIRC Snippet: Stocks Script (Quote for Ticker Symbol) v1.4  -  Jul 08, 2012
Would be interesting if you could toggle an actual Stock Ticker to scroll across as a window title.
SunnyD commented on Java Script: Calculator  -  Jul 05, 2012
Ah, I have an account with Webhost000.com as well. JDK is the basis on which Java is developed. So, if you wish to do Java, you'll have to download and install it. Textpad is a great text editor for Java, since it can pickup the SDK compile, Execute, and applet commands either during the install or post-install in the configuration menu.

I'm not the creative type, so making websites is a tad tough for me, but Javascript, CSS, PHP, HTML are all excellent starts to creating a nice webpage. CSS for visual mechanics but the other three are all great underlying mechanics to direct and collect data from clients. However, unless you have something like ApacheTriad to test snippets and designs on your local machine, you'll have to upload it to the site to get the full effects of the underlying code.
SunnyD commented on Thread: blackvenomm666  -  Jul 04, 2012
I suppose it could be administered by users, so long as there's only one going at a time, and the post itself receives site wide attention so it's not a blowout. Lol
SunnyD commented on Thread: blackvenomm666  -  Jul 04, 2012
By fastest I meant snippet speed. :P
SunnyD commented on Java Script: Calculator  -  Jul 04, 2012
Haha, all in good time. :) If you're looking at starting into Java, I'd be happy to help with any and all questions you may have. Have you setup JDK yet?
SunnyD commented on Thread: blackvenomm666  -  Jul 04, 2012
There's an idea. Some SwiftIRC channels used to do the same thing. Post a code challenge and have submissions, with the best, most efficient, fastest submission being the winner.
SunnyD commented on Java Script: Calculator  -  Jul 04, 2012
Thanks. :)

Just got done examining the code, and it seems I could knock down the line count, more or less, about 35 lines. The JButton components could be contained in an array of the same type, and a "for" loop could cut out about 20 lines of code as well, in the constructor method that is. Either way it gets the job done I suppose.

@blackvenomm666 Feel free to, that's what I posted it for. :)
SunnyD commented on mIRC Snippet: Spin rejected  -  Jul 03, 2012
U.U If I had a nickel...
SunnyD commented on Product:  -  Jul 02, 2012
GO Launcher Ex, in my opinion, is one of the better launchers for Android. It doesn't lag my HTC Evo like other, less known launchers. On top of that it's highly customizable.
SunnyD commented on mIRC Snippet: Code/Text grabber  -  Jul 02, 2012
Great! I'll have to give it a shot.
SunnyD commented on mIRC Snippet: Code/Text grabber  -  Jun 28, 2012
A nice, original submission, BlackVenomm666. Looks good :)

You could, by choice, take the trimmed code snippets and put them into a designated window per server.
Say you get a snippet from swiftirc.net it would go to an empty "code" window under the swiftirc.net tree.
SunnyD commented on mIRC Snippet: Ultra Spammer & Pinger v7.0 [Just for fun]  -  Jun 26, 2012
Why such an elaborate script for something as simple as one infinite timer. You have an alias for things that would be better off included in some other segment of the code, yet it's been outsourced unnecessarily. You may also want to consider "silencing" all those commands because unbeknownst, they'll flood your screen as well. The point of a script such as this, after all, is to minimize your disruption and maximize theirs you know.
SunnyD commented on Thread: mims  -  Jun 25, 2012
Fair enough, I'm a little outdated on mSL, since I don't really use IRC much anymore.
SunnyD commented on Thread: mims  -  Jun 25, 2012
I highly doubt that's the case, because mIRC has never supported the if statement in which you have used it here in your example. [nas]peter is correct in that if you wish to compare values there, you'll have to use $iif()
SunnyD commented on Thread: mims  -  Jun 24, 2012
I'd say, just from looking at it, you have a lot of syntax errors, starting with what [nas]peter pointed out.
SunnyD commented on Java App: parkourcircle  -  Jun 22, 2012
Could use some detection work, but sweet. Not sure I understand the concept to the game, though.

@Hawkee I believe that is an error with Java's configuration? It runs fine on my machine, which has both JDK1.6x and JDK1.7x.
SunnyD commented on Java Snippet: Dynamic Array tools  -  Jun 17, 2012
Never looked into ArrayList, however this was an easy solution at the time, and worked out well in my opinion.
SunnyD commented on Thread: Cheiron  -  Jun 16, 2012
Avoid IE in general. xD
SunnyD commented on Java Script: JiRC v0.6 - Java IRC Bot  -  Jun 16, 2012
Updated, finally. New screen shots, and update details are in the description. Also uploaded both JDK1.6 and JDK1.7 compatible JARs and class files alike.
  1. Prev
  2. 6
  3. 7
  4. 8
  5. 9
  6. 10
  7. 11
  8. 12
  9. 13
  10. 14
  11. 15
  12. 16
  13. 17
  14. 18
  15. 19
  16. 20
  17. Next
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.