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. 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 4 2

  2. 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

  3. 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);
  4. 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 = {
  5. GLSL Noise Algorithms GLSL Noise Algorithms
    1
    Please consider using http://lygia.xyz instead of copy/pasting this functions. It expand suport for voronoi, voronoise, fbm, noise, worley, noise, derivatives and much more, through simple file dependencies. Take a look to https://github.com/patriciogonzalezvivo/lygia/tree/main/generative
    2
    
                  
    3
    ## Generic 1,2,3 Noise
    4
    
                  
    5
    ```
  6. 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