Skip to content
View SamGajdos's full-sized avatar

Block or report SamGajdos

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

    A simple old-school-based game I made while I was learning Phaser 3 Game engine.

    JavaScript

  2. IPK-HTTP-resolver-of-domain-names IPK-HTTP-resolver-of-domain-names Public

    School project for IPK - Computer Communications and Networks class. It is a simple script for a web server in Python, which resolves domain names to IP addresses and vice versa using HTTP requests…

    Python

  3. IPPcode20-Interpreter IPPcode20-Interpreter Public

    School project for IPP - Principles of Programming Languages class. This compiler consists of two main parts: parser(parse.php) which parses the IPPcode20 to XML representation and then interpreter…

    Python

  4. Playbook to execute sanity check aga... Playbook to execute sanity check against an OCP cluster.
    1
    ---
    2
    
                  
    3
    - name: Run and check command "{{command}}"
    4
      ansible.builtin.shell: ./check_oc_command.py "{{check}}" "$({{command}})" "{{command}}"
    5
      async: 500