This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script to convert PDF file to JPG images | |
# | |
# Dependencies: | |
# * pdftk | |
# * imagemagick | |
for PDF in *.pdf; do | |
echo "Processing $PDF" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
thebat2mbox.py v0.1 | |
Copyleft 2013 by [email protected] | |
This dirty script for *nix converts "The Bat!" mail databases to Unix mbox ones. It scans directory for .TBB files, | |
reconstructs dir structure and converts databases using another program by Денис Трачук through wine. | |
Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name VK Music Download | |
// @namespace bo33b | |
// @description Simple and lightweight VK music download enabler. | |
// @downloadURL https://gist.github.com/bo33b/092f3c0cdb47365ffd9d/raw/vkmusic.user.js | |
// @version 3.4 | |
// @include http://vk.com/* | |
// @include https://vk.com/* | |
// @grant none | |
// ==/UserScript== |