Skip to content

Instantly share code, notes, and snippets.

View Atrion's full-sized avatar

Atrion Darnay Atrion

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Atrion on github.
  • I am atrion (https://keybase.io/atrion) on keybase.
  • I have a public key whose fingerprint is 5A4C 1057 D5F7 33B4 658C 608B 7507 B1B6 15A3 8341

To claim this, I am signing this object:

# -*- coding: utf-8 -*-
"""
Created on Wed May 20 23:20:53 2020
@author: mazdoc, kjerk
"""
### https://www.reddit.com/r/DataHoarder/comments/gnj9qc/gocomics_universal_downloader_python_script/
### Comic name comes from the URL and needs to be exactly as it is in the URL
### You should also supply the first date of the comic.
### Calvin and Hobbes Started on November 18, 1985 ie 1985-11-18
@Atrion
Atrion / JourneyExtractor.php
Last active June 5, 2022 04:10 — forked from rogiervandenberg/JourneyExtractor.php
Journey Journal extractor. Journey is a great Diary app for Android. But, your files are only accessible by Journey itself. This script converts Journey backup/export files to manageable Markdown files. One file per month.
<?php
/*
Journal (by Journey) extractor
Journey is a great Diary app for Android and Google Chrome. But, your files are
only accessible by Journey itself.
Do you want to move away from Journey to another diary app? Do you want to have
a readable export of your diary? This script converts Journey backup/export
Guerilla Open Access Manifesto
Information is power. But like all power, there are those who want to keep it
for themselves. The world's entire scientific and cultural heritage, published
over centuries in books and journals, is increasingly being digitized and locked
up by a handful of private corporations. Want to read the papers featuring the
most famous results of the sciences? You'll need to send enormous amounts to
publishers like Reed Elsevier.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\/\The Conscience of a Hacker/\/
by
+++The Mentor+++
Written on January 8, 1986
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Pull New Theme
git checkout --orphan newtheme
git rm -rf .
git clean -dfx
git remote add upstream https://github.com/johnotander/pixyll.git
git fetch upstream
git pull upstream master
bundler install