Skip to content
View debatgithub's full-sized avatar
  • Intel
  • San Jose, CA

Block or report debatgithub

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. pcapng_packet_parser pcapng_packet_parser Public

    Parses new pcap file format (called pcapng). Prints out Ethernet/IP/TCP/UDP fields. Prints out TLS packets

    C 6 1

  2. p4_json_parser p4_json_parser Public

    P4 compiler from p4.org emits a JSON file as an intermediate representation. A detailed parser for that JSON file is developed. As an use case for the parser library, an utility is provided that pr…

    Python 1

  3. hello-world hello-world Public

    My first test repository

  4. stack_object stack_object Public

    A template-based stack object, useful for algorithmic exploration

    C++

  5. queue_object queue_object Public

    A template-based queue object with enqueue/dequeue APIs, useful for algorithmic exploration

    C++

  6. singly_linked_list singly_linked_list Public

    A template-based singly linked list object, useful for algorithmic exploration

    C++