Skip to content
View apsrcreatix's full-sized avatar
🇮🇳
loading...
🇮🇳
loading...

Block or report apsrcreatix

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 227 109

  2. 8086 8086 Public

    🔎 Simple Assembly Language Programs (8086)

    Assembly 48 9

  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) {
  6. privacy-filter-api privacy-filter-api Public

    Forked from openai/privacy-filter

    Tweaking existing OpenAI Privacy Filter for efficiency of usage for a usecase

    Python