Skip to content

Instantly share code, notes, and snippets.

View yabmtm's full-sized avatar
🤓

yabmtm

🤓
View GitHub Profile
anonymous
anonymous / CustomUser.js
Created December 21, 2016 19:38
// ==UserScript==
// @name Apollo Custom users
// @namespace by Mirai
// @description Substitute reality with your own.
// @include https://apollo.rip/forums.php?action=viewthread*
// @include https://apollo.rip/forums.php?page*
// @include https://apollo.rip/comments.php?*
// @include https://apollo.rip/torrents.php?*
// @version 1
// @grant none
@JorgeGT
JorgeGT / plotRTL1090.matlab
Last active October 18, 2023 07:56
3D visualization of air traffic through RTL-SDR and MATLAB
%% PlotRTL1090
% 3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
% Copyright (C) 2014 Jorge Garcia Tiscar
%
% This program is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 3 of the License, or
% (at your option) any later version (see LICENSE).
%% Initialize
@paulbaker3
paulbaker3 / makePianobarFromSource
Created June 7, 2012 05:05
Installing pianobar from source
Copied directly from http://www.foscode.com/install-pianobar-ubuntu/ with an additional note from me.
Here’s how to install it:
1. Install all dependencies:
1.sudo apt-get install git-core
2.sudo apt-get install libao-dev
3.sudo apt-get install libmad0-dev
4.sudo apt-get install libfaac-dev
5.sudo apt-get install libfaad-dev