Pinned Repositories
electron-filesystem
A default file system for electron to make it easier to write self contained programs
gcc-3.4.6_i960
copy of gcc 3.4.6 with any modifications necessary for targeting the i960
gcc-i960-11.3.0
gcc 11.3.0 with i960 config from gcc 3.4.6 grafted in and fixed
hitagimon
Monitor/bare metal application for the i960Sx board codenamed hitagi
i960
Notes and code on the Intel 80960MC cpu
i960SxChipset
MightyCore ATMEGA1284p based chipset for an Intel i960Sx processor
i960SxChipset_ManagementEngine
"Forked" version of i960SxChipset which uses a separate management engine processor to handle the timing dependent portions of the i960Sx state machine
sim_ecore
Version of sim3 meant to allow tiny microcontrollers act as a drop in replacement for an i960SA processor
tasker
An expert system library and toolset for defining tasks locally
WavefrontScheduling
Wavefront Scheduling implemented as an expert system.
DrItanium's Repositories
DrItanium/Operation
A C# library that converts program structures into graphviz or some other output
DrItanium/Parser
An LR(1) parser written in C#
DrItanium/BinaryAnalyzer
Uses an Expert System to make the act of performing clean room reverse engineering on binary files far less error prone.
DrItanium/LexicalAnalysis
A lazily evaluated Lexical Analyzer written C#.
DrItanium/Starlight
A C# library that defines a grammar and rules that the Parser uses to construct a language
DrItanium/Collections
Different data structures I've created over the years in response to needs
DrItanium/Extensions
My C# Extensions library that I have been building over the years
DrItanium/Imaging
C# library containing simple methods and structures to make image processing less tedious
DrItanium/Itanium-Translator
C# application that translates Itanium assembler to CLIPS expert system commands.
DrItanium/Messaging
A C# library designed to simplify the passing of messages between AppDomains
DrItanium/Neo
The final IRC bot iteration.
DrItanium/Plugin
A C# library designed to allow plugins to be defined that can be loaded at runtime via reflection
DrItanium/Tycho
C# Library containing objects that interact with the Lexical Analyzer
DrItanium/DOOM-3
Doom 3 GPL source release
DrItanium/Filter
A C# library that defines image filters that can communicate across application domains
DrItanium/Kits.Photonic
Simplifies the act of setting up and maintaining communication across application domains
DrItanium/Kits.Serialization
Extends serialization functionality provided by the .NET framework
DrItanium/TinyCC