An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by aliezzahn

A curated list of projects in awesome lists by aliezzahn .

https://github.com/aliezzahn/crypto-price-correlation-matrix

The Crypto Price Correlation Matrix is an advanced web application designed to provide cryptocurrency investors with deep insights into market relationships and portfolio diversification strategies. By visualizing the intricate correlations between different cryptocurrencies, this tool empowers investors to make more informed decision-making.

blockchain web3

Last synced: 12 Apr 2025

https://github.com/aliezzahn/portfolio

Full-Stack Developer | Blockchain Enthusiast | AI & Optimization Expert

portfolio

Last synced: 12 Apr 2025

https://github.com/aliezzahn/event-timeline-roadmap

A pair of customizable, animated event timeline components built with shadcn/ui, React, and Framer Motion

awesome framer-motion nextjs react shadcn-ui tailwind typescript

Last synced: 01 Apr 2025

https://github.com/aliezzahn/http-easy

The `http-easy` package provides a lightweight and intuitive API for making HTTP requests in Node.js applications. It abstracts away the complexities of the HTTP protocol, offering simplified methods for common HTTP operations like GET, POST, PUT, DELETE, and more

nodejs

Last synced: 26 Feb 2025

https://github.com/aliezzahn/problems

Rust library for code problems

Last synced: 06 Mar 2025

https://github.com/aliezzahn/blockchain-gas-fee-predictor

🚀 Real-time Ethereum Gas Fee Predictor with responsive design and theme switching. Analyze blockchain transaction costs, predict optimal timing, and save on smart contract interactions.

blockchain web3

Last synced: 06 Mar 2025

https://github.com/aliezzahn/select-cells-in-grid-with-maximum-score

To solve the problem of selecting cells in a grid to maximize the score, we need to consider the constraints and optimize both runtime and memory usage. The problem can be approached using dynamic programming (DP) to efficiently compute the maximum score.

Last synced: 06 Mar 2025

https://github.com/aliezzahn/check-digits

A Rust library to check if digits can be equal after operations using binomial coefficients.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/multi-chain-abstraction

A unified API for interacting with multiple blockchains.

blockchain bunjs javascript npm npm-package typescript web3

Last synced: 14 Feb 2025

https://github.com/aliezzahn/gas-optimization-toolkit

A toolkit to help developers optimize gas usage in Ethereum smart contracts and transactions.

blockchain bunjs javascript npm npm-package typescript web3

Last synced: 09 Apr 2025

https://github.com/aliezzahn/remove_duplicates_sorted_array

This is a Rust implementation of the "Remove Duplicates from Sorted Array" problem

Last synced: 26 Feb 2025

https://github.com/aliezzahn/max_absolute_sum

A Rust library that calculates the maximum absolute sum of any subarray within a given array of integers.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/rust-substring-finder

This Rust project provides an optimized implementation of the "Find Substring" problem using a **sliding window approach with HashMaps**.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/most-profitable-path

This project solves the problem of finding the most profitable path for Alice in a tree, given that Bob is also moving from a specific node to the root. The solution is implemented in Rust.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/web3-utils

A utility library for simplifying common Web3 tasks like generating wallets.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/word-ladder

find the shortest transformation sequence from the begin_word to the end_word using words from the word_list. Each transformation must change exactly one letter at a time, and each intermediate word must exist in the word_list.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/number-of-subarrays-with-odd-sum

Given an array of integers `arr`, return the number of sub-arrays with an odd sum.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/auto-readme-generator

Generate README.md file automatically from project code comments.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/trapping_rain_water

The problem involves calculating the amount of rainwater that can be trapped between the bars of an elevation map represented by a vector of non-negative integers.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/balue

Balue: Advanced Multi-Layer Encryption Explore the intricacies of cryptographic techniques with Balu, a Python library implementing a sophisticated multi-layer encryption system. Balu combines substitution, permutation, and XOR ciphers to offer a customizable and educational approach to data security.

encryption python

Last synced: 26 Feb 2025

https://github.com/aliezzahn/longest-subsequence-with-decreasing-adjacent-difference

Your task is to find the length of the longest subsequence seq of nums, such that the absolute differences between consecutive elements form a non-increasing sequence of integers. In other words, for a subsequence seq0, seq1, seq2, ..., seqm of nums, |seq1 - seq0| >= |seq2 - seq1| >= ... >= |seqm - seqm - 1|.

Last synced: 06 Mar 2025

https://github.com/aliezzahn/remove-element

This project implements a solution to the "Remove Element" problem where we need to remove all occurrences of a given value from an array in-place and return the new length.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/auto-changelog-generator

auto-changelog-generator is a tool for generating changelogs automatically from GitHub issues and pull requests.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/find-the-occurrence-of-first-almost-equal-substring

A Rust library to find the occurrence of the first almost equal substring.

Last synced: 06 Mar 2025

https://github.com/aliezzahn/hncore.website

HN CORE WEBSITE

Last synced: 26 Mar 2025

https://github.com/aliezzahn/clean-code-principles

Writing clean code is essential for creating maintainable, readable, and professional software.

Last synced: 26 Mar 2025

https://github.com/aliezzahn/ai-research-agent

A beginner-friendly Python project to build an AI research assistant using LangChain, with tools like Wikipedia, web search, and file saving. Includes structured output and detailed documentation.

Last synced: 26 Mar 2025

https://github.com/aliezzahn/iranian-nid-validator

An application that validates Iranian National Identification Numbers (کد ملی) for correctness, ensuring they follow the official algorithm and structure.

bun nid react rsbuild rust shadcn tailwindcss

Last synced: 17 Mar 2025

https://github.com/aliezzahn/blockchain-triangular-arbitrage

Triangular Arbitrage Monitor is a mobile-first web application built with React 19 that enables users to monitor potential arbitrage opportunities across three tokens on the Ethereum blockchain.

Last synced: 06 Mar 2025

https://github.com/aliezzahn/blockchain-portfolio-risk-analyzer

Blockchain Portfolio Risk Analyzer is a cutting-edge web application designed to provide comprehensive risk assessment and performance simulation for cryptocurrency investments.

blockchain web3

Last synced: 06 Mar 2025

https://github.com/aliezzahn/smallest_number

To solve the problem of finding the smallest number that is a product of digits and divisible by a given target t, we need to consider the constraints and optimize both runtime and memory usage.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/final-array-state

This Rust project computes the final state of an array after performing a series of multiplication operations on its elements.

Last synced: 26 Feb 2025

https://github.com/aliezzahn/liquidity-pool-optimizer

A Liquidity Pool Optimization App is a tool designed to help cryptocurrency investors understand and maximize their returns from providing liquidity to decentralized exchanges (DEXs).

blockchain web3

Last synced: 06 Mar 2025