[OC] Prime numbers plotted on polar coordinates

This page summarizes the projects mentioned and recommended in the original post on /r/dataisbeautiful

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • primes

    Plotting prime numbers. (by MathisBullinger)

  • And just for fun, I also implemented the Ulam spiral described in the Numberphile video. Viewable at https://primes.bullinger.dev/?type=ulam. Implementing the square spiral was an interesting challenge. In case anyone is interested, I think I found quite an elegant solution using a generator function.

  • prime-spirals

    Creates images of prime numbers in various spiral patterns.

  • You might think about adding the ability to compare to random numbers. If you want them to be the same density as the primes, you can use the prime number theorem (that the chance of x being a prime is approx 1/ln(x)). I did the same a few years ago in a C++ app (https://github.com/rjrosati/prime-spirals), but it's really nice having it accessible on the web.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • uievents

    UI Events

  • Not to mention here's a spec issue where they considered forbidding other units in a future spec version to eliminate the browser mismatch.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Sieve of Atkin

    1 project | news.ycombinator.com | 11 Mar 2024
  • Spiral – High-Performance PHP Framework

    1 project | news.ycombinator.com | 23 Feb 2024
  • Primesieve: Fast Prime Number Generator

    1 project | news.ycombinator.com | 13 Jan 2024
  • I have to brag to you: I gained computing resources on the third most powerful supercomputer in the world. The computing resources will be used for the computational verification of the Collatz problem.

    1 project | /r/Collatz | 1 Jun 2023
  • Procedural galaxy generation (a bit stuck...)

    1 project | /r/proceduralgeneration | 18 Apr 2023