Skip to content
View vladbuk's full-sized avatar
Block or Report

Block or report vladbuk

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. python blackjack python blackjack
    1
    import os
    2
    import random
    3
    
                  
    4
    deck = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]*4
    5
    
                  
  2. genpass genpass Public

    Simple password generator

    Python

  3. Faker Faker Public

    Forked from fzaninotto/Faker

    Faker is a PHP library that generates fake data for you

    PHP

  4. ffmpeg_convert ffmpeg_convert Public

    Script to convert videofiles with ffmpeg

    Python