WBEC-Ridderkerk forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Test Message

+4
Stephan Vermeire (Brutus)
dann corbit
Leo Dijksman
Pradu Kannan
8 posters

Go down

Test Message Empty Test Message

Post  Pradu Kannan Sat May 17, 2008 8:51 pm

Testing some stuff.



Cool Edited


Last edited by Pradu Kannan on Sat May 17, 2008 9:32 pm; edited 1 time in total
Pradu Kannan
Pradu Kannan

Number of posts : 3
Location : Tulsa, OK
Registration date : 2008-05-17

http://www.praduk.us

Back to top Go down

Test Message Empty Re: Test Message

Post  Pradu Kannan Sat May 17, 2008 8:57 pm

Test Reply
Pradu Kannan
Pradu Kannan

Number of posts : 3
Location : Tulsa, OK
Registration date : 2008-05-17

http://www.praduk.us

Back to top Go down

Test Message Empty reply 2 test

Post  Leo Dijksman Sat May 17, 2008 9:03 pm

Twisted Evil
Leo Dijksman
Leo Dijksman

Number of posts : 454
Age : 70
Location : Stavenisse
Registration date : 2008-05-17

http://www.wbec-ridderkerk.nl/

Back to top Go down

Test Message Empty Testing Code Block

Post  Pradu Kannan Sun May 18, 2008 5:47 pm

Code:
#ifndef CBLAS_H
#define CBLAS_H
#include <stddef.h>

/*
 * Enumerated and derived types
 */
#define CBLAS_INDEX size_t  /* this may vary between platforms */

enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajor=102};
enum CBLAS_TRANSPOSE {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113};
enum CBLAS_UPLO {CblasUpper=121, CblasLower=122};
enum CBLAS_DIAG {CblasNonUnit=131, CblasUnit=132};
enum CBLAS_SIDE {CblasLeft=141, CblasRight=142};

/*
 * ===========================================================================
 * Prototypes for level 1 BLAS functions (complex are recast as routines)
 * ===========================================================================
 */
float  cblas_sdsdot(const int N, const float alpha, const float *X,
                    const int incX, const float *Y, const int incY);
double cblas_dsdot(const int N, const float *X, const int incX, const float *Y,
                  const int incY);
float  cblas_sdot(const int N, const float  *X, const int incX,
                  const float  *Y, const int incY);
double cblas_ddot(const int N, const double *X, const int incX,
                  const double *Y, const int incY);
Pradu Kannan
Pradu Kannan

Number of posts : 3
Location : Tulsa, OK
Registration date : 2008-05-17

http://www.praduk.us

Back to top Go down

Test Message Empty Re: Test Message

Post  dann corbit Wed May 21, 2008 4:52 am

How do you delineate a code block?
Code:

I guess this will be indented and green.

Basketball

dann corbit

Number of posts : 47
Location : Redmond, WA USA
Registration date : 2008-05-20

http://cap.connx.com

Back to top Go down

Test Message Empty another test

Post  Stephan Vermeire (Brutus) Wed May 21, 2008 8:07 pm

Stephan lol!
Stephan Vermeire (Brutus)
Stephan Vermeire (Brutus)

Number of posts : 32
Registration date : 2008-05-21

Back to top Go down

Test Message Empty Re: Test Message

Post  Tord Romstad Wed May 21, 2008 8:54 pm

Code:
(defun epd-test (engine-name epd-file-name &key (min-time 1) (max-time 10))
  "Runs an EPD test suite with the given engine, and returns the number of correct solutions."
  (if (not (probe-file epd-file-name))
      (error "No such file: ~S" epd-file-name)
      (with-running-uci-engine (engine engine-name)
        (iter (for epd-line in-file epd-file-name
                  using #'read-line)
              (counting (search-epd epd-line min-time max-time))))))

bounce
affraid

[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

Tord
Tord Romstad
Tord Romstad

Number of posts : 5
Registration date : 2008-05-21

Back to top Go down

Test Message Empty Re: Test Message

Post  David Dahlem Thu May 22, 2008 6:43 am

Test reply ...

Dave
David Dahlem
David Dahlem

Number of posts : 2
Registration date : 2008-05-22

Back to top Go down

Test Message Empty Re: Test Message

Post  Harald Johnsen Thu May 22, 2008 11:07 am

Tord Romstad wrote:
[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

Tord

Btw how do we do diagrams ?

HJ.

Harald Johnsen

Number of posts : 4
Registration date : 2008-05-20

Back to top Go down

Test Message Empty Re: Test Message

Post  Leo Dijksman Sat May 24, 2008 5:08 pm

Harald Johnsen wrote:
Tord Romstad wrote:
[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

Tord

Btw how do we do diagrams ?

HJ.

Hi Harald,

Seems not to work here Sad
I did a request to ad this option to this forum, lets hope for an positive answer.

Best wishes,
Leo.
Leo Dijksman
Leo Dijksman

Number of posts : 454
Age : 70
Location : Stavenisse
Registration date : 2008-05-17

http://www.wbec-ridderkerk.nl/

Back to top Go down

Test Message Empty Re: Test Message

Post  Robert Pope Tue Jun 10, 2008 9:00 pm

Is there a way to see posts threaded like the old board, instead of just the thread topics with all the responses inside? I can't tell what's new and what isn't.

Robert Pope

Number of posts : 4
Registration date : 2008-06-05

Back to top Go down

Test Message Empty Re: Test Message

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum