Skip to content
View prankush-tech's full-sized avatar
๐Ÿ‰
Training in hyperbolic time chamber
๐Ÿ‰
Training in hyperbolic time chamber

Block or report prankush-tech

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


Metrics Metrics Metrics

Pinned Loading

  1. FireBaseUtils.js FireBaseUtils.js
    1
    import { initializeApp } from 'firebase/app';
    2
    import { getFirestore, doc, getDoc, setDoc } from 'firebase/firestore';
    3
    import { getAuth, signInWithRedirect, signInWithPopup, GoogleAuthProvider, createUserWithEmailAndPassword, signInWithEmailAndPassword, signOut, onAuthStateChanged } from 'firebase/auth';
    4
    
                  
    5
    const firebaseConfig = {
  2. In GLSL, **point light** emits light... In GLSL, **point light** emits light from a specific position in all directions with intensity decreasing over distance. **Directional light** has no position, shining uniformly from a direction. **Ambient light** provides constant, non-directional lighting to simulate global illumination.
    1
    vec3 pointLight(vec3 lightColor, float lightIntensity, vec3 normal, vec3 lightPosition, vec3 viewDirection, float specularPower, vec3 position, float lightDecay)
    2
    {
    3
        vec3 lightDelta = lightPosition - position;
    4
        float lightDistance = length(lightDelta);
    5
        vec3 lightDirection = normalize(lightDelta);
  3. Agency-Automation-Tools Agency-Automation-Tools Public

    ๐Ÿงฉ Created a sass plateform ๐ŸŽƒ where users can use their daily tools like ๐ŸŽŸ๏ธ drive,discord,slack and notion in one place. ๐Ÿงฉ It has a inbuild dashboard of all data and a planner area.

    TypeScript 2 1

  4. Fedora-RetHAT-desto-Linux Fedora-RetHAT-desto-Linux Public

    Certainly! Here's a description paragraph for your Linux Fedora cheat sheet: "Empower your Linux journey with this comprehensive cheat sheet tailored for Fedora users. Whether you're a seasoned Liโ€ฆ

  5. NEBULA NEBULA Public

    A FULL STACK๐ŸŽƒ website to UPLOAD,SAVE,DELETE,COMMENT PHOTOES By any person having GOOGLE Account. ๐Ÿฆ(REACT FIREBASE SANITY.IO)๐ŸŒŸ

    JavaScript 1

  6. rubiksShop rubiksShop Public

    A ๐Ÿฒ3D immersive e-commerce app with Google Sign-In, ๐Ÿ›’ order tracking, and an admin dashboard for ๐Ÿ‘ค users/orders, ๐Ÿ’ฐ income view, and status updates with ๐Ÿ“Š pie charts.

    JavaScript 5