Skip to content
View klapauciuz's full-sized avatar
💩
fuck
💩
fuck
Block or Report

Block or report klapauciuz

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 Loading

  1. some bash hints for lists manipulation some bash hints for lists manipulation
    1
    # get first column(from file with ':' delimeter) and write into output.csv
    2
    cut -f1 -d':' input.csv >> output.csv
    3
    # get from first up to five column from dataset.csv
    4
    cut -f1-5 -d',' dataset.csv
    5
    
    
  2. boojum boojum Public

    associative collaborative filtering recommender system

    HTML 4 1

  3. soundstickers soundstickers Public

    telegram bot for sending sound stickers

    Python 1