Skip to content
View lyudmil-mitev's full-sized avatar

Highlights

  • Pro

Organizations

@fmi
Block or Report

Block or report lyudmil-mitev

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. Simple-Python-Chess Simple-Python-Chess Public

    A simple python chess game with a seperate board representation/validation and a TkInter GUI

    Python 60 51

  2. CSS Transform Scale element to fit i... CSS Transform Scale element to fit its parent
    1
    <html>
    2
      <head>
    3
        <title>CSS Transform Scale element to fit its parent</title>
    4
        <script src="scale2fit.js"></script>
    5
        <link rel="stylesheet" href="style.css"/>
  3. experiments experiments Public

    C 5 1

  4. memory-game memory-game Public

    A simple memory game with cards that have random numbers (via random.org). Developed with TypeScript, Vue.js and Vuetify.

    Vue 1

  5. Humanize time intervals. humanize_ti... Humanize time intervals. humanize_time(173, "hours") --> [(1, 'week'), (5, 'hours')]
    1
    #!/usr/bin/env python
    2
    
                  
    3
    INTERVALS = [1, 60, 3600, 86400, 604800, 2419200, 29030400]
    4
    NAMES = [('second', 'seconds'),
    5
             ('minute', 'minutes'),