mga / Max stacking script for circumpolar photography
0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 2 months ago
| 1 | import cv2 |
| 2 | import numpy as np |
| 3 | import os |
| 4 | import argparse |
| 5 | |
| 6 | |
| 7 | parser = argparse.ArgumentParser( |
| 8 | description="""Takes in a path to a directory |
| 9 | of images and stacks them into a star trail image.""" |
| 10 | ) |
mga / .htaccess for static sveltekit websites
0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 9 months ago
| 1 | Options -Indexes |
| 2 | DirectoryIndex index.html |
| 3 | |
| 4 | RewriteEngine on |
| 5 | RewriteBase / |
| 6 | RewriteCond %{REQUEST_FILENAME} !-f |
| 7 | RewriteCond %{REQUEST_FILENAME} !-d |
| 8 | RewriteRule . /index.html [L,QSA] |
| 9 | |
| 10 | AddType application/javascript .js .mjs |
Neuer
Älter