Skip to content

Instantly share code, notes, and snippets.

View smola's full-sized avatar

Santiago M. Mola smola

View GitHub Profile
@smola
smola / jira_adjust_time_tracking.py
Created May 24, 2016 15:07
jira_adjust_time_tracking.py
#!/usr/bin/env python
# coding: utf-8
"""
Adjusts the time tracking for issues in a given JIRA project.
Requires 'jira' library:
$ pip install jira
JIRA credentials need to be stored in a file '.jira_auth.json'.
Its contents should be:
@smola
smola / star_all_the_repos.py
Last active May 5, 2017 07:13
STAR ALL THE REPOS!
#!/usr/bin/python
#
# Stars all the repos for an organization.
#
import sys
import urllib2
import json
import os.path
@smola
smola / poswap.py
Created September 17, 2013 21:18
A Python script for swaping source and target language on a Gettext PO file.
#!/usr/bin/env python
# poswap.py
#
# Copyright (C) 2013 Santiago M. Mola
# Released under the terms of the MIT License.
#
"""
Swaps the source and target language in a Gettext PO file.
Learn more at http://mola.io/2013/09/17/swapping-languages-in-gettext-po-file
@smola
smola / TPB.AFK.2013.720p.h264-SimonKlose.srt
Last active December 13, 2015 22:59 — forked from tpbafk/TPB AFK subtítulos en español
Spanish subtitles for TPB AFK. Original from: http://www.opensubtitles.org/es/subtitles/4803312/tpb-afk-the-pirate-bay-away-from-keyboard-es Encoding converted to UTF-8, Spain localization of monetary amounts, vocabulary adaptations for Spain.
1
00:00:01,000 --> 00:00:04,074
_
2
00:00:14,162 --> 00:00:20,796
En los primeros años del siglo 21,
The Pirate Bay creció para convertirse en el sitio
más grande de intercambio de ficheros.
public class MyUsernamePasswordAuthProvider
extends /* ........ */ {
/* ... MORE ... */
/**
* XXX: Ugly hack for Remember Me feature.
*/
public static Result handleLogin(final Context ctx, final boolean rememberMe) {
final Result result = UsernamePasswordAuthProvider.handleLogin(ctx);