Experimenting with painting with Pearl ♦ Speedpaint

tannertan36
🪼
untitled
official daine visual archive
Sweet Seals For You, Always
One Nice Bug Per Day
𓃗
KIROKAZE
TVSTRANGERTHINGS
PUT YOUR BEARD IN MY MOUTH
The Bowery Presents
let's talk about Bridgerton tea, my ask is open

Discoholic 🪩
occasionally subtle
taylor price
No title available

gracie abrams
No title available
trying on a metaphor

roma★
seen from United States
seen from United States
seen from United States

seen from Mexico
seen from United States
seen from United States

seen from Mexico
seen from United States

seen from Australia

seen from Bangladesh

seen from Malaysia

seen from China
seen from United States
seen from Cyprus

seen from Brazil
seen from Russia

seen from United States

seen from Bangladesh
seen from United States

seen from United States
@magiculbro
Experimenting with painting with Pearl ♦ Speedpaint
My solution to the daily programmer challenge for 6/8/2015, in Chicken Scheme (run it with cat inputfile | csi -s schemefile.scm):
(require-extension srfi-13) (require-extension extras) (define-record palindromic steps palindrome) (define (is-palindrome? n) (let* ((n-forwards (number->string n)) (n-backwards (string-reverse n-forwards))) (string=? n-forwards n-backwards))) (define (reverse-num n) (string->number (string-reverse (number->string n)))) (define (palindromify p) (define (palin-iter step curr-num) (if (is-palindrome? curr-num) (make-palindromic step curr-num) (palin-iter (+ 1 step) (+ curr-num (reverse-num curr-num))))) (palin-iter 0 p)) ; Main program (for-each (lambda (line) (let* ((n (string->number line)) (result (palindromify n))) (format #t "~A gets palindromic after ~A steps: ~A~%" n (palindromic-steps result) (palindromic-palindrome result)))) (read-lines))
A shiny warrior princess for all your shiny warrior princess needs!
Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.
Eric S. Raymond (via left4cake-gaming)
Things Programmers Shout #184
“Oh god, how do I get out of vim?”
move to another country and start over?
Lapis warmup