What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Equation sender plugin

Pages: (2): « First [ 1 ] 2 » Last »
Equation sender plugin
Author: Message:
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
O.P. Equation sender plugin
Hi guys

I was wondering if anybody knew of an equation sender plugin for maths homework and the like... I remember seeing something on the forum a while back but a search revealed nothing. Any help is appreciated.
[Image: signature.jpg]
06-06-2004 04:27 PM
Profile PM Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
RE: Equation sender plugin
I don't think a plug-in for this exists.
I'd advise you to either
  • type it like  sqrt(34)*2^3  (or similar)
  • type it in a Word document using the Equation editor

This post was edited on 06-06-2004 at 04:49 PM by Tochjo.
06-06-2004 04:48 PM
Profile PM Find Quote Report
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Equation sender plugin
The StuffPlug by DJMystic (TheBlasphemer) had these functions. You could do like...

/xcalc 4+3-7/53 and stuff (y)
06-06-2004 04:52 PM
Profile PM Web Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
RE: Equation sender plugin
But wouldn't that do the calculation, not send the actual text? To me, it looks like illuzn wants the text to be sent, in a mathematical looking way.
06-06-2004 04:54 PM
Profile PM Find Quote Report
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Equation sender plugin
Ohhh , Like instead of sending the "4 + 5 - 7 / 8 * 9"

It sends the mathmatical symbols? It would be possible if somebody new what the mathmatical symbols where. I could never find them :-/

It wouldnt be hard , It could actually be done with a stuffplug talker and a quick text to make it easier.

/xtalk math <Equation> and make it a quick text to make it "/math (!P)". But somebody needs to make the talker.
06-06-2004 05:03 PM
Profile PM Web Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Equation sender plugin
Okay so far i've got this in javascript
code:
function talker (input) {

    var output=input;
    output=output.replace(new RegExp("Sqrt","gi"),"v");
    output=output.replace(new RegExp("^2","gi"),"²");
    output=output.replace(new RegExp("^3","gi"),"³");
    output=output.replace(new RegExp("/","gi"),"÷");
    output=output.replace(new RegExp("*","gi"),"x");
    return output;
}


But when i try it it returns this error
Error:Error: Unexpected quantifier, ; in line 8
:S so im stumped
so if anyone could give me a tip i could finish it of and post a finished version

<edit>
the "v" is the square root symble i just lost it when i was writing the script
</edit>

oh and if you nick my code please give me credit :D

This post was edited on 06-06-2004 at 10:48 PM by Plik.
06-06-2004 10:45 PM
Profile PM Find Quote Report
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
O.P. RE: Equation sender plugin
if i did it in MS Equation 3.0 i wouldn't be able to just send it on the screen right?
I'm just looking for a plugin that will superscript powers for me and do soe of the other stuff maddman66 has got...
I guess i could always handwrite it *eek* except i've got ugly writing :p

This post was edited on 06-07-2004 at 09:53 AM by illuzn.
[Image: signature.jpg]
06-07-2004 09:47 AM
Profile PM Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Equation sender plugin
All i did was use word and its insert simble to get the simbles :D
06-07-2004 03:32 PM
Profile PM Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Equation sender plugin
Well, Windows Blackboard supports text, there could be actually a way using Handwriter, but... it much work. Although it's useless if you have to help others in maths. ;)
06-07-2004 03:36 PM
Profile E-Mail PM Web Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Equation sender plugin
Found the bug :D and fixed it but i found anouther 1 :'(
06-07-2004 03:38 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On