Does anyone know where sevenhalo is?
Printable View
Does anyone know where sevenhalo is?
I smell murder.Quote:
Originally Posted by mendhak
Well, it is a weekend Mend, he could of gone any where.
Those Feminine Conquestial Digressions are an excellent read. :thumb:
:lol:
Should the FCDs list be expanded even further?
Well, we could all try to think of some fictional ones.
Maybe they should be formatted as normal English so some of the other functions could be aplied to them as well.
Can someone explain to me exactly what this is? I do not get it, I might be interested in helping out if I knew what exactly it was that is serves.
Well, this frogect is basically a little present for someone that those initiated at vbforums all know.
If you are serious, I believe there is still a task available wich involves creating a small GUI in XUL for Firefox. But honestly if you are looking to participate in a serious project I would move on to the next one. ;)
BTW, I think that the AddEmotion function should be called with the "happy" argument and the "sad" argument, I don't really like the ambivelant option.
Code:If (Math.random() < .66)
{
//favor happy
} else {
//do sad
}
I know that, but like, what does this program do?
I sent you a PM Seraphino. That should explain things.
I'm here, I'm sorry! :cry:
It's been a crazy week, have had some time to freshen up on javascript. Will have something to show for it this week.
[Monty Burns]
Eeeexcellent
[/Monty Burns]
By the way, who has the latest version of the XPI? It's not me...
Sorry I have been really busy this week too. I'm sending you my (sadly) not completely finished function Mendhak. I will try to work on it more over the week and send you a better version later.
Word replacement needs randomisation - I shall do that tonight.
Done.Quote:
Originally Posted by grilkip
Guys, any more modifications and changes you make, please email them to me even though I will be sending you the 'latest' copy.
Also, any FCDs you can think of ;-)
Also, could you email me with your names, or if you prefer, your screennames. I will be adding them to the 'credits' box. In addition, if you have a website, send me that too, I can make your 'name' a URL.
Can someone help me with XUL styles?
I want styles to show up in the about dialog box. This is specified in About.XUL. In chrome\skin, I have placed about.css, vbf.css and global.css (just to be on the safe side). I did this because in about.xul, the stylesheet is specified as:
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
And about.css of course has the .url class styles. But the styles don't show up. What am I missing?
Got it!
And then place about.css in the SAME DIRECTORY as about.xul.Code:<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="about.css" type="text/css"?>
I am sending you the xpi now, if I have your email addresses. :) Looks like I'm talking to myself again.
I'm signing out for now.
Has sevenhalo even submitted any of his code yet? Should someone else just take over his section since he seems unreachable?
This is looking good. I invisiage great things when we release this beast.
Didn't sevenhalo post earlier to say he has his hands tied? If no one else wants to undertake his task then i will offer.
His task seems as one of the simpler ones, if he manages to find a little bit of time it should be doable.
And we are here to help ofcourse ( :sick n00b talking )
We should have a little spamming frenzy in CC before we fully release it :)
REPLY 7HALO
I did! Sorry! I'm at work, it's not infront of me... I worked on it this week, was planning on rolling out to you tonight. :cry:
It took me awhile cause I had to relearn javascripting. It's been ages since I've done anything in pure HTML and script. Everything's been ASP.Net and VB.Net for the last year and a half.
Don't hurt me...
:lol:
Its all good buddy. Just wondering where you were. ;) I had to realearn JavaScript myself. Get it to us whenever, just wanted to make sure you hadn't died.
PS - Nice avatar. :)
Thanks eyeR :)
I did some more work on this tonight, but still not done. I know, I'm sorry. :( It's late and I need some sleep. I've been up since 5:00am. Excuses aside, my whole day is clear tomorrow and I'll be able to knock this out.
Honestly, if you're sick of waiting; you can pass the task to someone else. I won't be offended or anything. I'm not making anything [I]spectacular[I], just struggling with trying to break myself away from my .Net thinking. Completely up to you guys. Either way, I'll still get this done and post it. If not for the frogect; atleast for the feedback.
Thanks for the patience thus far, I know it's been borderline ridiculous.
As far as I know, no one is in that big of a hurry. We still have to work on the XUI (whatever that is? :)). Take your time. I don't think there is that much of a rush. I guess its not for me to decide though.
Well, the XUL (basically, the window for saving the word list) will take a little time. While we aren't in a rush, it'd be nice to get it done soon.
eyeRMonkey will do this. This one should be pretty simple, just inserting dots... and keep the probability quite low on this one. Our functions are mangling the posts up pretty bad already. :D
VBForums > Options...
VBForums > Email address
Was this not working when we started on it?
It did work when we started.
edit:
I PMed you, I think we are working on an outdated version.
<farnsworth>Good news everyone</farnsworth>
The XUL interface is ready!
There will be no interface for feminine conquestial digressions, it does not have enough ROI.
Now all we need is 7halo to finish his function, a few finishing touches, and we can have our field day.
I have made some bbcode to add to your sigs to try and get 7halo to find some time in his busy schedule.Quote:
Originally Posted by mendhak
Code:[size=1][b]Seconds until Sevenhalo brings [thread=385269]Frogect[/thread] to its fiery doom: [/b][img]http://adam.codedv.com/img_countdown/countdown.php[/img][/size]
sevenhalo's a pudding head, lets all pee in his cereal :p
Talk about unholy pressure... I ran out of time this weekend. I have alot of wait testing to do at work tomorrow, so I'm bringing it with me. I'm just going to get the basic function done. Random number of dots and random times. I was attempting to use regex to be able to parse sentences to identify multiple thoughts when sentences run on forever and you really can't determine when one ends or begins since that seems to be a common occurrence on these forums and would make it really hard for my function to show any effect at all.
But I'll do that later. Sorry guys.
Almost done. I messed something up though. When I pass the string:
"Let's see if this is better. This should work. I suck at math though, it might not."
I ended up with:
"Let's see if this is better. This should work.. if this is better. This should work..... better. This should work. I suck at math though, it might not."
:lol:
Ok, it happened again.
"What happened. That was weird. Try it again."
produced:
"What happened..... weird..... weird..... weird. happened. That was weird. happened. That was weird.... was weird. Try it again."
I'm not sure what I did. The following is the code I have; I can't find anything out of place?
My ellipse math is a little skewed... I realize that much, but everything else should be right on?Code:<script language="JavaScript" type="text/javascript">
var strMessage; //Input Message
var arrMessage = new Array(); //Message parsed
var intIntensity = 5; //used in the algorithm to determine amount of ellipses
var intConsistency = 5; //used to determine if the ellipse count is consistent or scarttered
var intFrequency = 2; //used to determine how often do we see it
function AbbrevWord(strWord)
{
if (strWord.indexOf(".") > 0) //Is this even an issue?
{
if (strWord.indexOf(".") == strWord.length - 1) //Is the last position a period?
{
var intCount = 0;
for (intCnt2 = 0; intCnt2<strWord.length; intCnt2++) //How many? (Abbreviation check)
{
if (strWord[intCnt2] == ".")
{
intCount++;
}
}
if (intCount > 1)
{
return true;
}
else
{
return false;
}
}
else
{
return true;
}
}
else
{
return true; //No periods at all
}
}
function FloatingNumber(strNum) //Possible floating number
{
if (parseFloat(strNum))
{
return true;
}
else
{
return false;
}
}
function RndElipse()
{
var Output = "";
if ((Math.floor(Math.random() * 100) + 1) % intFrequency == 0)
{
var intPeriods = (Math.floor(Math.random() * intIntensity) + (intIntensity - intConsistency))
for (intCnt = 0; intCnt<intPeriods; intCnt++)
{
Output += ".";
}
}
return Output;
}
function DotAdder(strInput)
{
var strOutput = new String();
strMessage = new String(strInput);
arrMessage = strMessage.split(' ');
for (intCnt = 0; intCnt<arrMessage.length; intCnt++)
{
strOutput += arrMessage[intCnt];
if (AbbrevWord(arrMessage[intCnt]) == false && FloatingNumber(arrMessage[intCnt]) == false && arrMessage[intCnt].length != 1) //Check to make sure word isn't an abbreviation or a float
{
strOutput += RndElipse()
}
strOutput += " ";
}
return strOutput;
}
</script>
Good, good... he's buckling under undue pressure. :afrog:
Thanks for the... feedback? :p
<<Just realized how far off he is.
*pauses for laughter*
Still getting done tonight. Just really really kicking myself right now. :lol:
Mendhak,Quote:
Originally Posted by mendhak
I want to extend the dictionary in my function, but I can't figure out what "carefully chosen words" you intended for me to put after these words. Mind helping a pal out and elaborating for me?
It took me up until just now to realize what what rotamiton meant. Damn I'm dense sometimes.
Basically, take any epithet, remove a letter or two from it, and star a lot of them out so that the epithets don't look like epithets anymore. OR, make something up. ExampleQuote:
Originally Posted by eyeRmonkey
F***i
P*tt
Still want examples?