Skip to content

Instantly share code, notes, and snippets.

View alagos's full-sized avatar
:shipit:
Holi

Alter Lagos alagos

:shipit:
Holi
View GitHub Profile
@alagos
alagos / rudo_remover.user.js
Last active March 15, 2018 16:53
Removes the RUDO video player (www.digitalproserver.com/rudo) and replaces it by the corresponding youtube video
// ==UserScript==
// @name RUDO player remover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Removes the RUDO video player (www.digitalproserver.com/rudo) and replaces it by the corresponding youtube video
// @author Alter Lagos
// @match *://rudo.video/*
// @grant none
// ==/UserScript==
@alagos
alagos / yardoc_cheatsheet.md
Created November 30, 2016 16:18 — forked from chetan/yardoc_cheatsheet.md
YARD cheatsheet

YARD CHEATSHEET http://yardoc.org

cribbed from http://pastebin.com/xgzeAmBn

Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.

Modules

Namespace for classes and modules that handle serving documentation over HTTP