Git Product home page Git Product logo

Thad's Projects

gawm icon gawm

GAWM on github is an api & browser UI to facilitate remote-play of Getting Away With Murder, a co-operative role-play game of drama, wit, and mystery.

geniskeyword icon geniskeyword

This tool takes a list of keywords, and outputs a C/C++ function that determines if the passed in string is one of the words in the fixed list. The function generated should be (depending on the quality of your compiler) significantly faster on average than a solution based on a simple binary search. Initial testing seems to show that, for C++ keywords, the generated code runs in 10%-20% of the time it takes to do a binary search using string compares. That is to say, the code is up to 10x faster. The tool can generate functions for strings passed in with or without a length, char and wide-char strings, and for case sensitive or case insensitive languages, creating code the targets either POSIX or Win32 for case-insensitive string compares. The whole program is a single C++ source file with no external dependancies. Code generated by gen-is-keyword-fn is used to implement the Unreal Script support in the MetalScroll for Visual Studio.

gnomehair icon gnomehair

An extremely task specific tool for generating a json look up table of colours

pentago icon pentago

In this project I will explore two complementary research spaces relating to the board game Pentago.

pocketifs icon pocketifs

create and visualise IFS / l-system fractals

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.