Coder Social home page Coder Social logo

Rayner/Wikus Coetser's Projects

bigfasterinteger icon bigfasterinteger

A C# wrapper for the GMP library. The aim of this wrapper is to give C# programmers access to faster integer operations.

randomusefulcode icon randomusefulcode

I dump stuff here that I reference on my blog, and which is not part of something bigger at this time.

trl icon trl

This program is an implementation of the Term Rewriting Language, or TRL. In that sense it is also a specification for TRL by giving a reference implementation. It contains a parser and interpreter.

trl-3d icon trl-3d

TRL-3D is a 3D graphics system build on C#, OpenTK, and OpenGL 4.5 that makes it easy to programmatically create 3D content and render it.

trl.integermapper icon trl.integermapper

Maps data types in C# to and from monotonically increasing consecutive integers. These integers can be used for both hashing and equality. It is also possible to get the original value back from the mapped integer. Also includes a memoizer that makes use of the integer mapper.

trl.pegparser icon trl.pegparser

Trs.PegParser contains a tokenizer and a parser. The tokenizer uses regular expressions to define tokens, and exposes both matched and unmatched character ranges. The PEG Parser uses parsing expression grammers with tokens produced by the tokenizer.

trl.serialization icon trl.serialization

Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialiser to make it useful for most applications.

trl.termdatarepresentation icon trl.termdatarepresentation

The overall aim of this project is to create a term rewriting system that could be useful in everyday programming, and to represent data in a way that roughly correspond to the definition of a term in formal logic. Terms should be familiar to any programmer because they are basically constants, variables, and function symbols.

trl_js icon trl_js

JavaScript version of the Term Rewriting Language interpreter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.