hrishitchaudhuri / fizzy-buzzer

Someone told me this is how you get hired in tech ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fizzy-buzzer

Recruiters hate this!
Learn how to jump through the hoops they built using this ONE WEIRD TRICK.
Go through the sub-directories to uncover the secret that hiring managers don't want you to know.

Narya, Nenya and Vilya

Common instructions

This is 64-bit x86 assembly. You will need:

  • NASM, your assembler. For Linux users with apt, just do sudo apt install nasm. // Windows users, get WSL already!
  • A linker, ld or link.exe should be available on your system.
    The makefiles are relatively small. Feel free to copy paste commands from there. In general:
  • Assemble with nasm -f elf64 prog.asm (Change format for Windows OR just use WSL2 🙃).
  • Link it with ld prog.o or the Windows alternative with link.exe.
  • Execute as ./a.exe [args] or the Linux alternative.

Contribution

Why would you want do that? I'm absolutely clueless.
Anyways, feel free to do that however you like!

Bonus

Because someone decided there's a little too much joy in this world. Here are some ways to get your daily dose of depression:

About

Someone told me this is how you get hired in tech ...

License:The Unlicense


Languages

Language:Assembly 96.5%Language:Makefile 3.5%