🎅🏻 Helping santa understand ✨ python ✨

Overview

☃️ Advent of code 2021 ☃️

Helping santa understand python

| ❄️ ___ {🌟}__ ❄️ \ '.___/--💨 ❄️ _ _ ."` `"=, ❄️ `;"` `"=, '. ;-._:'\ {_}:_`'=='` _,=="""=,\ / _.-'`\ ❄️ )===\ <)_/ __ ✨ `'--.=" _.====, `| ✨ ; _.'` _.;` .---""`====`-'\__.' `| `'_(| ^.^ |)/ ;'` _.:_^} / ()\ / ❄️ )';_'='_/.' _ .'=_._\___.-|`|| || _ \___..--' \_.-' ❄️ .'` '.=/(__/` | _`-.=||_||_||_||_|/` | | () | / / o| \ \_/ .=`-`/ \\_/ ; ; ✨ ❄️ /`-,_/ o| |-' /`-..-' ~~ |/ ❄️ \ ()/ `(`___ o/__/ ❄️ \_/` / ✨ \ '. / ❄️ ❄️ _`\ \`""` \ __ __\ \ '-./ __, _.'`\ `; || `'.'._ /-"// {{o '.'. //" // ( `\ \_ ✨ || ,/`-.`./ // {{ \/`.`.// // \ .-`\ `\ `\\_/ `'-.// `\\_/ `'; o// \___) `._____.' ❄️ __.-----...----____ ___.-._`"` `"` _.....-----..._____ _ '''''' \_.-._____..../ \______...-----._/ ">
   ❄️             ❄️         ❄️         ✨  ❄️     ❄️       .-----.    ✨               ✨
         ❄️             ❄️         ❄️          ❄️         ( #-...'`\              ❄️
                ❄️            ❄️                   ❄️     \ #     |
✨                                      ❄️             _ )"===="| _     ❄️       
      ❄️             ❄️      ✨                 ❄️      (_`"======"`_)
            ❄️                   ❄️      ✨         ❄️   /`""""""""`\       ✨
    ❄️              ❄️                      ❄️          |        o _o\               ❄️
             ✨            ❄️       ,_                |         (_>|
        ❄️     ___                 {🌟}__        ❄️     \      '.___/--💨    ❄️
 _  _      ."`   `"=,    ❄️        `;"`   `"=,          '.    ;-._:'\
{_}:_`'=='` _,=="""=,\            /     _.-'`\     ❄️     )===\  <)_/  __      ✨
     `'--.=" _.====, `|    ✨    ;  _.'`   _.;`    .---""`====`-'\__.'  `|
         `'_(| ^.^ |)/           ;'`    _.:_^}    /             ()\     /         ❄️
           )';_'='_/.'  _  .'=_._\___.-|`|| || _  \___..--'        \_.-'
