SunnyD commented on Comment: WiFi Sniffer (C#)  -  19 hours 45 mins ago
Very welcome. I hope it helps!
SunnyD commented on mIRC Snippet: Encoder/Decoder  -  1 day ago
On what basis does it encode? ASCII obfuscation? UTF-8? etc..?
SunnyD commented on Thread: MoshMage  -  2 days ago
MVC you mean? Model View Controller? Whether or not you believe it to be of MVC design is up to you.

If you have the front page directly accessing and interacting with databases, then no it's probably not. However if you have a spacer between the two, the controller, sending and receiving data between the two, then yes you've implemented it correctly.
SunnyD commented on Comment: WiFi Sniffer (C#)  -  3 days ago
Hm, the email doesn't seem to want to send. I keep getting email sending errors to your email address.
SunnyD commented on Comment: WiFi Sniffer (C#)  -  4 days ago
I tried to send the email, but I received a sending error from Yahoo's Daemon. I went ahead and cleaned up the code, added a fair amount of documentation, finished up some previous works in progress, and committed it as an update to the repository on GitHub. If the first email didn't take I can send over the latest version which shouldn't be such an eye sore to read.
SunnyD commented on Comment: WiFi Sniffer (C#)  -  4 days ago
Hmm, that's odd. I'd be happy to email the .zip to you then from my registered address here at Hawkee.
SunnyD commented on Thread: blackvenomm666  -  4 days ago
Right on, what's the resolution on it? I may jump on a 13.3" Retina. It's got some good specs, not super for the price, but I'll get over it.
SunnyD commented on Comment: WiFi Sniffer (C#)  -  4 days ago
https://github.com/Powerbolt/WiFiSniffer/archive/master.zip

Try that then. I'm not sure what the deal is, it pulls up just fine on my end. Perhaps you need a GitHub account to view and download archives.
SunnyD commented on Comment: WiFi Sniffer (C#)  -  4 days ago
@jchero.sojo Thank you very much for pointing that out. It seems GitHub had my account on "standby" since I had not logged in for awhile. You can now access the repository.

I am hoping to revamp the code this summer to make it run as efficiently as possible, and I may throw in some new stuff as well. I need to look into a packet capture module for C# so I can hopefully report statistics on individual connections rather than all of them at once.
SunnyD commented on Thread: blackvenomm666  -  5 days ago
If only Apple didn't solder everything to the board. They use some nice parts, but you can't ever swap them out which is a pain. It seems that Retina 13.3" go for just under $1400 which is nicer than I had originally thought.
SunnyD commented on Thread: blackvenomm666  -  5 days ago
It's almost annoying that Apple doesn't have any middle ground between it's Retina display, and non-Retina displays. Without upgrading to a 15-inch that is, which I'm assuming is their clever way of getting more money from consumers. The XPS I bought back in 2007-2008 had 1280x800. :/
SunnyD commented on Comment: Yet another Random password generator  -  5 days ago
If you're wanting to stand out, efficiency is the place to do it. Regular expressions do a lot of string parsing, which ultimately means you end up doing much more work than necessary. Size is nothing, speed is everything.
SunnyD commented on Thread: blackvenomm666  -  5 days ago
Speaking of Macbooks; I've been looking at a few 2012 - 2013 13.3" Macbooks non-retina, but I'm a little put off by the such low-end resolution, for that amount of money. (1280x800)
SunnyD commented on Thread: kacak41  -  7 days ago
You can always load something like that up yourself. No need to complicate the situation.

For something like that you'll probably want to go with "ini" type data storage. Check into the mIRC help documentation on such files, they will help immensely. The data gets stored in a "CATEGORY > KEY > VALUE" type manner. Meaning you have a category called "Link" a key that should be the nickname of the registrar, and their ID as the value.

Code

 


As such querying the correct ini file with the information you have on hand, you can easily reach their id and display it accordingly. Querying "Nick" on this file, under the category "Link" will return 2874003.
SunnyD commented on Comment: Yet another Random password generator  -  8 days ago
I don't think arrays are built in to mIRC which is a shame. I believe I used a pre-existing character set builder class to specify which set to build from. So it can be modified to use only upper, lower, both, numerical, alpha numerical, or all characters (to a certain degree). Chosen at random, of course.
SunnyD commented on Thread: blackvenomm666  -  8 days ago
Yeah, I made the mistake of buying my previous laptop (Dell XPS 15) through a vendor, instead of straight from the factory. Motherboard, HDD, and forgot what else went in the first week. A few weeks worth of repairs and THEN I had a laptop I could use. *Lol*
SunnyD commented on Thread: blackvenomm666  -  8 days ago
Planning on upgrading it later down the line? Not a real big fan of Dell since I recently rid myself of their XPS abomination, but that's some decent hardware, especially for an Inspiron.
SunnyD commented on mIRC Snippet: Yet another Random password generator  -  8 days ago
Seems much more compact than the one I rigged up a few days ago for a snippet I used to generate MD5 Hashes from random strings, or passwords if you will.
SunnyD commented on Status: SunnyD  -  11 days ago
http://www.phoronix.com/scan.php?page=news_item&px=MTM0NzE -- Ah it seems that there finally is a light at the end of the tunnel! :) It would seem Nvidia has finally rolled out a driver package that should support its Optimus technology on Linux based systems. Time to try it out on Ubuntu 13.04.
SunnyD commented on Comment: Vho.st  -  14 days ago
Is there anyway to do it in HTML, and handle events with JS/JQuery? Or are you stuck using whatever PHURL is using?
SunnyD commented on Thread: TMFKSOFT  -  14 days ago
Yep, it's getting to be that time of year again. School's up for me in another week, so hopefully I'll have time to work on a few projects in between work shifts. As for script packages, you could upload them onto GitHub as well, that might get you some more traffic. Looking forward to seeing some PHP.
SunnyD commented on Comment: Vho.st  -  15 days ago
The clipboard button could be a bit bigger, but nice job. :)
SunnyD commented on Web App: Vho.st  -  15 days ago
Would be nice if you could figure in the ability to automatically add it to your clipboard. ;) Nice application.
SunnyD commented on Web Snippet: URL Shortener  -  15 days ago
Looks nice. It'd be convenient if it could automatically copy it to your clipboard. :)
SunnyD commented on mIRC Snippet: How to do /me on mIRC  -  17 days ago
Why?
SunnyD commented on Comment: Admin user controls  -  19 days ago
@TheWhistler I would presume it's personal code that has not been filtered out. It seems the entire snippet is littered with personal code.
SunnyD commented on Comment: Extremely simple Blacklist  -  20 days ago
No problem, and a good day/night to you as well. If you're getting back into coding, might I suggest taking on another mainstream language, like PHP or something? :)
SunnyD commented on mIRC Snippet: Extremely simple Blacklist  -  20 days ago
Having to navigate two or three menus just to add or remove a name isn't exactly motivating for those looking for a snippet like this. Unfortunately, feature rich is what attracts potential users, because it's fast, easy, and maintenance free.

At the very least it should have a utility to write the blacklisted names. As it is now, the bl-nicks only echoes a value; not return it. Which means you'd need to run the command, copy the result, add new nicks, and set them. Efficiency is key.
SunnyD commented on Comment:  -  21 days ago
Researching before posting would have helped you out immensely here. FluentMSL posted something similar about a week ago, offering to make snippets for those who request them. Check it out under Explore -> Threads, or here: http://www.hawkee.com/thread/103628
SunnyD commented on Comment: Paste-Scrape  -  25 days ago
They're coming through just fine on my new email account. Although, with enough activity, I can see them getting filtered out.
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 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.