Skip to content

Instantly share code, notes, and snippets.

View pblocz's full-sized avatar

Pablo Cabeza García pblocz

View GitHub Profile
@pblocz
pblocz / git-big-files
Created May 26, 2015 22:48
Script to do some housekeeping of big or sensitive files and erase from repository history
#!/usr/bin/env python
# coding=utf-8
'''
git-big-files | (c) 2015 Pablo Cabeza
license: [modified BSD](http://opensource.org/licenses/BSD-3-Clause)
Script to do some housekeeping of big or sensitive files and erase
from repository history
'''
@pblocz
pblocz / cv-autologin.user.js
Last active August 29, 2015 14:11
To login automatically into UCM unified login
/*! cv-autologin.user.js v1.0 | (c) 2014 Pablo Cabeza | MIT license: http://opensource.org/licenses/mit-license.php */
// ==UserScript==
// @name cv-autologin
// @namespace https://gist.github.com/2b50eaf5e4912cbf8d35
// @version 1.0
// @description To login automatically into UCM unified login
// @author Pablo Cabeza
// @include https://sso.ucm.es/simplesaml/module.php/userpasswordcaptcha/loginuserpass.php*
// @include http://www.ucm.es/campusvirtual*
@pblocz
pblocz / ELPRank.user.js
Last active December 11, 2019 21:53
Tampermonkey script to find UCM ELP Sakai forums posts ranking, use from *forums* tab, or else it won't work
/*! ELPRank.user.js v1.3 | (c) 2014 Pablo Cabeza
* license: http://opensource.org/licenses/mit-license.php
*/
// ==UserScript==
// @name ELPRank
// @namespace https://gist.github.com/43dc185975386ab5eedf
// @version 1.3
// @description To find UCM ELP Sakai forum posts ranking, use from *forums* tab, or else it won't work
// @author Pablo Cabeza