Give suggestions, fork, and do much more to help us enhance the abilities of Insane Weather Bot

Insane Weather Bot is here! Give suggestions, fork, and do much more to help us enhance the abilities of Insane Weather Bot. Weather Bot is a bot that can give the weather of almost any decently sized city in the world.It can display the current temperature, the minimum temp for the day, the maximum temp for the day, what it feels like, and the humiditity of the location. Command Prefix: “w.”Command: “w.[location][location] = your location E.g. w.austinThe bot will show […]

Read more

A joke conlang with minimal semantics

Reserved Defined Words Word Function fo Terminates an adjective block tu Converts an adjective block or sentence to a noun to Terminates ‘tu’ Word Classes for Undefined Words Word Class Description Noun A thing Verb An action, state, or occurrence Adjective A descriptor of a noun or verb Modifier A word modifying an adjective Converter Converts a noun to an adjective that conveys a relationship to the noun List of Syntactic Constructions Adjective Phrase An adjective phrase conveys a single […]

Read more

Prettify Your Data Structures With Pretty Print in Python

The Python pprint module is helpful in many situations. It comes in handy when making API requests, dealing with JSON files, or handling complicated and nested data. You’ll probably find that using the normal print() function isn’t adequate to efficiently explore your data and debug your application. When you use print() with dictionaries and lists, the output doesn’t contain any newlines. Before you start exploring pprint, you’ll first use urllib to make a request to get some data. You’ll make […]

Read more

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 more

TLD 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 more

Script 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 more

A 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 more

My 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 more
1 443 444 445 446 447 1,036