Skip to content
View telekosmos's full-sized avatar
💭
👻
💭
👻

Block or report telekosmos

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. Remove duplicates from js array (ES5...
    1
    var uniqueArray = function(arrArg) {
    2
      return arrArg.filter(function(elem, pos,arr) {
    3
        return arr.indexOf(elem) == pos;
    4
      });
    5
    };
  2. docker-hadoop-spark Public

    Forked from Marcel-Jan/docker-hadoop-spark

    Multi-container environment with Hadoop, Spark and Hive

    Shell 1

  3. pfp-ts Public

    Experiments on functional programming with fp-ts

    TypeScript

86 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing telekosmos's contributions from March 17, 2024 to March 21, 2025. The contributions are 43% commits, 30% pull requests, 15% issues, 12% code review.

Contribution activity

March 2025

Created 14 commits in 1 repository
Created 1 repository
Loading