Skip to content

Instantly share code, notes, and snippets.

View felipezarco's full-sized avatar

Luiz Felipe Zarco felipezarco

View GitHub Profile
@felipezarco
felipezarco / header_force_download_audio.php
Created May 24, 2019 14:49
Force Download Header WAV
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename='.basename($destination_name_ulaw));
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' . filesize($destination_name_ulaw));
ob_clean();
flush();
@felipezarco
felipezarco / ranger-cheatsheet.md
Created February 22, 2024 03:09 — forked from heroheman/ranger-cheatsheet.md
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts