Fahd_Naeem commented on Thread: Fahd_Naeem  -  Mar 28, 2013
@SunnyD, I can't post something in forums. There is something wrong with it. That's why I posted it here. Can You please help me out here?
cmrocks commented on Linux Script: Unity: Mac Theme 4.2  -  Mar 28, 2013
Screenshots are now posted. Fixed the overall layout & design, not spending to much time on this. Please also check out the Gnome Remix Theme :: http://www.hawkee.com/scripts/29890677/
cmrocks commented on Linux Script: Gnome: Mac Theme 4.2  -  Mar 28, 2013
@Hawkee : I needed to tidy up a few things in the code. Sorry for the delay. Here is the posted screenshots.
Tested on: Ubuntu Gnome Remix :: https://wiki.ubuntu.com/UbuntuGNOME/ReleaseNotes/12.10
SunnyD commented on Thread: N3M3S1S  -  Mar 27, 2013
Very nice, looks good for starting out as a parts car. I have an '07 Mustang that I toy with every now and again. I'd like to drop a 4.6L V8, or in my dreams, a 5.4L GT500 V8, in it some day. However until that day comes I can have some fun with the 4.0L V6 that's in there. :)
N3M3S1S commented on Thread: N3M3S1S  -  Mar 27, 2013
Yes, it's a Nissan 300ZX (Z31). I haven't spent all that much on the car so far, maybe $4500. I bought car itself for $150 as a parts car and pieced it back together with a lot of new stuff thrown in. ;)

SunnyD commented on Status: 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?
iluvuWhiffleX commented on Thread: Hawkee  -  Mar 27, 2013
Me too
Weldon commented on Thread: Hawkee  -  Mar 27, 2013
site is looking better and better, love it so far :)
Weldon commented on Status: Weldon  -  Mar 27, 2013
Finally i added a live radio stream to go with my chat
http://xtremechats.listen2myradio.com

http://xtreme-chat.servebeer.com to access the chat via web browser
xtremechat.servebeer.com:6667 for irc access
SunnyD commented on Thread: N3M3S1S  -  Mar 27, 2013
You'll have to clue me in as to what car I'm looking at since it's got no badges. I want to say it's a Nissan? Z, perhaps? *Ignoring the "Z" sticker in the back window.*

Looks good. I wish I had more time/money to work on my car, but that time will be here soon enough, after college of course.
N3M3S1S commented on Thread: N3M3S1S  -  Mar 26, 2013
Just did the paint and few other minor things. It's another project of mine that I've been working on little by little for the last 3 years or so.

Now that I've got this project caught up some, will be getting more coding done soon. :)
N3M3S1S commented on Status: N3M3S1S  -  Mar 26, 2013
Progress on mIRC Skyfall has been slow and mostly on the brainstorming side of things. Got some ideas worked out and some new features are going to be introduced, new things.

Work and this is what's been taking up a lot of my time lately. ;)
hxck commented on mIRC Snippet: !IMDB Movie Search  -  Mar 26, 2013
I got something weird a minute ago:

Quote

(03:28:48 am) <~hxck> !imdb jack the giant killer 2013
(03:28:48 am) -Victoria- Searching For: jack the giant killer 2013 .............
(03:28:51 am) -Victoria- Link: http://www.imdb.com/title/tt1351685/fullcredits</cite><span/

Not sure what caused it as I just updated the snippet a minute before I used it.
Aion- commented on Status: Aion-  -  Mar 25, 2013
IRC API taking care of the /whois command.
Perhaps that is because of use of some jquery internal function. You should probably consider it remaking it w/o touching internal functions. Anyways after commenting this section of code
if ( this.menu.first() && /^previous/.test(direction) ||
this.menu.last() && /^next/.test(direction) ) {
this.menu.deactivate();
return;
}

everything seems to work fine. What exactly this part is doing ?
Currently i am adding one more feature to this plugin. Will update it once i am finished with it.
Hawkee commented on Thread: N3M3S1S  -  Mar 25, 2013
Sounds good. Feel free to share any interesting projects with us.
IndyAdvant commented on mIRC Snippet: Reddit Latest Post & Comment Watcher  -  Mar 25, 2013
Thank you so much for this wonderful script. My only reservation is that the bot will only announce reddit to one out of the 3 channels it is working on. Is there a way I could change it to work for all 3 channels?

Hoping to hear from you.
SunnyD commented on Thread: N3M3S1S  -  Mar 25, 2013
Just a personal one to host online applications. A playground to develop in JavaScript, PHP, among other things.
Hawkee commented on Status: Hawkee  -  Mar 25, 2013
I just made some very minor adjustments to the site layout. I added a subtle texture to the background and added borders between comments and threads.
Hawkee commented on Thread: N3M3S1S  -  Mar 25, 2013
@SunnyD What sort of website are you building?
Hawkee commented on Comment: Gnome: Mac Theme 4.2  -  Mar 25, 2013
Still waiting for those screenshots.
SunnyD commented on Thread: N3M3S1S  -  Mar 25, 2013
Hiatus, if you will. However I have been updating some recent projects, and working on a website in my spare time.
Hawkee commented on Thread: N3M3S1S  -  Mar 25, 2013
Seems when I'm not upgrading the site everybody goes away for a while. I'm planning to get back to work on it shortly. Just finished a big move.
This hasn't been tested with jQuery UI 1.9 or 1.10 so there will likely be errors. It's currently only supported on 1.8.
Hey i am facing an error when trying your this plugin with latest jquery ui and css bundle v 1.10.2. When traversing the items on autocomplete, error is throw at this line
if ( this.menu.first() && /^previous/.test(direction) [line 127]
Uncaught TypeError: Object [object Object] has no method 'first'
Any fix for that ?
I think that won't be much of a problem. Passing an array of source on key value of trigger will do. Eg source: array('#'=>'/getHashTags' , '@'=>'getUserNames'). Then selecting the appropriate source in _initsource function.
BackSlash commented on Comment: Staff Bot v6  -  Mar 24, 2013
I'm interested!
Has this progressed any further in the pas year?
nexty commented on Status: nexty  -  Mar 24, 2013
Hello,

I'm looking to make a basic badword kick for my eggdrop, actually I'm standing on a "non standard" irc server, to kick people I hve to sent to the server the following;

/msg $chan .timeout $nick 1

here is the snippet that I have but not working actually;

bind pubm - "*badword*" advertise_kick
proc advertise_kick {nick host hand chan text} {
if {[lsearch -exact [channel info $chan] +badwordz] != -1} {
if {[isop $nick $chan]} {
return 0
} else {
putserv "PRIVMSG $chan :.timeout $nick 1"
return 1
}
}
}

do you have any idea/suggestion for that?

thanks
cofvempire commented on Thread: N3M3S1S  -  Mar 24, 2013
i'm over here xD
N3M3S1S commented on Status: N3M3S1S  -  Mar 24, 2013
So where is everyone???
  1. Prev
  2. 9
  3. 10
  4. 11
  5. 12
  6. 13
  7. 14
  8. 15
  9. 16
  10. 17
  11. 18
  12. 19
  13. 20
  14. 21
  15. 22
  16. 23
  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.