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

Block or report sprcoder

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 5

  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