Skip to content
View damjad's full-sized avatar
Block or Report

Block or report damjad

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. bdapro-flink-large-state bdapro-flink-large-state Public

    Java 1

  2. bdma-datawarehouse bdma-datawarehouse Public

    Benchmarks for PostgreSQL.

    TSQL 3 4

  3. gnome-shell-extension-clipboard-indicator gnome-shell-extension-clipboard-indicator Public

    Forked from Tudmotu/gnome-shell-extension-clipboard-indicator

    Clipboard Manager extension for Gnome-Shell - Adds a clipboard indicator to the top panel, and saves clipboard history.

    JavaScript

  4. kubeflow-overview kubeflow-overview Public

    Introduction to KubeFlow

    3

  5. HaveSineDistance for Smile Machine L... HaveSineDistance for Smile Machine Learning lib for JAVA. This distance is used to calculate the distance between two points given long, lat and altitude.
    1
    package com.danish.world.dm.utils;
    2
    
    
    3
    import smile.math.distance.Metric;
    4
    
    
    5
    import java.io.Serializable;
  6. Generate every date / hour / minute ... Generate every date / hour / minute / second between two timestamps / dates.
    1
    -- Amazon Redshift
    2
    -- CALL generate_ts_every_x_between_two_timestamps(<start_ts> , <end_ts>, <steps>, <step_size>);
    3
    -- SELECT * FROM tmp_generated_time_series;
    4
    -- parameter details:
    5
    -- <step_size> : type of duration i.e. DAY, HOUR, MINUTE, SECOND etc