Skip to content
View nicktoumpelis's full-sized avatar
💮
Propagating...
💮
Propagating...

Block or report nicktoumpelis

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. clocwork clocwork Public

    Lines per language, AI co-authored commits and token cost over a repository's whole history, as one dashboard.

    Python 2

  2. HiBeacons HiBeacons Public

    An iBeacons example app for iOS 10, with Apple Watch (watchOS 3.0) support, written in Swift 3.

    Swift 1.1k 211

  3. Cleans and resets a git repo and its... Cleans and resets a git repo and its submodules
    1
    git clean -xfd
    2
    git submodule foreach --recursive git clean -xfd
    3
    git reset --hard
    4
    git submodule foreach --recursive git reset --hard
    5
    git submodule update --init --recursive
  4. homebrew-tap homebrew-tap Public

    Homebrew formulae by Nick Toumpelis, including clocwork

    Ruby