Test Message

Post new topic   Reply to topic

View previous topic View next topic Go down

Test Message

Post  Pradu Kannan on Sat May 17, 2008 6:51 pm

Testing some stuff.



Cool Edited


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

Pradu Kannan

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

View user profile http://www.praduk.us

Back to top Go down

Re: Test Message

Post  Pradu Kannan on Sat May 17, 2008 6:57 pm

Test Reply

Pradu Kannan

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

View user profile http://www.praduk.us

Back to top Go down

reply 2 test

Post  Leo Dijksman on Sat May 17, 2008 7:03 pm

Twisted Evil

Leo Dijksman

Number of posts: 442
Age: 56
Location: Stavenisse
Registration date: 2008-05-17

View user profile http://www.wbec-ridderkerk.nl/

Back to top Go down

Testing Code Block

Post  Pradu Kannan on Sun May 18, 2008 3: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

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

View user profile http://www.praduk.us

Back to top Go down

Re: Test Message

Post  dann corbit on Wed May 21, 2008 2:52 am

How do you delineate a code block?
Code:

I guess this will be indented and green.

Basketball

dann corbit

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

View user profile http://cap.connx.com

Back to top Go down

another test

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

Stephan lol!

Stephan Vermeire (Brutus)

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

View user profile

Back to top Go down

Re: Test Message

Post  Tord Romstad on Wed May 21, 2008 6: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

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

View user profile

Back to top Go down

Re: Test Message

Post  David Dahlem on Thu May 22, 2008 4:43 am

Test reply ...

Dave

David Dahlem

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

View user profile

Back to top Go down

Re: Test Message

Post  Harald Johnsen on Thu May 22, 2008 9: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

View user profile

Back to top Go down

Re: Test Message

Post  Leo Dijksman on Sat May 24, 2008 3: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

Number of posts: 442
Age: 56
Location: Stavenisse
Registration date: 2008-05-17

View user profile http://www.wbec-ridderkerk.nl/

Back to top Go down

Re: Test Message

Post  Robert Pope on Tue Jun 10, 2008 7: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

View user profile

Back to top Go down

View previous topic View next topic Back to top


Post new topic   Reply to topic
Permissions of this forum:
You cannot reply to topics in this forum