Skip to content
View joegle's full-sized avatar
💭
hacking the gibson
💭
hacking the gibson
Block or Report

Block or report joegle

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. hrv-biofeedback hrv-biofeedback Public

    Heart rate variability biofeedback toolkit

    C++ 25 8

  2. curses-spelling-game curses-spelling-game Public

    A simple CLI game to teach spelling using n-back spaced repetition

    Python 1

  3. Light-Game Light-Game Public

    Basic OpenGL game using lights

    HTML 1 1

  4. Flask + gensim word2vec Flask + gensim word2vec
    1
    from gensim.models import word2vec
    2
    import logging
    3
    logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message)s', level=logging.INFO)
    4
    
                  
    5
    model1 = word2vec.Word2Vec.load_word2vec_format('models/glove_model.txt', binary=False)
  5. 22120-with-puppeteer 22120-with-puppeteer Public

    Forked from dosyago/DownloadNet

    🏛️ 22120 - NodeJS product to self-host the Internet with an Offline Archive. Like binaries? https://github.com/dosyago/22120/releases Similar to ArchiveBox, SingleFile and WebMemex, but gooderer.

    JavaScript 2

  6. dot-emacs dot-emacs Public

    Portable emacs config

    Emacs Lisp