1
0
mirror of https://github.com/openeggbert/speedy-blupi-games.git synced 2025-03-31 00:45:30 +02:00
2024-07-29 17:33:55 +02:00
2024-07-06 17:54:24 +02:00
2024-07-06 17:54:24 +02:00
2024-07-06 17:54:24 +02:00
2024-07-29 17:33:55 +02:00
2024-07-06 17:54:24 +02:00
2024-07-06 18:05:08 +02:00
2024-07-06 18:05:08 +02:00
2024-07-06 18:05:08 +02:00
2024-07-06 19:00:11 +02:00

Open Eggbert Data

select count(*),lower(name), HASH_SUM_VALUE from file group by HASH_SUM_VALUE, lower(name)

How to convert BMP to PNG on Linux

for file in *.bmp; do convert "$file" "${file%.bmp}".png; done

for file in ./*.7z do sha512sum "$file" >> sha512.txt echo "">> sha512.txt done

Description
No description provided
Readme 45 MiB
Languages
HTML 91.9%
BlitzMax 8.1%