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

Block or report dogai

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

Popular repositories Loading

  1. SQL-Database-for-Nutrition-Store SQL-Database-for-Nutrition-Store Public

    Analyzing a Nutrition Store dataset. The project emphasizes two special queries, one regarding product sales and the other on user demographics. It includes SQL and Java code, along with a UML diag…

    Java

  2. Information-Retrieval-System-on-IMDB Information-Retrieval-System-on-IMDB Public

    Coded an R language based code that retrieves information by using different mechanisms such as text classifiers, vector space model, n-gram, normalization and selection metrics technics etc. from …

    HTML

  3. Pitch-Detector-on-MATLAB Pitch-Detector-on-MATLAB Public

    A program that coded in MATLAB programming environment that gets speech files from the user in .wav file format, estimates the pitch of a quasiperiodic or oscillating signal, and prints the values …

    MATLAB

  4. MATLAB-Speech-Analysis MATLAB-Speech-Analysis Public

    Analyzing speech signals using MATLAB to calculate Short-Time Energy, Short-Time Magnitude, and Short-Time Zero-crossing. Gain insights into speech characteristics with efficient signal processing …

    MATLAB

  5. Web-Server- Web-Server- Public

    Python socket programming creates a web server. It handles one HTTP request at a time, processing incoming requests, retrieving files, constructing HTTP responses with headers, and sending them to …

    Python

  6. UDP-Pinger-in-Python UDP-Pinger-in-Python Public

    Implemented server code simulates 30% packet loss. Client sends 10 ping messages via UDP, waiting up to 1 sec for a reply. If none, "Request timed out" is printed; otherwise, ping number, received…

    Python