Skip to content
View guysmoilov's full-sized avatar
🐶
🐶

Organizations

@jenkinsci @dovpanda-dev @DagsHub
Block or Report

Block or report guysmoilov

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. DagsHub/client DagsHub/client Public

    DagsHub client libraries

    Python 90 23

  2. DagsHub/fds DagsHub/fds Public

    Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc

    Python 382 22

  3. dovpanda-dev/dovpanda dovpanda-dev/dovpanda Public

    Directions overlay for working with pandas in an analysis environment

    Python 474 22

  4. ctrie-lock-project ctrie-lock-project Public

    A lock-based implementation of a CTrie (concurrent hash trie)

    Scala 1 1

  5. jenkinsci/dagshub-branch-source-plugin jenkinsci/dagshub-branch-source-plugin Public

    Forked from DagsHub/dagshub-branch-source-plugin

    Jenkins plugin for using DAGsHub as a source for multibranch projects

    Java 12 2

  6. Git pre-commit hook for large files Git pre-commit hook for large files
    1
    # Git pre-commit hook for large files
    2
    This hook warns you before you accidentally commit large files to git.
    3
    It's very hard to reverse such an accidental commit, so it's better to prevent it in advance.
    4
    
    
    5
    Since you will likely want [this script](ddb3329e31b001c1e990e08394a08dc4/raw/pre-commit) to run in all your git repos,