Skip to content

Instantly share code, notes, and snippets.

View kom50's full-sized avatar
💻
Code

ॐ PrAkAsH kom50

💻
Code
View GitHub Profile
@kom50
kom50 / data.csv
Last active March 31, 2023 15:45
Convert CSV file data in Array of object using node js
Sr.No Name City Age
1 Rahul Kolkata 21
2 Karan Amritsar 23
3 Priya Bangalore 20
@kom50
kom50 / data.csv
Created April 1, 2023 10:02
Convert CSV file data in Array of object using node js (Working with downloaded Google Sheet data in CVS file format and also with normal CSV file)
Student Name Gender Class Level Home State Major Extracurricular Activity
Alexandra Female 4. Senior CA English Drama Club
Andrew Male 1. Freshman SD Math Lacrosse
Anna Female 1. Freshman NC English Basketball
Becky Female 2. Sophomore SD Art Baseball
Benjamin Male 4. Senior WI English Basketball
Carl Male 3. Junior MD Art Debate
Carrie Female 3. Junior NE English Track & Field
@kom50
kom50 / README.md
Last active July 13, 2024 12:50
Deploy Your Vite/Vue 3 Application in GitHub Pages using GitHub Actions

Deploy Your Vite/Vue 3 Application in GitHub Pages using GitHub Actions

  • Copy the deploy.yml file contents
  • And create deploy.yml file in .github/workflows folder inside your repo

Change workflow permissions

  • Go to the repo settings
  • Then perform following steps that are given in images
  • And lastly, select Read and write permissions and hit Save: