Skip to content
View shah05's full-sized avatar

Block or report shah05

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 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. automation-project-financials automation-project-financials Public

    Jupyter Notebook

  2. Useful Git Commands Useful Git Commands
    1
    1. Untrack files already in git repo based on .gitignore
    2
    
                  
    3
    # Clear repo:
    4
    git rm -r --cached .
    5
    
                  
  3. Sample Function as First Order Objects Sample Function as First Order Objects
    1
    void main() {
    2
      
    3
      int result1 = calculator(2,3,add);
    4
      print (result1);
    5
                              
  4. Simple BMI calculator in dart Simple BMI calculator in dart
    1
    import 'dart:math';
    2
    
                  
    3
    enum Gender {
    4
      male,
    5
      female
  5. vue-quiz-app vue-quiz-app Public

    simple vue quiz app inspired by Gwen Faraday vue tutorial.

    Vue

  6. ticketing_app ticketing_app Public

    An app that allows user to log tickets for resolution based on issues found and keep track on the status.

    Dart