Skip to content
View stlukey's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report stlukey

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. whispercpp.py whispercpp.py Public

    Python bindings for whisper.cpp

    Python 197 94

  2. i3 i3 Public archive

    Unofficial i3 Mirror. Includes a gaps branch for gaps between windows.

    C 56 6

  3. Store-ify Store-ify Public

    A web store framework with a React.js interface and Python API.

    Shell 1

  4. MinimalMongo.py - Minimal ORM for M... MinimalMongo.py - Minimal ORM for Mongodb
    1
    #!/usr/bin/env python3
    2
    """
    3
    Minimal ORM for Mongodb
    4
    Example usage:
    5
        Simple:   https://github.com/o4dev/store.py/blob/master/api/resources/mailing_list/models.py
  5. Complexity Complexity Public

    Complexity is an intricate math expression engine demoed in a learning tool.

    Python 1

  6. Sudoku-EA.py - Sudoku solving Evolut... Sudoku-EA.py - Sudoku solving Evolutionary Algorithm.
    1
    #!/usr/bin/env python2
    2
    """
    3
    Sudoku solving Evolutionary Algorithm.
    4
    5
    Usage: pypy Sudoku-AI.py <sudoku-file> <population-size>