Skip to content

Instantly share code, notes, and snippets.

@azertypow
azertypow / stream.js
Created November 23, 2024 18:21 — forked from DingGGu/stream.js
NodeJS Mp3 Streaming ExpressJS
var express = require('express');
var app = express();
var fs = require('fs');
app.listen(3000, function() {
console.log("[NodeJS] Application Listening on Port 3000");
});
app.get('/api/play/:key', function(req, res) {
var key = req.params.key;
@azertypow
azertypow / fish_install.md
Created July 7, 2024 15:48 — forked from gagarine/fish_install.md
Install fish shell on macOS Mojave with brew

Installing Fish shell on MacOS (Intel and M1) using brew

Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.

Note that you need the https://brew.sh/ package manager installed on your machine.

Install Fish

brew install fish

@azertypow
azertypow / .md
Last active July 14, 2020 16:36
"cool" open source CLI tools

Pandoc -> File convertion

xpdf -> pdf convertion