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

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. inventory_webpage_djangoinventory_webpage_djangoPublic

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

    Python 6

  2. Sequenced_Payload_TransmissionSequenced_Payload_TransmissionPublic

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

    Java 1

  3. BigEndian_EchoingNumbersBigEndian_EchoingNumbersPublic

    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. ImageRecognitionImageRecognitionPublic

    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_AlgorithmsPerformance_Analysis_Sorting_AlgorithmsPublic

    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