-
-
goevmlab Public
Forked from holiman/goevmlabEvm laboratory
Go GNU Lesser General Public License v3.0 UpdatedJun 19, 2025 -
simplysocket Public
Forked from DhruvikDonga/simplysocketSimple golang package to push messages to clients , handle rooms and events with websockets.
Go MIT License UpdatedJun 12, 2025 -
wordsbattle Public
Forked from DhruvikDonga/wordsbattletext based multiplayer games powered by websockets
Go UpdatedJun 12, 2025 -
prysm Public
Forked from OffchainLabs/prysmGo implementation of Ethereum proof of stake
Go GNU General Public License v3.0 UpdatedMay 4, 2025 -
uint256 Public
Forked from holiman/uint256Fixed size 256-bit math library
Go BSD 3-Clause "New" or "Revised" License UpdatedMar 17, 2025 -
Placement_Managment_System Public
Simplify the Process of Placement
-
-
go-cdk-serverless Public
This is a Todo application where the backend is written in Golang, using AWS Lambda for business logic, DynamoDB for data persistence, and API Gateway to provide the HTTP endpoints to access and us…
Go UpdatedJun 15, 2024 -
go-aws-s3 Public
This project is a small demo application that combines a frontend built with React and a backend built with Go. It provides functionalities to upload files, list objects, delete objects, generate s…
Go UpdatedMay 12, 2024 -
go-aws-lambda Public
This project is a simple example of using Go with SQLC for SQL generation with Migrations, MySQL as the database, and integrating with AWS Lambda and AWS API Gateway.
Go UpdatedMay 12, 2024 -
go-stripe Public
This demo project showcases a fixed subscription model implemented with a frontend in React, a backend in Golang, and integrated with Stripe for payment processing. It also includes integration of …
Go UpdatedMay 11, 2024 -
-
go-ngrok Public
This project demonstrates how to create a simple image server using Golang and expose it to the internet using Ngrok. The server serves images from a local directory and allows access via Ngrok-gen…
Go UpdatedOct 5, 2023 -
go-kafka Public
This is a simple Go web server that implements a Kafka producer and consumer using the Fiber web framework. The server has two endpoints: one for sending data to the Kafka producer and another for …
-
go-cloud-storage-api Public
CloudBucket is a Go package for easy interaction with a cloud storage bucket using Google Cloud Storage. It offers functions for file upload, retrieval, listing, and deletion. With support for sign…
-
Sudoku_Solver_Generator Public
This project is a Sudoku generator and solver implemented in C++. It consists of two main components: a Sudoku board generator and a solver. The generator randomly generates valid Sudoku boards of …
-
RSA-Encryption Public
RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. The public key consists of two numbers where on…
-
Secure_Hash_Algorithm-SHA256 Public
SHA-256 is a cryptographic hash function that generates a 256-bit (32-byte) hash value. It is widely used to ensure data integrity and security by creating a unique digital fingerprint for a given …
-
LZ77 algorithm, providing efficient lossless data compression and decompression capabilities. It offers a reliable and flexible solution for reducing file sizes in various programming languages.
-
Secure_Hash_Algorithm-SHA1 Public
SHA-1 is a widely used cryptographic hash function that generates a 160-bit hash value. It is commonly used for data integrity verification and digital signatures.
-
Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bi…
-