Re: IP to decimal function?

2017-05-15 Thread Tim Selander via use-livecode
OK, this "master library" is new info to me! Googled it, found a brief 
reference and download link in the forums. Will now have a look at it!


Tim Selander
Tokyo, Japan


On 2017/05/16 0:01, Bob Sneidar via use-livecode wrote:

I wrote something of the sort called IPCalc. It should be in the master library.

Bob S



On May 13, 2017, at 22:25 , Tim Selander via use-livecode 
 wrote:

Hi

I need to convert IP address from web logs to decimal for easier processing...

Before I try to "reinvent the wheel" (and no doubt roll off a cliff) I'm 
wondering if anyone already has such a function they'd be willing to share?

TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: IP to decimal function?

2017-05-15 Thread Richmond Mathewson via use-livecode

Bob . . .

It probably is, and there was also Tim's remark about reinventing the wheel.

But, as it took me about 3 minutes to find how to do the conversion online
and another 5 minutes to pop it all together in LiveCode . . . .

Which may say something about the master library and
how accessible it is.

Richmond.

On 5/15/17 6:01 pm, Bob Sneidar via use-livecode wrote:

I wrote something of the sort called IPCalc. It should be in the master library.

Bob S



On May 13, 2017, at 22:25 , Tim Selander via use-livecode 
 wrote:

Hi

I need to convert IP address from web logs to decimal for easier processing...

Before I try to "reinvent the wheel" (and no doubt roll off a cliff) I'm 
wondering if anyone already has such a function they'd be willing to share?

TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: IP to decimal function?

2017-05-15 Thread Bob Sneidar via use-livecode
I wrote something of the sort called IPCalc. It should be in the master 
library. 

Bob S


> On May 13, 2017, at 22:25 , Tim Selander via use-livecode 
>  wrote:
> 
> Hi
> 
> I need to convert IP address from web logs to decimal for easier processing...
> 
> Before I try to "reinvent the wheel" (and no doubt roll off a cliff) I'm 
> wondering if anyone already has such a function they'd be willing to share?
> 
> TIA
> 
> Tim Selander
> Tokyo, Japan
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: IP to decimal function?

2017-05-14 Thread Tim Selander via use-livecode

Hi Richmond,

Thanks for your stack! Wow!  I'm in the process of testing and 
'function-fying' it.


I did google around and found pages like your java link... but my 
arithmetic skills are so basic, it all just looked like, well, 
Sanskrit..  ;-)


Tim Selander
Tokyo, Japan

On 2017.05.14, 17:02, Richmond Mathewson via use-livecode wrote:

I almost never know anything, but I do know where to look to find
out:

https://www.mkyong.com/java/java-convert-ip-address-to-decimal-number/


Hope that spoils your Sunday :)

Richmond.

On 5/14/17 8:25 am, Tim Selander via use-livecode wrote:

Hi

I need to convert IP address from web logs to decimal for
easier processing...

Before I try to "reinvent the wheel" (and no doubt roll off a
cliff) I'm wondering if anyone already has such a function
they'd be willing to share?

TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: IP to decimal function?

2017-05-14 Thread Richmond Mathewson via use-livecode

All done: Here: http://forums.livecode.com/viewtopic.php?f=7=29251

Best, Richmond.

On 5/14/17 8:25 am, Tim Selander via use-livecode wrote:

Hi

I need to convert IP address from web logs to decimal for easier 
processing...


Before I try to "reinvent the wheel" (and no doubt roll off a cliff) 
I'm wondering if anyone already has such a function they'd be willing 
to share?


TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: IP to decimal function?

2017-05-14 Thread Richmond Mathewson via use-livecode

I almost never know anything, but I do know where to look to find out:

https://www.mkyong.com/java/java-convert-ip-address-to-decimal-number/

Hope that spoils your Sunday :)

Richmond.

On 5/14/17 8:25 am, Tim Selander via use-livecode wrote:

Hi

I need to convert IP address from web logs to decimal for easier 
processing...


Before I try to "reinvent the wheel" (and no doubt roll off a cliff) 
I'm wondering if anyone already has such a function they'd be willing 
to share?


TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


IP to decimal function?

2017-05-13 Thread Tim Selander via use-livecode

Hi

I need to convert IP address from web logs to decimal for easier 
processing...


Before I try to "reinvent the wheel" (and no doubt roll off a 
cliff) I'm wondering if anyone already has such a function they'd 
be willing to share?


TIA

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode