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

Organizations

@duckduckgo

Block or report muodov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. kociemba kociemba Public

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

    Python 633 126

  2. sqlmapchik sqlmapchik Public

    cross-platform sqlmap GUI aimed to mobile devices

    Python 49 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 6 3

  6. easy-button easy-button Public

    https://easy.zok.pw

    CSS 1