swieros VS MIPS-Sudoku-Solver

Compare swieros vs MIPS-Sudoku-Solver and see what are their differences.

swieros

A tiny hand crafted CPU emulator, C compiler, and Operating System (by rswier)

MIPS-Sudoku-Solver

A Sudoku solver, written in MIPS R4K assembly. (by ndouglas)
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
swieros MIPS-Sudoku-Solver
3 1
1,038 4
- -
10.0 3.2
over 3 years ago 4 months ago
C Assembly
GNU General Public License v3.0 only The Unlicense
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.

swieros

Posts with mentions or reviews of swieros. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.

MIPS-Sudoku-Solver

Posts with mentions or reviews of MIPS-Sudoku-Solver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.
  • A tiny hand crafted CPU emulator, C compiler, and Operating System
    5 projects | news.ycombinator.com | 6 Jan 2024
    Ooh, this is super cool!

    I love this sort of miniaturization in virtualization. In college, I did an independent study where I created a stack-based VM in C -- designed the ISA, wrote an assembler, etc. It wasn't very good, but I was able to write simple programs and run them. It felt like magic to me. I wrote a Sudoku solver in MIPS assembly [1] a while before that, and I wanted to port it over but I was missing some features. And now that's gone. #LikeTearsInRain

    I haven't really revisited virtualization. Sad thing about my career is that I don't really get to spend half my time working on indendependent study.[2] All of my side projects tend to just be spurts of inspiration that fizzle out quickly.

    Anyway, I'm gonna dig into this. It looks awesome!

    [1] https://github.com/ndouglas/MIPS-Sudoku-Solver/blob/main/mip...

    [2] "I've been in the private sector. They expect results." – Dr. Raymond Stantz

What are some alternatives?

When comparing swieros and MIPS-Sudoku-Solver you can also consider the following projects:

z88dk - The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.

selfie - An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.

wcc - wo4mei3's c compiler written in ocaml

c4 - C in four functions

sncc - Self hosted C compiler at seccamp2018

weicc - A small C compiler

riscv32_beluga - c compiler beluga with riscv32 backend

mcc

hcc - happo31's C Compiler.

jcc - Simple C compiler for x86-64

C-Compiler - Tiny self-hosting C compiler

hcc - huang's c compiler - a tiny C99 compiler.