Skip to content
View X01XX's full-sized avatar
  • Wisconsin
Block or Report

Block or report X01XX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
X01XX/README.md

My main effort is the Unorthodox-Expert-System. Thirtytwo years of effort so far.

A professor I had in college said that the greatest thing you can do in Computer Science is to make a computer do something subtle that happens in your mind.

A sticking point to this is how do you convince others (or even yourself) that you are doing that, or have succeeded in doing it? I suppose I am working on that very question.

Pinned

  1. forth-memory-management forth-memory-management Public

    Define arrays of items, then allocate and deallocate from the arrays. Linked lists of numbers is given as an example.

    Forth 1 1

  2. Unorthodox-Expert-System Unorthodox-Expert-System Public

    An expert of its own state. Rules can be developed, revised, and used without human intervention.

    Rust 1 1

  3. risc-v-memory-management-vf2 risc-v-memory-management-vf2 Public

    A simple memory management method for VisionFive 2 assembler language.

    Assembly

  4. RISC-V-alternative-load-strategies RISC-V-alternative-load-strategies Public

    Loading 64-bit addresses and large 64-bit numbers with 32-bit RISC-V Assembler Language instructions gets cumbersome, but the compiler and linker can help.

    Assembly