Skip to content

Instantly share code, notes, and snippets.

@arnokeesman
arnokeesman / How to use LuckPerms prefixes on a fabricmc server.md
Last active February 5, 2025 19:40
How to use LuckPerms prefixes on a fabricmc server
@gokulkrishh
gokulkrishh / useful-npx-commands.md
Last active April 10, 2025 17:31
List of useful npx (Node Package Runner) commands (https://git.io/useful-npx-commands)

NPX (NPM Package Runner) Commands

List of useful npx (NPM Package Runner) commands.

What is NPX?

Using NPX we can execute/run node binaries without the need to install it locally or globally.

Commands

@Qix-
Qix- / ohai.gif
Last active August 14, 2024 02:19
ohaider
ohai.gif
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.