Skip to content
View sprcoder's full-sized avatar
  • New Jersey Institute of Technology
  • Newark, NJ

Highlights

  • Pro
Block or Report

Block or report sprcoder

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 Loading

  1. inventory_webpage_django inventory_webpage_django Public

    Inventory management application deployed as a webpage with dynamic UI using Django framework and Oracle database.

    Python 4

  2. Sequenced_Payload_Transmission Sequenced_Payload_Transmission Public

    A socket program to send/receive unordered and duplicate packets. File remains the same after transmission.

    Java 1

  3. BigEndian_EchoingNumbers BigEndian_EchoingNumbers Public

    A socket program in java, that can encode numbers in big endian while sending via socket and decode to original numbers at the receiver.

    Java 1

  4. ImageRecognition ImageRecognition Public

    Java Maven Project running in multiple EC2 instances in AWS that uses various services such as SQS, Rekognition, S3 Bucket and EBS to perform image recognition.

    Java 1

  5. Performance_Analysis_Sorting_Algorithms Performance_Analysis_Sorting_Algorithms Public

    Implemented various sorting algorithms and analyzed the time complexity for 1000 random arrays with each array size ranging from 10^2 to 10^5

    Java