openfirmware VS maths132-notes

Compare openfirmware vs maths132-notes and see what are their differences.

openfirmware

OpenFirmware as used on OLPC (and elsewhere) (by openbios)

maths132-notes

Notes I wrote for Lee White's Maths 132 Differential Equations course, University of Melbourne, 1995-96 (by stevesimmons)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
openfirmware maths132-notes
6 1
96 1
- -
0.0 0.0
over 8 years ago about 3 years ago
Forth TeX
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openfirmware

Posts with mentions or reviews of openfirmware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-20.
  • Thinking Forth
    2 projects | news.ycombinator.com | 20 Nov 2022
    OpenFirmware has some code for paging! ;)

    purpose: Set up page tables and turn on paging

    https://github.com/openbios/openfirmware/blob/master/cpu/x86...

  • Hypertext '87 (1987) [pdf]
    1 project | news.ycombinator.com | 31 Dec 2021
    NeWS didn't use FORTH. But HyperTIES used both FORTH and NeWS because there were a lot of things that FORTH could do that NeWS couldn't, like link and call C code. The FORTH I used was Mitch Bradley's "Sun Forth", which evolved into OpenFirmware, and which was once defined by an IEEE standard, "IEEE 1275-1994", but it was withdrawn because the standard was not reaffirmed:

    https://en.wikipedia.org/wiki/Open_Firmware

    >Open Firmware is described by IEEE standard IEEE 1275-1994, which was not reaffirmed by the Open Firmware Working Group (OFWG) since 1998 and has therefore been officially withdrawn by IEEE.

    It's still alive and maintained and used for many things. Here's the source code, called OpenBIOS:

    https://github.com/openbios

    https://github.com/openbios/openfirmware

    https://openfirmware.info

    https://openfirmware.info/Welcome_to_OpenBIOS

  • What to Learn
    2 projects | news.ycombinator.com | 18 Oct 2021
  • Moving Forth (1993)
    1 project | news.ycombinator.com | 23 Apr 2021
    Some Forth systems even have a "metacompiler" that lets one FORTH system compile another FORTH system for the same or different CPU, word size, byte order, threading model, etc, from the same source code!

    OpenFirmware (the FORTH burnt into boot roms of SPARC, PowerPC, OLPC, and other systems) is a great example:

    openfirmware/forth/kernel/metacompile.fth

    https://github.com/openbios/openfirmware/blob/d5cc657ce81c0f...

  • PostScript Language Reference [pdf]
    4 projects | news.ycombinator.com | 18 Apr 2021

maths132-notes

Posts with mentions or reviews of maths132-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-18.
  • PostScript Language Reference [pdf]
    4 projects | news.ycombinator.com | 18 Apr 2021
    I used to love programming in PostScript.

    This post prompted me to put some of my old math notes up on GitHub [1]. The final chapter on coupled differential equations sends the DE's parameters to the PostScript printer, where my PS code would execute the different equations and draw the resulting phase portrait.

    My PS code is in that repo's README. The final results are in the notes.pdf file [2]. The best examples are in the last few pages.

    [1] https://github.com/stevesimmons/maths132-notes

    [2] https://github.com/stevesimmons/maths132-notes/blob/main/not...

What are some alternatives?

When comparing openfirmware and maths132-notes you can also consider the following projects:

forth - Porting Richard Jones' FORTH to ARM

qpdf - QPDF: A content-preserving PDF document transformer

sbcl - Mirror of Steel Bank Common Lisp (SBCL)'s official repository