mrkct / cool-experiments

Random simple programs, stuff that I find cool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool Experiments & Stuff

What is this repo?

This repository, as the name says, contains experiments or any other stuff that I don't think is important enough to deserve its own repository but I still think is cool enough to be shared with others. Most of these projects are either useless, a re-creation of something already done or I just don't intend to complete them, often a combination of these 3 things. As such, expect un-optimized code, missing documentation and buggy code.

The list of projects

  • Lisp-like interpreter: A parser & interpreter for a lisp-like language. Still needs to support some basic operations, for example stuff like basic math operators('-', '/').
  • In Rainbows Album Art generator: A simple script to generate images in the style of Radiohead's "In Rainbows" album cover.
  • Image to ascii converter: A simple script to convert an image to an ASCII text version
  • Conway's Game of Life: A simple implementation of Conway's Game of Life in C
  • Eliza, the computer therapist A clone of ELIZA, an old chatbot that simulated a therapist. Makes for pretty realistic conversations, until you realize she is repeating back what you said

About

Random simple programs, stuff that I find cool

License:MIT License


Languages

Language:Python 90.1%Language:C 9.9%