Skip to content
View saraswatayu's full-sized avatar

Block or report saraswatayu

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.

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. swoop swoop Public

    Search Google Flights programmatically. Real prices, typed results, no API key.

    Python 75 8

  2. facet facet Public

    Generate hundreds of AI personas with real behavioral psychology. Simulate them through your pricing, copy, and feature decisions. The verdict isn't the point — the reasoning is.

    Shell 9 1

  3. Hamilton's Method in Swift — fair pr... Hamilton's Method in Swift — fair proportional distribution of indivisible units (cents, seats, pixels) that always sums exactly to the original total (as implemented in splitty).
    1
    import Foundation
    2
    
                  
    3
    /// Fair distribution of indivisible units using the **Largest Remainder Method**
    4
    /// (Hamilton's Method), as implemented in *splitty*.
    5
    ///