Skip to content

Instantly share code, notes, and snippets.

@typicalTYLER
typicalTYLER / A213334.py
Last active January 10, 2023 16:17
A213334.py
import time
import gmpy2
import os
import cProfile
from multiprocessing import Pool
import primesieve
def test(p):
p2 = pow(gmpy2.mpz(p), 2)
//http://www.edwardzajec.com/tvc4/pil1/index.html
const canvasSketch = require('canvas-sketch');
const { renderPaths, createPath, pathsToPolylines } = require('canvas-sketch-util/penplot');
const { clipPolylinesToBox } = require('canvas-sketch-util/geometry');
const Random = require('canvas-sketch-util/random');
// You can force a specific seed by replacing this with a string value
const defaultSeed = '';
const top_hatching_per_square = 5;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.