A prototype COG-based tile server for sparse Mars datasets
Mars Tiler is a prototype web application that serves tiles from cloud-optimized GeoTIFFs, with an emphasis on supporting planetary datasets. Many features are hard-coded for Mars data and global projections, but the core of this work should be applicable to other planetary projections (e.g., Mars polar data, the Moon, Ceres, etc.). Dynamic tiling This applicaion is part of a new generation of “dynamic tilers”, which generates and slices mosaics on the fly from input datasets. All it needs to function […]
Read moreThis Telegram bot is created to help monitor individual mood
This bot is created to help monitor your mood. Lean and mean. Deployment Install Docker and Docker Compose Populate .env file Build and run containers docker-compose build && docker-compose up -d App updating Connect to the docker container docker container exec -it mood_bot.app /bin/bash To apply migrations: python3 manage.py migrate
Read moreTLD records archive. Revisiting the original TLDR project by mandatoryprogrammer, on the hunt for more root nameserver changes
A(nother) continuously updated historical TLD records archive. This repository is updated approximately every three hours with the results from DNS zone transfer attempts against the root nameservers and all existing TLD servers. This is done to keep record of zone files for various TLDs and to monitor how these zones change over time. The current list of zones is available here. You can watch that file for changes in case another .kp DNS leak occurs (or similar). Zone Transfers for […]
Read moreScript Crack Facebook Elite
Script Crack Facebook Elite 🚶♂ $ pkg update && pkg upgrade $ termux-setup-storage $ pkg install git $ pkg install python $ pip install requests $ pip install mechanize $ pip install bs4 $ pip install futures $ git clone https://github.com/YumasaaTzy/elite $ cd elite $ python el1te.py $ Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Firefox/24.0 $ Fais Gans $ HikmatTzy $ YogzzTzy $ AlverdoTzy $ Mbokey Bhizer GitHub View Github
Read moreA PG3D API Made with Python
PG3D Python API A Pixel Gun 3D Python API (Public Ver) How To Use? Examples pbn.isBanned(192819483) -> True pbn.freeCurrencyTypeRotation() -> [‘GemsCurrency’, ‘GemsCurrency’, ‘Coins’, ‘GemsCurrency’, ‘GemsCurrency’, ‘Coins’, ‘GemsCurrency’, ‘GemsCurrency’, ‘Coins’, ‘GemsCurrency’, ‘GemsCurrency’, ‘Coins’] | OS: test GitHub View Github
Read moreMy solutions to Advent of Code 2021 written in Python
This repository contains my solutions for the 2021 edition of Advent of Code. Please do not expect perfectly polished solutions, most scripts are just hacked together and never touched again. Same holds for tests, as most of my solutions are developed using REPL Driven Development instead of Test Driven Development. 🙂 Overview Stars so far: 8/8 Setup If you want to reproduce my solutions using your own input (no guarantees my hacky code will work for your inputs!), dependencies are […]
Read moreA simple and efficient computing package for Genshin Impact gacha analysis
这个版本的计算包追求计算速度,而GGanalysis包有着更多计算功能。 GGanalysisLite包通过卷积计算分布列,通过FFT和快速幂加速卷积计算。 测试玩家得到的排名值rank的数学意义是:与抽了同样数量五星的其他玩家相比,测试玩家花费的抽数大于等于比例rank的玩家。rank的值在(0,1]上,值越高说明玩家越不幸运,达到1则说明达到了保底系统的极限。 安装方法 打开终端输入以下指令,安装完成后下载文件可以删除。 git clone https://github.com/OneBST/GGanalysisLite.git cd GGanalysisLite pip install . 卷积计算方法 采用的模型见我的B站专栏。通过卷积计算分布列。 卷积采用scipy的signal.convolve()函数,由其自动根据规模选择使用FFT计算或是直接卷积。 当计算物品数量上升,获取分布列需要多次卷积时,朴素FFT计算复杂度接近,故采用快速幂进行加速,复杂度降为。 用例 使用GenshinPlayer类添加玩家,初始化其抽卡情况,随后使用类函数输出rank
Read more