Skip to content
View MoweMax's full-sized avatar

Block or report MoweMax

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

    Detects simple geometry objects with various size on the A4 paper and calculates their properties. Examples: https://mowemax.com/uploads/photo_2018-05-10_17-21-25.jpg | https://mowemax.com/uploads/…

    Java

  2. imgdisplasment imgdisplasment Public

    Frontend visual effect that dynamicly puts images under the text and follows cursor with distortion effect on fast movement. Demo: http://delme.mowemax.com/imgdisplaysment.php

    PHP

  3. DealWithThosePapers DealWithThosePapers Public

    Ludum Dare Jam entry. WEB version: https://mowemax.itch.io/deal-with-those-papers

  4. MonoCycleStudios/victorium MonoCycleStudios/victorium Public

    Android local multiplayer trivia game. Google Play Store: https://play.google.com/store/apps/details?id=com.MonoCycleStudios.team.victorium

    Java

  5. Bitwise days Bitwise days
    1
    public function getDaysConst(){
    2
        return [
    3
            "Monday"    => 1 << 0,    // 00000001 (1)
    4
            "Tuesday"   => 1 << 1,    // 00000010 (2)
    5
            "Wednesday" => 1 << 2,    // 00000100 (4)