Skip to content
View Shafran123's full-sized avatar
👨‍💻
Developing
👨‍💻
Developing

Organizations

@IEEE-Student-Branch-NSBM

Block or report Shafran123

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 Loading

  1. Who-am-i.jpg Who-am-i.jpg
  2. Simple Weather App Using Node Js Simple Weather App Using Node Js
    1
    const request = require('request')
    2
    const geoCode = require('./utils/geocode')
    3
    const forecast = require('./utils/forecast')
    4
    
                  
    5
    const address = process.argv[2]
  3. Example code of how to sign in with... Example code of how to sign in with google.
    1
    import 'package:flutter/material.dart';
    2
    import 'package:google_sign_in/google_sign_in.dart';
    3
    import 'package:firebase_auth/firebase_auth.dart';
    4
    
                  
    5
    
                  
  4. How to write a json file using node.js How to write a json file using node.js
    1
    const fs = require('fs')
    2
    
                  
    3
    const book = {
    4
        title : 'Ego is the Enemy',
    5
        author : 'Rayan Holiday'
  5. Eventsly Eventsly Public

    Event Management Platform

    Dart 2 3

  6. IEEE-Student-Branch-NSBM/IEEE_NSBM_App IEEE-Student-Branch-NSBM/IEEE_NSBM_App Public

    Ieee Nsbm Mobile App

    TypeScript 1