Giter VIP home page Giter VIP logo

string-to-brainfuck's Introduction

Text to Brainfuck converter in C

English

A program written in C language which goal is to convert a given string into a brainfuck program that outputs the string. Hence, it's a program that allows you to write whatever you want in brainfuck (ASCII characters only tho).

Usage :

  • Download the source code
  • Insert the string you want to convert in the main.c file
  • Compile with gcc using "make" command once in the folder of the source code
  • Run by doing ./PROJET in the bash
  • Your Brainfuck should be written in the BF.txt file

Français

Un court programme écrit en langage C dont le but est de convertir une chaîne de caractère donnée en un programme brainfuck dont la sortie est la chaîne de caractère en question. C'est un programme qui permet donc d'écrire ce que l'on souhaite en brainfuck (caractères ASCII seulement).

Utilisation:

  • Télécharger le code source
    • Insérer la chaîne de charactères à convertir dans le main.c
  • Compiler en utilisant gcc avec la commande "make" en étant dans le répertoire où se trouve le code source
  • Lancer en faisant ./PROJET dans le terminal
  • Le code en Brainfuck se trouve dans BF.txt

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.