Skip to content
View malja's full-sized avatar

Highlights

  • Pro

Block or report malja

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 250 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. zroya zroya Public

    [Partialy working][Stale] Python extension for creating native Windows notifications.

    C++ 160 7

  2. Validace čísla bankovního účtu pro Č... Validace čísla bankovního účtu pro Českou republiku v PHP.
    1
    <?php
    2
        
    3
        /**
    4
         * Funkce pro kontrolu čísla bankovního účtu v ČR.
    5
         * @param $number 	string 	Řetězec obsahující číslo bankovního účtu ve formátu:
  3. Create screenshot in SDL2 Create screenshot in SDL2
    1
    // Save screenshot
    2
    // file: Filename for created screenshot
    3
    // renderer: pointer to SDL_Renderer
    4
    bool saveScreenshot(const std::string &file, SDL_Renderer *renderer ) {
    5
      // Used temporary variables
  4. socket-tutorial socket-tutorial Public

    Few implementations of socket server-client communication

    C++ 1 1