math-at-point - Evaluate a math expression at point using calc-eval

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • math-at-point

    Evaluate math expression at point using calc-eval

  • cexp

  • I had been using a simpler version of this that didn't allow parentheses (now called math-at-point-simple). I figured that this would likely only be useful to others if it could handle parens, but that proved to be challenging, as balanced parens can't be matched by any regular expressions. I tried a few solutions I found online, but they were either overkill (e.g.,parsing expression grammars) or placed restrictions on the balanced parens (e.g., cexp). I got it to work using an idea from this StackExchange thread, which suggested adapting code from forward-sexp to systematically find and count all balanced parens in a string.

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

    InfluxDB logo
  • GNU Emacs

    Mirror of GNU Emacs

  • -> is dash.el analog (I prefer it because it's shorter) of thread-first

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

  • UX Case Study: Markdown Heading

    4 projects | dev.to | 27 Apr 2024
  • My Failed Student Housing App

    3 projects | dev.to | 23 Apr 2024
  • Quill – Your powerful rich text editor

    7 projects | news.ycombinator.com | 19 Apr 2024
  • Vim Gets Xdg_config_home Support

    1 project | news.ycombinator.com | 14 Apr 2024
  • How I optimized Carousel for EditorJS 2x in size.

    5 projects | dev.to | 29 Mar 2024