Skip to content
View MartinPavlik's full-sized avatar

Block or report MartinPavlik

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. ramda-async ramda-async Public

    Provides pipeAsync and traversePromises functions that play well with the rest of Ramda ecosystem.

    TypeScript 11

  2. React useScrollDirection hook React useScrollDirection hook
    1
    import { useEffect, useState } from 'react';
    2
    
    
    3
    export const SCROLL_UP = 'up';
    4
    export const SCROLL_DOWN = 'down';
    5
    
    
  3. edhstack-query-language edhstack-query-language Public

    TypeScript

  4. cz-zipcode-info cz-zipcode-info Public

    Script that provides info about each zipcode in the Czech Republic

    JavaScript

  5. eid-vote-system eid-vote-system Public

    JavaScript 1

  6. FizzBuzz katas FizzBuzz katas
    1
    (ns clojure.examples.hello
    2
    	(:gen-class))
    3
    
    
    4
    ;; how to execute a function? (fn argument1 argument2 ...)
    5