SunnyD

SunnyD

Joined:
Sep 07, 2009

Activity Stream

SunnyD is now following jchero.sojo  -  3 days ago
SunnyD commented on a Snippet, Yet another Random password generator  -  7 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   -  10 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.
 Respond  
SunnyD commented on a Web App, Vho.st  -  14 days ago
Would be nice if you could figure in the ability to automatically add it to your clipboard. ;) Nice application.
SunnyD commented on a Snippet, URL Shortener  -  14 days ago
Looks nice. It'd be convenient if it could automatically copy it to your clipboard. :)
 Respond  
SunnyD commented on a Snippet, How to do /me on mIRC  -  16 days ago
Why?
SunnyD commented on a Snippet, Extremely simple Blacklist  -  19 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   -  Apr 10, 2013
@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.
SunnyD   -  Apr 04, 2013
http://css-tricks.com/slide-in-as-you-scroll-down-boxes/ -- A rather interesting blog post that duplicates the Nexus 7's news story loading animations using CSS and JQuery.
SunnyD   -  Apr 01, 2013
http://www.google.com/landing/nose - Google's newest project, give it a try!
SunnyD commented on a Web App, IRC integrated voice and Cam2Cam Chat Program for desktop  -  Mar 30, 2013
Nice program.

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.
SunnyD   -  Mar 27, 2013
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?
SunnyD commented on a Snippet, Automatic Identify To Services  -  Mar 11, 2013

Code

 

Careful about using only one "=" to compare strings. More often than not that will assign a value instead of being interpreted as an operator.
SunnyD   -  Mar 11, 2013
Seeing a lot of mIRC as of late. D:
SunnyD commented on a Snippet, Student Record  -  Feb 28, 2013
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.
SunnyD is now following FordLawnmower  -  Feb 25, 2013
SunnyD commented on a Snippet, Starburst Inputs  -  Feb 16, 2013
Here's a handy little algorithm I found in my extremely dusty mIRC folders.

Code

 

It'll allow mode evaluation for valid shorthand expressions. Triggered by using "+" or "-" accompanied by a mode value and parameters.

Code

 
 Respond  
SunnyD commented on a Snippet, light toolbar beta  -  Feb 13, 2013
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.
SunnyD   -  Feb 06, 2013
HTML /Facepalm
SunnyD commented on a Snippet, Bad Words kick  -  Feb 01, 2013
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.
 Respond  
SunnyD   -  Jan 27, 2013
@Hawkee The code BB tags seem a little off. They don't necessarily re-size to fit the content, and any/all code boxes are editable.
SunnyD commented on a .NET Script, WiFi Sniffer (C#)  -  Jan 16, 2013
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.
SunnyD posted a .NET Script  -  Jan 15, 2013
SunnyD commented on a Linux Script, Unity: Mac Theme 4.2  -  Jan 12, 2013
Hm, looks intriguing. I'll have to sign on and give it a try. Cairo Dock is a nice docking software, although Untity isn't too bad either.
 Respond  
SunnyD   -  Jan 11, 2013
Having a somewhat crippling case of the coder's block myself, here's a resource to help jump start the idea forming process. They actually have some pretty good ideas that can be applied in various manners. http://forum.codecall.net/topic/55592-programming-projects-in-cvb-any-language-etc/#axzz2HeHv8LcS
SunnyD commented on a PHP Script, ajax mysql chat  -  Jan 09, 2013
Can you tell us a little bit about it? What's it connect to? How does it work? etc..
Having such a bland description isn't going to inspire many to check it out if we don't know what it can do.
SunnyD   -  Jan 09, 2013
Found some interesting reads on code permutation. Obviously such techniques are very complex, but it's interesting to see what exactly it does, and how it manages to change it's appearance but remain the same. It's the Rubik's Cube of the computer world.
----------------------------------------------------------------
http://www.informit.com/articles/article.aspx?p=366890&seqNum=6
http://en.wikipedia.org/wiki/Polymorphic_code
SunnyD is now following Lindrian  -  Jan 08, 2013
SunnyD   -  Jan 08, 2013
Love that the most trivially simple problems in programming are often times the most complicated to solve.
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.