Ah; I looked up rDNS for 168.235.93.184 and got 168-235-93-184.cloud.ramnode.com rather than newlispfanclub.com, which would be the origin of an email.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
floatV = (float) *(double *)&cell->aux;
floatV = (float) ((cell->type == CELL_FLOAT)? *(double *)&uint64V : uint64V);
(define (f n)
(if (= n) 0 (> n)
(if (odd? n) (inc n) (- (dec n)))
(if (odd? n) (dec n) (- (inc n)))))
; Compute "bits" for bigint and int
(constant 'MAXINT (pow 2 62))
(define (prep s) (string (dup "0" (- 62 (length s))) s))
(define (bitsL n)
(if (<= n MAXINT) (bits (int n))
(string (bitsL (/ n MAXINT))
(prep (bits (int (% n MAXINT)))))))
but then I'm less sure about the gain in speed.
(nil? (find "1" (1 (bits n))))
(define (run2 program start step)
(dotimes (x step)
(let (b (bits x))
(or (find "1" (1 b)) (print (dec (length b)) ", ")))
(setq start (fractran program start)))
'stop)
#!/usr/local/bin/newlisp
(append-file "ltcbtc.txt" (println pairs (date (date-value) 0 "%y%m%d%H%M%S")))
if you have installed newlisp at there.
$ newlisp -x winny.lsp herbie ; chmod a+x herbie
and then use that in crontab.
* * * * * /home/joe/winny/herbie
.