|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I've [casually] tried a few times to employ the bitwise operators in some code,
and haven't had much success.
I've gotten around this with using other functions that achieve the same end
goal, but would like to write some that actually uses bitwise xor.
Has anyone used these and can provide some simple working code examples?
Thanks.
(I tried to search the wiki several times, but got an error.)
http://wiki.povray.org/content/Reference:Numeric_Expressions
A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:
(SQL query hidden)
from within function "MLAI_InsertIndexLink". Database returned error "1062:
Duplicate entry '2307' for key 'page_id'
(localhost:/var/db/wiki-mysql/mysql.sock)".
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
"Bald Eagle" <cre### [at] netscapenet> wrote:
> I've [casually] tried a few times to employ the bitwise operators in some code,
> and haven't had much success.
> I've gotten around this with using other functions that achieve the same end
> goal, but would like to write some that actually uses bitwise xor.
>
> Has anyone used these and can provide some simple working code examples?
> Thanks.
http://news.povray.org/povray.text.scene-files/thread/%3Cweb.5b1158c121f9aee882a92ab90%40news.povray.org%3E/
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
From: Thomas de Groot
Subject: Re: bitwise operator syntax / wiki out of order
Date: 22 Aug 2019 02:19:11
Message: <5d5e33df$1@news.povray.org>
|
|
|
| |
| |
|
|
Op 22/08/2019 om 02:43 schreef Bald Eagle:
>
[snip]
>
> (I tried to search the wiki several times, but got an error.)
>
> http://wiki.povray.org/content/Reference:Numeric_Expressions
>
> A database query syntax error has occurred. This may indicate a bug in the
> software. The last attempted database query was:
> (SQL query hidden)
> from within function "MLAI_InsertIndexLink". Database returned error "1062:
> Duplicate entry '2307' for key 'page_id'
> (localhost:/var/db/wiki-mysql/mysql.sock)".
>
>
I met that same error a couple of times over the past few days. The wiki
seems to be broken.
--
Thomas
Post a reply to this message
|
|
| |
| |
|
|
From: William F Pokorny
Subject: Re: bitwise operator syntax / wiki out of order
Date: 22 Aug 2019 05:31:36
Message: <5d5e60f8$1@news.povray.org>
|
|
|
| |
| |
|
|
On 8/22/19 2:19 AM, Thomas de Groot wrote:
> Op 22/08/2019 om 02:43 schreef Bald Eagle:
>>
> [snip]
>
>>
>> (I tried to search the wiki several times, but got an error.)
>>
>> http://wiki.povray.org/content/Reference:Numeric_Expressions
>>
>> A database query syntax error has occurred. This may indicate a bug in
>> the
>> software. The last attempted database query was:
>> (SQL query hidden)
>> from within function "MLAI_InsertIndexLink". Database returned error
>> "1062:
>> Duplicate entry '2307' for key 'page_id'
>> (localhost:/var/db/wiki-mysql/mysql.sock)".
>>
>>
>
> I met that same error a couple of times over the past few days. The wiki
> seems to be broken.
>
As a way to aim at two birds with one stone, please see:
http://wiki.povray.org/content/User:Wfpokorny/DensityFile/arraycoupleddf3s
then cut and paste that link as an address into your browser. It should
be you open that file in my branch on github. At the very bottom of that
include there is an example use of a bitwise_and.
That wiki page opens for me and - I hope - for you?
On your page creating that wiki error you can still view the source and
it includes an index pointer function at the top. I think this is the
issue. Jim is the editor of those pages so perhaps he can sort it.
I see now too my main way into the documentation at:
http://wiki.povray.org/content/Reference:Keywords
no longer works. Hopefully this can be fixed relatively soon.
Aside: If you are working with a git clone (or github download) you can
locally open up a reasonably current version of the documentation in a
browser by opening the index file at:
<local povray directory>/doc/html/index.html.
The wiki though holds the most up to date docs. Other forms are created
by Jim less often.
Aside 2: I've for a while not been able to create links out of the wiki
as another issue which has crept in over time as has been reported
elsewhere too.
Bill P.
Post a reply to this message
|
|
| |
| |
|
|
From: Jim Holsenback
Subject: Re: bitwise operator syntax / wiki out of order
Date: 22 Aug 2019 05:58:59
Message: <5d5e6763$1@news.povray.org>
|
|
|
| |
| |
|
|
On 8/22/19 5:31 AM, William F Pokorny wrote:
> I see now too my main way into the documentation at:
>
> http://wiki.povray.org/content/Reference:Keywords
yep ... confirmed. i sent chris email
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jr" <cre### [at] gmailcom> wrote:
>
http://news.povray.org/povray.text.scene-files/thread/%3Cweb.5b1158c121f9aee882a92ab90%40news.povray.org%3E/
Very nice. This is likely exactly what I'm looking for. :)
http://www.3564020356.org/
I'm currently on Riddle #10.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "jr" <cre### [at] gmailcom> wrote:
> ...
> Very nice. This is likely exactly what I'm looking for. :)
:-)
> http://www.3564020356.org/
visually appealing. sort of lost interest where it said access "all the
information I used to give you". too .. oblique, right now.
> I'm currently on Riddle #10.
(how many will you have to work out before someone from no-such-agency comes by
with a job offer?! ;-))
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |