Skip to content
View Jitender-Kumar-Yadav's full-sized avatar
Block or Report

Block or report Jitender-Kumar-Yadav

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

  1. Traffic-Density-Estimation Traffic-Density-Estimation Public

    A project to estimate the static and dynamic vehicle density using a video clip from a road signal and to understand the utility-time trade-off by varying various parameters.

    C++ 1 1

  2. Dynamic-Memory-Allocation-COL106-A123 Dynamic-Memory-Allocation-COL106-A123 Public

    A program for dynamic allocation of memory. The memory may be allocated, freed and defragmented by merging discrete blocks together to take up less space. Linked Lists, Binary Search Trees and AVL …

    Java

  3. Data-Format-Convertor Data-Format-Convertor Public

    An SML project to interconvert files between various formats such as csv, tsv, asv, etc.

    Standard ML

  4. Lexer-Parser-for-Boolean-Expressions Lexer-Parser-for-Boolean-Expressions Public

    A simple lexer and parser for a language to accept boolean expressions.

    Lex

  5. Type-Checking-and-Evaluation Type-Checking-and-Evaluation Public

    Extension of the Boolean parser to include Boolean expressions, integer expressions, conditional and declaration statements as well as functional abstraction and application. The project includes l…

    Standard ML

  6. Chat-Application Chat-Application Public

    A two-agent chat application using python sockets and TCP with support for broadcasting.

    Python