Skip to content
View Jagrajsinghji's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Jagrajsinghji

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
Jagrajsinghji/README.md

Hi there πŸ‘‹

Pinned Loading

  1. pi-gen pi-gen Public

    Forked from RPi-Distro/pi-gen

    Tool used to create the raspberrypi.org Raspbian images

    Shell

  2. firebase/flutterfire firebase/flutterfire Public

    πŸ”₯ A collection of Firebase plugins for Flutter apps.

    Dart 8.8k 4k

  3. draws on a canvas draws on a canvas
    1
    import 'package:flutter/material.dart';
    2
    import 'dart:ui' as ui;
    3
    
                  
    4
    void main() {
    5
      runApp(MyApp());
  4. sqflite sqflite Public

    Forked from tekartik/sqflite

    SQLite flutter plugin

    Dart 2

  5. Right Rotation Problem Problem Scen... Right Rotation Problem Problem Scenario - Given an array of size 'x' elements, perform an operation on it such that each of its elements are shifted by 'y' units to the right, given that any special characters (within strings), if present, are left with their positions unchanged. Example - Let's take an example : Problem Array β‡’ [1, 2, 3, "#", 5, "&"] Resultant Array β‡’ [3, 5, 1, "#", 2, "&"] With regard to the problem scenario described above, in this example : x = 6 y = 2 Code Snippet For You to Begin With - /** * * @param {Array} arr - given array * @param {string} units - total number of rotations to perform */ function rightRotation(arr, units){ // your code goes here } Good Luck πŸ‘πŸ½
    1
    void main() {
    2
      
    3
      /// The input list
    4
      var list =["@",2,"#",4,"%", 8,"@"];
    5
      
  6. flutter_background_audio flutter_background_audio Public archive

    Java 9 5