Skip to content
View apsrcreatix's full-sized avatar
๐Ÿ‡ฎ๐Ÿ‡ณ
loading...
๐Ÿ‡ฎ๐Ÿ‡ณ
loading...

Block or report apsrcreatix

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 250 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 Loading

  1. Socket-Programming-With-C Socket-Programming-With-C Public

    โœ‰๏ธ Learn Network Protocol and Network Programming

    C 215 110

  2. 8086 8086 Public

    ๐Ÿ”Ž Simple Assembly Language Programs (8086)

    Assembly 48 10

  3. Brisk Brisk Public

    Forked from androdev700/Brisk

    Touch Bar App to launch set of applications and URLs based on different profiles.

    Swift

  4. xyz.taxi xyz.taxi Public

    ๐Ÿš• xyz.taxi helps you simplify cab booking by comparing cab prices ๐Ÿš–

    TypeScript

  5. Lokalise - Helper/Code generator fo... Lokalise - Helper/Code generator for react-intl based implementation
    1
    // path to english or your primary language file so it can generate helper code for you
    2
    import en from "./en.json";
    3
    
                  
    4
    // matches takes string input which try to find if that word exist in keys of the lokalise exported json you provided
    5
    function generateLokaliseHelperData(matches: string) {