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

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. pandaswizard pandaswizard Public

    pandas wizard - tools I made for my data mining and lead generation projects - sorting, filtering, merging, social handlers/emails mining and so on

    HTML 1

  2. 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
    
                  
  3. boojum boojum Public

    associative collaborative filtering recommender system

    HTML 4 1

  4. soundstickers soundstickers Public

    telegram bot for sending sound stickers

    Python 1