Skip to content
View J0hnL0cke's full-sized avatar
:octocat:
:) :) :)
:octocat:
:) :) :)

Block or report J0hnL0cke

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. AIY speech-to-text program AIY speech-to-text program
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    
                  
    4
    #This is a program for the Google Voice Kit. It uses the Speech Recognition library to send audio snippets to Houndify for interpretation,
    5
    #and it uses pyttsx3 to respond to the user
  2. Finds missing pdf files from convers... Finds missing pdf files from conversion, then re-fetches them
    1
    # Based on my [previous script](https://gist.github.com/J0hnL0cke/95dbf624465034e399592c5d9690eb11) for converting mhtml -> pdf
    2
    # This script scans the output directory, in order to figure out if the conversion has failed for any mhtml files
    3
    
                  
    4
    # Instructions
    5
    # Install docker
  3. Grabs URLs from mhtml files, then co... Grabs URLs from mhtml files, then converts them to pdf using wkhtmltopdf
    1
    # MHTML To PDF Fetcher
    2
    # This short bash script opens .mhtml files, finds the original download url, then uses wkhtmltopdf to download a pdf from that site.
    3
    # Inspired by the lack of support for .mhtml in e-readers and the lack of options for converting them to other formats.
    4
    
                  
    5
    # Limitations:
  4. HyperSMP/EggHuntPlugin HyperSMP/EggHuntPlugin Public

    Minecraft plugin adding the ability to track and steal the Dragon Egg from other players

    Java 9 4

  5. JonasLong/Pyison JonasLong/Pyison Public

    Pythonic AI crawler tarpit

    Python 11 1

  6. JonasLong/AIY_Assistant JonasLong/AIY_Assistant Public

    Python 3 assistant that responds to user queries

    Python