❄️       .'`    '.=/(__/` | _`-.=||_||_||_||_|/` |    |           () |
       /    /   o|  \ \_/  .=`-`/           \\_/     ;              ;          ✨            ❄️
      /`-,_/    o|  |-'        /`-..-'   ~~ |/  ❄️     \          ()/
      `(`___   o/__/     ❄️     \_/`        /       ✨  \      '.  /       ❄️
  ❄️    _`\ \`""`  \  __        __\ \   '-./ __,     _.'`\       `;
      || `'.'._   /-"//       {{o '.'.   //" //    (     `\       \_           ✨
      ||  ,/`-.`./  //        {{  \/`.`.//  //      \    .-`\       `\
      `\\_/    `'-.//         `\\_/   `'; o//        \___)   `._____.'              ❄️
__.-----...----____      ___.-._`"`      `"`   _.....-----..._____                   _
                   ''''''        \_.-._____..../                   \______...-----._/
Owner
Fluffy
Student @42_network->Codam
Fluffy
Explores the python bytecode, provides some tools to access it for fun and profit.

Pyasmtools - looking at the python bytecode for fun and profit. The pyasmtools library is made up of two parts A python bytecode disassembler . See Py

Michael Moser 299 Jan 04, 2023
OntoSeer is a tool to help users build better quality ontologies

Ontoseer This document provides documentation for the first version of OntoSeer.OntoSeer is a tool that monitors the ontology development process andp

Knowledgeable Computing and Reasoning Lab 9 Aug 15, 2022
Pyhexdmp - Python hex dump module

Pyhexdmp - Python hex dump module

25 Oct 23, 2022
Script for resizing MTD partitions on a QNAP device in order to be available to upgrade from buster to bullseye

QNAP partitions resize for kirkwood devices. As explained by Marin Michlmayr, Debian bullseye support on kirkwood QNAP devices was dropped due to [mai

Arnaud Mouiche 26 Jan 05, 2023
MIT version of the PyMca XRF Toolkit

PyMca This is the MIT version of the PyMca XRF Toolkit. Please read the LICENSE file for details. Installation Ready-to-use packages are available for

V. Armando Solé 43 Nov 23, 2022
Write complicated anonymous functions other than lambdas in Python.

lambdex allows you to write multi-line anonymous function expression (called a lambdex) in an idiomatic manner.

Xie Jingyi 71 May 19, 2022
A dot matrix rendered using braille characters.

⣿ dotmatrix A dot matrix rendered using braille characters. Description This library provides class called Matrix which represents a dot matrix that c

Tim Fischer 25 Dec 12, 2022
Py-Parser est un parser de code python en python encore en plien dévlopement.

PY - PARSER Py-Parser est un parser de code python en python encore en plien dévlopement. Une fois achevé, il servira a de nombreux projets comme glad

pf4 3 Feb 21, 2022
System Design Assignments as part of Arpit's System Design Masterclass

System Design Assignments The repository contains a set of problem statements around Software Architecture and System Design as conducted by Arpit's S

Relog 1.1k Jan 09, 2023
Pipenv-local-deps-repro - Reproduction of a local transitive dependency on pipenv

Reproduction of the pipenv bug with transitive local dependencies. Clone this re

Lucas Duailibe 2 Jan 11, 2022
Short, introductory guide for the Python programming language

100 Page Python Intro This book is a short, introductory guide for the Python programming language.

Sundeep Agarwal 185 Dec 26, 2022
Make your functions return something meaningful, typed, and safe!

Make your functions return something meaningful, typed, and safe! Features Brings functional programming to Python land Provides a bunch of primitives

dry-python 2.5k Jan 03, 2023
Ice Skating Simulator for Winter and Christmas [yay]

Ice Skating Simulator for Winter and Christmas [yay]

1 Aug 21, 2022
Gerador do Arquivo Magnético Sintegra em Python

pysintegra é uma lib simples com o objetivo de facilitar a geração do arquivo SINTEGRA seguindo o Convênio ICMS 57/95. Com o surgimento do SPED, muito

Felipe Correa 5 Apr 07, 2022
PyToQlik is a library that allows you to integrate Qlik Desktop with Jupyter notebooks

PyToQlik is a library that allows you to integrate Qlik Desktop with Jupyter notebooks. With it you can: Open and edit a Qlik app inside a Ju

BIX Tecnologia 16 Sep 09, 2022
Visualize Data From Stray Scanner https://keke.dev/blog/2021/03/10/Stray-Scanner.html

StrayVisualizer A set of scripts to work with data collected using Stray Scanner. Usage Installing Dependencies Install dependencies with pip -r requi

Kenneth Blomqvist 45 Dec 30, 2022
Acesse seus investimentos da NuInvest pelo Python (Experimental)

Acesse seus investimentos da NuInvest pelo Python (Experimental)

André Roggeri Campos 5 Dec 06, 2022
Python library for creating and parsing HSReplay XML files

python-hsreplay A python module for HSReplay support. https://hearthsim.info/hsreplay/ Installation The library is available on PyPI. pip install hsre

HearthSim 45 Mar 28, 2022
Control System Packer is a lightweight, low-level program to transform energy equations into the compact libraries for control systems.

Control System Packer is a lightweight, low-level program to transform energy equations into the compact libraries for control systems. Packer supports Python 🐍 , C 💻 and C++ 💻 libraries.

mirnanoukari 31 Sep 15, 2022
CuraMultiplyByGrid - Cura Плагин для размножения детали сеткой на весь стол автоматически без поворота

CuraMultiplyByGrid Cura Плагин для размножения детали сеткой на весь стол автоматически без поворота. Размножение в куре настолько ужасно реализовано,

3 Dec 02, 2022