Skip to content
View marekciupak's full-sized avatar
  • Krakow, Poland
Block or Report

Block or report marekciupak

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

    Implementation of 2048 game in Elixir

    Elixir 2

  2. linux-desktop-setup linux-desktop-setup Public

    Notes for Pop!_OS GNU/Linux desktop machine setup 🐧

    2

  3. Day 15 - Advent of Code 2018 Day 15 - Advent of Code 2018
    1
    # https://adventofcode.com/2018/day/15
    2
    
                  
    3
    defmodule Day15 do
    4
      @default_attack_power 3
    5
    
                  
  4. Day 18 - Advent of Code 2018 Day 18 - Advent of Code 2018
    1
    # https://adventofcode.com/2018/day/18
    2
    
                  
    3
    defmodule Day18 do
    4
      def parse_input(input) do
    5
        input
  5. Ruby on Rails: Validating HTTP param... Ruby on Rails: Validating HTTP parameters
    1
    # Validating HTTP parameters
    2
    
                  
    3
    Let's say you need to handle the following action:
    4
    
                  
    5
    ```ruby
  6. macos-dev-setup macos-dev-setup Public

    macOS dev environment setup guide 😎

    Elixir 14 1