Skip to content

Instantly share code, notes, and snippets.

View 2ndBillingCycle's full-sized avatar
🎮
Working

2ndBillingCycle 2ndBillingCycle

🎮
Working
View GitHub Profile
@2ndBillingCycle
2ndBillingCycle / lines_per_author.py
Last active July 1, 2020 18:57
Used to find all of the lines edited by a list of users for naev/naev#638
author_names = """
unavowed
HatlessAtlas
Cypher3c
brognam
EveColonyCommander
iwaschosen
geekt
""".strip()
@2ndBillingCycle
2ndBillingCycle / notes.md
Created June 1, 2020 08:21
How to Get LiveSplit ASL working under Manjaro

Notes

These are notes to myself, so I can keep track of what I've done.

@2ndBillingCycle
2ndBillingCycle / install.md
Last active March 26, 2023 09:02 — forked from Stewmath/.xbindkeysrc
Livesplit global hotkeys workaround

Install and configuration

This is how I installed and setup [LiveSplit][] on [Manjaro KDE Plasma][manjaro].

Required software

Using Manjaro's ["Add/Remove Software"][pamac], or the pacman command, I installed the following:

  • wine-mono
  • winetricks
#!/usr/bin/python3
# Original code from @Teknikal_Domain: https://teknikaldomain.me/code/automating-algolia-search-indexing/#that-program
# Code changed without permission; all rights reserved Teknikal_Domain
import json
import sys
from pathlib import Path
from algoliasearch.search_client import SearchClient

Keybase proof

I hereby claim:

  • I am 2ndbillingcycle on github.
  • I am 2ndbillingcycle (https://keybase.io/2ndbillingcycle) on keybase.
  • I have a public key ASD1YmKfKg_8ewcysiYPmJQiIkX6DovyAGhO04ITITcG6go

To claim this, I am signing this object:

#C Gavin 2018
import os
from tkinter import *
import pytube
import os, getpass
if __name__ == "__main__":
app = Tk()