Coder Social home page Coder Social logo

Evan McGorty's Projects

assembly-- icon assembly--

assembly--, pronounced "assembly minus minus", is a mechanical programming language with only four instructions, aiming to be even worse than the infamous "brainfuck" language.

cpp-currying icon cpp-currying

Simple and surprisingly powerful currying implemented concisely in c++20

expression-evaluator icon expression-evaluator

a quick, easy, and header only library that lets you bind string names to objects and functions and parse expressions that try to interact with these bindings at runtime

expression-evaluator-tools icon expression-evaluator-tools

tools to make using the expression evaluator easier, such as code for generating c++ source code that from a pseudo language.

math-expressions icon math-expressions

My first ever big project. Expect to find some bad practices in here such as a handwritten shared_ptr class that breaks strict-aliasing and is dependent not only on a pointer count but a bool that is reserved for a special kind of pointer. For parsing mathematical expressions into trees and iterating through them to do algebraic operations. strict aliasing MUST be off. I should really make a sample makefile but i'm worried that will make me want to redo this entire project.

music-algebra icon music-algebra

c++ code made to help work with music theory in a mathematical or algebraic manner with extensive use of c++20's constraints and concepts

theorem-solver icon theorem-solver

use brute force methods with a bunch of postulates to search for arbitrarily complex theorems

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.