Skip to content
View akshdeep-singh's full-sized avatar
Block or Report

Block or report akshdeep-singh

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

Pinned

  1. 80211_code_flow_linux 80211_code_flow_linux Public

    Basic flow of code (function calls) for 802.11 station in linux from userspace to driver.

    33 8

  2. shabados/gurmukhi-utils shabados/gurmukhi-utils Public

    Utilities library for converting, analyzing, and testing Gurmukhi strings.

    Python 27 9

  3. Flutter sample to use multiple navig... Flutter sample to use multiple navigators with `bottomNavigationBar`
    1
    class MyComponentHomePage extends StatefulWidget {
    2
      const MyComponentHomePage();
    3
    
                  
    4
      @override
    5
      State<MyComponentHomePage> createState() => _StateHomePage();
  4. counter_wear_os counter_wear_os Public

    Counter for Wear OS

    Kotlin