Pinned Loading
-
-
BrainFuck interpreter/jit compiler u...
BrainFuck interpreter/jit compiler using java's MethodHandle 1package org.bennydict.brainmethodfuckhandles;
23import java.io.*;
4import java.lang.invoke.MethodHandle;
5import java.lang.invoke.MethodHandles;
-
Brainfuck on Markov string substitut...
Brainfuck on Markov string substitution algorithm 1=== gen.py ===
2#!/usr/bin/python3
34def glob_format(s):
5g = globals().copy()
-
Make executable Python code screenshots
Make executable Python code screenshots 1from bs4 import BeautifulSoup
2from requests import Session
3import sys
4import zipfile
5 -
Brainfuck on Vim macros
Brainfuck on Vim macros 1This is a Brainfuck interpreter written in vim macros
2To use it, copy the fourth line to `a' register (4G"ayy),
3and run the macro (@a).
4{macro}
5/^{letterh}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.