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

Block or report hasanfd

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

    K-Nearest Neighbor Text Categorization

    Java 2 2

  2. concurrent_doc_classifier_knn concurrent_doc_classifier_knn Public

    K-Nearest Neighbor Text Categorization - Concurrent Implementation

    Java 1

  3. mayconbordin/cdr-gen mayconbordin/cdr-gen Public

    A Call Detail Record (CDR) generator

    Java 31 21

  4. opentracing.io opentracing.io Public

    Forked from opentracing/opentracing.io

    OpenTracing website

    CSS 1

  5. Logstash grok filter for Nginx logs ... Logstash grok filter for Nginx logs (including upstream_time - no filebeat module running)
    1
    input {
    2
      beats {
    3
            port => 5044
    4
            tags => "filebeat-nginx"
    5
      }
  6. docker file for postgres 9.6.11 with... docker file for postgres 9.6.11 with encoding ISO-8859-9(turkish). modified from https://github.com/docker-library/postgres/blob/master/9.6/Dockerfile
    1
    # vim:set ft=dockerfile:
    2
    FROM debian:stretch-slim
    3
    
                  
    4
    RUN set -ex; \
    5
    	if ! command -v gpg > /dev/null; then \