Skip to content
View anilpai's full-sized avatar
:octocat:
Coding
:octocat:
Coding
Block or Report

Block or report anilpai

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
anilpai/README.md

Hello, I'm Anil Pai 👋, a developer passionate about coding and technology. My GitHub showcases a diverse collection of projects, including data validation tools, system design references, and algorithm implementations. 🚀 Explore my work and connect with me to collaborate on innovative solutions and share insights on various programming challenges. Let's build something amazing together! 💻✨

Pinned Loading

  1. audatar audatar Public

    running data validations at scale

    Python

  2. Currency Arbitrage using Bellman For... Currency Arbitrage using Bellman Ford Algorithm
    1
    
    
    2
    from typing import Tuple, List
    3
    from math import log
    4
    
    
    5
    rates = [
  3. Python code to connect to LDAP serve... Python code to connect to LDAP server and authenticate a user.
    1
    import ldap3
    2
    
    
    3
    class Ldap:
    4
        """Class for LDAP related connections/operations."""
    5
    
    
  4. alchemy-ai alchemy-ai Public

    TypeScript