Showing 29 open source projects for "reverse engineering"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 1
    OpenGL Mathematics

    OpenGL Mathematics

    Highly Optimized Graphics Math (glm) for C

    Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write. It is community-friendly, feel free to bring any issues, bugs you faced. Almost all functions (inline versions) and parameters are documented inside the corresponding headers. OpenGL-related functions are dropped to make this lib platform/third-party independent. Make sure you have the latest version and feel free to report...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    JAX

    JAX

    Composable transformations of Python+NumPy programs

    With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order. What’s new is that JAX uses XLA to compile and run your NumPy programs on GPUs and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CRC RevEng

    CRC RevEng

    Arbitrary-precision CRC calculator and algorithm finder

    CRC RevEng is a portable, arbitrary-precision CRC calculator and algorithm finder. It calculates CRCs using any of the 113 preset algorithms, or a user-specified algorithm to any width. It calculates reversed CRCs to give the bit pattern that produces a desired forward CRC. CRC RevEng also reverse-engineers any CRC algorithm from sufficient correctly formatted message-CRC pairs and optional known parameters. It comprises powerful input interpretation options. Compliant with Ross Williams'...
    Leader badge
    Downloads: 127 This Week
    Last Update:
    See Project
  • 4
    Java Calculator

    Java Calculator

    Supports PEDMAS order of computation and Reverse Polish Notation Gener

    Generates the Reverse Polish Notation (Postfix) expression form of an arithmetic expression in (Infix) form. Performs the computation of the arithmetic expression if Integers or Floating point numbers are used in the expression. Supports PEDMAS order of computation, thus, all the operators of Exponentiation, Division, Multiplication, Addition and Subtraction, as well as using Parentheses for grouping and prioritization is all handled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 5
    BitLogic

    BitLogic

    Simple Java computer algebra calculator

    A calculator that solves many types of problems including solving equations computing derivatives and integrals simplifying expressions graphing equations 2d and 3d reverse polish notation, algebraic and word based interpreter infinite writing board for writing out equations requires java 11 or more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CasADi
    A symbolic framework for C++, Python and Octave implementing automatic differentiation by source code transformation in forward and reverse modes on sparse matrix-valued computational graphs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Easy-to-use Reverse Polish Notation (RPN) Java Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Satsuma .NET Graph Library

    Satsuma .NET Graph Library

    a delicious .NET graph library

    Satsuma is a graph library for .NET, written in C#. Satsuma is an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible graph algorithms. DOCUMENTATION: http://satsumagraph.sourceforge.net/ Satsuma is not a charting library. 'Graph' is used in the mathematical sense here (e.g. nodes connected with arcs). Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 10

    Algeo#

    A class library to use conformal geometric algebra in C#

    The project is in a very early state and the working parts aren't well tested! Currently it's possible to do basic calculations with multivectors. A lot of operators are overloaded so that you can write your calculations in C# source code almost like you would do in a math software. There is also an extension library providing a control which can visualize multivectors. Visualization is based on OpenGL through the OpenTK library. At the moment I'm working on improvements of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ŁX (Łukasiewicz eXperimental)

    ŁX (Łukasiewicz eXperimental)

    a reverse Polish notation multi-precision pocket calculator software

    This project aims at an easy-to-use, cross-platform pocket calculator like software with reverse Polish notation (RPN) input, multi-precision arithmetics and support of several data types including macros. At the moment many features are rather rudimentary. Notably, it’s rather easy to freeze the program, say, by requesting a 1,000,000×1,000,000 identity matrix. Hey, I did call it ‘experimental’.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RPNcalculator
    Nice looking calculator using Reverse Polish Notation (RPN) written for Windows. It supports DEC, HEX, BIN, OCT numbers, GRAD, RAD and DEG.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 13
    This project make possible calculation mathematical expression, that contain functions, constants, variables. In develop cmelib used Reverse Polish Notation. Once created reverse polish notation from algebraic expression, it can be evaluated with different variable's values. Library required in Boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    rpCalc is a calculator that uses Reverse Polish Notaion (RPN). It supports both keyboard entry and use of the mouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Command Line Calculator
    System independent command line calculator written in C (C99 standard). Expression is first converted to Reverse Polish Notation and then evaluated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Once upon a time there was a pocket calculator called the HP15C. It used a system called Reverse Polish Notation (RPN) for doing its calculations. The Fairwood Calculator is a RPN calculator designed for the computer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A commandline-based Reverse Polish Notation mathematics program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java library for simple managing and solving sophisticated mathematic expressions and equations, based on Reverse Polish Notation (RPN)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    timecalc is a simple cli reverse-polish time calculator with dc-like synthax
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bidirectional computer, bicomp, is a virtual machine designed to aid in the research of complexity. bicomp runs its programs in forward or reverse. The program either produces a result from two inputs, or a list of possible inputs given a result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Shellcalc (sc) is a lightweight and versatile reverse polish notation (RPN) calculator for the command-line. It implements access to the basic operations and many functions from the glibc math library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Calx is a calculator program based on RPN (Reverse-Polish Notation) that allows you to compute complex mathematical expressions containing brackets, mathematical functions etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Wurp is an RPN (Reverse Polish Notation) calculator, similar to the HP48 calculator. Wurp supports various platforms, including KDE and curses (and hopefully Windows eventually).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cross-platform C++ library for Reverse Polish Notation calculus. Focuses on providing a reusable set of RPN functionalities such as parsing, variable substitution and computation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    REPCAL (REverse Polish CALculator) is a light and fast calculator in RPN (reverse polish notation) mode for the console (command line). It is written in 180 lines of Python code, and can be used both interactively or inside shell scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next