Skip to content
View damjad's full-sized avatar

Block or report damjad

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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