Last active
August 29, 2015 14:25
-
-
Save primaryobjects/97ca7ddcf977abf30ea9 to your computer and use it in GitHub Desktop.
This code was written by an AI https://github.com/primaryobjects/AI-Programmer. Splits text at every 3-characters by a comma (creating a CSV string).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To run the above code: | |
Go to http://esoteric.sange.fi/brainfuck/impl/interp/i.html | |
Paste in the code. | |
Enter some input in the text box on the page. | |
Click the 'execute' button. | |
See also: | |
https://github.com/primaryobjects/AI-Programmer/tree/master/Results/csv%20split | |
https://github.com/primaryobjects/AI-Programmer/blob/master/Results/csv%20split/csvsplit-2.png | |
http://www.primaryobjects.com/CMS/Article149 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>,.,[.,.[<]++++++++++++++++++++++++++++++++++++++++++++.,.,] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment