THIS DOCUMENT MAY BE OUTDATED BY THE TIME YOU READ THIS
This file contains 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
pkgname=theapp | |
pkgver=0.01 | |
pkgrel=0 | |
pkgdesc="A sample app for the-libs" | |
arch=("x86_64") | |
url="https://github.com/ZoomTen/theApp" | |
license=('GPL3') | |
depends=('qt5-base' 'the-libs') | |
makedepends=('git') | |
source=("$pkgname-$pkgver"::'git+https://github.com/ZoomTen/theApp#branch=master') |
This file contains 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
#Category:main - the main binary packages needed to run enigma | |
lgm 2b95c7359102325be4b3a025852a86c5 ./lateralgm.jar https://github.com/IsmAvatar/LateralGM/releases/download/v1.8.163/lateralgm.jar none | |
main 1232a80e6859a69d2dad6f8ca7c493bd ./plugins/enigma.jar https://github.com/enigma-dev/lgmplugin/releases/download/v1.8.7.11r8/enigma.jar jnaJar,lgm,mac | |
jnaJar a1e20e48a367063023db9137ceb7c63c ./plugins/shared/jna.jar https://enigma-dev.org/bin/jna.jar none |
This file contains 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
from argparse import ArgumentParser | |
import moviepy.editor as mp | |
class EditBase(): | |
def __init__(self): | |
self.YOUTUBE_SIZE = (854, 480) | |
self.INSTAGRAM_SIZE = (480,480) | |
def relative_to(self, target_res, position): | |
# target_res and position are both tuples |
This file contains 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 | |
from appdirs import AppDirs | |
from argparse import ArgumentParser | |
from configparser import ConfigParser | |
from datetime import datetime, date | |
from textwrap import TextWrapper as tw | |
import os | |
import sys | |
import sqlite3 |
This file contains 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
# based upon https://github.com/jkirsons/FacialMotionCapture_v2/blob/master/OpenCVAnimOperator.py | |
# with elements taken from https://github.com/legolas123/cv-tricks.com/blob/master/OpenCV/Pose_Estimation/run_pose.py | |
# in blender, run this script second | |
import bpy | |
import sys | |
import time | |
import numpy |
This file contains 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 | |
import os | |
import json | |
import re | |
from argparse import ArgumentParser | |
from datetime import datetime | |
ACTIVITY_FILE = 'activity.json' |
This file contains 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
ROMX $00 767 bytes to go 95.32% Continue from: 0x3e32 | |
ROMX $01 coverage complete | |
ROMX $02 coverage complete | |
ROMX $03 coverage complete | |
ROMX $04 1053 bytes to go 93.57% Continue from: 0x17be3 | |
ROMX $05 14596 bytes to go 10.91% Continue from: 0x18c94 | |
ROMX $06 256 bytes to go 98.44% Continue from: 0x1ff00 | |
ROMX $07 coverage complete | |
ROMX $08 coverage complete | |
ROMX $09 16384 bytes to go 0.00% Continue from: 0x24000 |