Skip to content

Instantly share code, notes, and snippets.

View nprasad2077's full-sized avatar
πŸ‘¨β€πŸš€
Focusing

Nikhil Prasad nprasad2077

πŸ‘¨β€πŸš€
Focusing
View GitHub Profile
@nprasad2077
nprasad2077 / README.md
Created March 9, 2024 08:34 — forked from abelcallejo/README.md
Create bootable Linux USB using Mac

Creating bootable Linux USB using Mac

mac

CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.

1. Prepare the .iso file

Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file

2. Convert the .iso file into a .img.dmg

@abelcallejo
abelcallejo / README.md
Last active April 27, 2025 00:20
Creating bootable Linux USB using Mac

Creating bootable Linux USB using Mac

mac

CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.

1. Prepare the .iso file

Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file

2. Convert the .iso file into a .img.dmg

@NomadRiding
NomadRiding / hangman.js
Created November 8, 2018 14:31
Hangman game with Javascript
let rl = require('readline-sync');
let hangman = require('hangman-ascii');
let alpha = /a-z/
// let begin;
let wordBank = ["dog", "cat", "lion","rat","goat","donkey","horse","yak","elk","hamster","frog","turtle","rhino","hyena","lynx","dingo","zebra","bear","ram","panther","wolf","camel","fox","tiger","gerbil","gopher","platypus","badger","mule","jackal"];
let userSelection;
// let takeGuess;
let playAgain = true;
let chances = 10;
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active April 26, 2025 08:09
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #