Skip to content
View maybeswapnil's full-sized avatar
💭
SWEEEEEEEEEEEEEE
💭
SWEEEEEEEEEEEEEE
Block or Report

Block or report maybeswapnil

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

  1. grub grub Public

    A simple worker pool implementation in Go that allows concurrent processing of jobs using goroutines and channels.

    Go 1

  2. Spotify-Playing-Now Spotify-Playing-Now Public

    Reference Application to connect to spotify API to request currently playing songs. Requires Client_ID and Client_Secret from Spotify. Download and change the values in ./credentials.env.

    JavaScript 2

  3. Satellite-Tracker-3D Satellite-Tracker-3D Public

    This App displays the real time information and location of the Satellites above you. We use N2YO APIs to extract data, that data is used to calculate the real x, y, z coordinates. After that the A…

    JavaScript 2 1

  4. Image-Resize-Lambda Image-Resize-Lambda Public

    Creates image thumbnails from your S3 bucket on-the-fly using AWS Lambda & API Gateway. It reads the source image from a S3 bucket as stream, pipes it to sharp, then writes the resized version as a…

    JavaScript 2

  5. MyStore MyStore Public

    Website is easy to use for both beginners and advanced users. It features a familiar and well thought out, an attractive user interface. Usually, the customer will be asked to fill or select a bill…

    JavaScript 2 1

  6. ShortestPath ShortestPath Public

    This is based on Dijkstra's Algorithm, it finds the shortest path between a given node (which is called the "source node") and all other nodes in a graph. This algorithm uses the weights of the edg…

    JavaScript 1