Unique snippet. :) So, from the article you posted, this is a snippet that finds the number of single character transformations it would take to make one word into another?
Been rather quiet recently so; what projects are you guys working on? Anything unique? What language are you developing it with? Do you plan to release it? Things of that nature. :)
I've been fairly busy with work but I've been working on employing some efficiency techniques into my only ongoing C# project, WiFi Sniffer. However I have taken a likening to making HTML website layouts, using CSS, images, among other resources.
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.
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 a Web App, Vho.st - May 06, 2013
Would be nice if you could figure in the ability to automatically add it to your clipboard. ;) Nice application.
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.
@Hawkee A small but notable quip; when an image is loaded into the shadow box gallery interface, it tends to leave white lines when going from a larger dimension to a smaller one.
It seems to me, like it's an IRC client with Web cam support? However, I'm not sure how I'd feel about random people watching me while I'm connected. It would have almost seemed more prudent to have bypassed IRC all together and used more modern technologies to accomplish text/video communication between clients.
One of the pages that's been worked on the past couple days. Been using a C# project of mine as a scapegoat for testing purposes, but I think it's turning out okay for the most part. Thoughts?
What is it supposed to do? I see some GUI components, but nothing to clue me in. Also, I find it to be better to instantiate JLabels (since they provide no real functionality) within the add statement. Unless you plan on adding events to it, it's quicker this way, and saves you a bit of memory. Nice seeing some Java.
It's important to include all resources required for the posted snippet to function. I see you call the use of a DLL, yet have no link to the DLL, nor is it included with the snippet. Along with multiple executables, and sound files.
Be sure to "mainstream" your code so it doesn't require an enormous amount of adaptation to operate even partially proper. Personal code make bad snippets to share for that very reason.
Nice, and clean interface. I was looking into some JQuery, playing around with some web development. Still am actually, time permitting. It's a nice "short-hand" to Javascript if you will.
I think you can set bad word kicks on the channel modes itself. That being said, most of these can be combined using regex, among other wildcard matching aliases.
Updated the UI a bit and added some graphs to visualize the traffic usage per interval. The graphs are tied into the refresh timer so changing the refresh interval will allow traffic to pile up easier making for a more radical graph.