Skip to content

Instantly share code, notes, and snippets.

View tiagoad's full-sized avatar
🔨

Tiago tiagoad

🔨
View GitHub Profile
directory: ../Original
library: ./library.blb
import:
copy: yes
write: yes
move: no
ignore: .AppleDouble ._* *~ .DS_Store
@tiagoad
tiagoad / MightyDump.md
Last active August 29, 2015 14:21
MightyText conversation dumper / exporter

Select the conversation you want to export, open the browser javascript console, and paste the javascript inside it. The conversation will be dumped to the input box.

Star if it was helpful to you c:

@tiagoad
tiagoad / rtorrent
Created August 8, 2014 14:39
rtorrent init file
#!/bin/bash
### BEGIN INIT INFO
# Provides: rtorrent
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop rtorrent daemon
### END INIT INFO
@tiagoad
tiagoad / agpl.md
Created February 11, 2014 15:14
Markdown version of the GNU Affero General Public License 3.0

GNU AFFERO GENERAL PUBLIC LICENSE

Version 3, 19 November 2007

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Preamble

The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.

@tiagoad
tiagoad / autojoin.py
Created January 1, 2013 14:37
GazelleGames invite autojoiner
# -*- coding: utf-8 -*-
__module_name__ = "invitejoin"
__module_version__ = "1.0"
__module_description__ = "Autojoins channels when invited by bots"
import xchat
bots = {
'Vertigo': 'irc.gazellegames.net'
}