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/env python3 | |
"""Elite: Dangerous Journal Extractor | |
Is a tool for extracting information from journal files. | |
Features: | |
- extract your discoveries into a CSV table; | |
- make an ImportStars.txt file. | |
Changelog: | |
Version 1.0.1 - 19th October 2018 |
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
-- Program for Farming Turtle from ComputerCraft mod. | |
-- AutoFarm Ver 1.0 | |
-- Copyright (c) 2015 Arav <[email protected]> | |
-- Farming 9x9 field | |
-- I S x x x x x x x x | |
-- x x x x x x x x x | |
-- x x x x x x x x x | |
-- x x x x x x x x x | |
-- x x x x W x x x x | |
-- x x x x x x x x x |
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/env python3 | |
"""Image board downloader for 4chan.org. | |
Downloads all the files from a specified thread. | |
Now multithreaded! | |
A number of threads is cpu_count * 4 by default, but if number of files is less | |
then the number of threads would be accordingly smaller. | |
""" | |
__version__ = "1.1.0" | |
__author__ = "Arav" |
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/env python3 | |
"""Sort Media Files By Date | |
A script sorts the files using a date from an EXIF field, or a file name. | |
Adapted for YYYY-MM-DD date formats. A regexp is simple to alter. | |
A set of extensions that must be sorted can be easily changed by modifying of | |
a tuple ALLOWEDFORMATS. | |
Script builds a directory structure where it was ran. | |
Directory structure: |