Skip to content
View muodov's full-sized avatar
🐢
turtles!
🐢
turtles!

Organizations

@duckduckgo
Block or Report

Block or report muodov

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

    A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube

    Python 545 124

  2. sqlmapchik sqlmapchik Public

    cross-platform sqlmap GUI aimed to mobile devices

    Python 44 18

  3. JS prototype inheritance cheatsheet JS prototype inheritance cheatsheet
    1
    // normal function x
    2
    function x() {
    3
        this.a = 1;
    4
    }
    5
    
                  
  4. Location and links behaviour when se... Location and links behaviour when setting empty hash
    1
    | Command (executed in this order) | Chrome 72 | Firefox 65 | Safari 12.0.3 | IE11 |
    2
    | -------------------------------- | --------- | ---------- | ------------- | ---- |
    3
    | `window.location.hash`            | `""`                      | `""`                      | `""` | `""` |
    4
    | `window.location.href`            | `"https://example.com/"`  | `"http://example.com/"`   | `"http://example.com/"` | `"http://example.com/"` |
    5
    | `window.location.hash = '#'`      | `"#"`                     | `"#"`                     | `"#"` | `"#"` |
  5. wildfire2 wildfire2 Public

    Slightly improved version of self-modifying Python PoC by @0vercl0k

    Python 4 3

  6. easy-button easy-button Public

    https://easy.zok.pw

    CSS