unironically working now as a prompt engineer
- Gdańsk
- https://thatjoeoverthere.com
Pinned Loading
-
-
VisualScopeController
VisualScopeController PublicA Unity3D component which manages a camera's field of view to ensure the visibility of a given set of targets.
C# 3
-
Leibniz formula for π in Scheme. As ...
Leibniz formula for π in Scheme. As iteration count approaches infinity, result approaches π. 1(define (leibnizFormulaForPi steps)
2(define (stage step) (* (/ 1 (+ 1 (* step 2))) (if (= (modulo step 2) 1) -1 1)))
3(define (iterate thusFar step steps)
4(if (< step steps)
5(iterate (+ thusFar (stage step)) (+ step 1) steps)
-
MarkdownChapterCat
MarkdownChapterCat PublicConcatenate markdown files together as chapters, with a table of contents.
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.