Skip to content
View bennydictor's full-sized avatar
Block or Report

Block or report bennydictor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. canonical canonical Public

    Canonicity testing library

    Go 3

  2. bennydictor.github.io bennydictor.github.io Public

    JavaScript

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