Personal coding projects

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

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
  • Cosmatesque

    Make images of fractals and fractal-like patterns based on the modular residues of number arrays generated by recurrence relations.

  • Here's an associated fractal-making program I wrote in Python with more explanation, if you're curious.

  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

  • Advent of Code's going on right now (though there's no time limit, it'll be up for years). New problems drop every day midnight EST until the 25th. Day 1 starts off easy but it quickly escalates. Some of the problems involve mathematical insights, though it's computing-focused. (For example, some problems end up being systems of linear congruences, solvable efficiently via the Chinese Remainder Theorem and the extended Euclidean algorithm.)

  • 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
  • AdventOfCode2022

    Solutions to all 25 Advent of Code 2022 in Rust ๐Ÿฆ€ Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)

  • Advent of Code is a once-a-day coding puzzle throughout December. Some are pretty fun.

  • threejs-examples

    Simple starter projects for illustrating math with THREE.js, demonstrating various techniques

  • sample projects for visualizing math with THREE.js

  • liqvid

    Library for interactive videos in React

  • Liqvid, the animation library I developed to make those videos

  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Recommendation for anyone who does programming is godbolt.org, you can write, compile, and run c or c++, as well as immediately see the assembly generated. It's an incredibly useful tool!

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

  • -๐ŸŽ„- 2022 Day 16 Solutions -๐ŸŽ„-

    68 projects | /r/adventofcode | 15 Dec 2022
  • Parsing in nom (AOC day 16)

    2 projects | /r/learnrust | 16 Dec 2022
  • The โ€œI donโ€™t actually hate my jobโ€ Starterpack

    2 projects | /r/starterpacks | 5 Dec 2022
  • Memory Safe Languages in Android 13 Reduce Vulnerabilities

    2 projects | news.ycombinator.com | 1 Dec 2022
  • I need some suggestions for programming projects as a beginner

    3 projects | /r/rust | 24 Nov 2022