id
int64
0
3.46k
description
stringlengths
5
3.38k
readme
stringlengths
6
512k
3,000
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
<h1 align="center"> <img src="https://berty.tech/img/berty.svg" alt="Berty" title="Berty" height="300px" /> </h1> <h3 align="center"> Berty is an open, secure, offline-first, peer-to-peer and zero trust messaging app </h3> <p align="center"> <a href="https://berty.tech"><img alt="berty.tech" src="https://img.shields.io/badge/berty.tech-2845a7?logo=internet-explorer&style=flat" /></a> <a href="https://crpt.fyi/berty-discord"><img alt="discord" src="https://img.shields.io/badge/discord-gray?logo=discord" /></a> <a href="https://github.com/berty"><img alt="github" src="https://img.shields.io/badge/@berty-471961?logo=github" /></a> <a href="https://twitter.com/berty"><img alt="twitter" src="https://img.shields.io/twitter/follow/berty?label=%40berty&style=flat&logo=twitter" /></a> </p> <p align="center"> <a href="https://github.com/berty/berty/actions?query=workflow%3AJS"><img src="https://github.com/berty/berty/workflows/JS/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3AGo"><img src="https://github.com/berty/berty/workflows/Go/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3AProtobuf"><img src="https://github.com/berty/berty/workflows/Protobuf/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3ARelease"><img src="https://github.com/berty/berty/workflows/Release/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3AAndroid"><img src="https://github.com/berty/berty/workflows/Android/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3AiOS"><img src="https://github.com/berty/berty/workflows/iOS/badge.svg" /></a> <a href="https://github.com/berty/berty/actions?query=workflow%3AIntegration"><img src="https://github.com/berty/berty/workflows/Integration/badge.svg" /></a> </p> <p align="center"> <a href="https://pkg.go.dev/berty.tech/berty/v2/go?tab=subdirectories"><img alt="GoDoc" src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white" /></a> <a title="Crowdin" href="https://translate.berty.community"><img src="https://badges.crowdin.net/e/a4cb8d931040fbe4a794322b86de6721/localized.svg"></a> <a href="https://github.com/berty/berty/releases"><img alt="GitHub release" src="https://img.shields.io/github/v/release/berty/berty" /></a> <a href="https://www.codefactor.io/repository/github/berty/berty"><img src="https://www.codefactor.io/repository/github/berty/berty/badge?s=bf5885a3b2782ead81d91cd423915f2e9ddc9196" alt="CodeFactor" /></a> <!--<a href="https://goreportcard.com/report/berty/berty"><img src="https://goreportcard.com/badge/berty/berty" alt="Go Report Card"></a>--> <!--<a href="https://bump.sh/doc/berty-messenger"/><img src="https://img.shields.io/badge/bump.sh-messenger%20api-black" /></a>--> <!--<a href="https://bump.sh/doc/berty-protocol"/><img src="https://img.shields.io/badge/bump.sh-protocol%20api-black" /></a>--> </p> --- ## TLDR : Install it! ### Mobile To use the latest released version, install it from [Google Play](https://play.google.com/store/apps/details?id=tech.berty.android) or [Apple App Store](https://apps.apple.com/tt/app/berty/id1535500412). To compile and run the mobile application on your device, see [js/README.md](js/README.md). ### CLI You can `go run` or `go install` the CLI tool located in `go/cmd/berty`. The two main command line utilities are: - `berty mini`: a CLI messaging app using the Berty Protocol. - `berty daemon`: a full node manageable through the Berty Protocol API. ## Introduction > **Warning**: Berty is still under active development and should not yet be used to exchange sensitive data. **[Berty](https://berty.tech/)** is a privacy-first messaging application built on top of [the Berty Protocol](https://berty.tech/docs/protocol/). - *Secure and private* : - Messages are end-to-end encrypted by default - Metadata is kept to a minimum - No phone number or email address is required to create an account - Built to retain its properties even when used on adversarial networks - *Censorship-resilient* - Decentralized, distributed, peer-to-peer and serverless - No internet connection is required, thanks to [BLE technology](https://en.wikipedia.org/wiki/Bluetooth_Low_Energy) and [mDNS](https://en.wikipedia.org/wiki/Multicast_DNS). - *Open* : - Free forever and open-source **Berty** is designed to be used as an everyday messaging application. Nonetheless, it was built to primarily serve the following use cases: - When you need to share sensitive information over untrusted networks, for instance while traveling - If you want to communicate anonymously - If you want full control over your data and thus don't want to rely on third-party servers - In countries that actively monitor and temper with their network, restricting its use and censoring some of its contents - In areas with weak or no connection at all Berty is currently developed by **[Berty Technologies](https://berty.tech/about)**, a French nonprofit organization. **Note: this project is led by a small team made of humans, who make mistakes. Please do not hesitate to point out bugs or missing features.** _See the [contribute section](#contribute) below._ > We cannot promise we will offer you the best application, but we dedicate ourselves to doing our best to create a great one. ### The philosophy behind Berty We want to contribute to a world where free and secure communications are common and fear of censorship or surveillance are not. We believe that open-source is more secure, as anyone can examine the code and improve it: this is why we rely on and build open and free software. As the founding team, our ultimate goal is to progressively relinquish control over Berty and to make it become a truly global community project. More info on [berty/community](https://github.com/berty/community). ## Development Status The current Berty implementation is using the [Berty Protocol](https://berty.tech/docs/protocol/), which means the encryption technique is safe, and it works as a peer-to-peer app! Alas, Berty has not yet been hardened, so please avoid using it on devices with weak sandboxes, such as unpatchable devices that use old Android versions. The current Berty Protocol is _partially implemented_. The API will continue to evolve in the near future. As such, we cannot yet guarantee none-breaking changes, or any kind of API stability. Be prepared for a rough ride if you start rolling the Berty Protocol in your application. _We will have an open beta for the different packages and applications soon, so anyone will be able to give it a try. [Subscribe](https://tech.us20.list-manage.com/subscribe/post?u=5ca3993c7f0b8f646dcda714b&id=4d7828715b) to our newsletter if you wish to be notified._ **Note: The repositories are being opened progressively, and there will be additional modifications and updates soon.** ## Under the hood <!-- _TODO: add a high-level schema of how things are connected together_ --> ### Berty Protocol [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/berty.tech/berty/v2/go/pkg/bertyprotocol?tab=doc) [![Code coverage](https://codecov.io/gh/berty/berty/branch/master/graph/badge.svg?token=rBPpNHNNow&flag=go.unittests)](https://codecov.io/gh/berty/berty) The Berty Protocol comes with a generic, but full-featured SDK allowing developers to write peer-to-peer applications. You can just focus on high-level features for your app, we will take care of the rest (encryption, identities, network routing, group management, account management, device management, application lifecycle). The main concept of the _Berty Protocol_ is called the "group", a virtual place where multiple devices can share messages and metadata using [OrbitDB](https://github.com/orbitdb), which itself relies on the InterPlanetary File System ([IPFS](https://en.wikipedia.org/wiki/InterPlanetary_File_System)) <!-- _TODO: add usage examples_ --> Get it: ``` git clone https://github.com/berty/berty ``` ### The Berty Messenger [![Code coverage](https://codecov.io/gh/berty/berty/branch/master/graph/badge.svg?token=rBPpNHNNow&flag=js.unittests)](https://codecov.io/gh/berty/berty) The Berty Messenger, or simply Berty, is a messaging application written in [React Native](https://reactnative.dev/), that uses the Berty Protocol through [gomobile-ipfs](https://github.com/ipfs-shipyard/gomobile-ipfs), which, in turns, is using [gomobile](https://github.com/golang/mobile). ## Main items in the repo - [./go](go): Where all the Golang code lies. - [./go/pkg/**bertyprotocol**](go/pkg/bertyprotocol): **Berty Protocol** _Golang SDK_ to create secure and autonomous groups using _IPFS_. - [./go/framework/bertybridge](go/framework/bertybridge): The gomobile entrypoint. - [./go/cmd/**berty**](go/cmd/berty): The main **Berty CLI**: - `berty daemon`: Runs the whole Berty Protocol instance. - `berty mini`: Simple CLI messenger application using Berty Protocol. - [./go/cmd/**rdvp**](go/cmd/rdvp): A Rendez-Vous Point server. - [./go/cmd/**welcomebot**](go/cmd/welcomebot): An onboarding bot used during the early phase. - [./go/cmd/**testbot**](go/cmd/testbot): A bot used by integration tests and developers. - [./js](js): Where all the Javascript/Typescript code lies: - The **Berty Messenger** application, written in React Native. - [./docs](docs): Mostly auto-generated documentation. ## Contributing ![Contribute to Berty](https://assets.berty.tech/files/contribute-contribute_v2--Contribute-berty-ultra-light.gif) We welcome contributions! Your input is deeply appreciated and extremely valuable to us. We thank you in advance for it. There is no small feat: everyone is encouraged to do what they can to help, based on their ability and interest. There are plenty of ways to get involved and to help our community, which can roughly be divided in two distinct parts: everything that is related to the code and everything that is not. To put it simply: - Code-related = GitHub - Not code-related = Open a task Everything about contribution is summed up here: [CONTRIBUTING.MD](https://github.com/berty/community/blob/master/CONTRIBUTING.md) ## Stargazers over time [![Star History Chart](https://api.star-history.com/svg?repos=berty/berty&type=Date)](https://star-history.com/#berty/berty&Date) ## Other resources - Official website: https://berty.tech - Assets: https://assets.berty.tech/ - Application assets & mockups: https://assets.berty.tech/categories/app__v2.4/ ## Contact For a direct contact, see our [contact page](https://berty.tech/contact) of our website. Alternatively, take a look at our [community repository](https://github.com/berty/community/). ## Licensing © 2018-2021 [Berty Technologies](https://berty.tech) Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your discretion. See the [`COPYRIGHT`](COPYRIGHT) file for more details.
3,001
Declare your digital independence
<div align="center"> <!-- Github Actions --> <a href="https://github.com/freenet/locutus/actions/workflows/ci.yml"> <img src="https://img.shields.io/github/actions/workflow/status/freenet/locutus/ci.yml?branch=main&label=tests&style=flat-square" alt="continuous integration status" /> </a> <a href="https://crates.io/crates/locutus"> <img src="https://img.shields.io/crates/v/locutus.svg?style=flat-square" alt="Crates.io version" /> </a> <a href="https://discord.gg/2kZuKNxYXv"> <img src="https://img.shields.io/discord/917499817758978089?style=flat-square&label=discord&logo=discord" alt="discord" /> </a> <a href="https://matrix.to/#/#freenet-locutus:matrix.org"> <img src="https://img.shields.io/matrix/freenet-locutus:matrix.org?label=matrix&logo=matrix&style=flat-square" alt="matrix" /> </a> <a href="https://docs.rs/locutus"> <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square&label=api%20docs" alt="docs.rs docs" /> </a> </div> # Locutus The Internet has grown increasingly centralized over the past 25 years, such that a handful of companies now effectively control the Internet infrastructure. The public square is privately owned, threatening freedom of speech and democracy. Locutus is a software platform that makes it easy to create decentralized alternatives to today's centralized tech companies. These decentralized apps will be easy to use, scalable, and secured through cryptography. To learn more about Locutus as a developer read [The Locutus Book](https://docs.freenet.org/). For an introduction to Locutus watch **Ian's talk and Q&A** - [YouTube](https://youtu.be/d31jmv5Tx5k) / [Vimeo](https://vimeo.com/manage/videos/740461100). ## Status Locutus is currently under development. Using our [development guide](https://docs.freenet.org/dev-guide.html), developers can experiment with building decentralized applications using our SDK and testing them locally. ## Applications Examples of what can be built on Locutus include: * Decentralized email (with a gateway to legacy email via the @freenet.org domain) * Decentralized microblogging (think Twitter or Facebook) * Instant Messaging (Whatsapp, Signal) * Online Store (Amazon) * Discussion (Reddit, HN) * Video discovery (Youtube, TikTok) * Search (Google, Bing) All will be completely decentralized, scalable, and cryptographically secure. We want Locutus to be useful out-of-the-box, so we plan to provide reference implementations for some or all of these. ## How does it work? Locutus is a decentralized key-value database. It uses the same [small world](https://freenetproject.org/assets/papers/lic.pdf) routing algorithm as the original Freenet design, but each key is a cryptographic contract implemented in [Web Assembly](https://webassembly.org/), and the value associated with each contract is called its *state*. The role of the cryptographic contract is to specify what state is allowed for this contract, and how the state is modified. A very simple contract might require that the state is a list of messages, each signed with a specific cryptographic keypair. The state can be updated to add new messages if appropriately signed. Something like this could serve as the basis for a blog or Twitter feed. Locutus is implemented in Rust and will be available across all major operating systems, desktop and mobile. ## Stay up to date [![Twitter Follow](https://img.shields.io/twitter/follow/freenetorg?color=%2300EE00&logo=twitter&style=plastic)](https://twitter.com/FreenetOrg) ## Chat with us We're in [#locutus](https://discord.gg/2kZuKNxYXv) on Discord, and also [#freenet-locutus](https://matrix.to/#/#freenet-locutus:matrix.org) on [Matrix](https://matrix.org/). These rooms are bridged so it doesn't matter which you join. If you have questions you can also [ask here](https://github.com/freenet/locutus/discussions). Many developers are active in [r/freenet](https://www.reddit.com/r/Freenet/), but remember that Reddit engages in political and ideological censorship so don't make this your only point of contact with us. ## Acknowledgements and Funding ### Protocol Labs In addition to creating the excellent [libp2p](https://github.com/libp2p/rust-libp2p) which we use for low-level transport, Protocol Labs has generously supported our work with a grant. ### FUTO FUTO has generously awarded Freenet a Legendary Grant to support Locutus development. ### Supporting Locutus If you are in a position to fund our continued efforts please contact us on [twitter](https://twitter.com/FreenetOrg) or by email at *ian at freenet dot org*. ## License This project is licensed under either of: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>) * MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
3,002
The InterPlanetary File System (IPFS), implemented in Rust.
<h1> <img src="https://ipfs.io/ipfs/QmRcFsCvTgGrB52UGpp9P2bSDmnYNTAATdRf4NBj8SKf77/rust-ipfs-logo-256w.png" width="128" /><br /> Rust IPFS </h1> > The Interplanetary File System (IPFS), implemented in Rust [![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Abandoned-orange.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) ## Table of Contents - [Description](#description) - [Project Status](#project-status---alpha) - [Install](#install) - [Dependencies](#dependencies) - [Rust IPFS](#install-rust-ipfs-itself) - [Getting Started](#getting-started) - [Running the tests](#running-the-tests) - [Contributing](#contributing) - [Roadmap](#roadmap) - [Completed](#completed-work) - [In progress](#work-in-progress) - [Still required](#work-still-required) - [Maintainers](#maintainers) - [Alternatives](#alternatives-and-other-cool-related-projects) - [Contributors](#contributors) - [License](#license) - [Trademarks](#trademarks) ## Description This repository contains the crates for the IPFS core implementation which includes a blockstore, a libp2p integration which includes DHT content discovery and pubsub support, and HTTP API bindings. Our goal is to leverage both the unique properties of Rust to create powerful, performant software that works even in resource-constrained environments, while also maximizing interoperability with the other "flavors" of IPFS, namely JavaScript and Go. ### Project Status - ~~`Alpha`~~ Not Maintained You can see details about what's implemented, what's not, and also learn about other ecosystem projects, at [Are We IPFS Yet?](https://areweipfsyet.rs) For more information about IPFS see: https://docs.ipfs.io/introduction/overview/ ## Install Rust IPFS depends on `protoc` and `openssl`. ### Dependencies First, install the dependencies. With apt: ```bash $ apt-get install protobuf-compiler libssl-dev zlib1g-dev ``` With yum: ```bash $ yum install protobuf-compiler libssl-dev zlib1g-dev ``` ### Install `rust-ipfs` itself The `rust-ipfs` binaries can be built from source. Our goal is to always be compatible with the **stable** release of Rust. ```bash $ git clone https://github.com/rs-ipfs/rust-ipfs && cd rust-ipfs $ cargo build --workspace ``` You will then find the binaries inside of the project root's `/target/debug` folder. ## Getting started We recommend browsing the [examples](https://github.com/rs-ipfs/rust-ipfs/tree/master/examples), the [http crate tutorial](https://github.com/rs-ipfs/rust-ipfs/tree/master/http#getting-started) and [tests](https://github.com/rs-ipfs/rust-ipfs/tree/master/tests) in order to see how to use Rust-IPFS in different scenarios. ### Running the tests The project currently features unit, integration, conformance and interoperability tests. Unit and integation tests can be run with: ```bash $ cargo test --workspace ``` The `--workspace` flag ensures the tests from the http and unixfs crates are also run. Explanations on how to run the conformance tests can be found [here](https://github.com/rs-ipfs/rust-ipfs/tree/master/conformance). The Go and JS interoperability tests are behind a feature flag and can be run with: ```bash $ cargo test --feature=test_go_interop $ cargo test --feature=test_js_interop ``` These are mutually exclusive, i.e. `--all-features` won't work as expected. Note: you will need to set the `GO_IPFS_PATH` and the `JS_IPFS_PATH` environment variables to point to the relevant IPFS binary. ### Contributing See [the contributing docs](./CONTRIBUTING.md) for more info. If you have any questions on the use of the library or other inquiries, you are welcome to submit an issue. ## Roadmap Special thanks to the Web3 Foundation and Protocol Labs for their devgrant support. ### Completed Work * Project Setup * Testing Setup * Conformance testing * HTTP API Scaffolding * UnixFS Support * `/pubsub/{publish,subscribe,peers,ls}` * `/swarm/{connect,peers,addrs,addrs/local,disconnect}` * `/id` * `/version` * `/shutdown` * `/block/{get,put,rm,stat}` * `/dag/{put,resolve}` * `/refs` and `/refs/local` * `/bitswap/{stat,wantlist}` * `/cat` * `/get` * `/resolve` ### Work in Progress - `/bootstrap` - `/dht` - interop testing ### Work still required - `/name` - `/ping` - `/key` - `/config` - `/stats` - `/files` (regular and mfs) - a few other miscellaneous endpoints not enumerated here ## Maintainers Rust IPFS was originally authored by @dvc94ch and was maintained by @koivunej, and @aphelionz. Special thanks is given to [Protocol Labs](https://github.com/protocol) and [Equilibrium](https://github.com/eqlabs). ## Alternatives and other cool, related projects It’s been noted that the Rust-IPFS name and popularity may serve its organization from a "first-mover" perspective. However, alternatives with different philosophies do exist, and we believe that supporting a diverse IPFS community is important and will ultimately help produce the best solution possible. - [`rust-ipfs-api`](https://github.com/ferristseng/rust-ipfs-api) - A Rust client for an existing IPFS HTTP API. Supports both hyper and actix. - [`ipfs-embed`](https://github.com/ipfs-rust/ipfs-embed/) - An implementation based on [`sled`](https://github.com/ipfs-rust/ipfs-embed/) - [`rust-ipld`](https://github.com/ipfs-rust/rust-ipld) - Basic rust ipld library supporting `dag-cbor`, `dag-json` and `dag-pb` formats. - PolkaX's own [`rust-ipfs`](https://github.com/PolkaX/rust-ipfs) - Parity's [`rust-libp2p`](https://github.com/libp2p/rust-libp2p), which does a lot the of heavy lifting here If you know of another implementation or another cool project adjacent to these efforts, let us know! ## Contributors ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. <a href="https://github.com/rs-ipfs/rust-ipfs/graphs/contributors"><img src="https://opencollective.com/rs-ipfs/contributors.svg?width=890&button=false" /></a> ### Financial Contributors Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/rs-ipfs/contribute)] #### Individuals <a href="https://opencollective.com/rs-ipfs"><img src="https://opencollective.com/rs-ipfs/individuals.svg?width=890"></a> #### Organizations Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/rs-ipfs/contribute)] <a href="https://opencollective.com/rs-ipfs/organization/0/website"><img src="https://opencollective.com/rs-ipfs/organization/0/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/1/website"><img src="https://opencollective.com/rs-ipfs/organization/1/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/2/website"><img src="https://opencollective.com/rs-ipfs/organization/2/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/3/website"><img src="https://opencollective.com/rs-ipfs/organization/3/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/4/website"><img src="https://opencollective.com/rs-ipfs/organization/4/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/5/website"><img src="https://opencollective.com/rs-ipfs/organization/5/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/6/website"><img src="https://opencollective.com/rs-ipfs/organization/6/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/7/website"><img src="https://opencollective.com/rs-ipfs/organization/7/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/8/website"><img src="https://opencollective.com/rs-ipfs/organization/8/avatar.svg"></a> <a href="https://opencollective.com/rs-ipfs/organization/9/website"><img src="https://opencollective.com/rs-ipfs/organization/9/avatar.svg"></a> ## License Dual licensed under MIT or Apache License (Version 2.0). See [LICENSE-MIT](./LICENSE-MIT) and [LICENSE-APACHE](./LICENSE-APACHE) for more details. ## Trademarks The [Rust logo and wordmark](https://www.rust-lang.org/policies/media-guide) are trademarks owned and protected by the [Mozilla Foundation](https://mozilla.org). The Rust and Cargo logos (bitmap and vector) are owned by Mozilla and distributed under the terms of the [Creative Commons Attribution license (CC-BY)](https://creativecommons.org/licenses/by/4.0/).
3,003
free4.chat is a real-time audio chat service. It is designed by the local first and privacy first principle, and is very easy to use.
# free4chat [free4.chat](https://free4.chat/) is an instant audio conferencing service. It is designed by the [local first](https://www.inkandswitch.com/local-first/) and `privacy first` principle, and is very easy to use. > :warning: **This project is just using for technical test purpose, use at all your risk!** > > :warning: **There is freedom of speech, but I cannot guarantee freedom after speech.** (- Idi Amin) ## Features - **Common** - [ ] Use [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) to replace http protocol of JSON-RPC - **Room** - [ ] Text chat, can sent text or emoji - [ ] Can send arbitrary data by WebRTC datachannel - [ ] Can share screen if the device support - [ ] Room permission setting, like public/private type setting - private room can't been seen on room discovery, and it needs password to enter. The password is [End-to-End Encryption](https://blog.excalidraw.com/end-to-end-encryption/), server only need check the answer which given by the client like the `PoW in blockchain`<sup>*</sup> - [ ] Public rooms discovery, like hot room list or filter rooms by type/tag - **User** - [ ] Robot user, like game robot who can play or facilitate game - robot use [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) to play with user in room - robot can play some voice games like language learning, technical interview, etc. - [Gartic Phone - The Telephone Game](https://garticphone.com/lobby) - [ESL Game - Not only practicing English speaking](https://esl.bmpi.dev/) - [Gartic.io - Draw, Guess, WIN](https://gartic.io/) - [ ] User real-time collaboration, like whiteboard, you draw I guess, etc. ## Architecture - **Tech Stack** - [ ] Use Elixir/Phoenix to rewrite the backend code 🚩 - [ ] Use Recat/Next.js to rewrite the frontend code - **Infra** - [ ] Use docker to deploy to PaaS platform like [Railway](https://railway.app/) or [Fly](https://fly.io/) - [ ] Backend service cluster, auto scaling, load balancing, etc. - [ ] Security enhancement, like coturn TLS setup, end-to-end encryption, etc. - [ ] Privacy enhancement. - [ ] IPV6 support. __NOTE__: - `*` means it can be considered a VIP feature. ## Contribution If you are interested in `webRTC`, `peer-to-peer(P2P)`, `real-time collaboration(CRDT)`, `distributed system` or `robot design`, you can join this project and contact with me by [twitter](https://twitter.com/madawei2699). ## Thanks - free4.chat Elixir version is build on the top of [Membrane Framework](https://github.com/membraneframework), thanks for their heart of open source. - [free4.chat Golang version](https://github.com/madawei2699/free4chat/tree/golang) is build on the top of [Kraken](https://github.com/bmpi-dev/kraken), [Mornin](https://github.com/lyricat/mornin.fm), [coturn](https://github.com/coturn/coturn) and [Pion](https://github.com/pion), thanks for their heart of open source. - These websites also inspired me: - [Random voice and text chat rooms that you’ll love. | Speakrandom](https://www.speakrandom.com/) - [Practice Speaking English Online Free - Language Practice Community](https://www.free4talk.com/) - [Agora Real-Time Voice and Video Engagement](https://www.agora.io/en/)
3,004
Official frugal and native macOS Syncthing application bundle
null
3,005
Monero: the secure, private, untraceable cryptocurrency
# Monero Copyright (c) 2014-2022 The Monero Project. Portions Copyright (c) 2012-2013 The Cryptonote developers. ## Table of Contents - [Development resources](#development-resources) - [Vulnerability response](#vulnerability-response) - [Research](#research) - [Announcements](#announcements) - [Translations](#translations) - [Coverage](#coverage) - [Introduction](#introduction) - [About this project](#about-this-project) - [Supporting the project](#supporting-the-project) - [License](#license) - [Contributing](#contributing) - [Scheduled software upgrades](#scheduled-software-upgrades) - [Release staging schedule and protocol](#release-staging-schedule-and-protocol) - [Compiling Monero from source](#compiling-monero-from-source) - [Dependencies](#dependencies) - [Gitian builds](#gitian-builds) - [Internationalization](#Internationalization) - [Using Tor](#using-tor) - [Pruning](#Pruning) - [Debugging](#Debugging) - [Known issues](#known-issues) ## Development resources - Web: [getmonero.org](https://getmonero.org) - Forum: [forum.getmonero.org](https://forum.getmonero.org) - Mail: [[email protected]](mailto:[email protected]) - GitHub: [https://github.com/monero-project/monero](https://github.com/monero-project/monero) - IRC: [#monero-dev on Libera](https://web.libera.chat/#monero-dev) - It is HIGHLY recommended that you join the #monero-dev IRC channel if you are developing software that uses Monero. Due to the nature of this open source software project, joining this channel and idling is the best way to stay updated on best practices and new developments in the Monero ecosystem. All you need to do is join the IRC channel and idle to stay updated with the latest in Monero development. If you do not, you risk wasting resources on developing integrations that are not compatible with the Monero network. The Monero core team and community continuously make efforts to communicate updates, developments, and documentation via other platforms – but for the best information, you need to talk to other Monero developers, and they are on IRC. #monero-dev is about Monero development, not getting help about using Monero, or help about development of other software, including yours, unless it also pertains to Monero code itself. For these cases, checkout #monero. ## Vulnerability response - Our [Vulnerability Response Process](https://github.com/monero-project/meta/blob/master/VULNERABILITY_RESPONSE_PROCESS.md) encourages responsible disclosure - We are also available via [HackerOne](https://hackerone.com/monero) ## Research The [Monero Research Lab](https://src.getmonero.org/resources/research-lab/) is an open forum where the community coordinates research into Monero cryptography, protocols, fungibility, analysis, and more. We welcome collaboration and contributions from outside researchers! Because not all Lab work and publications are distributed as traditional preprints or articles, they may be easy to miss if you are conducting literature reviews for your own Monero research. You are encouraged to get in touch with the Monero research community if you have questions, wish to collaborate, or would like guidance to help avoid unnecessarily duplicating earlier or known work. The Monero research community is available on IRC in [#monero-research-lab on Libera](https://web.libera.chat/#monero-research-lab), which is also accessible via Matrix. ## Announcements - You can subscribe to an [announcement listserv](https://lists.getmonero.org) to get critical announcements from the Monero core team. The announcement list can be very helpful for knowing when software updates are needed. ## Translations The CLI wallet is available in different languages. If you want to help translate it, see our self-hosted localization platform, Weblate, on [translate.getmonero.org]( https://translate.getmonero.org/projects/monero/cli-wallet/). Every translation *must* be uploaded on the platform, pull requests directly editing the code in this repository will be closed. If you need help with Weblate, you can find a guide with screenshots [here](https://github.com/monero-ecosystem/monero-translations/blob/master/weblate.md). &nbsp; If you need help/support/info about translations, contact the localization workgroup. You can find the complete list of contacts on the repository of the workgroup: [monero-translations](https://github.com/monero-ecosystem/monero-translations#contacts). ## Coverage | Type | Status | |-----------|--------| | Coverity | [![Coverity Status](https://scan.coverity.com/projects/9657/badge.svg)](https://scan.coverity.com/projects/9657/) | OSS Fuzz | [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/monero.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:monero) | Coveralls | [![Coveralls Status](https://coveralls.io/repos/github/monero-project/monero/badge.svg?branch=master)](https://coveralls.io/github/monero-project/monero?branch=master) | License | [![License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ## Introduction Monero is a private, secure, untraceable, decentralised digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so. **Privacy:** Monero uses a cryptographically sound system to allow you to send and receive funds without your transactions being easily revealed on the blockchain (the ledger of transactions that everyone has). This ensures that your purchases, receipts, and all transfers remain private by default. **Security:** Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 25-word mnemonic seed that is only displayed once and can be written down to backup the wallet. Wallet files should be encrypted with a strong passphrase to ensure they are useless if ever stolen. **Untraceability:** By taking advantage of ring signatures, a special property of a certain type of cryptography, Monero is able to ensure that transactions are not only untraceable but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer. **Decentralization:** The utility of Monero depends on its decentralised peer-to-peer consensus network - anyone should be able to run the monero software, validate the integrity of the blockchain, and participate in all aspects of the monero network using consumer-grade commodity hardware. Decentralization of the monero network is maintained by software development that minimizes the costs of running the monero software and inhibits the proliferation of specialized, non-commodity hardware. ## About this project This is the core implementation of Monero. It is open source and completely free to use without restrictions, except for those specified in the license agreement below. There are no restrictions on anyone creating an alternative implementation of Monero that uses the protocol and network in a compatible manner. As with many development projects, the repository on GitHub is considered to be the "staging" area for the latest changes. Before changes are merged into that branch on the main repository, they are tested by individual developers in their own branches, submitted as a pull request, and then subsequently tested by contributors who focus on testing and code reviews. That having been said, the repository should be carefully considered before using it in a production environment, unless there is a patch in the repository for a particular show-stopping issue you are experiencing. It is generally a better idea to use a tagged release for stability. **Anyone is welcome to contribute to Monero's codebase!** If you have a fix or code change, feel free to submit it as a pull request directly to the "master" branch. In cases where the change is relatively small or does not affect other parts of the codebase, it may be merged in immediately by any one of the collaborators. On the other hand, if the change is particularly large or complex, it is expected that it will be discussed at length either well in advance of the pull request being submitted, or even directly on the pull request. ## Supporting the project Monero is a 100% community-sponsored endeavor. If you want to join our efforts, the easiest thing you can do is support the project financially. Both Monero and Bitcoin donations can be made to **donate.getmonero.org** if using a client that supports the [OpenAlias](https://openalias.org) standard. Alternatively, you can send XMR to the Monero donation address via the `donate` command (type `help` in the command-line wallet for details). The Monero donation address is: `888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H` Viewkey: `f359631075708155cc3d92a32b75a7d02a5dcf27756707b47a2b31b21c389501` Base address for restoring with address and viewkey: `44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A` The Bitcoin donation address is: `1KTexdemPdxSBcG55heUuTjDRYqbC5ZL8H` Core development funding and/or some supporting services are also graciously provided by [sponsors](https://www.getmonero.org/community/sponsorships/): [<img width="150" src="https://www.getmonero.org/img/sponsors/tarilabs.png"/>](https://tarilabs.com/) [<img width="150" src="https://www.getmonero.org/img/sponsors/globee.png"/>](https://globee.com/) [<img width="150" src="https://www.getmonero.org/img/sponsors/symas.png"/>](https://symas.com/) [<img width="150" src="https://www.getmonero.org/img/sponsors/forked_logo.png"/>](http://www.forked.net/) [<img width="150" src="https://www.getmonero.org/img/sponsors/macstadium.png"/>](https://www.macstadium.com/) There are also several mining pools that kindly donate a portion of their fees, [a list of them can be found on our Bitcointalk post](https://bitcointalk.org/index.php?topic=583449.0). ## License See [LICENSE](LICENSE). ## Contributing If you want to help out, see [CONTRIBUTING](docs/CONTRIBUTING.md) for a set of guidelines. ## Scheduled software/network upgrades Monero uses a scheduled software/network upgrade (hard fork) mechanism to implement new features into the Monero software and network. This means that users of Monero (end users and service providers) should run current versions and upgrade their software when new releases are available. Software upgrades occur when new features are developed and implemented in the codebase. Network upgrades occur in tandem with software upgrades that modify the consensus rules of the Monero network. The required software for network upgrades will be available prior to the scheduled network upgrade date. Please check the repository prior to this date for the proper Monero software version. Below is the historical schedule and the projected schedule for the next upgrade. Dates are provided in the format YYYY-MM-DD. The "Minimum" is the software version that follows the new consensus rules. The "Recommended" version may include bug fixes and other new features that do not affect the consensus rules. | Software upgrade block height | Date | Fork version | Minimum Monero version | Recommended Monero version | Details | | ------------------------------ | -----------| ----------------- | ---------------------- | -------------------------- | ---------------------------------------------------------------------------------- | | 1009827 | 2016-03-22 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3, blocktime = 120 seconds, fee-free blocksize 60 kb | | 1141317 | 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | | 1220516 | 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm | | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | v0.11.0.0 | Allow only RingCT transactions, allow only >= ringsize 5 | | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | v0.12.3.0 | Cryptonight variant 1, ringsize >= 7, sorted inputs | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | v0.13.0.4 | max transaction size at half the penalty free block size, bulletproofs enabled, cryptonight variant 2, fixed ringsize [11](https://youtu.be/KOO5S4vxi0o) | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | v0.13.0.4 | bulletproofs required | 1788000 | 2019-03-09 | v10 | v0.14.0.0 | v0.14.1.2 | New PoW based on Cryptonight-R, new block weight algorithm, slightly more efficient RingCT format | 1788720 | 2019-03-10 | v11 | v0.14.0.0 | v0.14.1.2 | forbid old RingCT transaction format | 1978433 | 2019-11-30 | v12 | v0.15.0.0 | v0.16.0.0 | New PoW based on RandomX, only allow >= 2 outputs, change to the block median used to calculate penalty, v1 coinbases are forbidden, rct sigs in coinbase forbidden, 10 block lock time for incoming outputs | 2210000 | 2020-10-17 | v13 | v0.17.0.0 | v0.17.3.2 | New CLSAG transaction format | 2210720 | 2020-10-18 | v14 | v0.17.1.1 | v0.17.3.2 | forbid old MLSAG transaction format | 2688888 | 2022-08-13 | v15 | v0.18.0.0 | v0.18.1.2 | ringsize = 16, bulletproofs+, view tags, adjusted dynamic block weight algorithm | 2689608 | 2022-08-14 | v16 | v0.18.0.0 | v0.18.1.2 | forbid old v14 transaction format | XXXXXXX | XXX-XX-XX | XXX | vX.XX.X.X | vX.XX.X.X | XXX | X's indicate that these details have not been determined as of commit date. \* indicates estimate as of commit date ## Release staging schedule and protocol Approximately three months prior to a scheduled software upgrade, a branch from master will be created with the new release version tag. Pull requests that address bugs should then be made to both master and the new release branch. Pull requests that require extensive review and testing (generally, optimizations and new features) should *not* be made to the release branch. ## Compiling Monero from source ### Dependencies The following table summarizes the tools and libraries required to build. A few of the libraries are also included in this repository (marked as "Vendored"). By default, the build uses the library installed on the system and ignores the vendored sources. However, if no library is found installed on the system, then the vendored source will be built and used. The vendored sources are also used for statically-linked builds because distribution packages often include only shared library binaries (`.so`) but not static library archives (`.a`). | Dep | Min. version | Vendored | Debian/Ubuntu pkg | Arch pkg | Void pkg | Fedora pkg | Optional | Purpose | | ------------ | ------------- | -------- | -------------------- | ------------ | ------------------ | ------------------- | -------- | --------------- | | GCC | 5 | NO | `build-essential` | `base-devel` | `base-devel` | `gcc` | NO | | | CMake | 3.5 | NO | `cmake` | `cmake` | `cmake` | `cmake` | NO | | | pkg-config | any | NO | `pkg-config` | `base-devel` | `base-devel` | `pkgconf` | NO | | | Boost | 1.58 | NO | `libboost-all-dev` | `boost` | `boost-devel` | `boost-devel` | NO | C++ libraries | | OpenSSL | basically any | NO | `libssl-dev` | `openssl` | `libressl-devel` | `openssl-devel` | NO | sha256 sum | | libzmq | 4.2.0 | NO | `libzmq3-dev` | `zeromq` | `zeromq-devel` | `zeromq-devel` | NO | ZeroMQ library | | OpenPGM | ? | NO | `libpgm-dev` | `libpgm` | | `openpgm-devel` | NO | For ZeroMQ | | libnorm[2] | ? | NO | `libnorm-dev` | | | | YES | For ZeroMQ | | libunbound | 1.4.16 | NO | `libunbound-dev` | `unbound` | `unbound-devel` | `unbound-devel` | NO | DNS resolver | | libsodium | ? | NO | `libsodium-dev` | `libsodium` | `libsodium-devel` | `libsodium-devel` | NO | cryptography | | libunwind | any | NO | `libunwind8-dev` | `libunwind` | `libunwind-devel` | `libunwind-devel` | YES | Stack traces | | liblzma | any | NO | `liblzma-dev` | `xz` | `liblzma-devel` | `xz-devel` | YES | For libunwind | | libreadline | 6.3.0 | NO | `libreadline6-dev` | `readline` | `readline-devel` | `readline-devel` | YES | Input editing | | expat | 1.1 | NO | `libexpat1-dev` | `expat` | `expat-devel` | `expat-devel` | YES | XML parsing | | GTest | 1.5 | YES | `libgtest-dev`[1] | `gtest` | `gtest-devel` | `gtest-devel` | YES | Test suite | | ccache | any | NO | `ccache` | `ccache` | `ccache` | `ccache` | YES | Compil. cache | | Doxygen | any | NO | `doxygen` | `doxygen` | `doxygen` | `doxygen` | YES | Documentation | | Graphviz | any | NO | `graphviz` | `graphviz` | `graphviz` | `graphviz` | YES | Documentation | | lrelease | ? | NO | `qttools5-dev-tools` | `qt5-tools` | `qt5-tools` | `qt5-linguist` | YES | Translations | | libhidapi | ? | NO | `libhidapi-dev` | `hidapi` | `hidapi-devel` | `hidapi-devel` | YES | Hardware wallet | | libusb | ? | NO | `libusb-1.0-0-dev` | `libusb` | `libusb-devel` | `libusbx-devel` | YES | Hardware wallet | | libprotobuf | ? | NO | `libprotobuf-dev` | `protobuf` | `protobuf-devel` | `protobuf-devel` | YES | Hardware wallet | | protoc | ? | NO | `protobuf-compiler` | `protobuf` | `protobuf` | `protobuf-compiler` | YES | Hardware wallet | | libudev | ? | NO | `libudev-dev` | `systemd` | `eudev-libudev-devel` | `systemd-devel` | YES | Hardware wallet | [1] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must build the library binary manually. This can be done with the following command `sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make` then: * on Debian: `sudo mv libg* /usr/lib/` * on Ubuntu: `sudo mv lib/libg* /usr/lib/` [2] libnorm-dev is needed if your zmq library was built with libnorm, and not needed otherwise Install all dependencies at once on Debian/Ubuntu: ``` sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev python3 ccache doxygen graphviz ``` Install all dependencies at once on Arch: ``` sudo pacman -Syu --needed base-devel cmake boost openssl zeromq libpgm unbound libsodium libunwind xz readline expat gtest python3 ccache doxygen graphviz qt5-tools hidapi libusb protobuf systemd ``` Install all dependencies at once on Fedora: ``` sudo dnf install gcc gcc-c++ cmake pkgconf boost-devel openssl-devel zeromq-devel openpgm-devel unbound-devel libsodium-devel libunwind-devel xz-devel readline-devel expat-devel gtest-devel ccache doxygen graphviz qt5-linguist hidapi-devel libusbx-devel protobuf-devel protobuf-compiler systemd-devel ``` Install all dependencies at once on openSUSE: ``` sudo zypper ref && sudo zypper in cppzmq-devel libboost_chrono-devel libboost_date_time-devel libboost_filesystem-devel libboost_locale-devel libboost_program_options-devel libboost_regex-devel libboost_serialization-devel libboost_system-devel libboost_thread-devel libexpat-devel libminiupnpc-devel libsodium-devel libunwind-devel unbound-devel cmake doxygen ccache fdupes gcc-c++ libevent-devel libopenssl-devel pkgconf-pkg-config readline-devel xz-devel libqt5-qttools-devel patterns-devel-C-C++-devel_C_C++ ``` Install all dependencies at once on macOS with the provided Brewfile: ``` brew update && brew bundle --file=contrib/brew/Brewfile ``` FreeBSD 12.1 one-liner required to build dependencies: ``` pkg install git gmake cmake pkgconf boost-libs libzmq4 libsodium unbound ``` ### Cloning the repository Clone recursively to pull-in needed submodule(s): ``` git clone --recursive https://github.com/monero-project/monero ``` If you already have a repo cloned, initialize and update: ``` cd monero && git submodule init && git submodule update ``` *Note*: If there are submodule differences between branches, you may need to use `git submodule sync && git submodule update` after changing branches to build successfully. ### Build instructions Monero uses the CMake build system and a top-level [Makefile](Makefile) that invokes cmake commands as needed. #### On Linux and macOS * Install the dependencies * Change to the root of the source code directory, change to the most recent release branch, and build: ```bash cd monero git checkout release-v0.18 make ``` *Optional*: If your machine has several cores and enough memory, enable parallel build by running `make -j<number of threads>` instead of `make`. For this to be worthwhile, the machine should have one core and about 2GB of RAM available per thread. *Note*: The instructions above will compile the most stable release of the Monero software. If you would like to use and test the most recent software, use `git checkout master`. The master branch may contain updates that are both unstable and incompatible with release software, though testing is always encouraged. * The resulting executables can be found in `build/release/bin` * Add `PATH="$PATH:$HOME/monero/build/release/bin"` to `.profile` * Run Monero with `monerod --detach` * **Optional**: build and run the test suite to verify the binaries: ```bash make release-test ``` *NOTE*: `core_tests` test may take a few hours to complete. * **Optional**: to build binaries suitable for debugging: ```bash make debug ``` * **Optional**: to build statically-linked binaries: ```bash make release-static ``` Dependencies need to be built with -fPIC. Static libraries usually aren't, so you may have to build them yourself with -fPIC. Refer to their documentation for how to build them. * **Optional**: build documentation in `doc/html` (omit `HAVE_DOT=YES` if `graphviz` is not installed): ```bash HAVE_DOT=YES doxygen Doxyfile ``` * **Optional**: use ccache not to rebuild translation units, that haven't really changed. Monero's CMakeLists.txt file automatically handles it ```bash sudo apt install ccache ``` #### On the Raspberry Pi Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (2017-09-07 or later) from https://www.raspberrypi.org/downloads/raspbian/. If you are using Raspian Jessie, [please see note in the following section](#note-for-raspbian-jessie-users). * `apt-get update && apt-get upgrade` to install all of the latest software * Install the dependencies for Monero from the 'Debian' column in the table above. * Increase the system swap size: ```bash sudo /etc/init.d/dphys-swapfile stop sudo nano /etc/dphys-swapfile CONF_SWAPSIZE=2048 sudo /etc/init.d/dphys-swapfile start ``` * If using an external hard disk without an external power supply, ensure it gets enough power to avoid hardware issues when syncing, by adding the line "max_usb_current=1" to /boot/config.txt * Clone Monero and checkout the most recent release version: ```bash git clone https://github.com/monero-project/monero.git cd monero git checkout v0.18.1.2 ``` * Build: ```bash USE_SINGLE_BUILDDIR=1 make release ``` * Wait 4-6 hours * The resulting executables can be found in `build/release/bin` * Add `export PATH="$PATH:$HOME/monero/build/release/bin"` to `$HOME/.profile` * Run `source $HOME/.profile` * Run Monero with `monerod --detach` * You may wish to reduce the size of the swap file after the build has finished, and delete the boost directory from your home directory #### *Note for Raspbian Jessie users:* If you are using the older Raspbian Jessie image, compiling Monero is a bit more complicated. The version of Boost available in the Debian Jessie repositories is too old to use with Monero, and thus you must compile a newer version yourself. The following explains the extra steps and has been tested on a Raspberry Pi 2 with a clean install of minimal Raspbian Jessie. * As before, `apt-get update && apt-get upgrade` to install all of the latest software, and increase the system swap size ```bash sudo /etc/init.d/dphys-swapfile stop sudo nano /etc/dphys-swapfile CONF_SWAPSIZE=2048 sudo /etc/init.d/dphys-swapfile start ``` * Then, install the dependencies for Monero except for `libunwind` and `libboost-all-dev` * Install the latest version of boost (this may first require invoking `apt-get remove --purge libboost*-dev` to remove a previous version if you're not using a clean install): ```bash cd wget https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2 tar xvfo boost_1_72_0.tar.bz2 cd boost_1_72_0 ./bootstrap.sh sudo ./b2 ``` * Wait ~8 hours ```bash sudo ./bjam cxxflags=-fPIC cflags=-fPIC -a install ``` * Wait ~4 hours * From here, follow the [general Raspberry Pi instructions](#on-the-raspberry-pi) from the "Clone Monero and checkout most recent release version" step. #### On Windows: Binaries for Windows are built on Windows using the MinGW toolchain within [MSYS2 environment](https://www.msys2.org). The MSYS2 environment emulates a POSIX system. The toolchain runs within the environment and *cross-compiles* binaries that can run outside of the environment as a regular Windows application. **Preparing the build environment** * Download and install the [MSYS2 installer](https://www.msys2.org), either the 64-bit or the 32-bit package, depending on your system. * Open the MSYS shell via the `MSYS2 Shell` shortcut * Update packages using pacman: ```bash pacman -Syu ``` * Exit the MSYS shell using Alt+F4 * Edit the properties for the `MSYS2 Shell` shortcut changing "msys2_shell.bat" to "msys2_shell.cmd -mingw64" for 64-bit builds or "msys2_shell.cmd -mingw32" for 32-bit builds * Restart MSYS shell via modified shortcut and update packages again using pacman: ```bash pacman -Syu ``` * Install dependencies: To build for 64-bit Windows: ```bash pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-unbound ``` To build for 32-bit Windows: ```bash pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-zeromq mingw-w64-i686-libsodium mingw-w64-i686-hidapi mingw-w64-i686-unbound ``` * Open the MingW shell via `MinGW-w64-Win64 Shell` shortcut on 64-bit Windows or `MinGW-w64-Win64 Shell` shortcut on 32-bit Windows. Note that if you are running 64-bit Windows, you will have both 64-bit and 32-bit MinGW shells. **Cloning** * To git clone, run: ```bash git clone --recursive https://github.com/monero-project/monero.git ``` **Building** * Change to the cloned directory, run: ```bash cd monero ``` * If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.18.1.2'. If you don't care about the version and just want binaries from master, skip this step: ```bash git checkout v0.18.1.2 ``` * If you are on a 64-bit system, run: ```bash make release-static-win64 ``` * If you are on a 32-bit system, run: ```bash make release-static-win32 ``` * The resulting executables can be found in `build/release/bin` * **Optional**: to build Windows binaries suitable for debugging on a 64-bit system, run: ```bash make debug-static-win64 ``` * **Optional**: to build Windows binaries suitable for debugging on a 32-bit system, run: ```bash make debug-static-win32 ``` * The resulting executables can be found in `build/debug/bin` ### On FreeBSD: The project can be built from scratch by following instructions for Linux above(but use `gmake` instead of `make`). If you are running Monero in a jail, you need to add `sysvsem="new"` to your jail configuration, otherwise lmdb will throw the error message: `Failed to open lmdb environment: Function not implemented`. Monero is also available as a port or package as `monero-cli`. ### On OpenBSD: You will need to add a few packages to your system. `pkg_add cmake gmake zeromq libiconv boost`. The `doxygen` and `graphviz` packages are optional and require the xbase set. Running the test suite also requires `py3-requests` package. Build monero: `gmake` Note: you may encounter the following error when compiling the latest version of Monero as a normal user: ``` LLVM ERROR: out of memory c++: error: unable to execute command: Abort trap (core dumped) ``` Then you need to increase the data ulimit size to 2GB and try again: `ulimit -d 2000000` ### On NetBSD: Check that the dependencies are present: `pkg_info -c libexecinfo boost-headers boost-libs protobuf readline libusb1 zeromq git-base pkgconf gmake cmake | more`, and install any that are reported missing, using `pkg_add` or from your pkgsrc tree. Readline is optional but worth having. Third-party dependencies are usually under `/usr/pkg/`, but if you have a custom setup, adjust the "/usr/pkg" (below) accordingly. Clone the monero repository recursively and checkout the most recent release as described above. Then build monero: `gmake BOOST_ROOT=/usr/pkg LDFLAGS="-Wl,-R/usr/pkg/lib" release`. The resulting executables can be found in `build/NetBSD/[Release version]/Release/bin/`. ### On Solaris: The default Solaris linker can't be used, you have to install GNU ld, then run cmake manually with the path to your copy of GNU ld: ```bash mkdir -p build/release cd build/release cmake -DCMAKE_LINKER=/path/to/ld -D CMAKE_BUILD_TYPE=Release ../.. cd ../.. ``` Then you can run make as usual. ### Building portable statically linked binaries By default, in either dynamically or statically linked builds, binaries target the specific host processor on which the build happens and are not portable to other processors. Portable binaries can be built using the following targets: * ```make release-static-linux-x86_64``` builds binaries on Linux on x86_64 portable across POSIX systems on x86_64 processors * ```make release-static-linux-i686``` builds binaries on Linux on x86_64 or i686 portable across POSIX systems on i686 processors * ```make release-static-linux-armv8``` builds binaries on Linux portable across POSIX systems on armv8 processors * ```make release-static-linux-armv7``` builds binaries on Linux portable across POSIX systems on armv7 processors * ```make release-static-linux-armv6``` builds binaries on Linux portable across POSIX systems on armv6 processors * ```make release-static-win64``` builds binaries on 64-bit Windows portable across 64-bit Windows systems * ```make release-static-win32``` builds binaries on 64-bit or 32-bit Windows portable across 32-bit Windows systems ### Cross Compiling You can also cross-compile static binaries on Linux for Windows and macOS with the `depends` system. * ```make depends target=x86_64-linux-gnu``` for 64-bit linux binaries. * ```make depends target=x86_64-w64-mingw32``` for 64-bit windows binaries. * Requires: `python3 g++-mingw-w64-x86-64 wine1.6 bc` * You also need to run: ```update-alternatives --set x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g++-posix && update-alternatives --set x86_64-w64-mingw32-gcc x86_64-w64-mingw32-gcc-posix``` * ```make depends target=x86_64-apple-darwin11``` for macOS binaries. * Requires: `cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev` * ```make depends target=i686-linux-gnu``` for 32-bit linux binaries. * Requires: `g++-multilib bc` * ```make depends target=i686-w64-mingw32``` for 32-bit windows binaries. * Requires: `python3 g++-mingw-w64-i686` * ```make depends target=arm-linux-gnueabihf``` for armv7 binaries. * Requires: `g++-arm-linux-gnueabihf` * ```make depends target=aarch64-linux-gnu``` for armv8 binaries. * Requires: `g++-aarch64-linux-gnu` * ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries. * Requires: `g++-riscv64-linux-gnu` * ```make depends target=x86_64-unknown-freebsd``` for freebsd binaries. * Requires: `clang-8` * ```make depends target=arm-linux-android``` for 32bit android binaries * ```make depends target=aarch64-linux-android``` for 64bit android binaries The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names. The `depends` system has been tested on Ubuntu 18.04 and 20.04. Using `depends` might also be easier to compile Monero on Windows than using MSYS. Activate Windows Subsystem for Linux (WSL) with a distro (for example Ubuntu), install the apt build-essentials and follow the `depends` steps as depicted above. The produced binaries still link libc dynamically. If the binary is compiled on a current distribution, it might not run on an older distribution with an older installation of libc. Passing `-DBACKCOMPAT=ON` to cmake will make sure that the binary will run on systems having at least libc version 2.17. ### Gitian builds See [contrib/gitian/README.md](contrib/gitian/README.md). ## Installing Monero from a package **DISCLAIMER: These packages are not part of this repository or maintained by this project's contributors, and as such, do not go through the same review process to ensure their trustworthiness and security.** Packages are available for * Debian Buster See the [instructions in the whonix/monero-gui repository](https://gitlab.com/whonix/monero-gui#how-to-install-monero-using-apt-get) * Debian Bullseye and Sid ```bash sudo apt install monero ``` More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero). * Arch Linux [(via Community packages)](https://www.archlinux.org/packages/community/x86_64/monero/): ```bash sudo pacman -S monero ``` * Void Linux: ```bash xbps-install -S monero ``` * GuixSD ```bash guix package -i monero ``` * Gentoo [Monero overlay](https://github.com/gentoo-monero/gentoo-monero) ```bash emerge --noreplace eselect-repository eselect repository enable monero emaint sync -r monero echo '*/*::monero ~amd64' >> /etc/portage/package.accept_keywords emerge net-p2p/monero ``` * macOS [(homebrew)](https://brew.sh/) ```bash brew install monero ``` * Docker ```bash # Build using all available cores docker build -t monero . # or build using a specific number of cores (reduce RAM requirement) docker build --build-arg NPROC=1 -t monero . # either run in foreground docker run -it -v /monero/chain:/home/monero/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monero # or in background docker run -it -d -v /monero/chain:/home/monero/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monero ``` * The build needs 3 GB space. * Wait one hour or more Packaging for your favorite distribution would be a welcome contribution! ## Running monerod The build places the binary in `bin/` sub-directory within the build directory from which cmake was invoked (repository root by default). To run in the foreground: ```bash ./bin/monerod ``` To list all available options, run `./bin/monerod --help`. Options can be specified either on the command line or in a configuration file passed by the `--config-file` argument. To specify an option in the configuration file, add a line with the syntax `argumentname=value`, where `argumentname` is the name of the argument without the leading dashes, for example, `log-level=1`. To run in background: ```bash ./bin/monerod --log-file monerod.log --detach ``` To run as a systemd service, copy [monerod.service](utils/systemd/monerod.service) to `/etc/systemd/system/` and [monerod.conf](utils/conf/monerod.conf) to `/etc/`. The [example service](utils/systemd/monerod.service) assumes that the user `monero` exists and its home is the data directory specified in the [example config](utils/conf/monerod.conf). If you're on Mac, you may need to add the `--max-concurrency 1` option to monero-wallet-cli, and possibly monerod, if you get crashes refreshing. ## Internationalization See [README.i18n.md](docs/README.i18n.md). ## Using Tor > There is a new, still experimental, [integration with Tor](docs/ANONYMITY_NETWORKS.md). The > feature allows connecting over IPv4 and Tor simultaneously - IPv4 is used for > relaying blocks and relaying transactions received by peers whereas Tor is > used solely for relaying transactions received over local RPC. This provides > privacy and better protection against surrounding node (sybil) attacks. While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, by setting the following configuration parameters and environment variables: * `--p2p-bind-ip 127.0.0.1` on the command line or `p2p-bind-ip=127.0.0.1` in monerod.conf to disable listening for connections on external interfaces. * `--no-igd` on the command line or `no-igd=1` in monerod.conf to disable IGD (UPnP port forwarding negotiation), which is pointless with Tor. * `DNS_PUBLIC=tcp` or `DNS_PUBLIC=tcp://x.x.x.x` where x.x.x.x is the IP of the desired DNS server, for DNS requests to go over TCP, so that they are routed through Tor. When IP is not specified, monerod uses the default list of servers defined in [src/common/dns_utils.cpp](src/common/dns_utils.cpp). * `TORSOCKS_ALLOW_INBOUND=1` to tell torsocks to allow monerod to bind to interfaces to accept connections from the wallet. On some Linux systems, torsocks allows binding to localhost by default, so setting this variable is only necessary to allow binding to local LAN/VPN interfaces to allow wallets to connect from remote hosts. On other systems, it may be needed for local wallets as well. * Do NOT pass `--detach` when running through torsocks with systemd, (see [utils/systemd/monerod.service](utils/systemd/monerod.service) for details). * If you use the wallet with a Tor daemon via the loopback IP (eg, 127.0.0.1:9050), then use `--untrusted-daemon` unless it is your own hidden service. Example command line to start monerod through Tor: ```bash DNS_PUBLIC=tcp torsocks monerod --p2p-bind-ip 127.0.0.1 --no-igd ``` A helper script is in contrib/tor/monero-over-tor.sh. It assumes Tor is installed already, and runs Tor and Monero with the right configuration. ### Using Tor on Tails TAILS ships with a very restrictive set of firewall rules. Therefore, you need to add a rule to allow this connection too, in addition to telling torsocks to allow inbound connections. Full example: ```bash sudo iptables -I OUTPUT 2 -p tcp -d 127.0.0.1 -m tcp --dport 18081 -j ACCEPT DNS_PUBLIC=tcp torsocks ./monerod --p2p-bind-ip 127.0.0.1 --no-igd --rpc-bind-ip 127.0.0.1 \ --data-dir /home/amnesia/Persistent/your/directory/to/the/blockchain ``` ## Pruning As of April 2022, the full Monero blockchain file is about 130 GB. One can store a pruned blockchain, which is about 45 GB. A pruned blockchain can only serve part of the historical chain data to other peers, but is otherwise identical in functionality to the full blockchain. To use a pruned blockchain, it is best to start the initial sync with `--prune-blockchain`. However, it is also possible to prune an existing blockchain using the `monero-blockchain-prune` tool or using the `--prune-blockchain` `monerod` option with an existing chain. If an existing chain exists, pruning will temporarily require disk space to store both the full and pruned blockchains. For more detailed information see the ['Pruning' entry in the Moneropedia](https://www.getmonero.org/resources/moneropedia/pruning.html) ## Debugging This section contains general instructions for debugging failed installs or problems encountered with Monero. First, ensure you are running the latest version built from the GitHub repo. ### Obtaining stack traces and core dumps on Unix systems We generally use the tool `gdb` (GNU debugger) to provide stack trace functionality, and `ulimit` to provide core dumps in builds which crash or segfault. * To use `gdb` in order to obtain a stack trace for a build that has stalled: Run the build. Once it stalls, enter the following command: ```bash gdb /path/to/monerod `pidof monerod` ``` Type `thread apply all bt` within gdb in order to obtain the stack trace * If however the core dumps or segfaults: Enter `ulimit -c unlimited` on the command line to enable unlimited filesizes for core dumps Enter `echo core | sudo tee /proc/sys/kernel/core_pattern` to stop cores from being hijacked by other tools Run the build. When it terminates with an output along the lines of "Segmentation fault (core dumped)", there should be a core dump file in the same directory as monerod. It may be named just `core`, or `core.xxxx` with numbers appended. You can now analyse this core dump with `gdb` as follows: ```bash gdb /path/to/monerod /path/to/dumpfile` ``` Print the stack trace with `bt` * If a program crashed and cores are managed by systemd, the following can also get a stack trace for that crash: ```bash coredumpctl -1 gdb ``` #### To run Monero within gdb: Type `gdb /path/to/monerod` Pass command-line options with `--args` followed by the relevant arguments Type `run` to run monerod ### Analysing memory corruption There are two tools available: #### ASAN Configure Monero with the -D SANITIZE=ON cmake flag, eg: ```bash cd build/debug && cmake -D SANITIZE=ON -D CMAKE_BUILD_TYPE=Debug ../.. ``` You can then run the monero tools normally. Performance will typically halve. #### valgrind Install valgrind and run as `valgrind /path/to/monerod`. It will be very slow. ### LMDB Instructions for debugging suspected blockchain corruption as per @HYC There is an `mdb_stat` command in the LMDB source that can print statistics about the database but it's not routinely built. This can be built with the following command: ```bash cd ~/monero/external/db_drivers/liblmdb && make ``` The output of `mdb_stat -ea <path to blockchain dir>` will indicate inconsistencies in the blocks, block_heights and block_info table. The output of `mdb_dump -s blocks <path to blockchain dir>` and `mdb_dump -s block_info <path to blockchain dir>` is useful for indicating whether blocks and block_info contain the same keys. These records are dumped as hex data, where the first line is the key and the second line is the data. # Known Issues ## Protocols ### Socket-based Because of the nature of the socket-based protocols that drive monero, certain protocol weaknesses are somewhat unavoidable at this time. While these weaknesses can theoretically be fully mitigated, the effort required (the means) may not justify the ends. As such, please consider taking the following precautions if you are a monero node operator: - Run `monerod` on a "secured" machine. If operational security is not your forte, at a very minimum, have a dedicated a computer running `monerod` and **do not** browse the web, use email clients, or use any other potentially harmful apps on your `monerod` machine. **Do not click links or load URL/MUA content on the same machine**. Doing so may potentially exploit weaknesses in commands which accept "localhost" and "127.0.0.1". - If you plan on hosting a public "remote" node, start `monerod` with `--restricted-rpc`. This is a must. ### Blockchain-based Certain blockchain "features" can be considered "bugs" if misused correctly. Consequently, please consider the following: - When receiving monero, be aware that it may be locked for an arbitrary time if the sender elected to, preventing you from spending that monero until the lock time expires. You may want to hold off acting upon such a transaction until the unlock time lapses. To get a sense of that time, you can consider the remaining blocktime until unlock as seen in the `show_transfers` command.
3,006
Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
# Web3, Full Stack Solidity, Smart Contract & Blockchain - Beginner to Expert ULTIMATE Course | Javascript Edition <br/> <p align="center"> <a href="https://www.youtube.com/watch?v=gyMwXuJrbJQ" target="_blank"> <img src="./img/blockchain1.png" width="500" alt="Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Javascript Tutorial"> </a> </p> <br/> Welcome to the repository for the Ultimate Web3, Full Stack Solidity, and Smart Contract - Beginner to Expert Full Course | Javascript Edition FreeCodeCamp Course! # Link to video: https://www.youtube.com/watch?v=gyMwXuJrbJQ All code references have both a javascript and a typescript edition. Recommended Testnet: Goerli *We have updated the repos to work with Goerli due to Rinkeby and Kovan being sunset. Let us know if any of the changes break stuff!* # [Testnet Faucets](https://faucets.chain.link) Main Faucet: https://faucets.chain.link Backup Faucet: https://goerlifaucet.com/ > ⚠️ All code associated with this course is for demo purposes only. They have not been audited and should not be considered production ready. Please use at your own risk. # Resources For This Course ### Questions - [Github Discussions](https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions) - Ask questions and chat about the course here! - [Stack Exchange Ethereum](https://ethereum.stackexchange.com/) - Great place for asking technical questions about Ethereum - [StackOverflow](https://stackoverflow.com/) - Great place for asking technical questions overall # Table of Contents <details> <summary>Resources</summary> <ol> <li><a href="#testnet-faucets">Testnet Faucets</a></li> <li><a href="#resources-for-this-course">Resources For This Course</a><ul> <li><a href="#questions">Questions</a></li> </ul> </li> <li><a href="#table-of-contents">Table of Contents</a></li> </ol> </details> <details> <summary> <a href="#lesson-0-the-edge-of-the-rabbit-hole">Lesson 0: The Edge of the Rabbit Hole</a></summary> <ol> <li> <a href="#welcome-to-the-course">Welcome to the course! </a> </li> <li> <a href="#best-practices">Best Practices </a> </li> </ol> </details> <details> <summary> <a href="#lesson-1-blockchain-basics"> Lesson 1: Blockchain Basics </a> </summary> <ol> <li> <a href="#what-is-a-blockchain-what-does-a-blockchain-do">What is a Blockchain? What does a blockchain do?</a> </li> <li><a href="#the-purpose-of-smart-contracts">The Purpose Of Smart Contracts</a></li> <li><a href="#other-blockchain-benefits">Other Blockchain Benefits</a></li> <li><a href="#what-have-smart-contracts-done-so-far">What have Smart Contracts done so far?</a></li> <li><a href="#making-your-first-transaction">Making Your First Transaction</a></li> <li><a href="#gas-i-introduction-to-gas">Gas I: Introduction to Gas</a></li> <li><a href="#how-do-blockchains-work">How Do Blockchains Work?</a></li> <li><a href="#signing-transactions">Signing Transactions</a></li> <li><a href="#gas-ii">Gas II</a></li> <li><a href="#high-level-blockchain-fundamentals">High-Level Blockchain Fundamentals</a></li> </ol> </details> <details> <summary><a href="#lesson-2-welcome-to-remix-simple-storage">Lesson 2: Welcome to Remix! Simple Storage</a></summary> <ol> <li><a href="#introduction">Introduction</a></li> <li><a href="#setting-up-your-first-contract">Setting Up Your First Contract</a></li> <li><a href="#basic-solidity-types">Basic Solidity: Types</a></li> <li><a href="#basic-solidity-functions">Basic Solidity: Functions</a></li> <li><a href="#basic-solidity-arrays--structs">Basic Solidity: Arrays &amp; Structs</a></li> <li><a href="#basic-solidity-compiler-errors-and-warnings">Basic Solidity: Compiler Errors and Warnings</a></li> <li><a href="#memory-storage-calldata-intro">Memory, Storage, Calldata (Intro)</a></li> <li><a href="#mappings">Mappings</a></li> <li><a href="#deploying-your-first-contract">Deploying your First Contract</a></li> <li><a href="#the-evm--a-recap-of-lesson-2">The EVM &amp; A Recap of Lesson 2</a></li> </ol> </details> <details> <summary><a href="#lesson-3-remix-storage-factory">Lesson 3: Remix Storage Factory</a></summary> <ol> <li><a href="#introduction-1">Introduction</a></li> <li><a href="#basic-solidity-importing-contracts-into-other-contracts">Basic Solidity: Importing Contracts into other Contracts</a></li> <li><a href="#basic-solidity-interacting-with-other-contracts">Basic Solidity: Interacting with other Contracts</a></li> <li><a href="#basic-solidity-inheritance--overrides">Basic Solidity: Inheritance &amp; Overrides</a></li> <li><a href="#lesson-3-recap">Lesson 3 Recap</a></li> </ol> </details> <details> <summary><a href="#lesson-4-remix-fund-me">Lesson 4: Remix Fund Me</a></summary> <ol> <li><a href="#introduction-2">Introduction</a></li> <li><a href="#sending-eth-through-a-function--reverts">Sending ETH Through a Function &amp; Reverts</a></li> <li><a href="#chainlink--oracles">Chainlink &amp; Oracles</a></li> <li><a href="#review-of-sending-eth-and-working-with-chainlink">Review of Sending ETH and working with Chainlink</a></li> <li><a href="#interfaces--price-feeds">Interfaces &amp; Price Feeds</a></li> <li><a href="#importing-from-github--npm">Importing from GitHub &amp; NPM</a></li> <li><a href="#floating-point-math-in-solidtiy">Floating Point Math in Solidity</a></li> <li><a href="#basic-solidity-arrays--structs-ii">Basic Solidity: Arrays &amp; Structs II</a></li> <li><a href="#review-of-interfacs-importing-from-github--math-in-solidity">Review of Interfacs, Importing from GitHub, &amp; Math in Solidity</a></li> <li><a href="#libraries">Libraries</a></li> <li><a href="#safemath-overflow-checking-and-the-unchecked-keywork">SafeMath, Overflow Checking, and the &quot;unchecked&quot; keywork</a></li> <li><a href="#basic-solidity-for-loop">Basic Solidity: For Loop</a></li> <li><a href="#basic-solidity-resetting-an-array">Basic Solidity: Resetting an Array</a></li> <li><a href="#sending-eth-from-a-contract">Sending ETH from a Contract</a></li> <li><a href="#basic-solidity-constructor">Basic Solidity: Constructor</a></li> <li><a href="#basic-solidity-modifiers">Basic Solidity: Modifiers</a></li> <li><a href="#testnet-demo">Testnet Demo</a></li> <li><a href="#advanced-solidity">Advanced Solidity</a><ul> <li><a href="#immutable--constant">Immutable &amp; Constant</a></li> <li><a href="#custom-errors">Custom Errors</a></li> <li><a href="#receive--fallback-functions">Receive &amp; Fallback Functions</a></li> <li><a href="#lesson-4-recap">Lesson 4 Recap</a></li> </ol> </details> <details> <summary><a href="#lesson-5-ethersjs-simple-storage">Lesson 5: Ethers.js Simple Storage</a></summary> <ol> <li><a href="#effective-debugging-strategies--getting-help">Effective Debugging Strategies &amp; Getting Help</a><ul> <li><a href="#how-to-debug-anything-video">How to Debug Anything Video</a></li> </ul> </li> <li><a href="#installation--setup">Installation &amp; Setup</a><ul> <li><a href="#mac--linux-setup">Mac &amp; Linux Setup</a></li> <li><a href="#windows-setup">Windows Setup</a></li> <li><a href="#gitpod">Gitpod</a></li> </ul> </li> <li><a href="#local-development-introduction">Local Development Introduction</a><ul> <li><a href="#optional-javascript-crash-courses">Optional Javascript Crash Courses</a></li> </ul> </li> <li><a href="#tiny-javascript-refresher">Tiny Javascript Refresher</a></li> <li><a href="#asynchronous-programming-in-javascript">Asynchronous Programming in Javascript</a></li> <li><a href="#compiling-our-solidity">Compiling our Solidity</a></li> <li><a href="#ganache--networks">Ganache &amp; Networks</a></li> <li><a href="#introduction-to-ethersjs">Introduction to Ethers.js</a><ul> <li><a href="#a-note-on-the-await-keyword">A Note on the await Keyword</a></li> </ul> </li> <li><a href="#adding-transaction-overrides">Adding Transaction Overrides</a></li> <li><a href="#transaction-receipts">Transaction Receipts</a></li> <li><a href="#sending-a-raw-transaction-in-ethersjs">Sending a &quot;raw&quot; Transaction in Ethersjs</a></li> <li><a href="#interacting-with-contracts-in-ethersjs">Interacting with Contracts in Ethersjs</a></li> <li><a href="#environment-variables">Environment Variables</a></li> <li><a href="#better-private-key-management">Better Private Key Management</a></li> <li><a href="#optional-prettier-formatting">Optional Prettier Formatting</a></li> <li><a href="#deploying-to-a-testnet-or-a-mainnet">Deploying to a Testnet or a Mainnet</a></li> <li><a href="#verifying-on-block-explorers-from-the-ui">Verifying on Block Explorers from the UI</a></li> <li><a href="#alchemy-dashboard--the-mempool">Alchemy Dashboard &amp; The Mempool</a></li> <li><a href="#lesson-5-recap">Lesson 5 Recap</a><ul> <li><a href="#typescript-ethers-simple-storage">Typescript Ethers Simple Storage</a></li> </ul> </li> </ol> </details> <details> <summary><a href="#lesson-6-hardhat-simple-storage">Lesson 6: Hardhat Simple Storage</a></summary> <ol> <li><a href="#introduction-3">Introduction</a></li> <li><a href="#hardhat-setup">Hardhat Setup</a><ul> <li><a href="#troubleshooting-hardaht-setup">Troubleshooting Hardaht Setup</a></li> </ul> </li> <li><a href="#hardhat-setup-continued">Hardhat Setup Continued</a></li> <li><a href="#deploying-simplestorage-from-hardhat">Deploying SimpleStorage from Hardhat</a></li> <li><a href="#networks-in-hardhat">Networks in Hardhat</a></li> <li><a href="#programatic-verification">Programatic Verification</a></li> <li><a href="#interacting-with-contracts-in-hardhat">Interacting with Contracts in Hardhat</a></li> <li><a href="#artifacts-troubleshooting">Artifacts Troubleshooting</a></li> <li><a href="#custom-hardhat-tasks">Custom Hardhat Tasks</a></li> <li><a href="#hardhat-localhost-node">Hardhat Localhost Node</a></li> <li><a href="#the-hardhat-console">The Hardhat Console</a></li> <li><a href="#hardhat-tests">Hardhat Tests</a></li> <li><a href="#hardhat-gas-reporter">Hardhat Gas Reporter</a></li> <li><a href="#solidity-coverage">Solidity Coverage</a></li> <li><a href="#hardhat-waffle">Hardhat Waffle</a></li> <li><a href="#lesson-6-recap">Lesson 6 Recap</a><ul> <li><a href="#typescript-hardhat-simple-storage">Typescript Hardhat Simple Storage</a></li> </ul> </li> </ol> </details> <details> <summary><a href="#lesson-7-hardhat-fund-me">Lesson 7: Hardhat Fund Me</a></summary> <ol> <li><a href="#introduction-4">Introduction</a></li> <li><a href="#hardhat-setup---fund-me">Hardhat Setup - Fund Me</a></li> <li><a href="#linting">Linting</a></li> <li><a href="#hardhat-setup---fund-me---continued">Hardhat Setup - Fund Me - Continued</a></li> <li><a href="#importing-from-npm">Importing from NPM</a></li> <li><a href="#hardhat-deploy">Hardhat Deploy</a></li> <li><a href="#mocking">Mocking</a></li> <li><a href="#utils-folder">Utils Folder</a></li> <li><a href="#testnet-demo---hardhat-fund-me">Testnet Demo - Hardhat Fund Me</a></li> <li><a href="#solidity-style-guide">Solidity Style Guide</a></li> <li><a href="#testing-fund-me">Testing Fund Me</a></li> <li><a href="#breakpoints--debugging">Breakpoints &amp; Debugging</a></li> <li><a href="#gas-iii">Gas III:</a></li> <li><a href="#consolelog--debugging">console.log &amp; Debugging</a></li> <li><a href="#testing-fund-me-ii">Testing Fund Me II</a></li> <li><a href="#storage-in-solidity">Storage in Solidity</a></li> <li><a href="#gas-optimizations-using-storage-knowledge">Gas Optimizations using Storage Knowledge</a></li> <li><a href="#solidity-chainlink-style-guide">Solidity Chainlink Style Guide</a></li> <li><a href="#storage-review">Storage Review</a></li> <li><a href="#staging-tests">Staging Tests</a></li> <li><a href="#running-scripts-on-a-local-node">Running Scripts on a Local Node</a></li> <li><a href="#adding-scripts-to-your-packagejson">Adding Scripts to your package.json</a></li> <li><a href="#pushing-to-github">Pushing to GitHub</a></li> <li><a href="#-tweet-me-add-your-repo-in">🐸🐦 Tweet Me (add your repo in)!</a></li> </ol> </details> <details> <summary><a href="#lesson-8-html--javascript-fund-me-full-stack--front-end">Lesson 8: HTML / Javascript Fund Me (Full Stack / Front End)</a></summary> <ol> <li><a href="#introduction-5">Introduction</a></li> <li><a href="#how-websites-work-with-web3-wallets">How Websites work with Web3 Wallets</a></li> <li><a href="#html-setup">HTML Setup</a></li> <li><a href="#connecting-html-to-metamask">Connecting HTML to Metamask</a></li> <li><a href="#javascript-in-its-own-file">Javascript in it&#39;s own file</a></li> <li><a href="#es6-vs-nodejs">ES6 vs Nodejs</a></li> <li><a href="#sending-a-transaction-from-a-website">Sending a transaction from a Website</a></li> <li><a href="#resetting-an-account-in-metamask">Resetting an Account in Metamask</a></li> <li><a href="#listening-for-events-and-completed-transactions">Listening for Events and Completed Transactions</a></li> <li><a href="#input-forms">Input Forms</a></li> <li><a href="#reading-from-the-blockchain">Reading from the Blockchain</a></li> <li><a href="#withdraw-function">Withdraw Function</a></li> <li><a href="#lesson-8-recap">Lesson 8 Recap</a><ul> <li><a href="#optional-links">Optional Links</a></li> </ul> </li> </ol> </details> <details> <summary><a href="#lesson-9-hardhat-smart-contract-lottery">Lesson 9: Hardhat Smart Contract Lottery</a></summary> <ol> <li><a href="#introduction-6">Introduction</a></li> <li><a href="#hardhat-setup---smart-contract-lottery">Hardhat Setup - Smart Contract Lottery</a></li> <li><a href="#rafflesol-setup">Raffle.sol Setup</a></li> <li><a href="#introduction-to-events">Introduction to Events</a></li> <li><a href="#events-in-rafflesol">Events in Raffle.sol</a></li> <li><a href="#introduction-to-chainlink-vrf">Introduction to Chainlink VRF</a><ul> <li><a href="#sub-lesson-chainlink-vrf">Sub-Lesson: Chainlink VRF</a></li> </ul> </li> <li><a href="#implementing-chainlink-vrf---introduction">Implementing Chainlink VRF - Introduction</a><ul> <li><a href="#hardhat-shorthand">Hardhat Shorthand</a></li> </ul> </li> <li><a href="#implementing-chainlink-vrf---the-request">Implementing Chainlink VRF - The Request</a></li> <li><a href="#implementing-chainlink-vrf---the-fulfill">Implementing Chainlink VRF - The FulFill</a><ul> <li><a href="#modulo">Modulo</a></li> </ul> </li> <li><a href="#introduction-to-chainlink-keepers">Introduction to Chainlink Keepers</a></li> <li><a href="#implementing-chainlink-keepers---checkupkeep">Implementing Chainlink Keepers - checkUpkeep</a><ul> <li><a href="#enums">Enums</a></li> </ul> </li> <li><a href="#implementing-chainlink-keepers---checkupkeep-continued">Implementing Chainlink Keepers - checkUpkeep continued</a></li> <li><a href="#implementing-chainlink-keepers---performupkeep">Implementing Chainlink Keepers - performUpkeep</a></li> <li><a href="#code-cleanup">Code Cleanup</a></li> <li><a href="#deploying-rafflesol">Deploying Raffle.sol</a><ul> <li><a href="#mock-chainlink-vrf-coordinator">Mock Chainlink VRF Coordinator</a></li> <li><a href="#continued">Continued</a></li> </ul> </li> <li><a href="#rafflesol-unit-tests">Raffle.sol Unit Tests</a><ul> <li><a href="#testing-events--chai-matchers">Testing Events &amp; Chai Matchers</a></li> <li><a href="#continued-i">Continued I</a></li> </ul> </li> <li><a href="#hardhat-methods--time-travel">Hardhat Methods &amp; Time Travel</a><ul> <li><a href="#continued-ii">Continued II</a></li> </ul> </li> <li><a href="#callstatic">Callstatic</a><ul> <li><a href="#continued-iii">Continued III</a></li> <li><a href="#massive-promise-test">Massive Promise Test</a></li> <li><a href="#continued-iv">Continued IV</a></li> </ul> </li> <li><a href="#rafflesol-staging-tests">Raffle.sol Staging Tests</a></li> <li><a href="#testing-on-a-testnet">Testing on a Testnet</a><ul> <li><a href="#recommended-link-amounts-for-goerli-staging-test">Recommended LINK amounts for Goerli Staging Test:</a></li> </ul> </li> <li><a href="#conclusion">Conclusion</a></li> <li><a href="#typescript---smart-contract-lottery">Typescript - Smart Contract Lottery</a></li> </ol> </details> <details> <summary><a href="#lesson-10-nextjs-smart-contract-lottery-full-stack--front-end">Lesson 10: NextJS Smart Contract Lottery (Full Stack / Front End)</a></summary> <ol> <li><a href="#introduction-7">Introduction</a><ul> <li><a href="#optional-sub-lesson-full-stack-development--other-libraries">Optional Sub-Lesson: Full Stack Development &amp; Other Libraries</a></li> </ul> </li> <li><a href="#nextjs-setup">NextJS Setup</a></li> <li><a href="#manual-header-i">Manual Header I</a><ul> <li><a href="#react-hooks">React Hooks</a></li> </ul> </li> <li><a href="#manual-header-ii">Manual Header II</a></li> <li><a href="#useeffect-hook">useEffect Hook</a></li> <li><a href="#local-storage">Local Storage</a></li> <li><a href="#isweb3enabledloading">isWeb3EnabledLoading</a></li> <li><a href="#web3uikit">web3uikit</a></li> <li><a href="#introduction-to-calling-functions-in-nextjs">Introduction to Calling Functions in Nextjs</a><ul> <li><a href="#automatic-constant-value-ui-updater">Automatic Constant Value UI Updater</a></li> <li><a href="#runcontractfunction">runContractFunction</a></li> </ul> </li> <li><a href="#usestate">useState</a></li> <li><a href="#calling-functions-in-nextjs">Calling Functions in NextJS</a></li> <li><a href="#usenotification">useNotification</a></li> <li><a href="#reading--displaying-contract-data">Reading &amp; Displaying Contract Data</a></li> <li><a href="#a-note-about-onsuccess">A Note about <code>onSuccess</code></a></li> <li><a href="#a-challenge-to-you">A Challenge to You</a></li> <li><a href="#tailwind--styling">Tailwind &amp; Styling</a></li> <li><a href="#introduction-to-hosting-your-site">Introduction to Hosting your Site</a></li> <li><a href="#ipfs">IPFS</a></li> <li><a href="#hosting-on-ipfs">Hosting on IPFS</a></li> <li><a href="#hosting-on-ipfs--filecoin-using-fleek">Hosting on IPFS &amp; Filecoin using Fleek</a></li> <li><a href="#filecoin-overview">Filecoin Overview</a></li> <li><a href="#lesson-10-recap">Lesson 10 Recap</a></li> </ol> </details> <details> <summary><a href="#lesson-11-hardhat-starter-kit">Lesson 11: Hardhat Starter Kit</a></summary> <ol> </details> <details> <summary><a href="#lesson-12-hardhat-erc20s">Lesson 12: Hardhat ERC20s</a></summary> <ol> <li><a href="#what-is-an-erc-what-is-an-eip">What is an ERC? What is an EIP?</a></li> <li><a href="#what-is-an-erc20">What is an ERC20?</a></li> <li><a href="#manually-creating-an-erc20-token">Manually Creating an ERC20 Token</a></li> <li><a href="#creating-an-erc20-token-with-openzeppelin">Creating an ERC20 Token with Openzeppelin</a></li> <li><a href="#lesson-12-recap">Lesson 12 Recap</a></li> </ul> </ol> </details> <details> <summary><a href="#lesson-13-hardhat-defi--aave">Lesson 13: Hardhat DeFi &amp; Aave</a></summary> <ol> <li><a href="#what-is-defi">What is DeFi?</a></li> <li><a href="#what-is-aave">What is Aave?</a></li> <li><a href="#programatic-borrowing--lending">Programatic Borrowing &amp; Lending</a></li> <li><a href="#weth---wrapped-eth">WETH - Wrapped ETH</a></li> <li><a href="#forking-mainnet">Forking Mainnet</a></li> <li><a href="#depositing-into-aave">Depositing into Aave</a></li> <li><a href="#borrowing-from-aave">Borrowing from Aave</a></li> <li><a href="#repaying-with-aave">Repaying with Aave</a></li> <li><a href="#visualizing-the-transactions">Visualizing the Transactions</a></li> <li><a href="#lesson-13-recap">Lesson 13 Recap</a></li> <li><a href="#happy-bow-tie-friday-with-austin-griffith">Happy Bow-Tie Friday with Austin Griffith</a><ul> <li><a href="#more-defi-learnings">More DeFi Learnings:</a></li> </ul> </li> </ul> </ol> </details> <details> <summary><a href="#lesson-14-hardhat-nfts-everything-you-need-to-know-about-nfts">Lesson 14: Hardhat NFTs (EVERYTHING you need to know about NFTs)</a></summary> <ol> <li><a href="#what-is-an-nft">What is an NFT?</a></li> <li><a href="#code-overview">Code Overview</a></li> <li><a href="#hardhat-setup-1">Hardhat Setup</a></li> <li><a href="#basic-nft">Basic NFT</a><ul> <li><a href="#write-tests">Write Tests</a></li> </ul> </li> <li><a href="#random-ipfs-nft">Random IPFS NFT</a><ul> <li><a href="#mapping-chainlink-vrf-requests">Mapping Chainlink VRF Requests</a></li> <li><a href="#creating-rare-nfts">Creating Rare NFTs</a></li> <li><a href="#setting-the-nft-image">Setting the NFT Image</a></li> <li><a href="#setting-an-nft-mint-price">Setting an NFT Mint Price</a></li> <li><a href="#deploy-script">Deploy Script</a></li> <li><a href="#uploading-token-images-with-pinata">Uploading Token Images with Pinata</a></li> <li><a href="#uploading-token-uris-metadata-with-pinata">Uploading Token URIs (metadata) with Pinata</a></li> <li><a href="#deploying">Deploying</a></li> <li><a href="#tests">Tests</a></li> </ul> </li> <li><a href="#dynamic-svg-on-chain-nft">Dynamic SVG On-Chain NFT</a><ul> <li><a href="#what-is-an-svg">What is an SVG?</a></li> <li><a href="#initial-code">Initial Code</a></li> <li><a href="#base64-encoding">Base64 Encoding</a></li> </ul> </li> <li><a href="#advanced-evm-opcodes-encoding-and-calling">Advanced: EVM Opcodes, Encoding, and Calling</a><ul> <li><a href="#abiencode--abiencodepacked">abi.encode &amp; abi.encodePacked</a></li> <li><a href="#introduction-to-encoding-function-calls-directly">Introduction to Encoding Function Calls Directly</a></li> <li><a href="#introduction-to-encoding-function-calls-recap">Introduction to Encoding Function Calls Recap</a></li> <li><a href="#encoding-function-calls-directly">Encoding Function Calls Directly</a></li> <li><a href="#creating-an-nft-tokenuri-on-chain">Creating an NFT TokenURI on-Chain</a></li> <li><a href="#making-the-nft-dynamic">Making the NFT Dynamic</a></li> <li><a href="#deploy-script-1">Deploy Script</a></li> </ul> </li> <li><a href="#deploying-the-nfts-to-a-testnet">Deploying the NFTs to a Testnet</a></li> <li><a href="#lesson-14-recap">Lesson 14 Recap</a></li> </ul> </ol> </details> <details> <summary><a href="#lesson-15-nextjs-nft-marketplace-if-you-finish-this-lesson-you-are-a-full-stack-monster">Lesson 15: NextJS NFT Marketplace (If you finish this lesson, you are a full-stack MONSTER!)</a></summary> <ol> <li><a href="#introduction-8">Introduction</a></li> <li><a href="#part-i-nft-marketplace-contracts">Part I: NFT Marketplace Contracts</a><ul> <li><a href="#hardhat-setup-2">Hardhat Setup</a></li> <li><a href="#nftmarketplacesol">NftMarketplace.sol</a></li> </ul> </li> <li><a href="#reentrancy">Reentrancy</a><ul> <li><a href="#nftmarketplacesol---continued">NftMarketplace.sol - Continued</a></li> <li><a href="#nftmarketplacesol---deploy-script">NftMarketplace.sol - Deploy Script</a></li> <li><a href="#nftmarketplacesol---tests">NftMarketplace.sol - Tests</a></li> <li><a href="#nftmarketplacesol---scripts">NftMarketplace.sol - Scripts</a></li> </ul> </li> <li><a href="#part-ii-moralis-front-end">Part II: Moralis Front End</a><ul> <li><a href="#what-is-moralis">What is Moralis?</a></li> <li><a href="#nextjs-setup-1">NextJS Setup</a></li> <li><a href="#adding-tailwind">Adding Tailwind</a></li> <li><a href="#introduction-to-indexing-in-web3">Introduction to Indexing in Web3</a></li> <li><a href="#connecting-moralis-to-our-local-hardhat-node">Connecting Moralis to our Local Hardhat Node</a></li> <li><a href="#moralis-event-sync">Moralis Event Sync</a><ul> <li><a href="#reset-local-chain">Reset Local Chain</a></li> </ul> </li> <li><a href="#moralis-cloud-functions">Moralis Cloud Functions</a><ul> <li><a href="#practice-resetting-the-local-chain">Practice Resetting the Local Chain</a></li> </ul> </li> <li><a href="#moralis-cloud-functions-ii">Moralis Cloud Functions II</a></li> <li><a href="#querying-the-moralis-database">Querying the Moralis Database</a></li> <li><a href="#rendering-the-nft-images">Rendering the NFT Images</a></li> <li><a href="#update-listing-modal">Update Listing Modal</a></li> <li><a href="#buy-nft-listing">Buy NFT Listing</a></li> <li><a href="#listing-nfts-for-sale">Listing NFTs for Sale</a></li> </ul> </li> <li><a href="#part-iii-thegraph-front-end">Part III: TheGraph Front End</a><ul> <li><a href="#introduction-9">Introduction</a></li> <li><a href="#what-is-the-graph">What is The Graph?</a></li> <li><a href="#building-a-subgraph">Building a Subgraph</a></li> <li><a href="#deploying-our-subgraph">Deploying our Subgraph</a></li> <li><a href="#reading-from-the-graph">Reading from The Graph</a></li> <li><a href="#hosting-our-dapp">Hosting our Dapp</a></li> </ul> </li> </ul> </ol> </details> <details> <summary><a href="#lesson-16-hardhat-upgrades">Lesson 16: Hardhat Upgrades</a></summary> <ol> <li><a href="#upgradeable-smart-contracts-overview">Upgradeable Smart Contracts Overview</a></li> <li><a href="#types-of-upgrades">Types of Upgrades</a></li> <li><a href="#delegatecall">Delegatecall</a></li> <li><a href="#small-proxy-example">Small Proxy Example</a></li> <li><a href="#transparent-upgradeable-smart-contract">Transparent Upgradeable Smart Contract</a></li> </ul> </ol> </details> <details> <summary><a href="#lesson-17-hardhat-daos">Lesson 17: Hardhat DAOs</a></summary> <ol> <li><a href="#introduction-10">Introduction</a></li> <li><a href="#what-is-a-dao">What is a DAO?</a></li> <li><a href="#how-to-build-a-dao">How to build a DAO</a></li> </ol> </details> <details> <summary><a href="#lesson-18-security--auditing">Lesson 18: Security &amp; Auditing</a></summary> <ol> <li><a href="#introduction-11">Introduction</a></li> <li><a href="#slither">Slither</a></li> <li><a href="#fuzzing-and-eth-security-toolbox">Fuzzing and Eth Security Toolbox</a></li> <li><a href="#closing-thoughts">Closing Thoughts</a></li> </ol> </details> <details> <summary>More Resources</summary> <ul> <li><a href="#congratulations">Congratulations</a><ul> <li><a href="#where-do-i-go-now">Where do I go now?</a><ul> <li><a href="#learning-more">Learning More</a></li> <li><a href="#community">Community</a></li> <li><a href="#hackathons">Hackathons</a></li> </ul> </li> </ul> </li> </ul> </ul> </details> # Lesson 0: The Edge of the Rabbit Hole ## Welcome to the course! *[⌨️ (00:00:00) Lesson 0: Welcome To Blockchain](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=0s)* ## Best Practices - **Follow the repository:** While going through the course be 100% certain to follow along with the github repository. If you run into in an issue check the chronological-updates in the repo. - **Be Active in the community:** Ask questions and engage with other developers going through the course in the discussions tab, be sure to go and say hello or gm! This space is different from the other industries, you don't have to be secretive; communicate, network and learn with others :) - **Learn at your own pace:** It doesn't matter if it takes you a day, a week, a month or even a year. Progress >>> Perfection - **Take Breaks:** You will exhaust your mind and recall less if you go all out and watch the entire course in one sitting. **Suggested Strategy** every 25 minutes take a 5 min break, and every 2 hours take a longer 30 min break - **Refer to Documentation:** Things are constantly being updated, so whenever Patrick opens up some documentation, open it your end and maybe even have the code sample next to you. # Lesson 1: Blockchain Basics *[⌨️ (00:09:05) Lesson 1: Blockchain Basics](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=545s)* ## What is a Blockchain? What does a blockchain do? - [Bitcoin Whitepaper](https://bitcoin.org/bitcoin.pdf) - [Satoshi Nakamoto](https://en.wikipedia.org/wiki/Satoshi_Nakamoto) - [Ethereum Whitepaper](https://ethereum.org/en/whitepaper/) - [Vitalik Buterin](https://en.wikipedia.org/wiki/Vitalik_Buterin) - [What is a Smart Contract?](https://chain.link/education/smart-contracts) - [Nick Szabo](https://en.wikipedia.org/wiki/Nick_Szabo) - [Hybrid Smart Contracts](https://blog.chain.link/hybrid-smart-contracts-explained/) - [Blockchain Oracles](https://betterprogramming.pub/what-is-a-blockchain-oracle-f5ccab8dbd72?source=friends_link&sk=d921a38466df8a9176ed8dd767d8c77d) - [Terminology](https://connect.comptia.org/content/articles/blockchain-terminology) - [Web3](https://en.wikipedia.org/wiki/Web3) - [What is a blockchain](https://www.investopedia.com/terms/b/blockchain.asp) ## The Purpose Of Smart Contracts - 🎥 [Original Video](https://www.youtube.com/watch?v=_JeRq7Gwj5Y&feature=youtu.be) - 🦬 [My ETH Denver Talk](https://www.youtube.com/watch?v=06hXCX_jj2E) - 🍔 [McDonalds Scandal](https://www.chicagotribune.com/sns-mcdonalds-story.html) - ⛓ [More on the evolution of agreements](https://www.youtube.com/watch?v=ufVyX7JDCgg) - ✍️ [What is a Smart Contract?](https://www.youtube.com/watch?v=ZE2HxTmxfrI) - 🧱 [How does a blockchain work?](https://www.youtube.com/watch?v=SSo_EIwHSd4) - 🔮 [Chainlink & Oracles](https://www.youtube.com/watch?v=tIUHQ7sDoaU) ## Other Blockchain Benefits - Decentralized - Transparency & Flexibility - Speed & Efficiency - Security & Immutability - Counterparty Risk Removal - Trust Minimized Agreements ## What have Smart Contracts done so far? - [DeFi](https://chain.link/education/defi) - [Defi Llama](https://defillama.com/) - [Why DeFi is Important](https://medium.com/the-capital/why-defi-1519cc4d4bd3) - [DAOs](https://betterprogramming.pub/what-is-a-dao-what-is-the-architecture-of-a-dao-how-to-build-a-dao-high-level-d096a97162cc) - [NFTs](https://www.youtube.com/watch?v=9yuHz6g_P50) ## Making Your First Transaction - [Metamask Download Link](https://metamask.io/) - [What is a Private Key?](https://www.coinbase.com/learn/crypto-basics/what-is-a-private-key) - [What is a Secret Phrase?](https://metamask.zendesk.com/hc/en-us/articles/360060826432-What-is-a-Secret-Recovery-Phrase-and-how-to-keep-your-crypto-wallet-secure) - [Etherscan](https://etherscan.io/) - [Goerli Etherscan](https://goerli.etherscan.io/) - Goerli Faucet (Check the [link token contracts page](https://docs.chain.link/docs/link-token-contracts/#goerli)) - NOTE: The Chainlink documentation always has the most up to date faucets on their [link token contracts page](https://docs.chain.link/docs/link-token-contracts/#goerli). If the faucet above is broken, check the chainlink documentation for the most up to date faucet. - OR, use the [Goerli ETH Faucet](https://faucets.chain.link/), just be sure to swap your metamask to goerli! ## Gas I: Introduction to Gas - [Gas and Gas Fees](https://ethereum.org/en/developers/docs/gas/) - [Wei, Gwei, and Ether Converter](https://eth-converter.com/) - [ETH Gas Station](https://ethgasstation.info/) ## How Do Blockchains Work? - [What is a hash?](https://techjury.net/blog/what-is-cryptographic-hash/) - [Blockchain Demo](https://andersbrownworth.com/blockchain/) - [Summary](https://ethereum.org/en/developers/docs/intro-to-ethereum/) ## Signing Transactions - [Public / Private Keys](https://andersbrownworth.com/blockchain/public-private-keys/keys) - [Layer 2 and Rollups](https://ethereum.org/en/developers/docs/scaling/layer-2-rollups/) - [Decentralized Blockchain Oracles](https://blog.chain.link/what-is-the-blockchain-oracle-problem/) ## Gas II - [Block Rewards](https://www.investopedia.com/terms/b/block-reward.asp) - Advanced Gas - [EIP 1559](https://www.youtube.com/watch?v=MGemhK9t44Q) - GWEI, WEI, and ETH - [ETH Converter](https://eth-converter.com/) ## Gas II Summary - [Run Your Own Ethereum Node](https://geth.ethereum.org/docs/getting-started) ## High-Level Blockchain Fundamentals - [Consensus](https://wiki.polkadot.network/docs/learn-consensus) - [Proof of Stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/) - [Proof of Work](https://ethereum.org/en/developers/docs/consensus-mechanisms/pow/) - [Nakamoto Consensus](https://blockonomi.com/nakamoto-consensus/) - [Ethereum 2 (the merge)](https://ethereum.org/en/eth2/) 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 Completed Blockchain Basics! 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 # Lesson 2: [Welcome to Remix! Simple Storage](https://github.com/PatrickAlphaC/simple-storage-fcc) *[⌨️ (02:01:16) Lesson 2: Welcome to Remix! Simple Storage](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=7276s)* 💻 Code: https://github.com/PatrickAlphaC/simple-storage-fcc ## Introduction - [Remix](https://remix.ethereum.org/) - [Solidity Documentation](https://docs.soliditylang.org/en/latest/index.html) ## Setting Up Your First Contract - Versioning - Take notes in your code! - [What is a software license](https://snyk.io/learn/what-is-a-software-license/) - SPDX License - Compiling - Contract Declaration ## Basic Solidity: Types - [Types & Declaring Variables](https://docs.soliditylang.org/en/latest/) - `uint256`, `int256`, `bool`, `string`, `address`, `bytes32` - [Solidity Types](https://docs.soliditylang.org/en/latest/types.html) - [Bits and Bytes](https://www.youtube.com/watch?v=Dnd28lQHquU) - Default Initializations - Comments ## Basic Solidity: Functions - Functions - Deploying a Contract - Smart Contracts have addresses just like our wallets - Calling a public state-changing Function - [Visibility](https://docs.soliditylang.org/en/latest/contracts.html#visibility-and-getters) - Gas III | An example - Scope - View & Pure Functions ## Basic Solidity: Arrays & Structs - Structs - Intro to Storage - Arrays - Dynamic & Fixed Sized - `push` array function ## Basic Solidity: Compiler Errors and Warnings - Yellow: Warnings are Ok - Red: Errors are not Ok ## Memory, Storage, Calldata (Intro) - 6 Places you can store and access data - calldata - memory - storage - code - logs - stack ## Mappings - [Mappings](https://solidity-by-example.org/mapping) ## Deploying your First Contract - A testnet or mainnet - Connecting Metamask - [Find a faucet here](https://docs.chain.link/docs/link-token-contracts/#goerli) - See the faucets at the top of this readme! - Interacting with Deployed Contracts ## The EVM & A Recap of Lesson 2 - The EVM # Lesson 3: Remix Storage Factory *[⌨️ (03:05:34) Lesson 3: Remix Storage Factory](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=11134s)* 💻 Code: https://github.com/PatrickAlphaC/storage-factory-fcc ## Introduction - [Factory Pattern](https://betterprogramming.pub/learn-solidity-the-factory-pattern-75d11c3e7d29) ## Basic Solidity: Importing Contracts into other Contracts - [Composibility](https://chain.link/techtalks/defi-composability) - [Solidity new keyword](https://docs.soliditylang.org/en/latest/control-structures.html?highlight=new#creating-contracts-via-new) - [Importing Code in solidity](https://solidity-by-example.org/import) ## Basic Solidity: Interacting with other Contracts - To interact, you always need: ABI + Address - [ABI](https://docs.soliditylang.org/en/latest/abi-spec.html?highlight=abi) ## Basic Solidity: Inheritance & Overrides - [Inheritance](https://solidity-by-example.org/inheritance) - [Override & Virtual Keyword](https://docs.soliditylang.org/en/latest/contracts.html?highlight=override#function-overriding) ## Lesson 3 Recap # Lesson 4: Remix Fund Me *[⌨️ (03:31:55) Lesson 4: Remix Fund Me](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=12715s)* 💻 Code: https://github.com/PatrickAlphaC/fund-me-fcc ## Introduction ## Sending ETH Through a Function & Reverts - [Fields in a Transaction](https://ethereum.org/en/developers/docs/transactions/) - [More on v,r,s](https://ethereum.stackexchange.com/questions/15766/what-does-v-r-s-in-eth-gettransactionbyhash-mean) - [payable](https://solidity-by-example.org/payable) - [msg.value & Other global keywords](https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=cheatsheet#global-variables) - [require](https://codedamn.com/news/solidity/what-is-require-in-solidity) - [revert](https://medium.com/blockchannel/the-use-of-revert-assert-and-require-in-solidity-and-the-new-revert-opcode-in-the-evm-1a3a7990e06e) ## Chainlink & Oracles - [What is a blockchain oracle?](https://chain.link/education/blockchain-oracles) - [What is the oracle problem?](https://blog.chain.link/what-is-the-blockchain-oracle-problem/) - [Chainlink](https://chain.link/) - [Chainlink Price Feeds (Data Feeds)](https://docs.chain.link/docs/get-the-latest-price/) - [data.chain.link](https://data.chain.link/) - [Chainlink VRF](https://docs.chain.link/docs/chainlink-vrf/) - [Chainlink Keepers](https://docs.chain.link/docs/chainlink-keepers/introduction/) - [Chainlink API Calls](https://docs.chain.link/docs/request-and-receive-data/) - [Importing Tokens into your Metamask](https://consensys.net/blog/metamask/how-to-add-your-custom-tokens-in-metamask/) - [Request and Receive Chainlink Model](https://docs.chain.link/docs/architecture-request-model/) ## Review of Sending ETH and working with Chainlink ## Interfaces & Price Feeds - [Chainlink Price Feeds (Data Feeds)](https://docs.chain.link/docs/get-the-latest-price/) - [Chainlink GitHub](https://github.com/smartcontractkit/chainlink) - [Interface](https://solidity-by-example.org/interface) ## Importing from GitHub & NPM - [Chainlink NPM Package](https://www.npmjs.com/package/@chainlink/contracts) ## Floating Point Math in Solidity - [tuple](https://docs.soliditylang.org/en/latest/abi-spec.html?highlight=tuple#handling-tuple-types) - [Floating Point Numbers in Solidity](https://stackoverflow.com/questions/58277234/does-solidity-supports-floating-point-number) - [Type Casting](https://ethereum.stackexchange.com/questions/6891/type-casting-in-solidity) - Gas Estimation Failed - Someone should make an article explaining this error ## Basic Solidity: Arrays & Structs II - [msg.sender](https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=msg.sender) ## Review of Interfaces, Importing from GitHub, & Math in Solidity ## Libraries - [Library](https://docs.soliditylang.org/en/v0.8.14/contracts.html?highlight=library#libraries) - [Solidity-by-example Library](https://solidity-by-example.org/library) ## SafeMath, Overflow Checking, and the "unchecked" keyword - [Openzeppelin Safemath](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/math/SafeMath.sol) - [unchecked vs. checked](https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic) ## Basic Solidity: For Loop - [For Loop](https://solidity-by-example.org/loop) - `/* */` is another way to make comments ## Basic Solidity: Resetting an Array ## Sending ETH from a Contract - [Transfer, Send, Call](https://solidity-by-example.org/sending-ether/) - [this keyword](https://ethereum.stackexchange.com/questions/1781/what-is-the-this-keyword-in-solidity) ## Basic Solidity: Constructor - [Constructor](https://solidity-by-example.org/constructor) ## Basic Solidity: Modifiers - [Double equals](https://www.geeksforgeeks.org/solidity-operators/) - [Modifier](https://solidity-by-example.org/function-modifier) ## Testnet Demo - [Disconnecting Metamask](https://help.1inch.io/en/articles/4666771-metamask-how-to-connect-disconnect-and-switch-accounts-with-metamask-on-1inch-network) ## Advanced Solidity ### Immutable & Constant - [Immutable](https://solidity-by-example.org/immutable) - [Constant](https://solidity-by-example.org/constants) - [Current ETH Gas Prices](https://etherscan.io/gastracker) - Don't stress about gas optimizations! (yet) - Naming Conventions - [Someone make this!](https://github.com/smartcontractkit/full-blockchain-solidity-course-js/issues/13) ### Custom Errors - [Custom Errors Introduction](https://blog.soliditylang.org/2021/04/21/custom-errors/) ### Receive & Fallback Functions - [Solidity Docs Special Functions](https://docs.soliditylang.org/en/latest/contracts.html?highlight=fallback#special-functions) - [Fallback](https://solidity-by-example.org/fallback) - [Receive](https://docs.soliditylang.org/en/latest/contracts.html?highlight=fallback#receive-ether-function) ## Lesson 4 Recap 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 Completed Solidity Basics! 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 # Lesson 5: Ethers.js Simple Storage *[⌨️ (05:30:42) Lesson 5: Ethers.js Simple Storage](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=19842s)* 💻 Code: https://github.com/PatrickAlphaC/ethers-simple-storage-fcc 🧪 [Alchemy: https://alchemy.com/?a=673c802981](https://alchemy.com/?a=673c802981) ## Effective Debugging Strategies & Getting Help *[⌨️ (5:30:46) Effective Debugging Stategies & Getting Help](https://youtu.be/gyMwXuJrbJQ?t=19846)* 1. Tinker and isolate problem 1. For this course, take at LEAST 15 minutes to figure out a bug. 2. Google / Web Search the Exact problem 1. Go to this GitHub Repo / Discussions 3. Ask a question on a Forum like Stack Exchange Ethereum or Stack Overflow 1. Format your questions!! 2. Use [Markdown](https://www.markdowntutorial.com/) ### How to Debug Anything Video - [Patrick's Original Video](https://www.youtube.com/watch?v=XT8STflvwNo) ## Installation & Setup - [Visual Studio Code](https://code.visualstudio.com/) - [Crash Course](https://www.youtube.com/watch?v=WPqXP_kLzpo) - [NodeJS](https://nodejs.org/en/) - [VSCode Keybindings](https://code.visualstudio.com/docs/getstarted/keybindings) - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - [What is a terminal?](https://code.visualstudio.com/docs/editor/integrated-terminal) ### Mac & Linux Setup ### Windows Setup - [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) - When working in WSL, use Linux commands instead of Windows commands - [TroubleShooting](https://docs.microsoft.com/en-us/windows/wsl/troubleshooting) - `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash` > ⚠️ Please use Gitpod as an absolute last resort ### Gitpod - [Gitpod](https://www.gitpod.io/) - **If using this, NEVER share a private key with real money on Gitpod** - Ideally you figure out the MacOS, Linux, or Windows install though ## Local Development Introduction - `CMD + K` or `CTRL + K` clears the terminal - `mkdir ethers-simple-storage-fcc` - `code .` to open VSCode in a new VSCode window ### Optional Javascript Crash Courses - [NodeJS Course](https://www.youtube.com/watch?v=RLtyhwFtXQA) - [Javascript Course](https://www.youtube.com/watch?v=jS4aFq5-91M) - Import your `SimpleStorage.sol` - [Solidity + Hardhat VSCode Extension](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Format your solidity code with: ``` "[solidity]": { "editor.defaultFormatter": "NomicFoundation.hardhat-solidity" }, "[javascript]":{ "editor.defaultFormatter": "esbenp.prettier-vscode" } ``` In your `.vscode/settings.json` file. - [Prettier Extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) ## Tiny Javascript Refresher - [Javascript Tips](https://www.freecodecamp.org/news/learn-javascript-free-js-courses-for-beginners/) ## Asynchronous Programming in Javascript - [Asynchronous Programming](https://www.bmc.com/blogs/asynchronous-programming/) - [async keyword](https://www.w3schools.com/JS//js_async.asp) - [Promise in Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) - [await keyword](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) ## Compiling our Solidity - [Yarn Install](https://yarnpkg.com/getting-started/install) - [solc-js](https://github.com/ethereum/solc-js) - `yarn add [email protected]` - [yarn scripts](https://classic.yarnpkg.com/lang/en/docs/cli/run/) ## Ganache & Networks - [Ganache](https://trufflesuite.com/ganache/) - Networks in Metamask - RPC URL - [Geth](https://github.com/ethereum/go-ethereum) - [JSON RPC Spec Playground](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) ## Introduction to Ethers.js - [Ethers.js](https://docs.ethers.io/v5/getting-started/) - [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) ### A Note on the await Keyword ## Adding Transaction Overrides ## Transaction Receipts ## Sending a "raw" Transaction in Ethers.js ## Interacting with Contracts in Ethers.js - [EVM Decompiler](https://ethervm.io/decompile) - [BigNumber](https://docs.ethers.io/v5/api/utils/bignumber/) ## Environment Variables - [dotenv](https://www.npmjs.com/package/dotenv) - [.gitignore](https://www.atlassian.com/git/tutorials/saving-changes/gitignore) ## Better Private Key Management - [wallet.encrypt](https://docs.ethers.io/v5/api/signer/#Wallet-encrypt) - [THE .ENV PLEDGE](https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions/5) ## Optional Prettier Formatting - [Prettier](https://prettier.io/docs/en/index.html) - [Best README Template](https://github.com/othneildrew/Best-README-Template) ## Deploying to a Testnet or a Mainnet - [Alchemy](https://alchemy.com/?a=673c802981) - [Getting your private key from Metamask](https://metamask.zendesk.com/hc/en-us/articles/360015289632-How-to-Export-an-Account-Private-Key) - `CTRL + C` stops any terminal command ## Verifying on Block Explorers from the UI ## Alchemy Dashboard & The Mempool - [Special Guest Albert Hu](https://twitter.com/thatguyintech) - [Mempool](https://ethereum.org/en/developers/tutorials/sending-transactions-using-web3-and-alchemy/#see-your-transaction-in-the-mempool) ## Lesson 5 Recap ### Typescript Ethers Simple Storage # Lesson 6: Hardhat Simple Storage *[⌨️ (08:20:17) Lesson 6: Hardhat Simple Storage](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=30017s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-simple-storage-fcc ## Introduction *[⌨️ (08:20:19) Introduction](https://youtu.be/gyMwXuJrbJQ?t=30019)* ## Hardhat Setup *[⌨️ (08:22:47) Hardhat Setup](https://youtu.be/gyMwXuJrbJQ?t=30167)* - [Hardhat Documentation](https://hardhat.org/) - [DevDependencies vs Dependencies](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies) - [@ Sign node modules](https://stackoverflow.com/questions/36667258/what-is-the-meaning-of-the-at-prefix-on-npm-packages) ### Troubleshooting Hardhat Setup *[⌨️ (08:29:43) Troubleshooting Hardhat Setup](https://youtu.be/gyMwXuJrbJQ?t=30583)* - [Special Guest Cami Ramos Garzon](https://twitter.com/camiinthisthang) ## Hardhat Setup Continued *[⌨️ (08:31:48) Hardhat Setup Continued](https://youtu.be/gyMwXuJrbJQ?t=30708)* ## Deploying SimpleStorage from Hardhat *[⌨️ (08:33:10) Deploying SimpleStorage from Hardhat](https://youtu.be/gyMwXuJrbJQ?t=30790)* ## Networks in Hardhat *[⌨️ (08:41:44) Networks in Hardhat](https://youtu.be/gyMwXuJrbJQ?t=31304)* - [The Hardhat Network](https://hardhat.org/hardhat-network/) - [Hardhat configuration](https://hardhat.org/config/#configuration) - [Chain ID List](https://chainlist.org/) ## Programmatic Verification *[⌨️ (08:51:16) Programmatic Verification](https://youtu.be/gyMwXuJrbJQ?t=31876)* - [Etherscan Verify Tutorial](https://docs.etherscan.io/tutorials/verifying-contracts-programmatically) - [Etherscan Docs](https://docs.etherscan.io/) - [Hardhat-Etherscan](https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html) - [Etherscan API Keys](https://info.etherscan.com/api-keys/) - [Javascript == vs ===](https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons) ## Interacting with Contracts in Hardhat *[⌨️ (09:06:37) Interacting with Contracts in Hardhat](https://youtu.be/gyMwXuJrbJQ?t=32797)* ## Artifacts Troubleshooting *[⌨️ (09:09:42) Artifacts Troubleshooting](https://youtu.be/gyMwXuJrbJQ?t=32982)* ## Custom Hardhat Tasks *[⌨️ (09:10:52) Custom Hardhat Tasks](https://youtu.be/gyMwXuJrbJQ?t=33052)* - [Hardhat Tasks](https://hardhat.org/guides/create-task.html) - [Javascript Arrow Functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions) ## Hardhat Localhost Node *[⌨️ (09:18:12) Hardhat Localhost Node](https://youtu.be/gyMwXuJrbJQ?t=33492)* ## The Hardhat Console *[⌨️ (09:23:11) The Hardhat Console](https://youtu.be/gyMwXuJrbJQ?t=33791)* - [Hardhat Console](https://hardhat.org/guides/hardhat-console.html) ## Hardhat Tests *[⌨️ (09:26:13) Hardhat Tests](https://youtu.be/gyMwXuJrbJQ?t=33973)* - [Hardhat Tests](https://hardhat.org/tutorial/testing-contracts.html#_5-testing-contracts) - [Mocha Style Tests](https://mochajs.org/) - [Chai](https://www.npmjs.com/package/chai) - [Waffle Tests](https://ethereum-waffle.readthedocs.io/en/latest/) ## Hardhat Gas Reporter *[⌨️ (09:38:10) Hardhat Gas Reporter](https://youtu.be/gyMwXuJrbJQ?t=34690)* - [Hardhat Gas Reporter](https://www.npmjs.com/package/hardhat-gas-reporter) - [Coinmarketcap API](https://coinmarketcap.com/api/) ## Solidity Coverage *[⌨️ (09:44:40) Solidity Coverage](https://youtu.be/gyMwXuJrbJQ?t=35080)* - [Solidity Coverage](https://github.com/sc-forks/solidity-coverage) ## Hardhat Waffle *[⌨️ (09:47:02) Hardhat Waffle](https://youtu.be/gyMwXuJrbJQ?t=35222)* - [Hardhat-Waffle](https://npm.io/package/@nomiclabs/hardhat-waffle) ## Lesson 6 Recap *[⌨️ (09:47:37) Lesson 6 Recap](https://youtu.be/gyMwXuJrbJQ?t=35257)* ### Typescript Hardhat Simple Storage *[⌨️ (09:52:15) Typescript Hardhat Simple Storage](https://youtu.be/gyMwXuJrbJQ?t=35535)* - [Typechain](https://github.com/dethcrypto/TypeChain) ``` yarn add --dev @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node @types/mocha ts-node typechain typescript ``` # Lesson 7: Hardhat Fund Me *[⌨️ (10:00:48) Lesson 7: Hardhat Fund Me](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=36048s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-fund-me-fcc ## Introduction *[⌨️ (10:00:50) Introduction](https://youtu.be/gyMwXuJrbJQ?t=36050)* ## Hardhat Setup - Fund Me *[⌨️ (10:03:41) Hardhat Setup - Fund Me](https://youtu.be/gyMwXuJrbJQ?t=36221)* ## Linting *[⌨️ (10:06:20) Linting](https://youtu.be/gyMwXuJrbJQ?t=36380)* - [Eslint](https://eslint.org/) - [Solhint](https://github.com/protofire/solhint) - [Linting Code](https://www.perforce.com/blog/qac/what-lint-code-and-why-linting-important) ## Hardhat Setup - Fund Me - Continued *[⌨️ (10:07:47) Hardhat Setup - Fund Me - Continued](https://youtu.be/gyMwXuJrbJQ?t=36467)* ## Importing from NPM *[⌨️ (10:09:38) Importing from NPM](https://youtu.be/gyMwXuJrbJQ?t=36578)* - [@chainlink/contracts](https://www.npmjs.com/package/@chainlink/contracts) ## Hardhat Deploy *[⌨️ (10:10:43) Hardhat Deploy](https://youtu.be/gyMwXuJrbJQ?t=36643)* - [Hardhat Deploy](https://github.com/wighawag/hardhat-deploy) ## Mocking *[⌨️ (10:21:05) Mocking](https://youtu.be/gyMwXuJrbJQ?t=37265)* - [Mocking](https://stackoverflow.com/questions/2665812/what-is-mocking) - [Aave Github](https://github.com/aave/aave-v3-core) - [Chainlink Github](https://github.com/smartcontractkit/chainlink) - Multiple Versions of Solidity - Tags in hardhat ## Utils Folder *[⌨️ (10:52:51) Utils Folder](https://youtu.be/gyMwXuJrbJQ?t=39171)* ## Testnet Demo - Hardhat Fund Me *[⌨️ (10:55:45) Testnet Demo - Hardhat Fund Me](https://youtu.be/gyMwXuJrbJQ?t=39345)* - Hardhat Deploy Block Confirmations ### TypeScript - [Code file](https://github.com/PatrickAlphaC/hardhat-fund-me-fcc/blob/84271e7002e55d86c90b26466ff27bc067f25de0/deploy/01-deploy-fund-me.ts#L29) (TypeScript edition) - Define blockConfirmations in the `helper-hardhat-config.ts` file instead of `hardhat-config.js`. ## Solidity Style Guide *[⌨️ (11:00:10) Solidity Style Guide](https://youtu.be/gyMwXuJrbJQ?t=39610)* - [Style Guide](https://docs.soliditylang.org/en/latest/style-guide.html) - [NatSpec](https://docs.soliditylang.org/en/latest/natspec-format.html) ## Testing Fund Me *[⌨️ (11:08:36) Testing Fund Me](https://youtu.be/gyMwXuJrbJQ?t=40116)* - [Unit Testing](https://en.wikipedia.org/wiki/Unit_testing) - [Hardhat Deploy Fixtures](https://github.com/wighawag/hardhat-deploy#creating-fixtures) - [ethers.getContract](https://github.com/wighawag/hardhat-deploy-ethers) - [expect](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html) - [ethers.utils.parseUnits](https://docs.ethers.io/v5/api/utils/display-logic/#utils-parseUnits) - [Waffle Chai Matchers](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html) ## Breakpoints & Debugging *[⌨️ (11:30:39) Breakpoints & Debugging](https://youtu.be/gyMwXuJrbJQ?t=41439)* - [VSCode Breakpoints](https://code.visualstudio.com/Docs/editor/debugging) ## Gas III *[⌨️ (11:33:40) Gas III](https://youtu.be/gyMwXuJrbJQ?t=41620)* - [Transaction Response](https://docs.ethers.io/v5/api/providers/types/#providers-TransactionResponse) - [Transaction Receipt](https://docs.ethers.io/v5/api/providers/types/#providers-TransactionReceipt) ## console.log & Debugging *[⌨️ (11:36:35) console.log & Debugging](https://youtu.be/gyMwXuJrbJQ?t=41795)* - [Hardhat console.log](https://hardhat.org/hardhat-network/reference/#console-log) ## Testing Fund Me II *[⌨️ (11:37:31) Testing Fund Me II](https://youtu.be/gyMwXuJrbJQ?t=41851)* ## Storage in Solidity *[⌨️ (11:44:34) Storage in Solidity](https://youtu.be/gyMwXuJrbJQ?t=42274)* - [Storage Layout](https://docs.soliditylang.org/en/latest/internals/layout_in_storage.html) - [Purpose of the memory keyword](https://stackoverflow.com/questions/33839154/in-ethereum-solidity-what-is-the-purpose-of-the-memory-keyword) - [getStorageAt](https://docs.ethers.io/v5/api/providers/provider/#Provider-getStorageAt) ## Gas Optimizations using Storage Knowledge *[⌨️ (11:52:38) Gas Optimizations using Storage Knowledge](https://youtu.be/gyMwXuJrbJQ?t=42758)* - [Opcodes](https://ethereum.org/en/developers/docs/evm/opcodes/) - [Opcodes by Gas](https://github.com/crytic/evm-opcodes) - [Opcodes by Gas](https://evm.codes/) - Append `s_` to storage variables - Append `i_` to immutable variables - Caps lock and underscore constant variables ## Solidity Chainlink Style Guide *[⌨️ (12:05:29) Solidity Chainlink Style Guide](https://youtu.be/gyMwXuJrbJQ?t=43529)* - [Chainlink Solidity Style Guide](https://github.com/smartcontractkit/full-blockchain-solidity-course-js/issues/13) ## Storage Review *[⌨️ (12:09:59) Storage Review](https://youtu.be/gyMwXuJrbJQ?t=43799)* ## Staging Tests *[⌨️ (12:11:43) Staging Tests](https://youtu.be/gyMwXuJrbJQ?t=43903)* - [Ternary](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator) ## Running Scripts on a Local Node *[⌨️ (12:17:58) Running Scripts on a Local Node](https://youtu.be/gyMwXuJrbJQ?t=44278)* ## Adding Scripts to your package.json *[⌨️ (12:22:00) Adding Scripts to your package.json](https://youtu.be/gyMwXuJrbJQ?t=44520)* ## Pushing to GitHub *[⌨️ (12:25:17) Pushing to GitHub](https://youtu.be/gyMwXuJrbJQ?t=44717)* - [Github Quickstart](https://docs.github.com/en/get-started/quickstart) - [What is Git?](https://www.git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F) - [The quickstart that we follow in the video](https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github#adding-a-local-repository-to-github-using-git) - [Learn about git and GitHub](https://www.youtube.com/watch?v=RGOj5yH7evk) ## 🐸🐦 [Tweet Me (add your repo in)!](https://twitter.com/intent/tweet?text=I%20just%20made%20my%20first%20Smart%20Contract%20repo%20using%20@solidity_lang,%20@HardhatHQ,%20@chainlink,%20@AlchemyPlatform,%20and%20more!%0a%0aThanks%20@PatrickAlphaC!!) # Lesson 8: HTML / Javascript Fund Me (Full Stack / Front End) *[⌨️ (12:32:57) Lesson 8: HTML / Javascript Fund Me (Full Stack / Front End)](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=45177s)* 💻 Code: https://github.com/PatrickAlphaC/html-fund-me-fcc ## Introduction ## How Websites work with Web3 Wallets - [How to Connect your Smart Contracts to Metamask](https://www.youtube.com/watch?v=pdsYCkUWrgQ) - 💻 Code from Video: https://github.com/PatrickAlphaC/full-stack-web3-metamask-connectors - ✍️ Article from Video: https://betterprogramming.pub/everything-you-need-to-know-about-fullstack-web3-94c0f1b18019?sk=a2764bcbdae98bf05e1052931de77982 ## HTML Setup - Live Server: ExtensionID: ritwickdey.LiveServer ## Connecting HTML to Metamask - [Metamask Docs](https://docs.metamask.io/guide/) ## Javascript in it's own file ## ES6 vs Nodejs - [ES6 vs Nodesjs](https://stackoverflow.com/questions/31354559/using-node-js-require-vs-es6-import-export#31367852) - [Ethers docs for web browser](https://docs.ethers.io/v5/getting-started/#getting-started--importing--web-browser) - [module vs text/javascript](https://stackoverflow.com/questions/51418964/script-type-text-javascript-vs-script-type-module) ## Sending a transaction from a Website - [Web3Provider](https://docs.ethers.io/v5/api/providers/other/#Web3Provider) - [Adding a network to metamask](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC) ## Resetting an Account in Metamask ``` MetaMask - RPC Error: [ethjs-query] while formatting ouputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"Nonce too high. Expected nonce to be 2 but got 4. Note that transactions can't be queued when automining."}}}' ``` ## Listening for Events and Completed Transactions - [provider.once](https://docs.ethers.io/v5/api/providers/provider/#Provider-once) - [Anonymous function](https://www.geeksforgeeks.org/javascript-anonymous-functions/) - [Javascript Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) ## Input Forms ## Reading from the Blockchain ## Withdraw Function ## Lesson 8 Recap ### Optional Links: - [Browserify](https://browserify.org/) - [Watchify](https://www.npmjs.com/package/watchify) # Lesson 9: Hardhat Smart Contract Lottery *[⌨️ (13:41:02) Lesson 9: Hardhat Smart Contract Lottery](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=49262s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-smartcontract-lottery-fcc ## Introduction ## Hardhat Setup - Smart Contract Lottery *[⌨️ (13:43:43) Hardhat Setup](https://youtu.be/gyMwXuJrbJQ?t=49423)* - Install dependencies: ```bash yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv ``` - Install dependencies (Typescript version): ```bash yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node ts-node typechain typescript ``` ## Raffle.sol Setup *[⌨️ (13:46:55) Raffle.sol Setup](https://youtu.be/gyMwXuJrbJQ?t=49615)* - [Custom Errors in Solidity](https://blog.soliditylang.org/2021/04/21/custom-errors/) ## Introduction to Events *[⌨️ (13:54:02) Introduction to Events](https://youtu.be/gyMwXuJrbJQ?t=50042)* - [Events & Logging Video](https://www.youtube.com/watch?v=KDYJC85eS5M) - [Events & Logging in Hardhat](https://github.com/PatrickAlphaC/hardhat-events-logs) ## Events in Raffle.sol *[⌨️ (14:00:47) Events in Raffle.sol](https://youtu.be/gyMwXuJrbJQ?t=50447)* ## Introduction to Chainlink VRF *[⌨️ (14:02:30) Introduction to Chainlink VRF](https://youtu.be/gyMwXuJrbJQ?t=50550)* - [Special Guest Stephen Fluin](https://twitter.com/stephenfluin) ### Sub-Lesson: Chainlink VRF > - [Chainlink VRFv2 Docs](https://docs.chain.link/docs/get-a-random-number/) > - [Chainlink VRFv2 Walkthrough](https://www.youtube.com/watch?v=rdJ5d8j1RCg) > - [Chainlink Contracts](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/VRFConsumerBase.sol) ## Implementing Chainlink VRF - Introduction *[⌨️ (14:09:53) Implementing Chainlink VRF](https://youtu.be/gyMwXuJrbJQ?t=50993)* ### Hardhat Shorthand - [Hardhat Shorthand](https://hardhat.org/guides/shorthand.html) ## Implementing Chainlink VRF - The Request ## Implementing Chainlink VRF - The FulFill ### Modulo - [Modulo](https://docs.soliditylang.org/en/latest/types.html?highlight=modulo#modulo) ## Introduction to Chainlink Keepers - [Chainlink Keepers Docs](https://docs.chain.link/docs/chainlink-keepers/introduction/) - [Chainlink Keepers Walkthrough](https://www.youtube.com/watch?v=-Wkw5JVQGUo) ## Implementing Chainlink Keepers - checkUpkeep ### Enums - [Enum](https://docs.soliditylang.org/en/latest/structure-of-a-contract.html?highlight=enum#enum-types) ## Implementing Chainlink Keepers - checkUpkeep continued - block.timestamp ## Implementing Chainlink Keepers - performUpkeep ## Code Cleanup ## Deploying Raffle.sol ### Mock Chainlink VRF Coordinator ### Continued - [LINK Token](https://docs.chain.link/docs/link-token-contracts/) ## Raffle.sol Unit Tests - We use `async function` in the describe blocks at the start, but we correctly take them out later. ### Testing Events & Chai Matchers - [Emit Chai Matcher](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html#emitting-events) ### Continued I ## Hardhat Methods & Time Travel - [Make Hardhat do whatever you want it to](https://hardhat.org/hardhat-network/reference/) - [Special debugging hardhat methods](https://hardhat.org/hardhat-network/reference/#special-testing-debugging-methods) ### Continued II ## Callstatic - [Callstatic](https://docs.ethers.io/v5/api/contract/contract/#contract-callStatic) ### Continued III ### Massive Promise Test ### Continued IV ## Raffle.sol Staging Tests ## Testing on a Testnet ### Recommended LINK amounts for Goerli Staging Test: - Chainlink VRF: 2 LINK - Chainlink Keepers: 8 LINK ## Conclusion ## Typescript - Smart Contract Lottery 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 Completed Hardhat Basics! 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 # Lesson 10: NextJS Smart Contract Lottery (Full Stack / Front End) *[⌨️ (16:34:07) Lesson 10: NextJS Smart Contract Lottery (Full Stack / Front End)](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=59647s)* 💻 Code: https://github.com/PatrickAlphaC/nextjs-smartcontract-lottery-fcc ⚡️⚡️ Live Demo IPFS: ipfs://QmXwACyjcS8tL7UkYwimpqMqW9sKzSHUjE4uSZBSyQVuEH ⚡️⚡️ Live Demo Fleek: https://fancy-dream-3458.on.fleek.co/ ## Introduction We move into using [NextJS](https://nextjs.org/) for our front end. NextJS is a [React framework](https://reactjs.org/) for building websites. ### Optional Sub-Lesson: Full Stack Development & Other Libraries - [6 Ways to connect your dapp to a wallet](https://www.youtube.com/watch?v=pdsYCkUWrgQ) - [NextJS Crash Course](https://www.youtube.com/watch?v=mTz0GXj8NN0) - Other React libraries: - [Web3React](https://github.com/NoahZinsmeister/web3-react) - [wagmi](https://github.com/tmm/wagmi) - [react-moralis](https://www.npmjs.com/package/react-moralis) - [useDapp](https://github.com/TrueFiEng/useDApp) - [Web3Modal](https://github.com/Web3Modal/web3modal) - [useMetamask](https://github.com/mdtanrikulu/use-metamask) - Other Full Stack Web3 Templates - [scaffold-eth](https://github.com/scaffold-eth/scaffold-eth) - [ethereum-boilerplate](https://github.com/ethereum-boilerplate/ethereum-boilerplate) - [create-eth-app](https://github.com/paulrberg/create-eth-app) - [React being quite popular](https://insights.stackoverflow.com/survey/2021#section-most-popular-technologies-web-frameworks) - [Why use react?](https://www.freecodecamp.org/news/why-use-react-for-web-development/) ## NextJS Setup - [NextJS Documentation](https://nextjs.org/learn/basics/create-nextjs-app) - [NextJS Minimal Ethers Example For Lottery](https://github.com/PatrickAlphaC/nextjs-ethers-introduction) ``` yarn create next-app . ``` ## Manual Header I - [What is a component?](https://www.w3schools.com/react/react_components.asp) - [jsx](https://reactjs.org/docs/introducing-jsx.html) - [Moralis](https://moralis.io/) - [React Moralis](https://github.com/MoralisWeb3/react-moralis) ### React Hooks - [What is a react hook?](https://reactjs.org/docs/hooks-overview.html) ## Manual Header II ## useEffect Hook - [useEffect Hook](https://reactjs.org/docs/hooks-effect.html) - [More on useEffect](https://blog.logrocket.com/guide-to-react-useeffect-hook/) - [React Context](https://www.freecodecamp.org/news/react-context-for-beginners/) - [useEffect Firing Twice](https://stackoverflow.com/questions/60618844/react-hooks-useeffect-is-called-twice-even-if-an-empty-array-is-used-as-an-ar) ## Local Storage - [Local Storage](https://codinglead.co/javascript/what-is-localstorage) ## isWeb3EnabledLoading ## web3uikit - [web3uikit](https://github.com/web3ui/web3uikit) - [web3uikit interactive docs](https://web3ui.github.io/web3uikit/?path=/story/1-web3-blockie--custom-seed) - [web3uikit connect button](https://web3ui.github.io/web3uikit/?path=/story/1-web3-connectbutton--default) ## Introduction to Calling Functions in Nextjs - [useWeb3Contract](https://github.com/MoralisWeb3/react-moralis#useweb3contract) ### Automatic Constant Value UI Updater - [ethers.utils.FormatTypes](https://docs.ethers.io/v5/api/utils/abi/fragments/#fragments--formats) ### runContractFunction - [Moralis Provider](https://github.com/MoralisWeb3/react-moralis#wrap-your-app-in-a-moralisprovider) - [useMoralis](https://github.com/MoralisWeb3/react-moralis#usemoralis) - [parseInt](https://www.w3schools.com/JSREF/jsref_parseint.asp) ## useState - [useState Hook](https://reactjs.org/docs/hooks-state.html) ## Calling Functions in NextJS ## useNotification - Add `onError` to all your `runContractFunction` calls ## Reading & Displaying Contract Data ## A Note about `onSuccess` - `onSuccess` just checks to see if MetaMask sends the transaction, not ## A Challenge to You ## Tailwind & Styling - [Learn CSS](https://www.w3schools.com/css/) - [Tailwindcss](https://tailwindcss.com/) - [PostCSS Extension](https://marketplace.visualstudio.com/items?itemName=csstools.postcss) - [Tailwind Extension](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) - [Install Tailwind into NextJS](https://tailwindcss.com/docs/guides/nextjs) ## Introduction to Hosting your Site *[⌨️ (18:12:50) Introdunction to Hosting your Site](https://youtu.be/gyMwXuJrbJQ?t=65570)* - [Vercel](https://vercel.com/) - [Moralis](https://moralis.io/) - [Netilfy](https://www.netlify.com/) - [IPFS](https://ipfs.io/) ## IPFS *[⌨️ (18:15:14) IPFS](https://youtu.be/gyMwXuJrbJQ?t=65714)* - [What is IPFS](https://www.youtube.com/watch?v=5Uj6uR3fp-U) - [IPFS](https://ipfs.io/) ## Hosting on IPFS *[⌨️ (18:18:51) Hosting on IPFS](https://youtu.be/gyMwXuJrbJQ?t=65931)* - [IPFS Companion](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch) - [Brave Browser](https://brave.com/) - `yarn build && yarn next export` ## Hosting on IPFS & Filecoin using Fleek *[⌨️ (18:25:45) Hosting on IPFS & Filecoin using Fleek](https://youtu.be/gyMwXuJrbJQ?t=66345)* - [Fleek](https://fleek.co/) ## Filecoin Overview *[⌨️ (18:31:28) Filecoin Overview](https://youtu.be/gyMwXuJrbJQ?t=66688)* - [Special Guest Ally Haire](https://twitter.com/DeveloperAlly) - [IPFS URL of Ally's Video](ipfs://bafybeiasd6oxqiefoxgtskrokomexnb4zcq3fhwlcbyplx2paw65zmq2du) ## Lesson 10 Recap # Lesson 11: Hardhat Starter Kit *[⌨️ (18:51:36) Lesson 11: Hardhat Starter Kit](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=67896s)* 💻 Code: https://github.com/smartcontractkit/hardhat-starter-kit # Lesson 12: Hardhat ERC20s *[⌨️ (18:59:24) Lesson 12: Hardhat ERC20s](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=68364s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-erc20-fcc ## What is an ERC? What is an EIP? - [What is an EIP?](https://eips.ethereum.org/) - [EIPs codebase](https://github.com/ethereum/EIPs) ## What is an ERC20? - [Video (using brownie/python)](https://youtu.be/8rpir_ZSK1g?t=39) - [EIP-20](https://eips.ethereum.org/EIPS/eip-20) - [ERC-677](https://github.com/ethereum/EIPs/issues/677) - [EIP-777](https://eips.ethereum.org/EIPS/eip-777) ## Manually Creating an ERC20 Token ## Creating an ERC20 Token with Openzeppelin - [Openzeppelin](https://openzeppelin.com/) - [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) - [Solmate (Openzeppelin alternative)](https://github.com/Rari-Capital/solmate) ## Lesson 12 Recap # Lesson 13: Hardhat DeFi & Aave *[⌨️ (19:16:13) Lesson 13: Hardhat DeFi & Aave](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=69373s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-defi-fcc ## What is DeFi? - [What is DeFi?](https://chain.link/education/defi) - [DefiLlama](https://defillama.com/) ## What is Aave? - [Aave](https://aave.com/) - [My Previous Aave Video on Shorting Assets](https://www.youtube.com/watch?v=TmNGAvI-RUA) ## Programmatic Borrowing & Lending - [DAI](https://makerdao.com/en/) - [Uniswap](https://app.uniswap.org/) ## WETH - Wrapped ETH - [WETH Token Goerli Etherscan](https://goerli.etherscan.io/token/0x8b7fb00abb67ba04ce894b9e2769fe24a8409a6a) - [WETH Token Mainnet](https://etherscan.io/token/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2) ## Forking Mainnet - [Mainnet Forking](https://hardhat.org/hardhat-network/guides/mainnet-forking.html) ## Depositing into Aave - [Aave V2 Docs](https://docs.aave.com/developers/v/2.0/) - [Aave NPM](https://www.npmjs.com/package/@aave/protocol-v2) ## Borrowing from Aave - [Aave Borrowing FAQs](https://docs.aave.com/faq/borrowing) - [Health Factor](https://docs.aave.com/faq/borrowing#what-is-the-health-factor) - [Aave Risk Parameters](https://docs.aave.com/risk/asset-risk/risk-parameters) ## Repaying with Aave ## Visualizing the Transactions - [aTokens](https://docs.aave.com/developers/v/1.0/developing-on-aave/the-protocol/atokens) ## Lesson 13 Recap ## Happy Bow-Tie Friday with Austin Griffith - [Special Guest Austin Griffith](https://twitter.com/austingriffith)! - [Speed Run Ethereum](https://speedrunethereum.com/) ### More DeFi Learnings: - [Defi-Minimal](https://github.com/smartcontractkit/defi-minimal/tree/main/contracts) - [Defi Dad](https://www.youtube.com/channel/UCatItl6C7wJp9txFMbXbSTg) # Lesson 14: Hardhat NFTs (EVERYTHING you need to know about NFTs) *[⌨️ (20:28:51) Lesson 14: Hardhat NFTs ](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=73731s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-nft-fcc ## What is an NFT? - [Video](https://www.youtube.com/watch?v=9yuHz6g_P50) - [Optional: All on Chain SVG NFT](https://www.youtube.com/watch?v=9oERTH9Bkw0) - [EIP-721](https://eips.ethereum.org/EIPS/eip-721) ## Code Overview - [Opensea Testnet](https://testnets.opensea.io/) ## Hardhat Setup ## Basic NFT ### Write Tests - [Openzeppelin NFT](https://docs.openzeppelin.com/contracts/4.x/) ## Random IPFS NFT ### Mapping Chainlink VRF Requests ### Creating Rare NFTs ### Setting the NFT Image ### Setting an NFT Mint Price ### Deploy Script ### Uploading Token Images with Pinata - [Pinata](https://pinata.cloud) - [nft.storage](https://nft.storage) - [Pinata NPM](https://www.npmjs.com/package/@pinata/sdk) - [Pinata Docs](https://docs.pinata.cloud/) ### Uploading Token URIs (metadata) with Pinata ### Deploying ### Tests ## Dynamic SVG On-Chain NFT - [Patrick's Original Video](https://www.youtube.com/watch?v=9oERTH9Bkw0) ### What is an SVG? - [SVG Tutorial](https://www.w3schools.com/graphics/svg_intro.asp) - [On-Chain SVG Example](https://opensea.io/assets/matic/0x291ff90b9c410f56e047599bfee6b585c0c484d7/2) ### Initial Code ### Base64 Encoding - [Base64 Encoding](https://en.wikipedia.org/wiki/Base64) - [Example Encoder](https://base64.guru/converter/encode/image/svg) - [base64-sol](https://www.npmjs.com/package/base64-sol/v/1.0.1) ## Advanced: EVM Opcodes, Encoding, and Calling ### abi.encode & abi.encodePacked - [abi.encode](https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=cheatsheet#global-variables) - [abi.encodePacked](https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=cheatsheet#global-variables) Thanks to [Alex Roan](https://twitter.com/alexroan) for his help on this session! - [Example Contract Creation Transaction](https://etherscan.io/tx/0x112133a0a74af775234c077c397c8b75850ceb61840b33b23ae06b753da40490) What REALLY is the ABI? - [EVM Opcodes](https://www.evm.codes/) - [More EVM Opcodes](https://github.com/crytic/evm-opcodes) - [Solidity Cheatsheet](https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=encodewithsignature) - [abi.encode vs abi.encodePacked](https://ethereum.stackexchange.com/questions/91826/why-are-there-two-methods-encoding-arguments-abi-encode-and-abi-encodepacked) ### Introduction to Encoding Function Calls Directly ### Introduction to Encoding Function Calls Recap ### Encoding Function Calls Directly - [Function Selector](https://blog.openzeppelin.com/deconstructing-a-solidity-contract-part-iii-the-function-selector-6a9b6886ea49/) - [Function Signature](https://twitter.com/PatrickAlphaC/status/1517156225670078465) ### Creating an NFT TokenURI on-Chain ### Making the NFT Dynamic ### Deploy Script ## Deploying the NFTs to a Testnet ## Lesson 14 Recap Extra credit: - [Deconstructing Solidity](https://blog.openzeppelin.com/deconstructing-a-solidity-contract-part-ii-creation-vs-runtime-6b9d60ecb44c/) - [Knowing and controlling your Smart Contract Address](https://www.youtube.com/watch?v=56K0FdosZ8g) - [From Solidity to byte code](https://www.youtube.com/watch?v=RxL_1AfV7N4) # Lesson 15: NextJS NFT Marketplace (If you finish this lesson, you are a full-stack MONSTER!) *[⌨️ (23:37:03) Lesson 15: NextJS NFT Marketplace (Full Stack / Front End)](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=85023s)* ## Large Update, please read Moralis has recently updated to a self-hosted server over their own server. For this, you can do one of the following: - [Learn how to run one yourself](https://www.youtube.com/watch?v=9GtysZs-FrA) - Follow along to learn the concepts of this more interactive app, without actually coding along - Skip to the section where we interact with the graph TL;DR: TheGraph code should work exactly the same as the video, however the Moralis code will not. 💻 Code: - Backend (Contracts): https://github.com/PatrickAlphaC/hardhat-nft-marketplace-fcc - Frontend (Moralis Indexer): https://github.com/PatrickAlphaC/nextjs-nft-marketplace-moralis-fcc - Frontend (TheGraph Indexer): https://github.com/PatrickAlphaC/nextjs-nft-marketplace-thegraph-fcc - The Graph: https://github.com/PatrickAlphaC/graph-nft-marketplace-fcc Special thanks to [Matt Durkin](https://twitter.com/mdurkin92) for help with this section. ## Introduction - [Opensea](https://opensea.io/) - [Artion](https://github.com/Fantom-foundation/Artion-Contracts) ## Part I: NFT Marketplace Contracts ### Hardhat Setup ### NftMarketplace.sol - [Pull Over Push](https://fravoll.github.io/solidity-patterns/pull_over_push.html) ## Reentrancy - [Reentrancy](https://solidity-by-example.org/hacks/re-entrancy) - [Rekt.news](https://rekt.news/leaderboard/) - [Openzeppelin NonReentrant](https://docs.openzeppelin.com/contracts/4.x/api/security#ReentrancyGuard) ### NftMarketplace.sol - Continued ### NftMarketplace.sol - Deploy Script ### NftMarketplace.sol - Tests ### NftMarketplace.sol - Scripts ## Part II: Moralis Front End ### What is Moralis? - [Special Guest Ivan Liljeqvist](https://twitter.com/IvanOnTech) ### NextJS Setup - [Link NextJS](https://nextjs.org/docs/api-reference/next/link) ### Adding Tailwind - [Tailwind with NextJS](https://tailwindcss.com/docs/guides/nextjs) ### Introduction to Indexing in Web3 - [TheGraph](https://thegraph.com/en/) - [Moralis](https://moralis.io/) ### Connecting Moralis to our Local Hardhat Node - [NextJS Environment Variables](https://nextjs.org/docs/basic-features/environment-variables) - [Reverse Proxy FRP](https://github.com/fatedier/frp/releases) - [Docs](https://docs.moralis.io/moralis-dapp/web3/setting-up-ganache) - [Trouble Shooting](https://docs.moralis.io/faq#frpc) - [Moralis Forum](https://forum.moralis.io/) - [Moralis Admin CLI](https://docs.moralis.io/moralis-dapp/tools/moralis-admin-cli) ### Moralis Event Sync - [Moralis Add Event Sync From Code](https://docs.moralis.io/moralis-dapp/connect-the-sdk/connect-using-node#add-new-event-sync-from-code) #### Reset Local Chain ### Moralis Cloud Functions - [Moralis Cloud Functions](https://docs.moralis.io/moralis-dapp/cloud-code/cloud-functions) - [Moralis Logging](https://docs.moralis.io/moralis-dapp/tools/moralis-admin-cli#get-logs) - [Hardhat Network Reference](https://hardhat.org/hardhat-network/reference/) - Moralis Database only confirms a transaction with a block confirmation - so we need to move blocks on our hardhat local node. - [Moralis Triggers](https://docs.moralis.io/moralis-dapp/cloud-code/triggers) #### Practice Resetting the Local Chain ### Moralis Cloud Functions II ### Querying the Moralis Database - [Moralis Queries](https://docs.moralis.io/moralis-dapp/database/queries) ### Rendering the NFT Images - [useNFTBalance](https://github.com/MoralisWeb3/react-moralis#usenftbalances) - [fetch](https://www.npmjs.com/package/node-fetch) - [next/image](https://nextjs.org/docs/api-reference/next/image#loader-configuration) ### Update Listing Modal ### Buy NFT Listing ### Listing NFTs for Sale - [web3uikit Form](https://web3uikit.com/) ## Part III: TheGraph Front End ### Introduction ### What is The Graph? - [Special Guest Nader Dabit](https://twitter.com/dabit3) ### Building a Subgraph - [Example Subgraphs](https://thegraph.com/explorer/) - [The Graph Studio](https://thegraph.com/studio/) - [GraphQL VSCode Extension](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) - [GraphQL](https://graphql.org/) ### Deploying our Subgraph - [GraphQL Queries](https://www.tutorialspoint.com/graphql/graphql_query.htm) ### Reading from The Graph - [@apollo/client](https://www.npmjs.com/package/@apollo/client) - [gql](https://www.npmjs.com/package/gql) - [The Graph Docs](https://thegraph.com/docs/en/) ### Hosting our Dapp 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 Completed Front End Basics! 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 # Lesson 16: Hardhat Upgrades *[⌨️ (28:53:11) Lesson 16: Hardhat Upgrades](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=103991s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-upgrades-fcc ## Upgradable Smart Contracts Overview - [Optional Video](https://www.youtube.com/watch?v=bdXJmWajZRY) - [Links from Video] ## Types of Upgrades 1. Parameter 2. Social Migrate 3. Proxy 1. Proxy Gotchas 1. [Function Collisions](https://blog.openzeppelin.com/the-state-of-smart-contract-upgrades/#diamonds) 2. [Storage Collisions](https://blog.openzeppelin.com/the-state-of-smart-contract-upgrades/#diamonds) 2. [Metamorphic Upgrades](https://github.com/PatrickAlphaC/hardhat-metamorphic-upgrades-fcc) 3. [Transparent](https://blog.openzeppelin.com/the-transparent-proxy-pattern/) 4. [UUPS](https://forum.openzeppelin.com/t/uups-proxies-tutorial-solidity-javascript/7786) 5. [Diamond](https://eips.ethereum.org/EIPS/eip-2535) ## Delegatecall - [delegatecall (solidity-by-example)](https://solidity-by-example.org/delegatecall) - [Yul](https://docs.soliditylang.org/en/latest/yul.html) ## Small Proxy Example - [EIP 1967](https://eips.ethereum.org/EIPS/eip-1967) ## Transparent Upgradable Smart Contract - [Hardhat-deploy Proxies](https://github.com/wighawag/hardhat-deploy#deploying-and-upgrading-proxies) - [Openzeppelin Upgrades Plugin](https://docs.openzeppelin.com/upgrades-plugins/1.x/) - [Openzeppelin upgrades tutorial](https://forum.openzeppelin.com/t/openzeppelin-upgrades-step-by-step-tutorial-for-hardhat/3580) - [hardhat deploy upgrades examples](https://github.com/wighawag/template-ethereum-contracts/tree/examples/openzeppelin-proxies/deploy) # Lesson 17: Hardhat DAOs *[⌨️ (29:45:24) Lesson 17: Hardhat DAOs](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=107124s)* ⬆️ Up-to-date code: https://github.com/PatrickAlphaC/dao-template 💻 Code from video: https://github.com/PatrickAlphaC/hardhat-dao-fcc ## Introduction ## What is a DAO? - [What is a DAO?](https://www.youtube.com/watch?v=X_QKZzd68ro) ## How to build a DAO - [How to build a DAO](https://www.youtube.com/watch?v=AhJtmUqhAqg) - That's Patrick - [PY Code](https://github.com/brownie-mix/dao-mix) - [Python Video](https://www.youtube.com/watch?v=rD8AxZ_wBA4) - [Openzeppelin Governance](https://docs.openzeppelin.com/contracts/4.x/api/governance) - [Compound Governance](https://compound.finance/governance) - [Contract Wizard](https://docs.openzeppelin.com/contracts/4.x/wizard) - [CastVoteBySig](https://forum.openzeppelin.com/t/what-is-votecastbysig/17069/2) # Lesson 18: Security & Auditing *[⌨️ (31:28:32) Lesson 18: Security & Auditing ](https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=113312s)* 💻 Code: https://github.com/PatrickAlphaC/hardhat-security-fcc ## Introduction - [Readiness Guide](https://learn.openzeppelin.com/security-audits/readiness-guide) ## Slither - [Install python](https://www.python.org/downloads/) - [Slither](https://github.com/crytic/slither#how-to-install) - [solc-select](https://github.com/crytic/solc-select) - [Fuzz testing](https://en.wikipedia.org/wiki/Fuzzing) ## Fuzzing and Eth Security Toolbox - [Echidna](https://github.com/crytic/echidna) - [Docker Install](https://docs.docker.com/get-docker/) - [Eth-Security-ToolBox](https://github.com/trailofbits/eth-security-toolbox) ## Closing Thoughts - [Best Practices](https://consensys.github.io/smart-contract-best-practices/) - [Attacks](https://consensys.github.io/smart-contract-best-practices/attacks/) - [Oracle Attacks](https://hackernoon.com/how-dollar100m-got-stolen-from-defi-in-2021-price-oracle-manipulation-and-flash-loan-attacks-explained-3n6q33r1) - [Re-entrancy Attacks](https://quantstamp.com/blog/what-is-a-re-entrancy-attack) - [Damn Vulnerable Defi](https://www.damnvulnerabledefi.xyz/) - [Ethernaut](https://ethernaut.openzeppelin.com/) - Some Auditors: - [OpenZeppelin](https://openzeppelin.com/) - [SigmaPrime](https://sigmaprime.io/) - [Trail of Bits](https://www.trailofbits.com/) # Congratulations 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 Completed The Course! 🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊🎊 ## Where do I go now? ### Learning More - [CryptoZombies](https://cryptozombies.io/) - [Patrick Collins](https://www.youtube.com/channel/UCn-3f8tw_E1jZvhuHatROwA) - [Dapp University](https://www.youtube.com/channel/UCY0xL8V6NzzFcwzHCgB8orQ) - [ChainShot](https://www.chainshot.com/courses) - [Cami Ramos Garzon](https://twitter.com/camiinthisthang) - [Albert Hu](https://twitter.com/thatguyintech) - [Ivan Liljeqvist](https://twitter.com/IvanOnTech) - [Ally Haire](https://twitter.com/DeveloperAlly) - [Stephen Fluin](https://twitter.com/stephenfluin) - [Eat the Blocks](https://www.youtube.com/channel/UCZM8XQjNOyG2ElPpEUtNasA) - [Austin Griffith](https://www.youtube.com/channel/UC_HI2i2peo1A-STdG22GFsA) - [Nader Dabit](https://www.youtube.com/user/boyindasouth) - [Ethereum.org](https://ethereum.org/en/) ### Community - [Twitter](https://twitter.com/PatrickAlphaC) - [Hardhat Discord](https://hardhat.org/discord) - [Ethereum Python Community Discord](https://discord.gg/9zk7snTfWe) - [Chainlink Discord](https://discord.gg/2YHSAey) - [Ethereum Discord](https://ethereum.org/en/) - [Reddit ethdev](https://www.reddit.com/r/ethdev/) ### Hackathons - [CL Hackathon](https://chain.link/hackathon) - [ETH Global](https://ethglobal.co/) - [ETH India](https://twitter.com/ETHIndiaco) Be sure to check out project grant programs! And make today an amazing day! # Thank you Thanks to everyone who is taking, participating in, and working on this course. It's been a passion project and a data dump of everything I've learnt in the web3 space to get you up to speed quickly. Also, a big thank you to Chainlink Labs for encouraging this course to come to light-and to the many Chainlink Labs team members who helped with various assets! [![Patrick Collins Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/PatrickAlphaC) [![Patrick Collins YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCn-3f8tw_E1jZvhuHatROwA) [![Patrick Collins Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/patrickalphac/) [![Patrick Collins Medium](https://img.shields.io/badge/Medium-000000?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/@patrick.collins_58673/)
3,007
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
# Frontend Bootcamp / Days in the Web ## Welcome In this two-day workshop you'll learn the basics of frontend development while building a working web app. The first day provides an introduction to the fundamentals of the web: HTML, CSS and JavaScript. This is targeted at new and experienced developers alike. On the second day we'll dive into more advanced topics like TypeScript, state management, and testing. While the examples should be accessible to anyone, you'll get the most out of it if you have some prior experience with programming and web technologies. ## Getting set up ### 1. Required software Before starting, make sure your computer has up-to-date versions of the following installed: - [Node/NPM](https://nodejs.org/en/) (choose the **LTS** option, which should be version 10) - [Git](https://git-scm.com/downloads) - [Visual Studio Code](https://code.visualstudio.com) - If using a Mac, also follow [these steps](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) to install the `code` terminal command. - If you already had VS Code installed, check for updates! - React Developer Tools for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/) ### 2. Installing and opening the project - Open VS Code and then press ```ctrl + ` ``` (backtick, in top left corner of keyboard) to open the built-in terminal - Use the `cd` (change directory) command to find an appropriate place for your code - Type `git clone https://github.com/Microsoft/frontend-bootcamp.git` into the terminal to pull down a copy of the workshop code - Type `cd frontend-bootcamp` to change your current directory to the bootcamp folder - Type `npm install` to install all of the project dependencies - Type `code -r .` to open the bootcamp code in VS Code > If on a Mac, be sure you've followed [these steps](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) first to make the `code` command available. ### 3. Run the "inner loop" build At this point, your VS Code window should look something like this: <img src="https://user-images.githubusercontent.com/1434956/53654442-9c379400-3c02-11e9-8768-d19e092b606d.png" width=500 /> To start the dev "inner loop," run: ``` npm start ``` This will load the site shown below. <img src="https://user-images.githubusercontent.com/1434956/53656239-88426100-3c07-11e9-8456-e3d958aa4def.png" width=500 /> ### 4. Lesson Structure 1. Demos will either be via CodePen (Steps 1, 2 and 3) or done in the step folder. Follow the step README to walkthrough the demo. 2. Much like demos, exercises are done via CodePen or in the project step folders. These exercises will give you an opportunity to try what was demonstrated in the first step. ## What to expect For each lesson, the presenter will walk through some demo code to teach core concepts about the topic. Don't worry about writing code at this point. Just follow along via the readmes linked below. Most lessons also have an exercise portion. Exercise instructions are usually found in the readme for each step's "exercise" folder. ### Day one Day one covers the basics of HTML, CSS and JavaScript, as well as an introduction to React and Typescript. 1. [Introduction to HTML](step1-01) 2. [Introduction to CSS](step1-02) 3. [Introduction JavaScript](step1-03) 4. [Introduction to React](step1-04) 5. [React Components](step1-05) 6. [State-driven UI](step1-06) 7. [Types and UI-driven state](step1-07) ### Day two 1. [TypeScript basics](step2-01) 2. [Fluent UI component library](step2-02) 3. [Theming and styling](step2-03) 4. [React Context](step2-04) 5. [Redux: Store](step2-05) 6. [Redux: React binding](step2-06) ### Bonus content * [Redux: Service calls](bonus-servicecalls) * [Testing with Jest](bonus-jest) ## Additional resources - [MDN Web Docs](https://developer.mozilla.org/en-US/) - [React Docs](https://reactjs.org/docs/getting-started.html) - [Thinking in React](https://reactjs.org/docs/thinking-in-react.html) ## Follow the authors! If you are interested in JavaScript, TypeScript, React, Redux, or Design Systems, follow us on Twitter: - [@kenneth_chau](https://twitter.com/kenneth_chau) - [@micahgodbolt](https://twitter.com/micahgodbolt) ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. ## Legal notices Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file. Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
3,008
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
null
3,009
A modern runtime for JavaScript and TypeScript.
# Deno [![Build Status - Cirrus][]][Build status] [![Twitter handle][]][Twitter badge] [![Discord Chat](https://img.shields.io/discord/684898665143206084?logo=discord&style=social)](https://discord.gg/deno) <img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain"> Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and **TypeScript** that uses V8 and is built in Rust. ### Features - Secure by default. No file, network, or environment access, unless explicitly enabled. - Supports TypeScript out of the box. - Ships only a single executable file. - [Built-in utilities.](https://deno.land/manual/tools#built-in-tooling) - Set of reviewed standard modules that are guaranteed to work with [Deno](https://deno.land/std/). ### Install Shell (Mac, Linux): ```sh curl -fsSL https://deno.land/install.sh | sh ``` PowerShell (Windows): ```powershell irm https://deno.land/install.ps1 | iex ``` [Homebrew](https://formulae.brew.sh/formula/deno) (Mac): ```sh brew install deno ``` [Chocolatey](https://chocolatey.org/packages/deno) (Windows): ```powershell choco install deno ``` [Scoop](https://scoop.sh/) (Windows): ```powershell scoop install deno ``` Build and install from source using [Cargo](https://crates.io/crates/deno): ```sh cargo install deno --locked ``` See [deno_install](https://github.com/denoland/deno_install/blob/master/README.md) and [releases](https://github.com/denoland/deno/releases) for other options. ### Getting Started Try running a simple program: ```sh deno run https://deno.land/std/examples/welcome.ts ``` Or a more complex one: ```ts const listener = Deno.listen({ port: 8000 }); console.log("http://localhost:8000/"); for await (const conn of listener) { serve(conn); } async function serve(conn: Deno.Conn) { for await (const { respondWith } of Deno.serveHttp(conn)) { respondWith(new Response("Hello world")); } } ``` You can find a deeper introduction, examples, and environment setup guides in the [manual](https://deno.land/manual). The complete API reference is available at the runtime [documentation](https://doc.deno.land). ### Contributing We appreciate your help! To contribute, please read our [contributing instructions](https://deno.land/manual/contributing). [Build Status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=main&event=push [Build status]: https://github.com/denoland/deno/actions [Twitter badge]: https://twitter.com/intent/follow?screen_name=deno_land [Twitter handle]: https://img.shields.io/twitter/follow/deno_land.svg?style=social&label=Follow
3,010
Mutation testing for JavaScript and friends
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fstryker-js%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker-js/master) [![Build Status](https://github.com/stryker-mutator/stryker-js/workflows/CI/badge.svg)](https://github.com/stryker-mutator/stryker-js/actions?query=workflow%3ACI+branch%3Amaster) [![NPM](https://img.shields.io/npm/dm/@stryker-mutator/core.svg)](https://www.npmjs.com/package/@stryker-mutator/core) [![Node version](https://img.shields.io/node/v/@stryker-mutator/core.svg)](https://img.shields.io/node/v/@stryker-mutator/core.svg) [![Slack Chat](https://img.shields.io/badge/slack-chat-brightgreen.svg?logo=slack)](https://join.slack.com/t/stryker-mutator/shared_invite/enQtOTUyMTYyNTg1NDQ0LTU4ODNmZDlmN2I3MmEyMTVhYjZlYmJkOThlNTY3NTM1M2QxYmM5YTM3ODQxYmJjY2YyYzllM2RkMmM1NjNjZjM) ![Stryker](stryker-80x80.png) # StrykerJS *Professor X: For someone who hates mutants... you certainly keep some strange company.* *William Stryker: Oh, they serve their purpose... as long as they can be controlled.* Welcome to StrykerJS's monorepo. This is where all official stryker packages are maintained. If you're new to monorepos: don't be scared. You'll find the packages in the `packages` folder. If you're interested in why we chose a monorepo, please read [babeljs's design document about monorepos](https://github.com/babel/babel/blob/master/doc/design/monorepo.md). We use it for the same reasons as they do. ## Introduction For an introduction to mutation testing and Stryker's features, see [stryker-mutator.io](https://stryker-mutator.io/). ## Getting started Please follow the [quickstart on the website](https://stryker-mutator.io/docs/stryker-js/getting-started/). For small js projects, you can try the following command: ``` npm install --save-dev @stryker-mutator/core # Only for small projects: npx stryker run ``` It will run stryker with default values: * Uses `npm test` as your test command * Searches for files to mutate in the `lib` and `src` directories ## Usage ```sh $ npx stryker <command> [options] [configFile] ``` See [usage on stryker-mutator.io](https://stryker-mutator.io/docs/stryker-js/usage) ## Supported mutators See our website for the [list of currently supported mutators](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators). ## Configuration See [configuration on stryker-mutator.io](https://stryker-mutator.io/docs/stryker-js/configuration).
3,011
Real world GraphQL tutorials for frontend developers with deadlines!
# [hasura.io/learn](https://hasura.io/learn/) <a href="https://hacktoberfest.digitalocean.com/" alt="Hacktoberfest"><img src="https://badgen.net/badge/hacktoberfest/friendly/pink" /></a> [![hasura.io/learn website](https://img.shields.io/badge/docs-hasura.io-blue.svg)](https://hasura.io/learn/) [![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/) <a href="https://github.com/hasura/learn-graphql/blob/master/LICENSE" alt="License"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a> Real world GraphQL tutorials for frontend developers with deadlines! With these open-source community maintained tutorials, you will move from the basics of GraphQL to building a real-time application in 2 hours. There are different tutorial series: ## Frontend - [React](https://hasura.io/learn/graphql/react/introduction/) - [Vue](https://hasura.io/learn/graphql/vue/introduction/) - [Angular](https://hasura.io/learn/graphql/angular-apollo/introduction/) - [Typescript](https://hasura.io/learn/graphql/typescript-react-apollo/introduction/) - [Elm](https://hasura.io/learn/graphql/elm-graphql/introduction/) - [ReasonML](https://hasura.io/learn/graphql/reason-react-apollo/introduction/) - [Unity](https://hasura.io/learn/graphql/unity/introduction/) - [Next.js](https://hasura.io/learn/graphql/nextjs-fullstack-serverless/introduction/) - [RxDB](https://hasura.io/learn/graphql/react-rxdb-offline-first/introduction/) - [Svelte](https://hasura.io/learn/graphql/svelte-apollo/introduction/) - [Remix](https://hasura.io/learn/graphql/remix-fullstack-firebase/introduction/) - [Rescript](https://hasura.io/learn/graphql/rescript-react-apollo/introduction/) ## Mobile - [React Native](https://hasura.io/learn/graphql/react-native/introduction/) - [iOS](https://hasura.io/learn/graphql/ios/introduction/) - [Android](https://hasura.io/learn/graphql/android/introduction/) - [Flutter](https://hasura.io/learn/graphql/flutter-graphql/introduction/) ## Backend - [Introduction to Hasura](https://hasura.io/learn/graphql/hasura/introduction/) - [Authorization with Hasura](https://hasura.io/learn/graphql/hasura-auth-slack/introduction/) - [Advanced Hasura](https://hasura.io/learn/graphql/hasura-advanced/introduction/) - [Authentication with Hasura](https://hasura.io/learn/graphql/hasura-authentication/introduction/) ## Database - [Postgres Basics](https://hasura.io/learn/database/postgresql/introduction/) - [MySQL Basics](https://hasura.io/learn/database/mysql/introduction/) - [SQL Server Basics](https://hasura.io/learn/database/microsoft-sql-server/introduction/) - [YugabyteDB Basics](https://hasura.io/learn/database/yugabyte/introduction/) ## GraphQL Basics - [Intro to GraphQL](https://hasura.io/learn/graphql/intro-graphql/introduction/) ## Contributing Check out our [contributing guide](CONTRIBUTING.md) for more details. ## License This project is licensed under the MIT License - read [LICENSE](LICENSE) file for details. ## Contributors <a href="https://github.com/hasura/learn-graphql/graphs/contributors"> <img src="https://contrib.rocks/image?repo=hasura/learn-graphql" /> </a> <!-- Made with [contrib.rocks](https://contrib.rocks). -->
3,012
a repo for awesome front-end resources
# 👋 Introduction A collection of (awe)some resources, mostly focused on front-end web development. You can find a list of all the resources in [here](https://fe-resources.vercel.app). ## Table of Contents - [👋 Introduction](#-introduction) - [Table of Contents](#table-of-contents) - [Resources](#resources) - [Introduction](#introduction) - [API](#api) - [CSS](#css) - [Data Structures and Algorithms](#data-structures-and-algorithms) - [Design](#design) - [Frontend Resources](#frontend-resources) - [Git / Github](#git--github) - [HTML](#html) - [JavaScript](#javascript) - [React](#react) - [TypeScript](#typescript) - [Website](#website) - [Installation](#installation) - [Local Development](#local-development) - [Build](#build) - [Contributing](#contributing) - [License](#license) - [Contributors](#contributors) ## Resources ### [Introduction](./docs/intro.md) ### API - [Public API's](./docs/api/api.md) ### CSS - [Architectures / Methodologies](./docs/css/architectures-methodologies.md) - [Articles](./docs/css/articles.md) - [CSS in JS](./docs/css/css-in-js.md) - [Design Systems](./docs/css/design-systems.md) - [Generators](./docs/css/generators.md) - [Videos](./docs/css/videos.md) - [Websites](./docs/css/websites.md) ### Data Structures and Algorithms - [Books](./docs/data-structures-and-algorithms/books.md) - [Challenges](./docs/data-structures-and-algorithms/challenges.md) - [Websites](./docs/data-structures-and-algorithms/websites.md) ### Design - [Articles](./docs/design/articles.md) - [Books](./docs/design/books.md) - [Colors](./docs/design/colors.md) - [Design Systems](./docs/design/design-systems.md) - [Fonts](./docs/design/fonts.md) - [Icons](./docs/design/icons.md) - [Optimization Tools](./docs/design/optimization-tools.md) - [Stock Photos](./docs/design/stock-photos.md) - [Tools](./docs/design/tools.md) - [Typography](./docs/design/typography.md) - [Websites](./docs/design/websites.md) ### Frontend Resources - [Articles](./docs/frontend-resources/articles.md) - [Blogs](./docs/frontend-resources/blogs.md) - [Books](./docs/frontend-resources/books.md) - [Challenges](./docs/frontend-resources/challenges.md) - [Discord Communities](./docs/frontend-resources/discord.md) - [Documentations](./docs/frontend-resources/documentations.md) - [Games](./docs/frontend-resources/games.md) - [Interactive Practices](./docs/frontend-resources/interactive-practices.md) - [Mixed Content](./docs/frontend-resources/mixed.md) - [Newsletters](./docs/frontend-resources/newsletters.md) - [Online Cirriculums](./docs/frontend-resources/online-cirriculums.md) - [Podcasts](./docs/frontend-resources/podcasts.md) - [Roadmaps](./docs/frontend-resources/roadmaps.md) - [Subreddits](./docs/frontend-resources/subreddits.md) - [Surveys](./docs/frontend-resources/surveys.md) - [Tools](./docs/frontend-resources/tools.md) - [Websites](./docs/frontend-resources/websites.md) - [Youtube Channels](./docs/frontend-resources/youtube-channels.md) ### Git / Github - [Courses](./docs/git-github/courses.md) - [Tools](./docs/git-github/tools.md) - [Videos](./docs/git-github/videos.md) - [Websites](./docs/git-github/websites.md) ### HTML - [Accessibility](./docs/html/accessibility.md) - [Articles](./docs/html/articles.md) - [Checklists](./docs/html/checklists.md) - [Tools](./docs/html/tools.md) ### JavaScript - [Articles](./docs/javascript/articles.md) - [Books](./docs/javascript/books.md) - [Courses / Practices](./docs/javascript/courses-practices.md) - [Talks](./docs/javascript/talks.md) - [Tools](./docs/javascript/tools.md) - [Websites](./docs/javascript/websites.md) ### React - [Articles](./docs/react/articles.md) - [Frameworks](./docs/react/frameworks.md) - [Hooks](./docs/react/hooks.md) - [State Management](./docs/react/state-management.md) - [Tools](./docs/react/tools.md) - [Videos](./docs/react/videos.md) ### TypeScript - [Articles](./docs/typescript/articles.md) - [Challenges](./docs/typescript/challenges.md) - [Courses](./docs/typescript/courses.md) - [Tools](./docs/typescript/tools.md) ## Website This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. ### Installation ``` $ yarn ``` ### Local Development ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### Build ``` $ yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. ## Contributing If you have any front-end resources that you would like to share, please feel free to open a pull request with your additions. Please make sure to follow the formatting of the existing resources and to add your resource to the appropriate section. ## License This repository is licensed under the MIT License. See LICENSE for more information. ## Contributors <a href="https://github.com/aycanogut/front-end-resources/graphs/contributors"> <img src="https://contrib.rocks/image?repo=aycanogut/front-end-resources" /> </a>
3,013
Curated chronological list of learning resources for Angular, from complete beginner to advanced level
# Angular learning resources Curated list of learning resources for Angular, from complete beginner to advanced level. Everything you need to learn in chronological order to become a professional Angular developer. # ⇒ Prerequisites ### Javascript: - [JavaScript ES6 tutorial](https://codeburst.io/es6-tutorial-for-beginners-5f3c4e7960be) - [Principles of functional programming in JavaScript](https://flaviocopes.com/javascript-functional-programming/) - [Functional Programming with JavaScript](https://codeburst.io/functional-programming-in-javascript-e57e7e28c0e5) ### TypeScript: - [Official Documentation](https://www.typescriptlang.org/docs/home.html) - [Official Handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html) - [TS deepdive Gitbook by Basarat Syed](https://basarat.gitbooks.io/typescript/) - [Object Oriented Programming with TypeScript](http://rachelappel.com/write-object-oriented-javascript-with-typescript/) - [Functional programming with TypeScript](https://vsavkin.com/functional-typescript-316f0e003dc6) # ⇒ Beginner - [Getting started official tutorial](https://angular.io/tutorial) - [Official Docs](https://angular.io) - [Components & Templates](https://angular.io/guide/displaying-data) - [Component interaction](https://angular.io/guide/component-interaction) - [Structural Directives](https://angular.io/guide/structural-directives) - [Dependency Injection & Services](https://angular.io/guide/architecture-services) - [Programming Style guide](https://angular.io/guide/styleguide) # ⇒ Intermediate ### Reactive programming - RxJS: - [Introduction to RxJS - RxJS Primer](https://www.learnrxjs.io/concepts/rxjs-primer.html) - [The introduction to reactive programming with RxJS](https://www.learnrxjs.io/) - [RxJS Video Course](https://www.youtube.com/watch?v=Tux1nhBPl_w) - [Learn RxJS - Organised API Reference](https://www.learnrxjs.io/) - [RxMarbles: Interactive diagrams of Rx Observables](http://rxmarbles.com/) - [RxJS Docs](https://rxjs-dev.firebaseapp.com/) ### Going further with Angular: - [Managing projects with Angular CLI](https://github.com/angular/angular-cli/wiki) - [Angular HTTP Client](https://angular.io/guide/http) - [Reactive Forms](https://angular.io/guide/reactive-forms) - [Angular Routing & Navigation](https://angular.io/guide/router) - [Angular Material Component Library](https://material.angular.io/) - [Nebular Component Library](https://akveo.github.io/nebular/) - [Testing](https://angular.io/guide/testing) # ⇒ Advanced ### State management: - [Simple and powerful state management with only Services and RxJS (for 90% of cases, this method of state management is more than enough)](https://dev.to/avatsaev/simple-state-management-in-angular-with-only-services-and-rxjs-41p8) - [NGRX - Angular state management library](https://github.com/ngrx/platform) - [Quick intro to Redux style state management with NGRX](https://www.youtube.com/watch?v=f97ICOaekNU) - [State management with NGRX tutorial](https://coursetro.com/posts/code/151/Angular-Ngrx-Store-Tutorial---Learn-Angular-State-Management) - [In depth introduction to NGRX/Redux state management](https://medium.com/@bencabanes/redux-introduction-with-ngrx-part-1-store-application-state-2c47c35376ea) - [NGRX advanced patterns & techniques](https://blog.nrwl.io/ngrx-patterns-and-techniques-f46126e2b1e5) #### Alternatives to NGRX: - [NGXS](https://github.com/ngxs/store) - [Akita](https://netbasal.gitbook.io/akita/entity-store/blog-posts) ### Dependency injection: - [Advanced dependency injection](https://angular.io/guide/dependency-injection-providers) - [Dependency inversion](https://netbasal.com/demystifying-the-dependency-inversion-principle-in-angular-a2daca9b05ee) ### Angular change detection engine: - [How change detection works](https://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html) ### Perfomance: - [Performance guide for Angular apps](https://blog.angular.io/3-tips-for-angular-runtime-performance-from-the-real-world-d467fbc8f66e) - [Optimizing performance in Angular apps](https://netbasal.com/optimizing-the-performance-of-your-angular-application-f222f1c16354) - [OnPush change detection strategy in details](https://netbasal.com/a-comprehensive-guide-to-angular-onpush-change-detection-strategy-5bac493074a4) ### Angular libraries: - [Creating Angular libraries with Angular CLI](https://blog.angulartraining.com/create-your-own-libraries-with-angular-cli-7b434600bbb7) - [Publishing Angular component libraries](https://medium.com/@faxemaxee/building-and-publishing-angular-libraries-using-angular-cli-140057d21101) # Useful Blogs / Video courses / Youtube Channels / Example apps <a href="https://ultimatecourses.com/courses/angular/ref/azero79/" title="Ultimate Courses"><img src="https://ultimatecourses.com/assets/img/banners/ultimate-angular-github.svg" alt="Ultimate Courses" /></a> - [Angular Udemy video Course from, beginner to Pro level (~$10)](https://www.udemy.com/the-complete-guide-to-angular-2/) - [Angular Firebase - Quick short tutorials on advanced topics](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA) - [Angular MIX - Youtube Channel](https://www.youtube.com/channel/UCnUpEUN4V3iJxoUximdr6Nw/videos) - [Discover Angular courses](https://bestcourses.io/results?q=angular&size=n_20_n) - [Todd Motto - Youtube Channel](https://www.youtube.com/channel/UCNtFk-g4CCmXMYL4pYNmoEA/videos) - [Angular Connect - Youtube Channel](https://www.youtube.com/channel/UCzrskTiT_ObAk3xBkVxMz5g/videos) - [Free Angular courses from Coursetro - YouTube](http://www.youtube.com/user/designcourse) - [Todd Motto - Blog](https://toddmotto.com/) - [Angular Subreddit](https://www.reddit.com/r/Angular2/) - [Angular In Depth - Advanced understanding of inner workings](https://blog.angularindepth.com/) - [Netanel Basal - Advanced Practical Tutorials](https://netbasal.com/@NetanelBasal) - [Full Stack Contacts Book example app (Components, Services, Routing, Http, Forms, Lazy loading, Sockets, NGRX State management, NGRX HTTP+Socket.IO Side Effects management, NGRX Entity management...)](https://github.com/avatsaev/angular-contacts-app-example)
3,014
💎 Cross platform Web debugging proxy
![Build](https://github.com/alibaba/lightproxy/workflows/Build/badge.svg) ![Build doc and Deploy](https://github.com/alibaba/lightproxy/workflows/Build%20and%20Deploy/badge.svg) ![Stable version](https://img.shields.io/badge/dynamic/json?url=https://gw.alipayobjects.com/os/LightProxy/release.json&label=Stable%20Version&query=$.version) ![Beta version](https://img.shields.io/badge/dynamic/json?url=https://gw.alipayobjects.com/os/LightProxy/beta-release.json&label=Beta%20Version&query=$.version) ![GitHub issues](https://img.shields.io/github/issues/alibaba/lightproxy) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/alibaba/lightproxy) [![HitCount](http://hits.dwyl.com/alibaba/lightproxy.svg)](http://hits.dwyl.com/alibaba/lightproxy) <p align="center"> <a href="https://lightproxy.org"> <img src="./vendor/files/icon.png" height="150px"/> </a> </p> <p align="center"> <b><a href="https://lightproxy.org/doc/getting-started#download">Download</a></b> | <b><a href="https://lightproxy.org/doc/getting-started">Document</a></b> | <b><a href="CONTRIBUTING.org">Contribute</a></b> | <b><a href="https://github.com/alibaba/lightproxy/issues/117">Introduction</a></b> | <b><a href="https://github.com/alibaba/lightproxy/issues/19">介绍文章</a></b> | <b><a href="https://alibaba.github.io/lightproxy/start-proxy-only.html">FAQ</a></b> </p> <p align="center"> <a href="https://www.producthunt.com/posts/lightproxy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-lightproxy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=195432&theme=light" alt="LightProxy - Open-source proxy tools for macOS & Windows based on whistle | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a> </p> <p align="center"> <a href="https://lightproxy.org"> <img src="https://img.alicdn.com/tfs/TB157bJF.T1gK0jSZFrXXcNCXXa-1393-921.png"></img> <img src="https://img.alicdn.com/tfs/TB1vd0uGYj1gK0jSZFOXXc7GpXa-1549-1018.png"></img> </a> </p> --- :package: Out-of-box, fully automation with **certificate install & system proxy setting** :battery: Battery include, powerful `hosts/proxy/capture` based on `whistle`, what u need is just input `/` :electric_plug: Hackable, you could write even Node.js for your proxy rule --- ## Preview GIF <p align="center"> <img src="https://i.loli.net/2020/05/05/uRZMpi8rPDyQF6I.gif"></img> </p> ## Download [macOS Version Download](https://gw.alipayobjects.com/os/LightProxy/LightProxy.dmg) [Windows Version Download](https://gw.alipayobjects.com/os/LightProxy/LightProxy-Setup.exe) ## Quick Start Take a quick start at: https://lightproxy.org/doc/getting-started ## How to contribute ### env - nodejs > 12 (**important**) - `npm install -g electron-builder` if you need bundle application ### dev ```shell git clone https://github.com/alibaba/lightproxy cd lightproxy yarn run install-deps yarn run dev ``` For new contributors you can try to fix a [🏅send-a-PR](https://github.com/alibaba/lightproxy/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%8F%85send+a+PR%22) ## Contributors ✨ <p align="center"> <a href="https://github.com/alibaba/lightproxy/graphs/contributors"> <img src="https://contributors-img.web.app/image?repo=alibaba/lightproxy"></img> </a> </p> > ICBU 端架构团队招聘 > ❤️ 如果你擅长端技术,热爱开源,追求极致的用户体验和开发者体验,欢迎发简历到 [email protected]
3,015
ProseMirror toolkit for React 🎉
null
3,016
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2022. Read more on my blog https://inspiredwebdev.com or buy it here https://www.amazon.com/dp/B09FNNVY1Y?ref=inspiredwebde-20. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
[![](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/albertomontalesi) [![](https://img.shields.io/badge/Follow-Medium-green.svg)](https://medium.com/@labby92) [![Twitter](https://img.shields.io/twitter/url/https/github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FAlbertoMontalesi%2FJavaScript-es6-and-beyond-ebook) [![GitHub stars](https://img.shields.io/github/stars/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook.svg)](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook/stargazers) [![GitHub forks](https://img.shields.io/github/forks/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook.svg)](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook/network) [![Github All Releases](https://img.shields.io/github/downloads/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook/total.svg)](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook/pulls) # [The Complete Guide to Modern JavaScript ](https://leanpub.com/completeguidetomodernjavascript2020) ## Learn everything from the basics of JavaScript to the new ES2022 features. Practice with more than 50 quizzes and dive into the basics of TypeScript. [![book-cover](/assets/banner.jpg)](http://bit.ly/2VV2LbX) ## Who is this book for? This book is aimed to developer of every level, from beginner to advanced, who want to improve their `JavaScript` skills and get up to date with all the upgraded done to the language specification since 2015. This book is **not** for total beginners, it does **cover** the basics of programming in general and albeit providing an introduction to `JavaScript` I would recommend that you take it only if you have at least a basic understanding of the language. &nbsp; ## 5th Edition is out Included a new chapter detailing all the new features introduced by ES2022 ## Free vs Paid Version The Paid version gives you access to: - all the core chapters available on Github - introduction to JavaScript section - introduction to TypeScript section - 50+ quizzes - epub/mobi/pdf version - paperback version (both color and black and white version available) &nbsp; ## Where to buy it You can get the course based on this book on: - [Leanpub](https://leanpub.com/c/completeguidetomodernjavascript) - [Educative](https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB) or get the complete path to become a front end develop [here](https://www.educative.io/path/become-front-end-developer?aff=BqmB) You get the ebook on Amazon, Leanpub and other stores, check the following link to find your local amazon store: - Play Store [Ebook](https://play.google.com/store/books/details/Alberto_Montalesi_The_Complete_Guide_to_Modern_Jav?id=avqrDwAAQBAJ) - Leanpub: [Ebook](https://leanpub.com/completeguidetomodernjavascript2020) - Amazon: [Paperback](https://www.amazon.com/dp/B09FNNVY1Y?ref=inspiredwebde-20) If you enjoyed the book please leave a review to support me and help other buyers. You can also read my articles on my blog [here](https://www.inspiredwebdev.com/). &nbsp; ## About me My name is Alberto Montalesi, I am from Italy and I am working in Vietnam as a Software Developer creating enterprise software. My passion for programming started late in life, in 2016 at the age of 24 after a bachelor's degree in Law. My path to become a self-taught software developer has not been easy, but it's definitely something I would do again. You can read my story on Medium at this link: https://medium.freecodecamp.org/my-journey-from-esl-teacher-to-software-developer-35cc998a6ec0 Writing a book that can help other aspiring developers fills me with pride as I know very well how hard it can be to find the motivation and the resources to continue studying and improving your skill. Apart from programming, my other passions include photography, traveling and gaming. &nbsp; ## Get in touch If you want to get in touch for any type of collaboration or discussion you can find me on: - [InspiredWebDev](https://inspiredwebdev.com) my personal blog https://inspiredwebdev.com - [DevTo](https://dev.to/albertomontalesi) at https://dev.to/albertomontalesi - [Medium](https://medium.com/@labby92) at https://medium.com/@labby92 - [Github](https://github.com/AlbertoMontalesi) at https://github.com/AlbertoMontalesi &nbsp; ## Contributions & Donations Any contributions you make are of book greatly appreciated. If you enjoy my content and you want to donate a cup of coffee to me, you can do so at [https://www.paypal.me/albertomontalesi](https://www.paypal.me/albertomontalesi) or [here](https://ko-fi.com/albertomontalesi). ## License <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>.
3,017
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
Serenity Application Platform ============================= <img src="https://github.com/serenity-is/Serenity/blob/master/build/assets/package-icon.png" /> [![Build status](https://ci.appveyor.com/api/projects/status/hfs2elisqkmg7fp7?svg=true)](https://ci.appveyor.com/project/serenity-is/serenity) [![version](https://img.shields.io/nuget/v/Serenity.Net.Core.svg?label=version)](http://www.nuget.org/packages/Serenity.Net.Core/) ## What is Serenity Platform Serenity is an ASP.NET Core / TypeScript application platform designed to simplify and shorten development of data-centric business applications with a service based architecture. It aims to make development easier while reducing maintenance costs by avoiding boiler-plate code, reducing the time spent on repetitive tasks and applying best software design practices. <img src="https://github.com/serenity-is/Serene/blob/master/build/assets/SereneAnimation.gif" /> ## Documentation and Tutorials See [Serenity Developer Guide - https://serenity.is/docs](https://serenity.is/docs/) for documentation, and step by step tutorials. **Serenity Blog:** - https://serenity.is/blog/ **Check out the Visual Studio Toolbox Presentation:** - [Building Web Apps with the Serenity Platform](https://docs.microsoft.com/en-us/shows/visual-studio-toolbox/building-web-apps-with-the-serenity-platform) ## Online Demo https://demo.serenity.is ## Contribute / Spread the Word You may contribute to the project by opening a pull request, adding documentation, sample source code, asking a question or suggesting an improvement etc. Just open a discussion here with relevant links. Please help spread the word by posting in blogs, forums, social media, starring project in GitHub, or reviewing the Serene extension in [VSGallery](https://marketplace.visualstudio.com/items?itemName=VolkanCeylan.SereneSerenityApplicationTemplate&ssr=false#review-details). ## Licence Serenity (including it's application template Serene) is a free and open source project with MIT licence, which permits usage in commercial applications. ## Premium Packages We offer premium support packages at https://serenity.is. They also include *StartSharp* template with advanced samples, features and modules. Visit [this document](https://serenity.is/docs/startsharp/README) for more information about what is available in premium support and *StartSharp*. ## Custom Development Custom development options are available from the author and a team of Serenity professionals. [Contact us](mailto:[email protected]) for details. ## Video Tutorials by Community Members (not official, some might be out of date) - **Starting Point Videos by @sayuga:** https://www.youtube.com/channel/UCHGyxXj-vI32YaRs0v3HvKw - **Youtube Channel of @samdubey:** https://www.youtube.com/c/SerenityApplicationFramework - **Introduction to Serene by @samdubey:** https://www.youtube.com/watch?v=_AqRl_U_gcw - **Movie Tutorial:** https://www.youtube.com/playlist?list=PLMr_-cvwVIMWBsgWWUYdbHxBHPrOSzWVf - **Continuous Deployment on Azure by @samdubey:** https://www.youtube.com/watch?v=tcywhS9k9Wc - **Videos in Arabic by @MohamedEbrahimSaad**: https://www.youtube.com/watch?v=op15-Q2TDjg
3,018
a super simple, no-nonsense diagramming library written in react that just works
# Introduction [![Join the chat at https://gitter.im/projectstorm/react-diagrams](https://badges.gitter.im/projectstorm/react-diagrams.svg)](https://gitter.im/projectstorm/react-diagrams?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NPM](https://img.shields.io/npm/v/@projectstorm/react-diagrams.svg)](https://npmjs.org/package/@projectstorm/react-diagrams) [![Package Quality](https://npm.packagequality.com/shield/storm-react-diagrams.svg)](https://packagequality.com/#?package=storm-react-diagrams) ![](.gitbook/assets/logo.jpg) **DEMO**: [http://projectstorm.cloud/react-diagrams](http://projectstorm.cloud/react-diagrams) **DOCS \(wip\)** [https://projectstorm.gitbook.io/react-diagrams](https://projectstorm.gitbook.io/react-diagrams) Docs are currently being worked on, along with a migration path. ## What A flow & process orientated diagramming library inspired by **Blender**, **Labview** and **Unreal engine**. * **Modern Codebase** written entirely in Typescript and React, the library makes use of powerful generics, advanced software engineering principles and is broken up into multiple modules. * **Hackable and extensible** the entire library including its core can be extended, rewired and re-assembled into fundamentally different software to suit your own software needs. * **HTML nodes as a first class citizen** the library was originally written to represent advanced dynamic nodes, that are difficult to represent as SVG's due to complex input requirements ux requirements. * **Designed for process** the library is aimed for software engineers that want to rewire their programs at runtime, and that want to make their software more dynamic. * **Fast diagram editing** the defaults provided give the highest priority to editing diagrams as fast as possible. ## Gallery Example implementation using custom models: \(Dylan's personal code\) ![Personal Project](.gitbook/assets/example1.jpg) ![](.gitbook/assets/example2.jpg) Get started with the default models right out of the box: ![](.gitbook/assets/example3.jpg) ## Installing For all the bells and whistles: ```text yarn add @projectstorm/react-diagrams ``` This includes all the packages listed below \(and works \(mostly and conceptually\) like it used to in version 5.0\) ### A more modular approach This library now has a more modular design and you can import just the core \(contains no default factories or routing\) ```text yarn add @projectstorm/react-diagrams-core ``` this is built ontop of the evolving **react-canvas-core** library ```text yarn add @projectstorm/react-canvas-core ``` which makes use of ```text yarn add @projectstorm/geometry ``` and of course, you can add some extras: ```text yarn add @projectstorm/react-diagrams-defaults yarn add @projectstorm/react-diagrams-routing ``` ## How to use Before running any of the examples, please run `yarn build` in the root. This project is a monorepo, and the packages (including the demos) require the packages to first be built. Take a look at the [diagram demos](https://github.com/projectstorm/react-diagrams/tree/master/diagrams-demo-gallery/demos) **or** Take a look at the [demo project](https://github.com/projectstorm/react-diagrams/tree/master/diagrams-demo-project) which contains an example for ES6 as well as Typescript **or** [Checkout the docs](https://projectstorm.gitbook.io/react-diagrams/) ## Run the demos After running `yarn install` and `yarn build`, you must then run: `cd diagrams-demo-gallery && yarn run start` ## Building from source Simply run `yarn` then `yarn build` or `yarn build:prod` in the root directory and it will spit out the transpiled code and typescript definitions into the dist directory as a single file. ## Built with react-diagrams > Do you have an interesting project built with *react-diagrams*? PR it into this section for others to see.
3,019
LINE Messaging API SDK for Node.js
# LINE Messaging API SDK for nodejs [![Github Action](https://github.com/line/line-bot-sdk-nodejs/actions/workflows/test.yml/badge.svg)](https://github.com/line/line-bot-sdk-nodejs/actions/workflows/test.yml) [![npmjs](https://badge.fury.io/js/%40line%2Fbot-sdk.svg)](https://www.npmjs.com/package/@line/bot-sdk) ## Introduction The LINE Messaging API SDK for nodejs makes it easy to develop bots using LINE Messaging API, and you can create a sample bot within minutes. ## Documentation See the official API documentation for more information - English: https://developers.line.biz/en/docs/messaging-api/overview/ - Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/ line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started ## Requirements * **Node.js** 10 or higher ## Installation Using [npm](https://www.npmjs.com/): ``` bash $ npm install @line/bot-sdk --save ``` ## Help and media FAQ: https://developers.line.biz/en/faq/ Community Q&A: https://www.line-community.me/questions News: https://developers.line.biz/en/news/ Twitter: @LINE_DEV ## Versioning This project respects semantic versioning See http://semver.org/ ## Contributing Please check [CONTRIBUTING](CONTRIBUTING.md) before making a contribution. ## License ``` Copyright (C) 2016 LINE Corp. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```
3,020
⚡️基于 Vue3 + Vite3 + Pinia + Unocss + Naive UI 的轻量级后台管理模板。
<p align="center"> <a href="https://github.com/zclzone/vue-naive-admin"> <img alt="Vue Naive Admin Logo" width="200" src="https://assets.qszone.com/images/logo_qs.svg"> </a> </p> <p align="center"> <a href="https://github.com/zclzone/vue-naive-admin/actions"><img allt="checks" src="https://badgen.net/github/checks/zclzone/vue-naive-admin"/></a> <a href="https://github.com/zclzone/vue-naive-admin"><img allt="stars" src="https://badgen.net/github/stars/zclzone/vue-naive-admin"/></a> <a href="https://github.com/zclzone/vue-naive-admin"><img allt="forks" src="https://badgen.net/github/forks/zclzone/vue-naive-admin"/></a> <a href="./LICENSE"><img allt="MIT License" src="https://badgen.net/github/license/zclzone/vue-naive-admin"/></a> </p> <p align='center'> <b>English</b> | <a href="https://github.com/zclzone/vue-naive-admin/blob/main/README.zh-CN.md">简体中文</a> </p> ### Introduction [Vue Naive Admin](https://github.com/zclzone/vue-naive-admin) is a **completely open source free and commercially allowed ** admin template,Based on the latest technology stack of front-end such as `Vue3、Vite3、Pinia、Unocss and Naive UI`. Compared with other more popular backend management templates, this project is more concise, lightweight, fresh style, very low learning costs, ideal for small and medium-sized projects or personal projects. ### Features - 🍒 Integrated [Naive UI](https://www.naiveui.com),recommended by Evan You. - 🍑 Integrated login, logout and permission verification. - 🍐 Integrated multi-environment configuration, dev, test, production and github pages environments. - 🍎 Integrated `eslint + prettier`. - 🍌 Integrated `husky + commitlint`. - 🍉 Integrated `Mock`. - 🍍 Integrated `pinia`,lightweight, simple and easy to use alternative to vuex. - 📦 Integrated `unplugin` auto import. - 🤹 Integrated `iconify` icon,support custom svg icons. - 🍇 Integrated `unocss`. ### Preview [https://template.qszone.com](https://template.qszone.com) [https://zclzone.github.io/vue-naive-admin](https://zclzone.github.io/vue-naive-admin) ### Docs [Vue Naive Admin Docs](https://zclzone.github.io/vue-naive-admin-docs) ### Getting Started ```shell # Recommended setup git autocrlf 为 false git config --global core.autocrlf false # Clone Project git clone https://github.com/zclzone/vue-naive-admin.git cd vue-naive-admin # Install dependencies(Recommended use pnpm: https://pnpm.io/zh/installation) npm i -g pnpm # Installed and can be ignored pnpm i # or npm i # Start pnpm dev ``` ### Build and Release ```shell # Test Environment pnpm build:test # Github Environment pnpm build:github # Prod Environment pnpm build ``` ### Other ```shell # eslint check pnpm lint # eslint check and fix pnpm lint:fix # Preview(Need to build first) pnpm preview # Commit(husky+commitlint) pnpm cz ``` ### Directory description ``` Vue Naive Admin |-- .github // github相关,如推送github仓库后自动部署gh pages |-- .husky // git commit钩子 |-- .vscode // vscode编辑器相关 | |-- extensions.json // 插件推荐 | |-- settings.json // 项目级别的vscode配置,优先级大于全局vscode配置 |-- build // 构建相关配置 | |-- constant.js // 构建相关的常量 | |-- utils.js // 构建相关的工具方法 | |-- config | | |-- define.js // 注入全局常量,启动或打包后将添加到window中 | | |-- proxy.js // 代理配置 | |-- plugin | | |-- html.js // vite-plugin-html插件,用于注入变量或者html标签 | | |-- mock.js // vite-plugin-mock插件,处理mock | | |-- unplugin.js // unplugin相关插件,包含DefineOptions和自动导入 | |-- script // 打包完成后执行的一些node脚本(不重要) | |-- build-cname.js // 自动生成cname |-- mock // mock | |-- utils.js // mock请求需要用到的工具方法 | |-- api // mock接口 |-- public // 公共资源,文件夹下的文件会在打包后会直接加到dist根目录下 |-- settings // 项目配置 | |-- proxy-config.js // 代理配置文件 | |-- theme.json // 主题配置项,主题色等 |-- src | |-- api // 公共api | |-- assets // 静态资源 | | |-- images // 图片 | | |-- svg // svg图标 | |-- components // 全局组件 | | |-- common // 公共组件 | | |-- icon // icon相关组件 | | |-- page // 页面组件 | | |-- query-bar // 查询选项 | | |-- table // 封装的表格组件 | |-- composables // 封装的组合式函数 | |-- layout // 布局相关组件 | | |-- components | | |-- AppMain.vue // 主体内容 | | |-- header // 头部 | | |-- sidebar // 侧边菜单栏 | | |-- tags // 多页签栏 | |-- router // 路由 | | |-- guard // 路由守卫 | | |-- routes // 路由列表 | |-- store // 状态管理(pinia) | | |-- modules // 模块 | | |-- app // 管理页面重新加载、折叠菜单栏和keepAlive等 | | |-- permission // 权限相关,管理权限菜单 | | |-- tags // 管理多页签 | | |-- user // 用户模块,管理用户信息、登录登出 | |-- styles // 样式 | |-- utils // 封装的工具方法 | | |-- auth // 权限相关,如token、跳转登录页等 | | |-- common // 通用 | | |-- http // 封装axios | | |-- storage // 封装localStorage和sessionStorage | |-- views // 页面 | | |-- demo // 示例 | | |-- error-page // 错误页 | | |-- login // 登录页 | | |-- workbench // 首页 | |-- App.vue | |-- main.js |-- .cz-config.js // git提交配置 |-- .editorconfig // 编辑器配置 |-- .env // 环境文件,所有环境都会载入 |-- .env.development // 开发环境文件 |-- .env.production // 生产环境文件 |-- .env.test // 测试环境文件 |-- .eslintignore // eslint忽略 |-- .eslintrc.js // eslint配置 |-- .gitignore // git忽略 |-- .prettierignore // prettier格式化忽略 |-- commitlint.config.js // commitlint规范配置 |-- index.html |-- jsconfig.json // js配置 |-- LICENSE // 协议 |-- package.json // 依赖描述文件 |-- pnpm-lock.yaml // 依赖锁定文件 |-- prettier.config.js // prettier格式化配置 |-- README.md // 项目描述文档(英文) |-- README.zh-CN.md // 项目描述文档(中文) |-- unocss.config.js // unocss配置 |-- vite.config.js // vite配置 ``` ### TS version: Qs Admin #### source code - gitub: [https://github.com/zclzone/qs-admin](https://github.com/zclzone/qs-admin) - gitee: [https://gitee.com/zclzone/qs-admin-ts](https://gitee.com/zclzone/qs-admin-ts) #### preview - [https://admin.qszone.com](https://admin.qszone.com) - [https://zclzone.github.io/qs-admin](https://zclzone.github.io/qs-admin) ### Communication group & About the author <a href="https://blog.qszone.com/about/"> <img src="https://assets.qszone.com/images/about.png" style="max-width: 400px" /> </a>
3,021
A react native clothes shopping app UI.
# SHOP UI React-Native Template with Native Base ## Introduction > A creative and modern clothes shopping app design for react-native using the native-base UI components. It works well with both IOS and Android. ## Availables pages > This is the list of the availables pages with this source code: * [Home](./src/page/Home.js) * [Shop](./src/page/Category.js) * [Single product](./src/page/Product.js) * [Product gallery](./src/page/ImageGallery.js) * [Cart](./src/page/Cart.js) * [Search](./src/page/Search.js) * [WishList](./src/page/WishList.js) * [Newsletter](./src/page/Newsletter.js) * [Contact](./src/page/Contact.js) * [Find us (A map)](./src/page/Map.js) * [Login](./src/page/Login.js)/[Sign up](./src/page/Signup.js) * [Payment](./src/page/Checkout.js) ### Coming Soon * Profile ## Installation > Follow these steps to install and test the app: ``` git clone [email protected]:ATF19/react-native-shop-ui.git cd react-native-shop-ui npm install ``` > For iOS users: ``` react-native run-ios ``` > For Android users ``` react-native run-android ``` ## Download a demo > You can download the demo APK by [Clicking here](https://www.dropbox.com/s/42l8vvq61xx6bzh/shop.apk "Download Shop APK") ## Screenshots Click [here](screenshots/README.md) ## Documentation Updating the codebase will require changes to the `.js` files in the [src/](./src/) folder. Individual pages can be edited by editing the `.js` files in [src/page/](./src/page/). Re-usable components can be edited by editing the `.js` files in [src/component/](./src/component/). To contribute your changes to the main repository, create a pull request from your fork [here](https://github.com/ATF19/react-native-shop-ui/compare?expand=1) (click the `compare across forks` link make your repository the source repository) ## Contact > If you have any problem you can contact me at: **[email protected]**
3,022
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Learning JavaScript Data Structures and Algorithms ==================================== [![Build Status](https://travis-ci.org/loiane/javascript-datastructures-algorithms.svg?branch=master)](https://travis-ci.org/loiane/javascript-datastructures-algorithms) [![codecov](https://codecov.io/gh/loiane/javascript-datastructures-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/loiane/javascript-datastructures-algorithms) [![devDependencies Status](https://david-dm.org/loiane/javascript-datastructures-algorithms/dev-status.svg)](https://david-dm.org/loiane/javascript-datastructures-algorithms?type=dev) [![dependencies Status](https://david-dm.org/loiane/javascript-datastructures-algorithms/status.svg)](https://david-dm.org/loiane/javascript-datastructures-algorithms) [![Greenkeeper badge](https://badges.greenkeeper.io/loiane/javascript-datastructures-algorithms.svg)](https://greenkeeper.io/) Source code of **Learning JavaScript Data Structures and Algorithms** book, third edition. ## List of available chapters: * 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01_02) * 02: [ECMAScript and TypeScript Introduction](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01_02) * 03: [Arrays](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter03) * 04: [Stacks](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter04) * 05: [Queues and Deques](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter05) * 06: [LinkedLists](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter06) * 07: [Sets](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter07) * 08: [Dictionaries and Hashes](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter08) * 09: [Recursion](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter09) * 10: [Trees](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter10) * 11: [Heap](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter11) * 12: [Graphs](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter12) * 13: [Sorting and Searching Algorithms](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter13) * 14: [Algorithm Design and Techniques](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter14) * 15: [Algorithm Complexity](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter15) ### Third Edition Updates * Algorithms using ES2015+ (ES6+) * New data structures and algorithms * All chapters rewritten and reviewed * Three (3) new chapters * Creation of a Data Structures and Algorithms library that can be used in the browser or with Node.js * Algorithms tested with Mocha + Chai (test code available in `test` directory) * **TypeScript** version of the source code included (library and tests) ## Project Structure `src/js/index.js` file contains all the data structures and algorithms listed by chapter. ``` |_examples (how to use each data structure and algorithm, organized by chapter) |_src |___js (source code: JavaScript version) |_____data-structures |_______models (classes used by DS: Node, ValuePair, ...) |_____others (other algorithms such as palindome checker, hanoi tower) |___ts (source code: TypeScript version) |_____data-structures |_______models |_____others |_test (unit tests with Mocha and Chai for src) |___js (tests for JavaScript code) |___ts (tests for TypeScript code) ``` ## Installing and running the book examples With Node * Install [Node](https://nodejs.org) * Open terminal/cmd and change directory to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms` * run `npm install` to install all dependencies * To see the examples, run `http-server html` or `npm run serve`. Open your browser `http:\\localhost:8080` to see the book examples * Or `cd html/chapter01` and run each javascript file with node: `node 02-Variables` ## Running the examples in the browser * Right click on the html file you would like to see the examples, right click and 'Open with Chrome (or any other browser)' * Or open the `examples/index.html` file to easily navigate through all examples: * Demo: [https://javascript-ds-algorithms-book.firebaseapp.com](https://javascript-ds-algorithms-book.firebaseapp.com) <img src="examples/examples-screenshot.png"> Happy Coding! ## Other editions | 1st edition | 2nd edition | 3rd edition | | ------------- |:-------------:|:-------------:| | ![1st edition](https://images-na.ssl-images-amazon.com/images/I/51xXGv7QlBL._SX403_BO1,204,203,200_.jpg) | ![2nd edition](https://images-na.ssl-images-amazon.com/images/I/51PWJ%2BoKc2L._SX403_BO1,204,203,200_.jpg) | ![3rd edition](https://images-na.ssl-images-amazon.com/images/I/41oSXp3VztL._SX404_BO1,204,203,200_.jpg) | | [Book link](http://amzn.to/1Y1OWPx)| [Book link](http://amzn.to/1TSkcA1)| [Book link](http://a.co/cbMlYmJ)| Book link - first edition: - [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms) - [Amazon](http://amzn.to/1Y1OWPx) - [Chinese version](http://www.ituring.com.cn/book/1613) - [Korean version](http://www.acornpub.co.kr/book/javascript-data-structure) Book link - second edition: - [Packt](https://www.packtpub.com/web-development/learning-javascript-data-structures-and-algorithms-second-edition) - [Amazon](http://amzn.to/1TSkcA1) - [Chinese version](http://www.ituring.com.cn/book/2029) - [Brazilian Portuguese version](https://novatec.com.br/livros/estruturas-de-dados-algoritmos-em-javascript/) Book link - third edition: - [Packt](https://www.packtpub.com/web-development/learning-javascript-data-structures-and-algorithms-third-edition) - [Amazon](http://a.co/cbMlYmJ) - [Chinese version](http://www.ituring.com.cn/book/2653) - [Brazilian Portuguese version](https://novatec.com.br/livros/estruturas-de-dados-algoritmos-em-javascript-2ed/) ### Found an issue or have a question? Please create an [Issue](https://github.com/loiane/javascript-datastructures-algorithms/issues) or [Pull Request](https://github.com/loiane/javascript-datastructures-algorithms/pulls)
3,023
Dart and Flutter support for VS Code
[![Discord Chat](https://img.shields.io/badge/chat-discord-blue.svg)](https://discord.gg/xSTPEqm) [![Follow on Twitter](https://img.shields.io/badge/twitter-dartcode-blue.svg)](https://twitter.com/DartCode) [![Contribute to Dart Code](https://img.shields.io/badge/help-contribute-551A8B.svg)](https://github.com/Dart-Code/Dart-Code/blob/master/CONTRIBUTING.md) ## Introduction Dart Code extends [VS Code](https://code.visualstudio.com/) with support for the [Dart](https://www.dartlang.org/) programming language, and provides tools for effectively editing, refactoring, running, and reloading [Flutter](https://flutter.dev/) mobile apps. ## Installation Dart Code can be [installed from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension). ## Features - Edit and Debug Flutter mobile apps (launch using `F5` or the `Debug` menu) - Edit and Debug Dart command line apps (launch using `F5` or the `Debug` menu) - [Automatic hot reloads for Flutter](https://dartcode.org/docs/settings/#dartflutterhotreloadonsave) - [Refactorings and Code fixes (lightbulb)](https://dartcode.org/docs/refactorings-and-code-fixes/) - [Quickly switch between devices for Flutter](https://dartcode.org/docs/quickly-switching-between-flutter-devices/) - [Flutter Doctor command](https://dartcode.org/docs/commands/#flutter-run-flutter-doctor) - [Flutter Get Packages command](https://dartcode.org/docs/commands/#flutter-get-packages) - [Flutter Upgrade Packages command](https://dartcode.org/docs/commands/#flutter-upgrade-packages) - [Automatically gets packages when `pubspec.yaml` is saved](https://dartcode.org/docs/settings/#dartrunpubgetonpubspecchanges) - [Automatically finds SDKs from `PATH`](https://dartcode.org/docs/configuring-path-and-environment-variables/) - [Notification of new stable Dart SDK releases](https://dartcode.org/docs/settings/#dartcheckforsdkupdates) - [Sort Members command](https://dartcode.org/docs/commands/#dart-sort-members) - Support for debugging "just my code" or SDK/libraries too ([`dart.debugSdkLibraries`](https://dartcode.org/docs/settings/#dartdebugsdklibraries) and [`dart.debugExternalPackageLibraries`](https://dartcode.org/docs/settings/#dartdebugexternalpackagelibraries)) - [Prompts to get packages when out of date](https://dartcode.org/docs/settings/#dartprompttogetpackages) - Syntax highlighting - Code completion - [Snippets](https://github.com/Dart-Code/Dart-Code/tree/master/snippets) - Realtime errors/warnings/TODOs - Documentation in hovers/tooltips - Go to Definition - Find References - Rename refactoring - Format document - Support for format-on-save (`editor.formatOnSave`) - Support for format-on-type (`editor.formatOnType`) - Workspace symbol search - Document symbol search - [Organize Imports command](https://dartcode.org/docs/commands/#dart-organize-imports) - [Pub Get Packages command](https://dartcode.org/docs/commands/#pub-get-packages) - [Pub Upgrade Packages command](https://dartcode.org/docs/commands/#pub-upgrade-packages) - [Type Hierarchy](https://dartcode.org/docs/commands/#dart-show-type-hierarchy) ## Extension Settings A full list of settings is [available here](https://dartcode.org/docs/settings/). ## Frequently Asked Questions A list of frequently asked questions is [available here](https://dartcode.org/faq/). ## Key Bindings A list of useful key bindings is [available here](https://dartcode.org/docs/key-bindings/). ## Refactorings and Code Fixes A full list of supported refactors is [available here](https://dartcode.org/docs/refactorings-and-code-fixes/). ## Analytics This extension reports some analytics such as: - Extension load and analysis times - Version numbers for the Dart/Flutter extensions and SDKs - The values of some settings (such as Flutter UI Guidelines and Format-on-Save) - Frequency of use of features like Hot Reload and Hot Restart Reporting can be disabled via VS Code's standard **Telemetry: Telemetry Level** setting. ## Release Notes For full release notes, see [the changelog](https://dartcode.org/releases/).
3,024
🔐 Node.js API for Single Sign On (SAML 2.0)
# samlify &middot; [![Build Status](https://travis-ci.org/tngan/samlify.svg?branch=master)](https://travis-ci.org/tngan/samlify) [![npm version](https://img.shields.io/npm/v/samlify.svg?style=flat)](https://www.npmjs.com/package/samlify) [![NPM](https://img.shields.io/npm/dm/samlify.svg)](https://www.npmjs.com/package/samlify) [![Coverage Status](https://img.shields.io/coveralls/tngan/samlify/master.svg)](https://coveralls.io/github/tngan/samlify?branch=master) Highly configuarable Node.js SAML 2.0 library for Single Sign On ## Welcome PRs Welcome all PRs for maintaining this project, or provide a link to the repositories especially for use cases alongside with different frameworks. ### Sponsor | <img width="50" src="https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png"> | <div style="text-align: left;">If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at [auth0.com/developers](https://auth0.com/developers?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=samlify&utm_content=auth).</div> | | :----------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ### Installation To install the stable version Starting from v2.6, multiple schema validators are now supported. You can simply set the validator via the following global method. We have four validator modules right now, and you can write your own. The `setSchemaValidator` is required since v2.6, it will throw error if you don't set at the beginning. ```js import * as samlify from 'samlify'; import * as validator from '@authenio/samlify-xsd-schema-validator'; // import * as validator from '@authenio/samlify-validate-with-xmllint'; // import * as validator from '@authenio/samlify-node-xmllint'; // import * as validator from '@authenio/samlify-libxml-xsd'; // only support for version of nodejs <= 8 // const validator = require('@authenio/samlify-xsd-schema-validator'); // const validator = require('@authenio/samlify-validate-with-xmllint'); // const validator = require('@authenio/samlify-node-xmllint'); // const validator = require('@authenio/samlify-libxml-xsd'); samlify.setSchemaValidator(validator); ``` Now you can create your own schema validator and even suppress it but you have to take the risk for accepting malicious response. ```typescript samlify.setSchemaValidator({ validate: (response: string) => { /* implment your own or always returns a resolved promise to skip */ return Promise.resolve('skipped'); } }); ``` For those using Windows, `windows-build-tools` should be installed globally before installing samlify if you are using `libxml` validator. ```console yarn global add windows-build-tools ``` ### Development This project is now developed using TypeScript, also support Yarn which is a new package manager. ```console yarn global add typescript yarn ``` ### Get Started ```javascript const saml = require('samlify'); ``` See full documentation [here](https://samlify.js.org/) ### Example [react-samlify](https://github.com/passify/react-samlify) SP example powered by React, TypeScript and Webpack ### Talks [An introduction to Single Sign On](http://www.slideshare.net/TonyNgan/an-introduction-of-single-sign-on) ### License [MIT](LICENSE) ### Copyright Copyright (C) 2016-present Tony Ngan, released under the MIT License.
3,025
The adaptive interface system for modern web experiences.
![fast_banner_github_914.png](https://static.fast.design/assets/fast_banner_github_914.png) # FAST [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-f8bc45.svg)](https://github.com/prettier/prettier) [![Maintainability](https://api.codeclimate.com/v1/badges/8a74621e634a6e9b9561/maintainability)](https://codeclimate.com/github/Microsoft/fast/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/8a74621e634a6e9b9561/test_coverage)](https://codeclimate.com/github/Microsoft/fast/test_coverage) [![Validate PRs](https://github.com/microsoft/fast/actions/workflows/ci-validate-pr.yml/badge.svg)](https://github.com/microsoft/fast/actions/workflows/ci-validate-pr.yml) [![Validate Platforms/Browsers](https://github.com/microsoft/fast/actions/workflows/ci-validate-platforms.yml/badge.svg)](https://github.com/microsoft/fast/actions/workflows/ci-validate-platforms.yml) [![Deploy Documentation](https://github.com/microsoft/fast/actions/workflows/cd-deploy-www-production.yml/badge.svg)](https://github.com/microsoft/fast/actions/workflows/cd-deploy-www-production.yml) [![Deploy CDN](https://github.com/microsoft/fast/actions/workflows/cd-deploy-cdn.yml/badge.svg)](https://github.com/microsoft/fast/actions/workflows/cd-deploy-cdn.yml) [![Discord](https://img.shields.io/badge/chat%20on-discord-7289da.svg)](https://discord.gg/FcSNfg4) [![Twitter](https://img.shields.io/twitter/follow/fast_ui.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=fast_ui) This is the FAST monorepo, containing web component packages, tools, examples, and documentation. FAST tech can be used à la carte or as a suite to build enterprise-grade websites, applications, components, design systems, and more. :star: We appreciate your star, it helps! ## Introduction FAST is a collection of technologies built on Web Components and modern Web Standards, designed to help you efficiently tackle some of the most common challenges in website and application design and development. **TL;DR** * Create reusable UI components with `@microsoft/fast-element`, all based on W3C Web Component standards. * Use our `@microsoft/fast-foundation` library to rapidly build [W3C OpenUI-based](https://open-ui.org/) design systems without re-implementing component logic. * Leverage modern, W3C standards-based SSR for Web Components by plugging in `@microsoft/fast-ssr`. * Bring all the pieces together to build SPAs and rich experiences with our Web Components router by installing `@microsoft/fast-router`. * React users can drop in `@microsoft/fast-react-wrapper` to turn any Web Component into a native React component. * Integrate FAST Web Components with any library, framework, or build system. You can adopt incrementally without re-writing your existing systems. For an in-depth explanation of FAST [see our docs introduction](https://www.fast.design/docs/introduction/). ## Packages ### `@microsoft/fast-element` [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-element.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-element) The `@microsoft/fast-element` library is a lightweight means to easily build performant, memory-efficient, standards-compliant Web Components. FAST Elements work in every major browser and can be used in combination with any front-end framework or even without a framework. To get up and running with `@microsoft/fast-element` see [the Getting Started guide](https://fast.design/docs/fast-element/getting-started). ### `@microsoft/fast-foundation` [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-foundation.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-foundation) The `@microsoft/fast-foundation` package is a library of Web Component classes, templates, and other utilities intended to be composed into registered Web Components by design systems (e.g. Fluent Design, Material Design, etc.). The exports of this package can generally be thought of as un-styled base components that implement semantic and accessible markup and behavior. This package does not export Web Components registered as [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) - it exports parts and pieces intended to be *composed* into Web Components, allowing you to implement your own design language by simply applying CSS styles and behaviors without having to write all the JavaScript that's involved in building production-quality component implementations. ### `@microsoft/fast-ssr` [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-ssr.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-ssr) The `@microsoft/fast-ssr` package contains a NodeJS solution for rendering FAST templates and components. While primarily intended for supporting server-side rendering (SSR) scenarios, it also allows FAST to be used as a general purpose HTML templating solution. ### `@microsoft/fast-router` [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-router.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-router) The `@microsoft/fast-router` package contains a history-based navigation and routing solution designed around Web Components. By using `fast-router`, you can create multi-page and full application experiences. The router works with any Web Components, but has special support for Web Components built on FAST. ### `@fluentui/web-components` [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40fluentui%2Fweb-components.svg)](https://badge.fury.io/js/%40fluentui%2Fweb-components) `@fluentui/web-components` is a library of Web Components that *composes* `@microsoft/fast-foundation`. `@fluentui/web-components` makes use of different stylesheets and may include components that specifically support Microsoft's Fluent design language. The Fluent UI Web Components are built on `@microsoft/fast-element` and `@microsoft/fast-foundation`. The source for `@fluentui/web-components` is hosted in [the Fluent UI monorepo](https://github.com/microsoft/fluentui/tree/master/packages/web-components). ## Getting Started We hope you're excited by the possibilities that FAST presents. But, you may be wondering where to start. Here are a few statements that describe various members of our community. We recommend that you pick the statement you most identify with and follow the links where they lead. You can always come back and explore another topic at any time. * "I just want ready-made components!" * [Check out the FluentUI Web Components.](https://docs.microsoft.com/en-us/fluent-ui/web-components/) * "I want to build my own design system." * [Jump to the design system docs.](https://fast.design/docs/design-systems/overview) * "I want to build my own components." * [Jump to the fast-element docs.](https://fast.design/docs/fast-element/getting-started) * "I need to integrate FAST with another framework or build system." * [Jump to the integration docs.](https://fast.design/docs/integrations/introduction) * "I want to look at a quick reference." * [Jump to the Cheat Sheet](https://fast.design/docs/resources/cheat-sheet) ## Joining the Community Looking to get answers to questions or engage with us in realtime? Our community is most active [on Discord](https://discord.gg/FcSNfg4). Submit requests and issues on [GitHub](https://github.com/Microsoft/fast/issues/new/choose), or join us by contributing on [some good first issues via GitHub](https://github.com/Microsoft/fast/labels/community:good-first-issue). Get started here with the [Contributor Guide](https://www.fast.design/docs/community/contributor-guide). We look forward to building an amazing open source community with you! ## Features & benefits ### Unopinionated There are a million and one great ways to build your next website or application. To support the technologies you choose, creating unopinionated code is at the center of every decision we make in FAST. This principle of being unopinionated manifests in several important ways including: * A flat component architecture that lets you compose what you need without struggling with rigid patterns and complex objects. * Separating base components from styles and design systems to support multiple implementations without re-writing or duplicating styles. Use the design system to customize existing styled components, or build your own styles, with your design system, without having to rebuild or duplicate the base components. * Framework agnostic tooling that lets you use our development tools with any view framework. * The ability to replace almost any FAST package with your package of choice. Just use one package or leverage our entire suite of packages to build your next project from the ground up; it's your call. ### Tooling Leverage our (upcoming!) FAST CLI to accelerate your design or development workflow. You can create new projects from scratch, create design systems, and add or customize from dozens of components in our foundation library. ### Bring your design system Widely available design systems from companies like Microsoft (Fluent), Google (Material), or Salesforce (Lightning) are useful when it is essential to align with a platform or take advantage of a polished system at low cost, but many companies have a design system of their own, and some may have multiple design systems or variations. Because FAST has abstracted base components from their style, you get a head start on your design system by building on top of tried and true base components and style libraries like our offerings for color, animation, and elevation. ## Contact * Join the community and chat with us in real-time on [Discord](https://discord.gg/FcSNfg4). * Submit requests and issues on [GitHub](https://github.com/Microsoft/fast/issues/new/choose). * Contribute by helping out on some of our recommended first issues on [GitHub](https://github.com/Microsoft/fast/labels/community:good-first-issue).
3,026
🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
[![Inspector](https://user-images.githubusercontent.com/25294569/64163641-50cc9f80-ce4a-11e9-89b0-248c7d12142f.gif)](https://graphql-inspector.com/) [![npm version](https://badge.fury.io/js/%40graphql-inspector%2Fcli.svg)](https://npmjs.com/package/@graphql-inspector/cli) [![Docker Pulls](https://img.shields.io/docker/pulls/kamilkisiela/graphql-inspector)](https://hub.docker.com/r/kamilkisiela/graphql-inspector) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![renovate-app badge](https://img.shields.io/badge/renovate-app-blue.svg)](https://renovateapp.com/) [![Discord Chat](https://img.shields.io/discord/625400653321076807)](https://discord.gg/xud7bH9) **GraphQL Inspector** outputs a list of changes between two GraphQL schemas. Every change is precisely explained and marked as breaking, non-breaking or dangerous. It helps you validate documents and fragments against a schema and even find similar or duplicated types. > You may like [GraphQL Hive](https://graphql-hive.com) as well! > > It's an open-source performance monitoring tool and schema registry for GraphQL. > > GraphQL Hive is currently available as a hosted service but it offers self-hosting as well. Use GraphQL Inspector however you want: - [**GitHub Application**](https://graphql-inspector.com/install) - [**GitHub Action**](https://github.com/marketplace/actions/graphql-inspector) - [**CLI**](https://graphql-inspector.com/docs/installation#cli) - [**Programatic API**](https://graphql-inspector.com/docs/installation#programatic-api) ## Features - **Compares schemas** - **Detect breaking or dangerous changes** - **Schema change notifications** - **Use serverless functions validate changes** - **Validates Operations and Fragments against a schema** - **Finds similar / duplicated types** - **Schema coverage based on Operations and Fragments** - **Serves a GraphQL server with faked data and GraphiQL** - **Docker Image** ## Use on GitHub ![Github](./website/static/img/github/app-action.jpg) ## Use everywhere ![Example](./packages/cli/demo.gif) ## Installation and Usage Visit our website [**graphql-inspector.com**](https://graphql-inspector.com/) to learn more about the project. ## Documentation Documentation is available at [**graphql-inspector.com/docs/introduction**](https://www.graphql-inspector.com/docs/introduction). ## Related Some part of the library was ported to NodeJS from [Ruby's GraphQL Schema Comparator](https://github.com/xuorig/graphql-schema_comparator) ## Contributions Contributions, issues and feature requests are very welcome. If you are using this package and fixed a bug for yourself, please consider submitting a PR! And if this is your first time contributing to this project, please do read our [Contributor Workflow Guide](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md) before you get started off. ### Code of Conduct Help us keep GraphQL Inspector open and inclusive. Please read and follow our [Code of Conduct](https://github.com/the-guild-org/Stack/blob/master/CODE_OF_CONDUCT.md) as adopted from [Contributor Covenant](https://www.contributor-covenant.org/) ## License [MIT](https://github.com/kamilkisiela/graphql-inspector/blob/master/LICENSE) © Kamil Kisiela
3,027
I'm sharing everything I'm learning to become a Blockchain Engineer
# Journey-to-become-a-Blockchain-Engineer I'm sharing everything I'm learning to become a Blockchain Engineer ![Blockchain](/main.jpg) | <p align="center"> [Day 1](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day01/Day01.md) </p> | | ---------------------------------------------------------------------------------------------------------------------------- | | **Blockchain** | | - Bitcoin | | - Ethereum | | - Smart Contracts | | - Bitcoin Vs Ethereum | | - Oracle Problem & Solution | | - Hybrid Smart Contracts | | - Chainlink | | - Importance of Ethereum | | - Chainlink features | | - Summary | | **Features of blockchain and smart contracts** | | - Decentralized | | - Transparency & Flexibility | | - Speed & Efficiency | | - Security & Immutability | | - Removal of Counterparty risks | | - Trust Minimized Agreements | | - Summary | | **DAOs** | | <p align="center"> [Day 2](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day02/Day02.md) </p> | | **A Live Ethereum Transaction** | | - Wallet Creation | | - Etherscan | | - Multiple Accounts | | - Public and private keys, as well as mnemonics | | - Mnemonic vs Private vs Public keys | | - Mainnet & Testnets | | - Initiating our first transaction | | - Transaction details | | - Gas fees, Transaction fees, Gas limit, Gas price | | - Gas vs Gas price vs Gas Limit vs Transaction fee | | - Gas estimator | | **How Blockchain Works/What Happens Inside Blockchain** | | - Hash or Hashing or SHA256 | | - Block | | - Blockchain | | - Decentralized/Distributed Blockchain | | - Tokens/Transaction History | | - Summary | | <p align="center"> [Day 3](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day03/Day03.md) </p> | | **Signing and Verifying a Transaction** | | - Public & Private Keys | | - Signatures | | - Transactions | | - Summary | | **Concepts are same** | | - Nodes | | - Centralized entity vs Decentralized Blockchain | | - Transactions are Listed | | - Consensus | | - proof of work/Sybil resistance mechanism | | - Blocktime | | - Chain selection rule | | - Nakamoto consensus | | - Block Confirmations | | - Block rewards & transaction fees | | - Sybil attack | | - 51% attack | | - Drawbacks of pow | | - proof of stake/sybil resistance mechanism | | - Validators | | - pros & cons of pos | | - Scalability problem & Sharding solution | | - Layer 1 & Layer 2 | | - Rollups | | - Summary | | <p align="center"> [Day 4](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day04/Day04.md) </p> | | **Solidity** | | **Remix IDE & its features** | | - Solidity version | | - Defining a Contract | | - Variable types & Declaration | | - Solidity Documentation | | - Initializing | | - Functions or methods | | - Deploying a Contract | | - Public , Internal , private , External Visibility | | - Modifying a Variable | | - Scope | | - View functions | | - Pure function | | - Structs | | - Intro to storage | | - Arrays | | - Dynamic array | | - Fixed array | | - Adding to an array | | - Compiler Errors | | - Memory Keyword | | - Storage keyword | | - Mappings Datastructure | | - SPDX license | | - Deploying to a live network | | - Interacting with deployed contracts | | - EVM | | - Summary | | <p align="center"> [Day 5](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day05/Day05.md) </p> | | **StorageFactory** | | - Factory pattern | | - New contract StorageFactory | | - Import 1 contract into another | | - Deploy a Contract from a Contract | | - Track simple storage contracts | | - Interacting with Contract deployed Contract | | - Calling Store & Retrieve Functions from SF | | - Address & ABI | | - Compiling & storing in SS through SF | | - Adding Retrieve Function | | - Compiling | | - Making the Code lil bit Simpler | | - Additional Note | | - Inheritance | | - Overrides | | - Recap | | <p align="center"> [Day 6](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day06/Day06.md) </p> | | **Fund me** | | - purpose of this contract | | - Payable function , wei , gwei & ether | | - Mapping , msg. sender , msg.value | | - Funding | | - ETH -> USD /conversion | | - Deterministic problem & Oracle solution | | - Centralized Oracles | | - Decentralized Oracle Networks | | - Chainlink Datafeeds | | - Chainlink Code documentation on ETH/USD | | - Importing Datafeed code from Chainlink NPM package | | - Interfaces | | - ABI/Application Binary Interface | | - Interacting with an Interface Contract | | - Finding the Pricefeed Address | | - Deploying | | - Getprice function | | - Tuples | | - Typecasting | | - deploying | | - Clearing unused Tuple Variables & Deploying | | - Making the contract look Clean | | - Wei/Gwei Standard (Matching Units) | | - getting the price using Get conversion rate | | - deploying | | <p align="center"> [Day 7](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day07/Day07.md) </p> | | - Safemath & Integer Overflow | | - Libraries | | - Setting Threshold | | - Require statement | | - Revert | | - Deplying & Transaction | | - Withdraw Function | | - Transfer , Balance , This | | - Deploying | | - Owner , Constructor Function | | - Deploying | | - Modifiers | | - Deploying | | - Resetting the Funders Balances to Zero | | - For loop | | - Summary | | - Deploying & Transaction | | - Forcing a Trasacttion | | - **Libraries** | | - **Advanced Solidity Immutable & Constant** | | - Custom Errors | | - Receive & Fallback | | <p align="center"> [Day 8](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day08/Day08.md) </p> | | **Web3. py SimpleStorage** | | - Limitations of Remix | | - VScode , Python , Solidity Setup | | - VScode features | | - Testing python install & Troubleshooting | | - Creating a new folder | | - SimpleStorage. sol | | - Remember to save | | - VScode Solidity Settings | | - Python Formatter & settings | | - Author's recommended Settings | | - working with python | | - Reading our solidity file in python | | - Running in Python | | - Keyboard Shortcuts | | - Py-Solc-x | | - Importing solcx | | - Compiled_sol | | - Bracket pair colorized | | - pysolcx documentation | | - Printing Compiled_sol | | - Comparison wih remix (Lowlevelstuffs , ABI) | | - Saving Compiled Code/writing | | - import Json | | - Json formatting/settings | | - Deploying in Python (Bytecode , ABI) | | - Which Blockchain/Where to deploy | | - Ganache Chain | | - Ganache UI | | - Introduction to Web3. py | | - pip install web3 | | - import web3 | | - Http/Rpc provider | | - Connecting to Ganache(RPC server,Documentation,Chain ID,address,Privatekey) | | - Deploy to Ganache | | - Building a Transaction | | - Nonce | | - Getting Nonce | | - Create a Transaction | | - Transaction Parameters | | - Signing Our Transaction(signed_txn) | | - Never Hardcode your Private keys | | - Environment Variables | | - Setting Environment variables | | - Limitations of Exporting Environment Variables | | - Private key PSA | | - Accessing Environment Variables | | - .env file, .gitignore, pip install python-dotenv | | - load_dotenv() | | - Sending the signed Transaction | | - Deployment | | <p align="center"> [Day 9](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day09/Day09.md) </p> | | - Block confirmation(wait_for_transaction_reciept) | | - interact/work with thee contract | | - Address & ABI | | - Retrieve() , Call & Transact | | - Store function | | - Creating Transaction(Store_transaction) | | - Signing Transaction(signed_store_txn) | | - Sending Transaction(send_store_tx,tx_receipt) | | - Deployment | | - some nice syntax & deployment | | - ganache-cli | | - install Nodejs | | - install yarn | | - Run ganache cli , ganache documentation | | - update privatekeys,addresses,http provider | | - open new terminal & deploy | | - deploy to testnet/mainnet | | - Infura, Alchemy | | - Create project | | - update the rinkeby url, Chain id , address & private key | | - Deploying | | - summary/recap | | <p align="center"> [Day 10](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day10/Day10.md) </p> | | **Brownie Simple Storage** | | - Brownie Intro & Features | | - install Brownie | | - 1st brownie simplestorage project | | - Brownie Folders | | - brownie compile & store | | - brownie deploy | | - brownie runscripts/deploy. py & default brownie network | | - brownie Advantages over web3. py in deploying | | - getting address & private key using Accounts package | | - add default ganache account using index | | - add accounts using Commandline | | - add accounts using env variables | | - adding wallets in yaml file and updating in account | | - importing contract simplestorage | | - importing & deploying in brownie vs web3. py | | - recreating web3 .py script in brownie | | - tests | | - Deploying to a Testnet | | - Brownie console | | <p align="center"> [Day 11](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day11/Day11.md) </p> | | **Brownie Fund Me** | | - Initial Setup | | - Dependencies | | - Remappings | | - Rinkeby Deploy Script | | - init.py | | - Deploying to Rinkeby | | - Deploying to ganache | | - Mock | | - Constructor Parameters | | <p align="center"> [Day 12](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day12/Day12.md) </p> | | - Refactoring | | - Deploying to a persistant ganache | | - Adding network to brownie | | - Withdraw and Fund | | - Testing | | - Default Network | | - Mainnet fork | | - Custom mainnet-fork | | - Adding to Github | | - Where should I run my tests? | | <p align="center"> [Day 13](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day13/Day13.md) </p> | | **SmartContract Lottery** | | - Decentralized Lottery | | - Setup | | - Wait..is this really decentralized? | | - Could we make it decentralized? | | - Chainlink Keepers | | - Lottery.sol | | - Main functions of Lottery.sol | | - address payable[] | | - require minimum payment | | - getEntranceFee | | - Testing | | - Enum | | - startLottery | | - Randomness | | - pseudorandom numbers | | - True Randomness with Chainlink VRF | | - Oracle Gas and Transaction Gas | | - Request and Receive | | - Kovan | | - Gas Estimation Failed | | - After Link transaction completes | | - After transaction completes | | - Request and Receive | | - Asynchronous 2 Transactions | | - Clarification | | <p align="center"> [Day 14](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day14/Day14.md) </p> | | - endLottery | | - returns(type variableName) | | - fulfillRandomness | | - override | | - Modulo(Mod Operation %) | | - Lottery Testing | | - deploy_lottery.py | | - get_account refactored | | - contract_to_mock | | - Contract.from_abi | | - Adding vrfCoordinatorMock | | - Start Lottery | | - enter_lottery | | - end_lottery | | - Funding with LINK | | - brownie interfaces | | - waiting for callback | | - Integration Tests Vs Unit Tests | | - Unit Testing | | - pytest.skip | | - test_cant_enter_unless_started | | - test_can_start_and_enter_lottery | | - test_can_end_lottery | | - test_can_pick_winner_correctly | | - Events and Logs | | - callBackWithRandomness | | - Integration Test | | - Test deployment | | - Topics | | - Conftest.py | | <p align="center"> [Day 15](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day15/Day15.md) </p> | | **Chainlink Mix** | | **ERC20s, EIPs, and Token Standards** | | - Why make an ERC20? | | - How do we build one of these tokens? | | - Solidity 0.8 | | - 1_deploy_token.py | | <p align="center"> [Day 16](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day16/Day16.md) </p> | | **Defi & Aave** | | - Decentralized Exchange(DEX) | | - Depositing tokens/ Lending | | - WETHGateway | | - Interest Bearing Token (aToken) | | - Why borrow? | | - Stable Vs Variable Interest Rate | | - Reward token / Governance token | | - Programmatic interactions with Aave | | - Qunt Defi Engineer | | - No contract deployments here | | - aave_borrow.py | | - Converting ETH -> WETH | | - Get the WETH interface | | - Why not get_contract? | | <p align="center"> [Day 17](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day17/Day17.md) </p> | | - aave_borrow.py | | - Lending Pool | | - LendingPool Address Provider | | - Fixing Importing Dependencies | | - deposit function | | - getUserAccountData | | - liquidation threshold | | - Getting DAI conversion rate | | - Aave Testnet Token Addresses | | - Repaying | | - Testing | | <p align="center"> [Day 18](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day18/Day18.md) </p> | | **NFTs** | | - ERC-721 | | - Metadata | | - Token URI | | - Let's start Coding | | - Initial Setup | | - SimpleCollectible.sol | | - Factory Contract | | - \_safeMint | | - How do I "see" the NFT? | | - Is this decentralized? | | - Ethereum Size and dStorage | | - IPFS | | - deploy_and_create.py | | - IPFS companion | | - Testing | | - What else with NFTs? | | <p align="center"> [Day 19](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day19/Day19.md) </p> | | **Advanced NFT** | | - Double Inherited Constructor | | - tokenIDToBreed | | - setTokenURI | | - \_isApprovedOrOwner | | - Best Practice | | <p align="center"> [Day 20](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day20/Day20.md) </p> | | - Advanced deploy_and_create.py | | - Refactoring | | - Deploying AdvancedCollectible | | - Continuing our deploy script | | - create_collectible.py | | - Back to testing | | - Unit Testing | | <p align="center"> [Day 21](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day21/Day21.md) </p> | | - Integration Testing | | - create_metadata.py | | - get_breed | | - sample_metadata.py | | - Uploading Image to IPFS | | - Download IPFS Command Line | | - HTTP IPFS DOCS | | - Alternative: Pinata | | - Upload to Pinata | | - Refactor to not re-upload to IPFS | | - Setting the TokenURI | | - End to End Mannual Test | | <p align="center"> [Day 22](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day22/Day22.md) </p> | | **Upgrades** | | - Not Really / Parameterize | | - Who the admins? | | - Are upgradeable smart contracts decentralized? | | - Social YEET / Migration | | - Proxies | | - Biggest Gotchas | | - Transparent Proxy Pattern | | - Universal Upgradeable Proxies | | - Gas Saver!! | | - Diamond Pattern | | <p align="center"> [Day 23](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day23/Day23.md) </p> | | - Coding Upgradeable Smart Contracts | | - Box.sol | | - Getting Proxy Contracts | | - Hooking up a proxy to our implementation contract | | - Initializer | | - encoding the initializer function | | - get_encode_function | | - Assigning V2 to proxy | | - Upgrade Python Function | | - Testing our upgrades | | - Testing our proxy | | - Upgrades on a testnet | | <p align="center"> [Day 24](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day24/Day24.md) </p> | | **Full Stack Defi** | | - Staking and Depositing | | - DappToken.sol | | - TokenFarm.sol | | - tokenIsAllowed | | - Valued Staked Tokens | | - issueTokens | | - getUserTotalValue | | <p align="center"> [Day 25](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day25/Day25.md) </p> | | - unStakeTokens | | - Can this be reentrancy attacked? | | - Scripts and Tests | | <p align="center"> [Day 26](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day26/Day26.md) </p> | | - Testing | | <p align="center"> [Day 27](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day27/Day27.md) </p> | | **Front End / Full Stack** | | - React and Typescript | | - create react app | | - install packages | | - Create React App Layout | | - connecting your wallets | | - Header Component | | - Material-UI | | - Sending brownie config to the UI | | - Helper Config | | <p align="center"> [Day 28](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day28/Day28.md) </p> | | - YourWallet | | - State Hook | | - Stake Form | | - Calling Approve | | - useContractFunction | | - useEffect | | - Notifications | | - Make it pretty | | <p align="center"> [Day 29](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day29/Day29.md) </p> | | **Events and Logging in Solidity** | | - Events | | **Multicall** | | - Batch Requests | | <p align="center"> [Day 30](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day30/Day30.md) </p> | | **Leveraged Trading in DeFi** | | - AAVE UI | | - Doing Programmatically | | <p align="center"> [Day 31](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day31/Day31.md) </p> | | **Flash Loans** | | <p align="center"> [Day 32](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day32/Day32.md) </p> | | **Ethers.js Simple Storage** | | - Installation | | - Tiny JavaScript Refresher | | - Asynchronous programming in JavaScript | | - Compiling our Solidity | | - Ganache & Networks | | - Introduction to Ethers.js | | <p align="center"> [Day 33](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day33/Day33.md) </p> | | - A note on Await Keyword | | - Adding Transaction Overrides | | - Transaction Receipts | | - Sending a "raw" transaction in etherjs | | - Interacting with Contracts in Ethersjs | | - Environment variables | | - Better Private Key Management | | - Optional Prettier Fromatting | | - Deploying to a Testnet or a Mainnet | | <p align="center"> [Day 34](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day34/Day34.md) </p> | | **Hardhat Simple Storage** | | - Hardhat | | - Hardhat Setup | | - Deploying SimpleStorage from Hardhat | | - Networks in Hardhat | | <p align="center"> [Day 35](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day35/Day35.md) </p> | | - Programatic Verification | | - Interacting with Contracts in Hardhat | | - Custome Hardhat Tasks | | - Hardhat Localhost Node | | - The Hardhat Console | | - Running Tests | | - Hardhat Gas Reporter | | - Solidity Coverage | | - Hardhat Waffle | | <p align="center"> [Day 36](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day36/Day36.md) </p> | | **Hardhat Fund Me** | | - Hardhat Setup | | - Linting | | - Importing from NPM | | - Hardhat Deploy | | - Mocking & helper-hardhat-config | | - Utils Folder | | - Testnet Demo | | <p align="center"> [Day 37](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day37/Day37.md) </p> | | - Solidity Style Guide | | - Testing FundMe | | - Breakpoints & Debugging | | - Gas | | - Console.log & Debugging | | - Testing FundMe II | | <p align="center"> [Day 38](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day38/Day38.md) </p> | | - Storage in Solidity | | - Gas Optimizations using storage keyword | | - Solidity Chainlink Style Guide | | - Staging Tests | | - Running Scripts on a Local Node | | - Adding scripts to your package.json | | <p align="center"> [Day 39](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day39/Day39.md) </p> | | **HTML / JavaScript Fund Me** | | - Intro to front end / full stack | | - How websites work with web3 wallet? | | - HTML Setup | | - Connecting HTML to MetaMask | | - JavaScript in it’s own files | | - ES6 (FrontEnd JS) VS NodeJS | | - Sending a Transaction from a Website | | - Resetting an Account in MetaMask | | - Listening for Events and Completed Transactions | | - Input Forms | | - Reading from the blockchain | | - Withdraw Function | | <p align="center"> [Day 40](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day40/Day40.md) </p> | | **Hardhat Smart Contract Lottery / Raffle** | | - Hardhat Setup | | - Raffle.sol Setup | | - Events | | - Chainlink VRF (Randomess in Web3) | | - Implementing Chainlink VRF | | - Hardhat Shorthand | | - Implementing chainlink VRF (The Request) | | - Implementing Chainlink VRF (The Fulfill) | | <p align="center"> [Day 41](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day41/Day41.md) </p> | | - Introduction to Chainlink Keepers | | - Implementing Chainlink Keepers (checkUpkeep) | | - Enums | | - Implementing Chainlink Keepers (checkUpkeep continued) | | - Implementing Chainlink Keepers (performUpkeep) | | - Code Cleanup | | <p align="center"> [Day 42](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day42/Day42.md) </p> | | - Mock Chainlink VRFCoordinator | | - Raffle.sol Unit Tests | | - Testing Events & Chai Matchers | | - Raffle.sol Unit Tests Continued | | - Hardhat Methods & “Time Travel” | | - Callstatic | | - Massive Promise Test | | - Raffle.sol Staging Tests | | - Testing on a Testnet | | <p align="center"> [Day 43](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day43/Day43.md) </p> | | **NextJS Smart Contract Lottery** | | - NextJS Intro | | - NextJS Setup | | - Manual Header I | | - React Hooks | | - Mannual Header II | | - useEffect Hook | | - Local Storage | | - isWeb3Enable Loading | | - web3uikit | | - Introduction to Calling Functions in NextJS | | - Automatic Constant Value UI Updater | | <p align="center"> [Day 44](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day44/Day44.md) </p> | | - runContractFunction | | - useState | | - Calling Functions in NextJS | | - useNotification | | - Reading and Displaying Contract Data | | - A note about onSuccess | | - Tailwind & Styling | | - Introduction to Hosting your Site | | - IPFS | | - Hosting on IPFS | | - Hosting on IPFS & Filecoin using Fleek | | - Filecoin Overview | | - Summary | | <p align="center"> [Day 45](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day45/Day45.md) </p> | | **Hardhat Starter Kit** | | **Hardhat ERC20s** | | - What is an ERC? | | - What is an EIP? | | - What is an ERC20? | | - Why make an ERC20? | | - Manually Creating an ERC20 Token | | - Creating an ERC20 Token with OpenZeppelin | | - Recap | | <p align="center"> [Day 46](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day46/Day46.md) </p> | | **Hardhat Defi and Aave** | | - What is Aave? | | - Programatic Borrowing and Lending | | - WETH (Wrapped ETH) | | - Forking Mainnet | | - Depositing into Aave | | - Borrowing from Aave | | - Repaying with Aave | | <p align="center"> [Day 47](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day47/Day47.md) </p> | | **The Ultimate NFT** | | - Hardhat Setup | | - Basic NFT | | <p align="center"> [Day 48](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day48/Day48.md) </p> | | **Random NFT** | | - Mapping ChainLink VRF Requests | | - Creating Rare NFTs | | - Setting the NFT Image | | - Setting an NFT Mint Price | | - Recap | | <p align="center"> [Day 49](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day49/Day49.md) </p> | | **Deploy** | | - Uploading token images with Pinata | | - Uploading Metadata with Pinata | | - NFT tests | | <p align="center"> [Day 50](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day50/Day50.md) </p> | | **Dynamic SVG On-Chain NFT** | | - What is a SVG? | | - Initial Code | | - Base64 Encoding | | **Advanced Section Encoding, Opcodes and Calls** | | - abi.encode & abi.encodePacked | | - Introduction to Encoding Function Calls Directly | | - Encoding Recap | | - Encoding Function Calls Directly | | <p align="center"> [Day 51](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day51/Day51.md) </p> | | **Dynamic SVG On-Chain NFT** | | - Creating an NFT TokenURI On-Chain | | - Making the NFT Dynamic | | - Dynamic SVG On-Chain NFT Deploy Script | | <p align="center"> [Day 52](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day52/Day52.md) </p> | | **Full Stack NFT Marketplace** | | - NFT Marketplace Contracts | | - Hardhat Setup | | - NFTMarketplace.sol | | - listItem function | | - buyItem function | | - Reentrancy Attacks | | - Marketplace.sol Continued | | - NFTMarketplace Deploy Script | | - NFT Marketplace Tests | | - NFT Marketplace Scripts | | <p align="center"> [Day 53](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day53/Day53.md) </p> | | **Moralis Front End** | | - NextJS Setup | | - Adding Tailwind | | - Introducing to Indexing in Web3 | | - What is Moralis? | | - Connecting Moralis to our Local Hardhat Node | | <p align="center"> [Day 54](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day54/Day54.md) </p> | | - Moralis Event Sync | | <p align="center"> [Day 55](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day55/Day55.md) </p> | | - Resetting the Local Chain | | - Moralis Cloud Functions | | - Moralis Cloud Functions II | | - Querying the Moralis Database | | - Rendering the NFT Images | | <p align="center"> [Day 56](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day56/Day56.md) </p> | | - Updating the Listing | | - Buy NFT Listing | | - Sell Page Listing NFTs for Sale | | <p align="center"> [Day 57](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day57/Day57.md) </p> | | **The Graph Front End** | | - What is The Graph? | | - Building a Subgraph | | - Deploying our Subgraph | | - Reading from The Graph | | - Hosting our Dapp | | <p align="center"> [Day 58](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day58/Day58.md) </p> | | **Hardhat Upgrades** | | - Delegate call | | - Small Proxy Example | | - Function Selector Clashes | | - Transparent Upgradeable Proxy Contract | | <p align="center"> [Day 59](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day59/Day59.md) </p> | | **Build a DAO** | | - What is a DAO? | | - How to build a DAO? | | <p align="center"> [Day 60](https://github.com/spo0ds/Journey-to-become-a-Blockchain-Engineer/blob/main/Day60/Day60.md) </p> | | **Security and Auditing** | | - What is an Audit? | | - Process | | - Slither | | - Fuzzing and eth-security-toolbox | | <p align="center"> [Day 61](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day61/Day61.md) </p> | | **Deep Dive into DEFI** | | **Traditional Finance System** | | - Income Statement | | - Fractional Reserve | | - The multiplier effect and the money supply | | - Bank Notes | | - Bank notes and checks | | - Giving out loans without giving out gold | | - Reserve ratios | | - Reserve ratio requirement | | - Leverage | | - Reserve Bank | | - Treasury (government debt) | | - Open market operations | | <p align="center"> [Day 62](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day62/Day62.md) </p> | | - The Federal Funds Rate | | - More on the fed funds rate | | - How do target interest rates differ from money supply? | | - What happened to the gold? | | - Overall discussion | | - The discount rate | | - Repurchase agreements (repo transactions) | | - Fractional reserve banking | | - Deposit insurance | | - Big picture | | - LIBOR | | <p align="center"> [Day 63](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day63/Day63.md) </p> | | **Connecting TradFi and DeFi** | | **Stablecoins** | | - Volatility | | - Liquidity | | - Collateral | | - Floating and Fixed Interest Rates | | - Currency pegs | | **Types of stablecoins and comparison** | | - USDT | | - USDC | | - BUSD | | - DAI | | <p align="center"> [Day 64](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day64/Day64.md) </p> | | - Tether(USDT) | | **MakerDAO** | | - DAI and MakerDAO | | **Mechanism Design of Maker (DAI and MKR)** | | - Dual Token Mechanism | | - Reserve Mechanism | | - Creating DAI and How it works | | - Maintaining Stability | | - Crashes, Liquidations | | - How is this different from lending and borrowing? | | - Transparency | | - Global Settlement | | - Interacting with a Maker Vault | | <p align="center"> [Day 65](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day65/Day65.md) </p> | | **Smart contract module of MakerDAO** | | <p align="center"> [Day 66](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day66/Day66.md) </p> | | **Decentralized Exchanges (DEXs)** | | - Stocks | | - Financial Instruments | | - Order Book | | - Market | | - Exchange | | - Broker-Dealer | | - Market Makers | | - Market Index | | - Long Trade vs. Short Trade | | - Leverage | | - Margin Trading | | - Counterparty risks | | - Trade Slippage | | <p align="center"> [Day 67](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day67/Day67.md) </p> | | - DEX risk | | - How a Decentralized Cryptocurrency Exchange Works | | - Atomic Swaps | | **Liquidity pools and automated market makers** | | - Liquidity pools | | - AMM | | - impermanent loss | | - Rug Pull | | <p align="center"> [Day 68](https://github.com/spo0ds/Deep-Dive-into-DEFI/blob/main/Day68/Day68.md) </p> | | **Uniswap** | | **High Level Working of Uniswap** | | - Creating markets using Uniswap Exchange Factories | | - Adding liquidity to markets via Uniswap Exchanges | | - Swapping Ether for Tokens | | - Swapping tokens for Ether | | - Swapping tokens for tokens | | **Comparison of Unswap v1 vs v2 vs v3** | | - Uniswap V1 | | - Uniswap V2 | | - Uniswap V3 | | **Frontrunning and sandwich attacks** | | - How is it related to slippage? | | - MemPool |
3,028
A TypeScript-to-Luau Compiler for Roblox
<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.com">roblox-ts</a></h1> <div align="center">A TypeScript-to-Luau Compiler for Roblox</div> <br> <div align="center"> <a href="https://discord.gg/JFvZY5JSBT"><img src="https://discordapp.com/api/guilds/476080952636997633/embed.png" alt="Discord server" /></a> <a href="https://github.com/roblox-ts/roblox-ts/actions"><img src="https://github.com/roblox-ts/roblox-ts/workflows/CI/badge.svg" alt="CI Status" /></a> <a href="https://coveralls.io/github/roblox-ts/roblox-ts?branch=master"><img src="https://coveralls.io/repos/github/roblox-ts/roblox-ts/badge.svg?branch=master" alt="Coverage Status" /></a> <a href="https://www.npmjs.com/package/roblox-ts"><img src="https://badge.fury.io/js/roblox-ts.svg"></a> </div> <div>&nbsp;</div> ## Introduction **roblox-ts** is an attempt to bridge the abilities of TypeScript to work in a Roblox environment. We break down your code into an abstract syntax tree and emit functionally similar structures in [Luau](https://luau-lang.org/) so that the code behaves the same. ## Quick start & Documentation Ready to dive in? [Check out the documentation.](https://roblox-ts.com/docs) ## Join the Community! https://discord.gg/JFvZY5JSBT ## Games that use roblox-ts <a href="https://www.roblox.com/games/6872265039"><img width=32.9% src="https://i.imgur.com/S2x5isG.png" /></a><!-- BedWars 4.9B --> <a href="https://www.roblox.com/games/4872321990"><img width=32.9% src="https://i.imgur.com/pkuQfdG.png" /></a><!-- Islands 1.9B --> <a href="https://www.roblox.com/games/3759927663"><img width=32.9% src="https://i.imgur.com/OAmrsuz.png" /></a><!-- Zombie Strike 211.5M --> <a href="https://www.roblox.com/games/8542259458"><img width=32.9% src="https://i.imgur.com/n6fMYfz.jpeg" /></a><!-- SkyWars 50.2M --> <a href="https://www.roblox.com/games/841531820"><img width=32.9% src="https://i.imgur.com/KFUgqsV.png" /></a><!-- Deep Space Tycoon 27.8M --> <a href="https://www.roblox.com/games/9759729519"><img width=32.9% src="https://i.imgur.com/n1dye62.png" /></a><!-- All of Us Are Dead 22.0M --> <a href="https://www.roblox.com/games/9611595239"><img width=32.9% src="https://i.imgur.com/qISPda3.png" /></a><!-- Rift Royale 21.1M --> <a href="https://www.roblox.com/games/8747402506"><img width=32.9% src="https://i.imgur.com/cZsnXms.png" /></a><!-- Prop Hunt 19.7M --> <a href="https://www.roblox.com/games/5414779423"><img width=32.9% src="https://i.imgur.com/5GTAGqt.png" /></a><!-- Science Simulator 19.1M --> <a href="https://www.roblox.com/games/8597844216"><img width=32.9% src="https://i.imgur.com/S728lWz.png" /></a><!-- Slither.io Simulator 11.3M --> <a href="https://www.roblox.com/games/3837841034"><img width=32.9% src="https://i.imgur.com/nffggbO.png" /></a><!-- Deadline 8.8M --> <a href="https://www.roblox.com/games/7711635737"><img width=32.9% src="https://i.imgur.com/lmJLoAx.png" /></a><!-- Emergency Hamburg 3.8M --> <a href="https://www.roblox.com/games/9681195418"><img width=32.9% src="https://i.imgur.com/599Tpu0.png" /></a><!-- popper 2.2M --> <a href="https://www.roblox.com/games/2184151436"><img width=32.9% src="https://i.imgur.com/JSFPTA0.png" /></a><!-- Dungeon Life 2.0M --> <a href="https://www.roblox.com/games/9655469250"><img width=32.9% src="https://i.imgur.com/GXt8rmT.png" /></a><!-- EarthScape Tycoon 1.3M -->
3,029
🧑‍🚀 Logto helps you build sign-in, auth, and user identity.
<p align="right"> <a href="https://www.producthunt.com/posts/logto?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-logto" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=352638&theme=neutral" alt="Logto | Product Hunt" width="200" /></a> </p> <p align="center"> <a href="https://logto.io" target="_blank" align="center" alt="Logto Logo"> <img src="./logo.png" height="100"> </a> </p> [![discord](https://img.shields.io/discord/965845662535147551?color=5865f2&label=discord)](https://discord.gg/vRvwuwgpVX) [![checks](https://img.shields.io/github/checks-status/logto-io/logto/master)](https://github.com/logto-io/logto/actions?query=branch%3Amaster) [![release](https://img.shields.io/github/v/release/logto-io/logto?color=7958FF)](https://github.com/logto-io/logto/releases) [![core coverage](https://img.shields.io/codecov/c/github/logto-io/logto?label=core%20coverage)](https://app.codecov.io/gh/logto-io/logto) [![gitpod](https://img.shields.io/badge/gitpod-available-f09439)](https://gitpod.io/#https://github.com/logto-io/demo) [![render](https://img.shields.io/badge/render-deploy-5364e9)](https://render.com/deploy?repo=https://github.com/logto-io/logto) Logto[^info] helps you build sign-in, auth, and user identity. 🧑‍💻 **A frontend-to-backend identity solution** - A delightful sign-in experience for end-users and an OIDC-based identity service. - Web and native SDKs that can integrate your apps with Logto quickly. 📦 **Out-of-box technology and UI support for many things you needed to code before** - A centralized place to customize the user interface and then LIVE PREVIEW the changes you make. - Social sign-in for multiple platforms (GitHub, Google, WeChat, Alipay, etc.). - Dynamic passcode sign-in (via SMS or email). 💻 **Fully open-sourced, while no identity knowledge is required to use** - Super easy tryout (less than 1 min via GitPod, not joking), step-by-step tutorials and decent docs. - A full-function web admin console to manage the users, identities, and other things you need within a few clicks. Boringly, we call it "[customer identity access management](https://en.wikipedia.org/wiki/Customer_identity_access_management)" (CIAM) or "customer identity solution." [Subscribe to us](https://logto.io/subscribe) right away to receive up-to-date information about the Logto Cloud (SaaS) as well as in-time feature updates. ## Get started - Visit our 🎨 [website](https://logto.io) for a brief introduction if you are new to Logto. - A step-by-step guide is available on 📖 [docs.logto.io](https://docs.logto.io). ### Launch Logto #### Online demo (GitPod) [Click here](https://gitpod.io/#https://github.com/logto-io/demo) to launch Logto via GitPod. Once you see the message like `App is running at https://3001-...gitpod.io` in the terminal, press Cmd (or Ctrl) and click the URL to continue your Logto journey. #### Docker Compose Docker Compose CLI usually comes with [Docker Desktop](https://www.docker.com/products/docker-desktop). ```bash curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | \ TAG=prerelease docker compose -p logto -f - up ``` #### npm-init Requires [Node.js](https://nodejs.org/) `^18.12.0` + [PostgreSQL](https://postgresql.org/) `^14.0`. ```bash npm init @logto ``` ## Language support ```ts const languages = ['Deutsch', 'English', 'Français', 'Português', '简体中文', 'Türkçe', '한국어']; ``` ## Bug report, feature request, feedback - Our team takes security seriously, especially when it relates to identity. If you find any existing or potential security issues, please do not hesitate to email 🔒 [[email protected]](mailto:[email protected]). - About other bug reports, feature requests, and feedback, you can: - Directly 🙋 [open an issue](https://github.com/logto-io/logto/issues/new) on GitHub; - 💬 [join our Discord server](https://discord.gg/vRvwuwgpVX) to have a live chat; - Engage in our 🗓️ [public roadmap](https://silverhand.notion.site/Logto-Public-Roadmap-d6a1ad19039946b7b1139811aed82dcc). ## Contributing We have a [contributing guideline](https://github.com/logto-io/logto/blob/master/.github/CONTRIBUTING.md) available. Feel free to contact us before coding. ## Resources - [📖 Logto docs](https://docs.logto.io) - ✍️ Silverhand blog [Notion](https://silverhand.notion.site/Silverhand-Blog-68e122832cfb413ca8786e08152d00ac) [Substack](https://silverhand.substack.com/) <br/> [^info]: Licensed with MPL-2.0. Designed by Silverhand Inc.
3,030
Authentication, simple and clean
# Lucia **This library is still in beta! While APIs have been relatively stable recently in preparation for v1.0, expect breaking changes** Lucia is a simple yet flexible user and session management library that provides an abstraction layer between your app and your database. It's bare-bones by design, keeping everything easy to use and understand. Get started by reading the [introduction page](https://lucia-auth.vercel.app/learn/start-here/introduction). ### Code sample Working with Lucia looks something like this. In the code below, you're creating a new user with a email/password method, creating a new session, and creating a cookie that you can set it to the user. ```ts const user = await auth.createUser("email", email, { password }); const session = await auth.createSession(user.userId); const sessionCookie = auth.createSessionCookie(session); ``` ## Resources **[Documentation](https://lucia-auth.vercel.app)** **[Join the Discord server!](https://discord.gg/PwrK3kpVR3)** **[Changelog](https://github.com/pilcrowOnPaper/lucia-auth/blob/main/packages/lucia-auth/CHANGELOG.md)** **[CONTRIBUTING.md](https://github.com/pilcrowOnPaper/lucia-auth/blob/main/CONTRIBUTING.md)** ## Installation ```bash npm i lucia-auth pnpm add lucia-auth yarn add lucia-auth ``` ## Attributions This project would not have been possible without our contributors, thank you! Logo by [@dawidmachon](https://github.com/dawidmachon), licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
3,031
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
null
3,032
Parser Building Toolkit for JavaScript
[![Discussions](https://img.shields.io/github/discussions/chevrotain/chevrotain?style=flat-square)](https://github.com/Chevrotain/chevrotain/discussions) [![npm](https://img.shields.io/npm/v/chevrotain.svg)](https://www.npmjs.com/package/chevrotain) ![npm](https://img.shields.io/npm/dm/chevrotain) [![Continuous Integration](https://github.com/Chevrotain/chevrotain/actions/workflows/ci.yml/badge.svg)](https://github.com/Chevrotain/chevrotain/actions/workflows/ci.yml) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) # Chevrotain ## Introduction Chevrotain is a [**blazing fast**](https://chevrotain.io/performance/) and [**feature rich**](http://chevrotain.io/docs/features/blazing_fast.html) **Parser Building Toolkit** for **JavaScript**. It can be used to build parsers/compilers/interpreters for various use cases ranging from simple configuration files, to full-fledged programing languages. A more in depth description of Chevrotain can be found in this great article on: [Parsing in JavaScript: Tools and Libraries](https://tomassetti.me/parsing-in-javascript/#chevrotain). It is important to note that Chevrotain is **NOT** a parser generator. It solves the same kind of problems as a parser generator, just **without any code generation**. Chevrotain Grammars are pure code which can be created/debugged/edited as any other pure code without requiring any new tools or processes. ## TLDR - [**Online Playground**](https://chevrotain.io/playground/) - **[Getting Started Tutorial](https://chevrotain.io/docs/tutorial/step0_introduction.html)** - [**Performance benchmark**](https://chevrotain.io/performance/) ## Installation - **npm**: `npm install chevrotain` - **Browser**: The npm package contains Chevrotain as concatenated and minified files ready for use in a browser. These can also be accessed directly via [UNPKG](https://unpkg.com/) in a script tag. - Latest: - `https://unpkg.com/chevrotain/lib/chevrotain.js` - `https://unpkg.com/chevrotain/lib/chevrotain.min.js` - `https://unpkg.com/chevrotain/lib_esm/chevrotain.mjs` - `https://unpkg.com/chevrotain/lib_esm/chevrotain.min.mjs` - Explicit version number: - `https://unpkg.com/[email protected]/lib/chevrotain.js` - `https://unpkg.com/[email protected]/lib/chevrotain.min.js` - `https://unpkg.com/[email protected]/lib_esm/chevrotain.mjs` - `https://unpkg.com/[email protected]/lib_esm/chevrotain.min.mjs` ## Documentation & Resources - **[Getting Started Tutorial](https://chevrotain.io/docs/tutorial/step1_lexing.html)**. - **[Sample Grammars](https://github.com/chevrotain/chevrotain/blob/master/examples/grammars)**. - **[FAQ](https://chevrotain.io/docs/FAQ.html).** - **[Other Examples](https://github.com/chevrotain/chevrotain/blob/master/examples)**. - **[HTML API docs](https://chevrotain.io/documentation).** - [The Parsing DSL Docs](https://chevrotain.io/documentation/10_0_0/classes/BaseParser.html#AT_LEAST_ONE). ## Compatibility Chevrotain will run on any **modern** JavaScript ES2015 runtime. That includes nodejs maintenance/active/current version, modern major browsers, but **not** legacy ES5.1 runtimes such as IE11. - Uses [UMD](https://github.com/umdjs/umd) to work with common module loaders (browser global / amd / commonjs). ## Contributions Contributions are **greatly** appreciated. See [CONTRIBUTING.md](./CONTRIBUTING.md) for details. ## Where used A small curated list: 1. [HyperFormula](https://github.com/handsontable/hyperformula) - HyperFormula is an open source, spreadsheet-like calculation engine - [source](https://github.com/handsontable/hyperformula/blob/5749f9ce57a3006109ccadc4a2e7d064c846ff78/src/parser/FormulaParser.ts) 2. [Langium](https://github.com/langium/langium) - Langium is a language engineering tool with built-in support for the Language Server Protocol. 3. [Prettier-Java](https://github.com/jhipster/prettier-java) - A Prettier Plugin for Java - [source](https://github.com/jhipster/prettier-java/tree/main/packages/java-parser) 4. [JHipster Domain Language](https://www.jhipster.tech/jdl/intro) - The JDL is a JHipster-specific domain language where you can describe all your applications, deployments, entities and their relationships in a single file (or more than one) with a user-friendly syntax. - [source](https://github.com/jhipster/generator-jhipster/tree/main/jdl/parsing) 5. [Argdown](https://github.com/christianvoigt/argdown) - Argdown is a simple syntax for analyzing complex argumentation. - [source](https://github.com/christianvoigt/argdown/blob/master/packages/argdown-core/src/parser.ts)
3,033
🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system
## 🐬 HypeScript ### Introduction This is a simplified implementation of [TypeScript](https://github.com/microsoft/TypeScript)'s type system that's written in TypeScript's type annotations. This means that it uses types only — with no runtime code whatsoever. You pass TypeScript code as a string to the `TypeCheck` generic and get possible type errors back (**[See the live demo](https://www.typescriptlang.org/play?#code/C4TwDgpgBAogTnA9nAzlAvFAKuCBhACwgGMBrAHgAMAoagMwFcA7Y4AS0SahQEcGBDOBAAUTAFxQmDALYAjCHACUUAN7UoUIcAZwuXAFSSA3NQC+tXgKHCARACYbik9UoA+ZwHoPUABKIAbgpQAUGU8EiolFDAiNwQ0ADuBPzAAORoCUhMAOZQCWzABNEEbGhsTGAMwLQe+vrqhlAA+hqtbe0dnV0aLR1NDVAAPkPdo2Ptwk3KbcODA7NNvb3NK4uti0trzWstO6stC-NQqS0AOrMjwydQp1DeZ-dNg49XixfX59tzUIYXf0+XKYjbYeU5rW6TAHDS5DIGHH6whaDMFNAA0IwAdItvCinoMNqCNvjocSoFimji3gMutiYeNxrNqR18djSfSxsSGgMsCUymh+Nw2NIwAAbNh0NgQAAmUCFoog0ggTGAKQ4XEQdGwuAAysQ4GwwGk0KBINwQChgAriil0nl9cBLUwBuUtZBdfrDbaTdB+EwmIgVexOCgMdheVBFb7jclgLLYwwUBBjbg0JwRSAoIAUAjyBQIA39mmY7EVUGIiCliRjKEQEECcAxXIRAE1EAwoGB+Cg0Dg3XqDbGyxWoJ3h9xgPqctFYoVoJQe-giGQotklQo2MRh0wZSvY2BEF22LIRRABt6oAoImhZPwyA2ftzw2AkAArEixsWBfmxggOsAoMReNkuYMLIGJltIHhZPw0hsB4Pg6n2hqNoYLZtsQvqykwFr8CKIpQJQBApohwBRC6ICtnAwQJFwT6IK+rA5oU+EgIITBRMg+EVNINAIsI87uv2UAACwYgA7MElEiikQSlJoEB8GwQhSso+RMZQLG6MOUoyoRkAoMRlB3vUvFYAaEgECElGWcU0BnjhbCdkmUDyCKiAJFOcS2bg54IMgZRcOROiYZUwCKMhHg1HUAzoDFsVxfFCWJUlyUpalaXIeyox4Mg0BirIcCCBmg7QC5rkJBlaWVVV1U1UlDQRdQXjcHAxAeOUFYAB4YsAKDUBAHV7nAsZnvOhAkBQACSFRVOeHWOlKaAWhO2SuBg6h3N4WCIKQSpsAAXtA5QhetW07Uw+0QOQU0hat-Xzf5dBBKdSoADKlNUbQAPzYNtr3vbN92wL5cDkL6IDomDrjrV9G1QBNmpgz5l7onQyDSCkNnSND7QAGJoyk5AANrPUwb0WgAulDHQSCTZOxndSoLVAACCCD8CA5Ak6DTAgK4VPtN9TXw9wDDEMQSYoIwIroh2qCHcqsQYZ2H2dAACoIiac79pPvbdc2Mw9QQAHLlhAdPYzDJsVnTAMG0DETc+Dm68xbAuw8LiMXn5KP48NRBY+MeNwOjwBE1bZvvZTrttBI4c2wzW5oKzBUcwAQo54eO3z0etIL3jCygovi12Uvot6AC0xCLqQm4yqjwcY17qA520Qch+QY1kOQce6-zXQSEwtYKDnA9D3Aruj3W2OTwonjeCgLUeAAquwIooB4yfsyvbBr91vX9YNw3eVg-A75ztuJyzbMc5Dq2YMIwgYk-wA08o6Crf4iBsMpF9M8I60EAkGDVE60n4YiEBaCQ5RHqUQAErUDfh-L+Up1rfXgRoGecBnAH2QEfU0qsEwEHPgnJmm8b481cOiGAd8oCEzAVgKh5NsEDVwdEbyS8sIlDoKHLAv8k7XyzlQmhhMYDonoUw2gOChpsNNNlFgBMsAAEY+FXxToI7AdgVFkKzsI0BT8lEgI0PQuwICJF9RYdIkap8RSpw5idLRAjIaGKgKnFRUg5AKGcczBxajIYYFoeTEBNDXEkKToTVIx4ciFFSOTKA31eE02sbYzm1jOaUJceiAhKAiHM3RAABj5nPZqrVt5rw8OEPye9zGHxkdACpIMACyEt+ArhUUtco2R0RvUHkbGQ8hKKhMkH0hQd91rDG1CAZU-AOr1PIE0rsLSIBdPKBAXpHi4D82GOrVAHTZnzJQIs5ZPThkbLGa6CAezmkriOask57hJEWLwdACZUyZnAzmVc6Agz2k5BuWs-pbi7n+LUBob0EhUgvJVG8iIqQTAaEVAslcEh9mLLhVAMUxz1kSG6bc9ZJhTDMJqWebZKBdnvJRa07544Ol-JOYC9ZNCQW1PBSSslMK0UIoOUiqAFKIBooxbi-p2KVn-NnmYQlrCRq4EuYir5+tL4-M6VAHFoqBnyqZu4-pjL1pguOPOepsL1qcsWciz5-KRUnOFZi-p+KikLxKavdebcUhVKkU8qAzrQ7rXqWgQZ2jZmKvRJqkZlD1qwKTAwEU9N1X8LUYq4RgTqA0J9Sowm5NUFQHDYXKN60JA+sJnk2JgzZnQKCLy9EpbKIqruRmz1KSz4+vSVkohWbI3AHRJQAAJCoat6zTASG7by0wbh+aYLtYvUp68ADysh6LAEna6x5tSoAzrnU0uAK5OaKPRFgOwNCp0wR4duqAO1yKal3atAAZBo8drUSYXTgB4a6VQQw9WqZK7yABpCAIAEjICZugM5qQyxYTSEB48YGNBXHFKkIDWgdBMFg1B44UhcJIZGKkccDAIDoauHQHCiZcPHEYCwIMiGJWWO8gQ0jAgyNrWQ6kVERHUjCGY4oZj4SgPk2YyoZjphmMYmY0YZjYhmPoGY-oZjABqZj5dmMeENe+yjppVVoEwKkPJqQMOKK01cOwunjgAGYDOpCEiZgArCZgAbCZ0SJmAAcJmACcim3XLomXIRAa96MYf4Mx2QzHiDMalMxnDQG6DMeyMxggzG2DMefMx0gzGRTMekMxxDQHEDMbAMxngzG4DMZQMxyDGGGDMf8MxhIzGOrMZAMxvazHmbMdTsxvAzGAAizGYDMZxsxgA4sxnwzGJrMYAFLMc-cxl6zGGnMaNsxqdzHVbMYAIrMdgcx7UzGsDMaXsxgAasxgA6sxgAGsxpszGABazHNNAZ00B-TQHjNAbM0ByzQGbNAbs0BxzQGXNAaaMxztimmr2o8Peg6j6GkpAIFUs82oi4nyPNATATK8kSEUWixREg7BorsBIQzaLDMSCEmioSEhzNovMxIKzaKrMSFEmi0SEh7NovsxIJzaKnOY7ydjjHUBFFY-WkLzHeORcE8F0TkXJPBdk5FxTwXVORc08F3TkXDPBdM5FyzwXbORcc8F1zkXPOoB2D5+tc3uPhcaDsDjs34vbeS7sNL23su7Dy9t4ruwyvbeq7sOr23mu7Da9t7ruw+vbeG7sMb23pvDMW40AnwnNuoCGft4Zx3afJeGdd2n2XhnPdp8V4Z33afVeGcD2nzXhnQ9p914ZyPafDeGdj2n03QlE-CQF0JVPvfSdZ6EpLoSeeR+k6L0JRXQky-T9J1XoSmuhJ16X6TpvQlDdCTb5vynXfzMC-M6ng-lOs-mcl+ZvP5-KdF-M4r8zZe7+U6r+ZzX5m6+v8p038zhvzNt5-7Ti3BKDyRK3kiOYsaS-ivCgyp6GoUAoBxAyOx4cSsBSO-AKOxMsSY6NQ88i8kOCgHg2o1KOQC6b6bmZ4MAKQOMikFohAgg4BmAkBMa+E3alaLMpgzBTAMCLiw6SBri4KrmS6Z4fWEAwAlBqAwANBIMWANCDBgMXaKgLBzMbB8hHBQQqc3B303ifBFG7qci6EwABBy0KA5A3iVKy06IISjB8a-ichih3aahlA2h7mhB2QciKo5QRhE0bSzhO6Xhy0NCnhgyWAGaWGJ4GCcMKichWAShLBTQw6wRcA2Gua4RgychMReSShUR7BnBTQiicRGg30IRSRARjBqRKhlEsR3aURPESBhRYR+Ga8fKWBxSEO2sD6LRZ0D68Ox8rRB0z6XqGgfRvhNK60oh1ByQaqgMga60fRJ8O8Qxvy60qsQg4sUoHSOK+UEA-ANcgysgiAXmmxTAzivaAKgywacAzi7WKQAogR2slxKojsEMFCEBtxVx5ASxJA0oaxKyGxWxtKDKQS-igxKRsUWRQQMx1ieRSBhMQhg8+o8B2s5AqQsUjGUAdx-A6S4JO86aYRQJJRMUoJlEmJIokJ300Jq4cJXMSJ4m6IaJGJ00wAsxIo2JUAEgox4h4xKi1GrAtGaoGaZJsJ64XMbJEhNJVxdJIUjJzJrJVB7JggKiqmGauBqqV09J6IqQKJaJ6Iwp4xo6HqMpEhKiqQNg6G8SPREABhHSKpEp1iapxpopKoup2pcpgyxpNgipZpFpOQVpVQjJ6Irp9p6JSRTpExdsHmuxa87pHRB0YZXm3p7axwGpVxWp+pOpSRkK0ysylAU0-g9kMoVcggN4lo9YlAfxWqzgI0Zpyp0x9J8xnSYaEaUatZzi7xKxXxg8Px2xjBJMaJDxzsoaGgwZtZ-iQhIhKZtBfRoaNCg5gyCp+RP0UZgqCg5Ars5Bo5YhEhcZ-Z7QuhKQnp2QRhraUayZ65OpzibQLZnxOQ6xQgWx2MuphMqqXMh58ZF5qxV53xN5pA4pVQZiFZC5e5y5AxNZphwxGgK2DAAYEA84hpxpIw-p60aJKi3ZrxwCfZAJmAuJshBJLiEA9cEASh4FkF840RZRLM3CCgJJsBzhrhp8WE5AqcuFOUappwiGesgMtRucsBkyUKsyqQHCRZMETA0kMoiq6KBQCgOEgmAZ4SAqqqMSfcLJtCe5XMDFeFAZ6SzM5FcAUpXFryvF-FCgglwlY4y0YlRZkliZKoMlFq6y8l5Z3R-5IAnmIogFcMwFlh3h9Z2a0akxnlGgr5bZEAHZSFLx9xqFTiIxY5IZCqzhw5whwZm56FepJ5zpjBMZEZc5uB6VrlbQq5CVE5Z5rQO5+hzhB5DZ8ZwZW555yxl52Q15mxpAd5SRhMrsz5Ki36v6-6vUXQ30HVf6cAUoT55VmSNVb5dVH5DVClMcXFzlQ13lI1HxY19VWxVVrQfRhVv5Dlu0B0PgEAIokAIMJ0Zpz5zibVfqjiFCRxNlJxjBZxSVuBZ1jB2ikMkZ21l0rsD15VhMiiiaHQza5AJ185b1z5BalMhVGgxxnirs9RiYTVYRn13ljhf5b1rlmFdsUxGgj1gM2iXMt8-iaaV11qQQpxdKmA26ixo1gVwVOxexx4GEmAMNSykVKV0VTMolmAI5+V9JW5RJQ5mAeVUViVSagJ7lgM6pGaz5QZUVhpxwr150B0cZvpmaw1yq11niUAAV757Zn5upaNl8lAXg2F2U0gioyo0opgLF2FWawAlFuBANSY8ZgNcB5AkNGyZcCREAjp0tgyqQLFJpQN8tl0RJ6ITtRcLtatbt0QHtupuBfROVa1qprswZ4Nbl1pO8Kdmt412tDVKdrtd5KiLBCNbactF0u1+1S5RdR5yt81qtRNpyYRg8dYt67Rb1j6JMr6+8AhW1TAPZFNi1VNn5Kiux+xvohNi5rNaAd1wtaO60T4-dWtQVn5Egmdy1pA5qddVq49tqQBH6poMJa48JZ0rl+2OE2GTZCFVxIVZ0PZw9dNhxQy-x09qgOquA4KK4ApQWaKOZIo2GEgJ9P9jRGgUoVxEgaJ29Sm7qfV-6XM60-9Z9IFCxGgiFNx19rxt9BxQadySVTKuqqQp6-VIWX9p9EAf9xDaKwDKooDVx4DpB3kj5CJsDxD59SDl9KDSoN9tNGDD9Wq2DL9kA4KZxhqGg39v9UAcDgDUAFD-AVDKoNDXdpoylDDGg4jzDqJrDXZoV-A5A6Do93DIyvDoKr9xwiqQjUAIjJDYjZD60UjMj-AcjwBCjTl4ZMDyjTDCDdZLDKoV97DaDnDujZxk5wKfDFj6QTjXmpj5jpDAD5DIDajsj4qO9ym0ALjcT1xGjqD9xOj99ATziKj7j-iUxoyyG+9FJCJ4j6lZy9DR95TqTmyVFy0XMNTtJZy6VjTxDFTyGUDA1bTAD6lzd2oa49kUO+BgzYoUOXRCjozpde1B1rl0FgyBBqo8BuAzi2oFkkaUoMOYAb05l3mNNI9hxT9azrYIomz-A2z4lBUezjBIRSB0FyK5zOzElIoW084nMuA9yED7mUzCtJ03kCzgYgpKz60xzGzWzTzVzvqjBWT-ijNSVAz+oQzEAZdsz846IoLpz4LlzBGbFdsLBWzkAg1uAGaBL0o8zaVzh842M306Qzh6GYRpLRLpoALy0ELOEbzLB4jCl304j08PK5zhL5LgMqcfjTAVLMMqQWT9LiljLQrdsIrBzbLLzuA5AnLxD3LljADfLsr-zjBj5xLErgj2rArZLurgMqqSrHLpFXL1LmriR01OrzLerkayrkAtrqQqGKWxrYAgrZrdsHCFYEog8TLoRnFqQzAgbKyIW3rvrTrgM+2yC4rYbn8380rDzPrprcbdszMPMSbc5qQYMab-LGbIbKiHCpA-o1EebSB4bTAFbbkGWDrJrpbM5Y81bNLjdCgRbjrcq2N18VrnBMAx4ptPU84GrCLDkYzEA-qw7Soo7HzMbmbvb-r50nAA7QQHCao84KA47PzEAm7nA5AB7YrKYCl6bsby7l8q6b467lESxiAB17ASYu7iLU717rAbxSAj7koO7i7LbjBOMzArAW7KrLB2y0EKAFapF4a2gugL7k7F0gHpGaobxBZ0gkHytsHTAZ7kgY8SRnbWCtACOe7SHwHh7ixaHULfbaihMgaVFSz84YN9ZWHKiiz7AyzkA8LJHQHZG4H6HqHBU6HuLl8LBE7SLUofH3VSBYnU7EnlHtZtrlAwg3aMnF0cngnKApgiCUAKne79tWHrgkJDdeHxnTdRHIB3HyHnAknrlknPi7MRMdHbHQLkATHmN5VfNCZSVdngyaaEt5VSRknoNqaLBHVUHnB4jzJPLbjFLDHBrnFHVCnHQ30qnB0pHvHlH8dHQjJAnEHq1HQchz5ShHV-aOnKgqXl0XL3Bgyone7Uo2obA2QQlsHobowKXdXDXTXKQOgl7bNzhLcbsQXESSo2Q0SRajBiiA3yXTB5XHXjXzXPXRn9IEgchFX9X833XQgpgHaU3rQmCu3+3XQU1ilBHfLp3pnYq1ACO6zpzS8iY2ySoRhcrl8znHHntEBfrl8x7bzL1c5HFNMn3TM6XIHkAvZv3NRHtSRjN9lkzr7F0M7Coc7KAz3TMr3Y7PmFX5AQ7iPyoyPHzBdpFa32PI7Unc5RPs7uPSXbsGLUod3EAD3dFxPSP6PgyHF03SnuncPB0UoTPuPWnaa1R1MM35POPPUpgAvE8uHU801BHMPzye7x7rl33KY9nHMaPHzp1Hn+T6mjGT9yvekqaUX1dxdYR+vSYwXALcXbrZPenZvKAoNwnTMtXXPS7tra3KPi0-X03FXivA3OXdv+X7QdvMlI3Y3Kik34w30hX5VSh7vuAS3-cM3RXnPCH3PxFIwgv7Qx3h3e3Uvw8F3hHV3FnLv77-RGtX7CgT7VH2bAitH3h9H7HjHW5WN6NsVOv3nFfQ0P7hv-n3lhp0rNLKg-GfLlAKgZXRXUAkJy9nfVfFvjBhMoXP64XQQkXGaeTsXjf8Xc5iX7jrsUf3aJXA6s3Lv5AVXUQNXhPdX97j7IAOc7XLvEnM-GYu-bXsBe7pfWX3QOX1-lfP7gfXQP-Lvub2G5RIYs43QGBH0yj78VAyfY-qn2lCADQABKTPuMBW7dpYBa3RASAAJT4Rdux3GXiZ06A58CB0vXPudxO5jxm6JKPAszAtCLoHG0AcOD2UWZDQcU9KfpFQi3BsCSaDKIJhoGwisCI6EgFgcABxRopGYrtPNFwJWT2Nd6jAl1kq3IDIM9WpsHsndT0YbJtUhjfhscF6S4QlWpjGxqk1kFJMoAayA+ooMYYANVGyg81qoNeLqCcmT9HBkY1SDmC4SBgohgAyibYYYmlDYwQky+ZngFWd9Swa42sH7M76FxdRnYIrBqCTkmDR+loOZTHAQhBxTwetEiZ2sJGRgsBoENoYKNnCYQ7ITYJiF2wmBDghIRoMCYz1tBITPchkOEbEMfBOQ2JnkMAJBDvIZCGAANAgSkpyOGgXnj1FV70UM4psHRNEK8Yzl7B9xRwVg2cHBNwU3Q3oRLDVCmM9qovf8LAAp49Q-B0jAIR0IKHQBS+PQuegeAGHl8H2v-JyOdTUSl8sBYPHmI8V5hblbB5QmYVozmFJC+BKQ1ICcJWHnDyMs9Gfj+2n5XCgBKAPYbYxMHup7hT-Vyjv0YLpxEwmcCKuEPgZIixhFYQRBfSmEqC4hlQ9ZIkJ4YLC6h4KOEeCNACmNT0EgDql4NEbiMoRBwpGt5BPqIsUc7WEgFJAKhkZXKnI4gNyNVDBgRhbIhyByK5EFkYgIMcKk8L7JblP07UUoXiNiEQB4hRI6oQY1+GijUCx4fkYKLIyGCJRPItUFsL1GSiTRaKUgO1FpHtQmR7QlkaaG1HiiBRko5AKjRlCDJkRqycYWiLcoFAVEXo1EZdVxFpMVRaojgRqNJFajBAYo3UUaJSDIBTG38CQBNClBopygBQFMedGAB2jqG+Q+RtAGB6cAzRxoi4amIDFYjLovonzk9QESBifRFCLciKylDP9MRKIhsbzEmGhj3hBI2YVUKcHJDcGRYnuvGINHpipQKYtMbPUo7L1KOaKXYi2IkDNiQAuY+JocILEeoeOaoU4X0JQ7TEPRbY70diL8TDBPWzZeTrcIc71jjxjY5xMuIrHtibxnYkMfKQ+HkAvhJIwca4OHE7jVhnAJMROLhhTiNAssCDrOI07zjywIAJcVBNXF2N8xDAoCXO3FCShDqGgI2NBF66e8zC60HNv6EBacAHxR4qsU8VPEusuxr43sZ8P7HzCvxOg1IKmOQkSgu2aKISoqFjiYS0U3oPCQGCFHiAWYfoXiWRjgkwjl0v4wEWx1F6uVxJ-QrgJ6MrE4jPG3Yy+BUL7HqiBxPw3BjJLVCSSR26wgEbJLzQGS1QIkhCXIKgB4AcIIobSRcMsm4R4gREoMc+I0CsxsgMgJHiMOvEkSXhFE6YVRPfE0TvhtQ34XZOsnGT-xaKdCPZIsahT4gaKQQG5JJ4SBXJ7k3HqZPXGISmk6yGyUwFcql9HJHYrclgIKlPityxtEKNKCHqitfJ+I1UYSIjEaTgpuDLKf0hymmNEAs6N8BIFL5opaIN-METf0imIBhQVQaUBIHKmjTgJkjNoXmIynmT4YukudnMwdolTvJZU4MPJGwzKhVpik1JpRLqlqSGptEzSa4IWmBhRepjS0JAmwAO0hpWETaXO3GkbS+Ac7UyRoCag4QiyzXCxszFElngYOCGRacqFcopSR2O0k8UMlwg1Swx9U9Wo1OfpkjjgAM3QEDLSDxSN0qUl+FfESmvTrGM0tcQ6OgC0DSUTXEdjlNcovRcKPleVgpN9GwJGuP4cGcGI0BToDqCYieiZVAp7S-JB06iepOOlNTXBxM+bmTPClAiNAx4bhNiiplop9Q2QH8BIHpnyycx60cEezO6lsypR6UwmS4nKCFRyZ60SmdwiZnOTM0DM6mZfC8m7TWZElKUUqOUlMxVJfMo6UFIRm-DU4esuACADan8oqZ0s7hLLPNmKzzZaKNWVKI1m2zkA2sxJu6lTiuQyAqM1yveMvFpxaZt4l8TzPDFwyBZbs3BnHMQAJzzpekyCYuJcSwS8Z-g+0THOXTzgeJBE3KbhMEn1yTZrwsoSpLfEfj9GUY3BrXKbl8TLpuAOuXxOSl9zhJFc-YVXM6GFCGmg80eShzeHtz-JnczQSdPonKVZ5+E-udHKnnyD1kvczebyIXmOyO5gUrVHRJCb6tIAQ8scePOhFmTTBegkUJaw3lCT55bc4+UvNPkhpV5F8hQdi1dbTs55EU2+cyOrnBDRW+81+YeyPloAnZAU-mQynPngo0hvoSBfXMMH4z4Jc00wSUxc6AKD5KHCaAGX2lZzzi1QpBccFwVvdr5aw8cSmO3lHCBJIANBXxKUHvzYFJ8hBWfJ-lLDc2L89BQwo3FWyYFZgzhS7O4WAZkM7g9cIoNQrNNkMKCnWLs17LyKRgDQ-+SorFJnJlhZw2SZoodJnJ-huilDnIq0XIYKRN-R4U7FUXDAnRcYl0aWNykyjrFZikYHYtVGji3RzijpiMGHEljWF3i52D4uGA-ixZVi54cEqQnKgUJS5QJTYrMF-zlF8SnKYnNMUGLkMoU8mXEtcXDAWpCgLJbKOyXpKRgZ06SCO3CW1MzkyMpgKktlHxLhZpMudgUqdhFLAyCiz2d7LCWBK0lbSkYPnMLllKlpPSupiwt5HDKWmlLfhawviWXz8FUC3KTMsSXPNRlb84pcMEUUrLoFOSqAFQs2VOK6l2ynNswqmWHyxSVAjWHgWoH1g30xKC5YxOiXMS0JAdeOLWLUS4105GgSyUwAYrXzKpkQjBk-VpjvQ5+gMVpko0wicEMJioZxMhTCqyiWC9y9gI8tdpQx+Y30L5T8tHl-KbmkPGGECotDfVwBdsXZeCo6CpBRMKdDQLCq0aoUWC2UVyDrDrrHdju30agXsvrQ2IOY+K+Mnukd5oBqBz5T-m0BYLhxKVrQQutrDphiqNALBepDnHwFIF6knJDWGyi8WFKKEA3VlRctmT1IFVYRAVeVSFWdBEVMSp5eyChVM1MooiisNKs6BwKTVyKiOuiAdWoSUVu3DQP-06Dcq8BI8DWtquBiCrUg5LSAKwGlBSULJXmTgG6qF4GrvKRqgYhWAeWoT41rQC1bao0Bnjdu9qxNUitdVOqoluahQNGu6CeqqVqSblQqpw6xq20Rql1UuQG5pqBuma0YNmqYl5q66zqnNaauLUdBPVOXCta7F1Kes5efquWOyu5UjD3lLwops8uBWFpWOYTF5giVpbLQUS1K3siwRRUatq1UaI1eyoG7ryr5QC3KXAtdqlkQ0tq09fmp7VZ8xV-ayVbrEHV8tuVIK0MoupSZkqpWd6zRhutIo3qPVtrHdWX2y4nK9xowDZaBsPZXqO1tdcenzEvVviz1sG1VJWrvXlqH1FoZlc+ow3ABX1l8LpoNVJXtAPWLrXXl0HXW0q-1EdLDTDCA17rINDcltUsqubsroN49c9ZoIQ3+SkN-61oH2vQ1nQ6YNG3Pi+vnULN31RGtoCRtsrfqMmNK+FVRqZVPraNFywVTnH3VMa95DG7uIhuvXUbS11q3meHRg28aPVaGs+AOt7XYbBNc6olS9wk1H0C2PMNdT+so2cEt1gG1TYavU3aaBuRy1jbppM36auNRmnjdRvlXmaXKlmrPtZr+gEqxNaVBzUqCNWyrZNPjOFU7E3XharNKmuWGpvI2+bRguy7TaIkM09kwtTKgzWxtVQcbUN6mgTXFuADCaG6LrEddQLkQWh3F-i3kUdRs0WhJ1CJW+KszLBZsXuI2qCsCwTU7S4Fy8+DetAVHSC667AqGtIRw14amYJKo+utCRJkaA6PZNzUEBgB8ACMbqtFaOsTDkz71fWprXyvO0QB8t7QEVabBToSrrtL20inKraAaslVgyVlDkFmTOKWVd2nVcDGz5ASVEdakGCKswkRKytsMshQEyB3UCuto4tUCi3rWjBuVl6mHQevG22rUxIW21QtqlBnqBuwGYMCVhy3tBiBilagfUkDU5TZoIay0FKHDVHaBAa8YteBIu3vJXYf27ILMhzjGkQMFoLTBWAcV8S0A0gBMLGHkCYQCg8A1nTYDFWpjwkUjGJOEgEGiCI6MSZTXxra0XLKZwAFHRLp61UqcNA2o+kNpBbjbWO42tFvuOm1iLs5iC5xMTtdrLbziT9csYMkh2qtSKaaoJXDsOku6z5ctOmOtrQCbbktrsHbSnQo0KbB2x2zndlr42ea5Yl2hrTrEw23a6NOcJ7Tavz2kUsdRewdsDD10wwftjBfnQDvVUuweqwO95Lqt9XI6YxOojxabrR0zMMdYwEveMEbXjBdQVw9NUBJH2irdu7up1bt2G6U7OgYOunQGsNWpBGdB8N8GGpRLs6Ttqe-Vf6odg5wa9vO0YMaQgxi7Udwo6Xf1rl0Zj2A4nDEMroG6q7Ug6u8mJrpVCCC66uuo7nrswJF98EFyk3fqK73l0nlE6lOVrCt0fKzBmE1RkPtG2o97dk28HfJMfGXQZtX8zjdWX9HIHiJOmz+VwovXzb2oHungRwMINbhz6NCC1SomgKahYDobLVRnsP3tAD9e+roJQC+X4S5I4u7kSVHjmkBy4+kK4TKBzLsjECqQbtBav4wYgSyOcSfXXQr1QBdSeejoAAfNEXCOgLVUYKoZ5FujduBOvQ9mLH1vj3VQEtXVcQ120tBA2uj-b9XpBTQsDh4pyXqs6DfR7DuGp-eYZf2pAJBOu5kuyEnFmGVQFhnwzYZ9WjBPVthjoMTrFVwKBuch9jQ-uzEtzdurh7MYEb8xeGQj49T-WMACMeGgjmRxbdkb8Mxbe18enDSnWbXtBS+66TdHQfRBj9CYAoF0BavJgSBbmpgBSp81uVyxtDrC3rY1st3JbrdGgOg3bquEO7Vt12yPVAAI0pNQu7UGFa5sT1BB4jKGpNBmmJ2GkRdaQDDCfvT2Jg-dV2xrekhCK56vNca0vcbGe1XHKIfezoLKvL1U7K9wMZVTsn+3vJAdd-RvQ7Gb2J8tjPtHY9K1y2JgOtxutvc6MAOHssdsBPHYZvRBrGa0ifagUbr6O8iYT9R+E7MaIPb6RNa2n6u1R-QEMuYarXpn2T34-HdDowFg26MoAcJV9oamUBAgUCBAZQBDY4N2nEZSGSy2Joo+sa-0xrd9VJ7oDSbNXdBUg7iyRmfq4Bih+t6EJuc5C+TChQAUlCfTifkPhH5VZ3F1vh1a3mc-9csPJXAANnoTTYTuvA+IoIPm7rtQx-ZT5MBVraEtgMaPblNSDhqE9mW0iu1gDAebMq+JuzajyS2MbHtAenHdl2WOenOCkOm9duouM1qc4Rpk090HH2jA-dWasM2MCqMtq3x0Z-NbmaU3hHbVcLBtW+PDjpGLDWu12jEk7Vtqi1uJr7ZFuSQwm90Ch7nRckX1xqGJXax5UzrX2s6NSPp1PTTEdMBmo95JQUpJuODhJyjcm39ZwVTgFQyAwhGMxmjp1hLjj2em7W8cTAPbhVH2sWSmZDODsxZ9xvc8eeMWcBPtaeyvWLKr2AxRTVipHUKZBg5S-j1O2ACeZHMqIXTKamJLtvI0Rnl+lEPAK5FJQ5AFzN4HaNYbg1anpuyh7oImbCVZqbj4wHKYedGAhEjD-kkw2hdNjlmvDlZ3wyPs+WgWOkEFpc9BdVRhGS1tqnLjlOi3PHc+C+1gyKZVUfGWLR+v872cZN36R9uFisPhdf1WGqzJRxi19r5bMXkADOsWdxZZ3hryLUFrnZDJFAG65YDSpgKLIvPBmjZFspmFbLQP4GMD1pwY2AanVzapjjWmYz+e23UkBjPdFCiscoib6U9Sms7Wua0scrwDJx843lu80dAWCSsn8OhfFXQdzZp5kK5wUCvAArzAGmGFFbvN2wHzXxuC8+YBrmy3z01HS3wgG7DA-dgSuBZuqplIbb4OVnlAqFaldK69sOgq3+qKv5qSrKV3y5cdGDqXNLu49Q90B0sj6orwVroHHuQvca6rMGnq3hfyMZGhL7+4o84YM1RXvVAp985JbgC7nOgQaogOiipnlxkg5B0lEOBgJKwDwjS7aQfHatcAL9sun0GYwhOIEOIAoPqZXwzA3hi4IYf850GcsoA8681nfYwYiDSWtLsl9fVQmT3vWhzyl1S6CaslJnw45pozbNq3KgHXlDnMyzUNnXxbRzOy8c4fRj0aAWMu2j00BdHV-RXLq5i5ZkrFmgyken-Dc0JozqCBCbCRslexnzq-aLlZCQVQXojgWh8bMJx4xEG+2vHmb7xgXZ8br1PnvrbojK0xbjO7qBupNjywNctVjAe4nN+W73XNWjXn9E1yiycmrMmHRNXhjWxEl8PUWjutFrPUJtgtkCdTLW3CGDfwAQ2ybGMknnMwt2mXBtkBhnsQduoJD1oIF-cB0j3KqMjY8QKUMbXRhVSDmsLAjArZb6XxtEVsvGpgAJoOnpjTp4lRja5i+2wL2QPcs8Lcss3r4gqwGtFuHM2nfORvRa4KsoDiGVAmd-284X4z-XWdPJj2yDaDvShQ7Ds40LiruZfnBkP5xjCiXB5zl2t9trS+Tdx7o6xTbQKm7rDFUt2O1OcWuzkBzs5xJajFku5ZdTuXwuYeNiFUEF9OcUK7hqu0lpgZNyXldyGpE2QMIFtnZbJ18ez1EnuU2KjfO2m4yvpvblSLy9vyu0DXv679T0AEe7hBykP2UAT9uyy8uo6I23b9p-ym-c9uAwp6JFv29-dMruNNeffMA-HcbH41E0NCdyyda8ubmfLO5vy3vcoiHnXtjW5xDzeQAbG5yCVy+ElZFsHH2zvx0HbFs3NWX07y6pjLndYd32-xTAUB3urNuz3998DqfV0CXvZ2f7HQYswAMIT20a64cZrbTpJuj377jtim+ppfsADJHC96R1-dkc4SugmF-fUo8BqqPv9oNgB3do9lCUvZSZnS1DewOZwDLlpoyyjd0uxpoHR9ddVk2JEhpkbet78zw623Y3kSGGGKCZhkwYY5MGGSTBhgUxLHZzgT6ofQ6QIEOhHnlitSQ-u1kOzzQQEa4Xv8uhXlZ4VmVeU5-AxXFDtreK-zer1sWhbDsZK4N1SsNPebkveC10Acf6ykL4wFxyhbGAlOFbmOkc+EnMY63+9xh9kEM4EtjWKzb+rW7ZUiMjPzZZZxZ4UZJ1G3xg0121bNZw0W2vrPOn64U+I0r6BofZ1UwBZTv63PD1lUI1ToHh6nf90ATuKQEhtmm3HhU1JyZYRtcqYH5l-xNQMQseXRV3j-Jw9vZs0Pi9ej8h-bDodnbGHTMZhy0o1Ugm2H4tjh9NQ+fkyIXxdu7a1aaVhKCXOGqF+c6qeQrhnRTu4-C9peIvx44lhh40-vPNPa96L+vYfdSsS3xp1cfF89sheBcLlfTpx6S8FcVrtzBT5q0eeuOlPZXdLt7a7FodMvrziq1l4lfZfC3OXsZsWy+Zxe588X4rm1UK5Od23gHxrpZJC6lfLWqXcrsZxFaej0vHXTlp42q++gov+VWr1pyw8xcg6unuL-l5a53TkvhXTVmtWS+u3dGqM2q9cy7YBdEOdEM67J4CKfswmZ7Oem1+c5hfYwqHm5wqiq-Wh82Ig251VdKN9ftO9XWPA14G-GgCuTXDFk7q8+RpitEA9q+kiTG8Z2m+YItCUtrC7fO3ZzB2qtOFrO3VaqhSl2XnY5TeyTwHxlzc7aYmF2XGSi7hO9gDEeYboZPYozYDueJnQtocCvWyE97uME5jy6kIoPYxdZOpbocRRYoMwu1MQ3+76xDHRPeAwz3jmxmpe65cMHSHcau9xorhaPuA6jJV93c8JOdVumy6z1t+7zvhvd1j8xQbSSfdKhQPSRUJzOROQknrW7Tck8PZvfdx3JHgjRU0zFIoexWL79D2+9DKUsESpJ7DPw-w-wfQ46i5RaR4dLke0PZr0JR5clcC2-38Zsp9S-lcMvKnCL2p3B4E8IeJXFRxl2B83to2wVR9ej1a-B6-vpXNav3TUzPHAeSYXHxShh8YL93pze2hy5Gf3v6bibal6+Jnos3kvatVH8D33fCfJbUgvGcj-tscuX3EFVnxMB-wzdNaHP1tlS9O4uUf8IH-0V2xAdgd+ib9T8iOp7owdtoRhFi+6xUrXdJ30Jwdju+HbvqR2Gi91aj5fH7v8YPPZn-Gy9GzhMepPwG1oEYsIdWOcz2Yydjxrm3ZcN3TWuGgZ-jeAw-O1XrF0tePupAG7Z9sNRfbcMtfW72X4aWHdZ7d3TSTnozy59dN8O8P3LuWKXwmiWhpAuT+z7F8m-DXyqOHQz4DB3uAWEXlX3V6c6ktDemMjd3i8qhw7kC2zm37b0Q6lX7ecISG58tG4NN+fOprALbwqEHf-OoHgL6L218+-xeltJBqGu50wcJvUvQ0chJy9zsJpCvi30FUGdcrQ7oVdlzz+Z4oeYTTt4e4FQSec8f1KSFKtb-19s+cr3v70dELyqzcyuhPK-Yhr1ZdfeOxVhbsS+q5Lf8ey3j5744tercBuiBd217wqDne97nXXQP3YHp09wKLVSGlX8Ft27iNOfHQCb196kcjPhq6ZxUB9ZLXdPnzv1k6-d5RI6-ofMF6atQKl-SAZf7Xuz1G5V3dnk1iv8icHq0Zq+YNvvuDZ6oV8w7lL6IZX8T-zX++UNgf5r7r8MedATqOcSPychsdH241xpEb1c54vjeY-NvlDbbYd8y-4bYPxNyMdmM-oW5uTGLsKzTmmzrfCDu2Eg+N6NkwDSP0AOl8gNJ-1kiX5Owp7CeU-eHsH3zxAHC-O+ot9n12HX71-nklHq9g310Fb92JRgYXAbuUxLP+TO-EY8RoJe8N8ntbUcT63xpTqM0uvL3gH7V-ndSqJ-Of0nX9Rn9dAE-8-s-w8LiNL8V-7TNf0Zo3-q0t-Wz8JFkbkr7+c+oOop0bPIoa22OioQ4Re-WlF7DGkBiIL1+l8FPT4OGjha5j22jrjwg++biCzLON-scDcYwtPx7TsBdoars2H3nm5kBH2ga4euGrkw7euaqjq6sO-rsgBVqBHjnAQBOTh-6X+2Zv5LwB+anrbb+slHv51a5Gh17CaLzjbaheGemLKJyRfjXxvKQLj26SKwOnG5RuLPoJ5c+wVuQGM+ubpQERARbrayeu52kL5tOfrk3o1uktsx5Y80gUXJLSELps7P66SI27iBIXm853afitKaYBkDnIF+OsATF5jGCzAgaccPflw5b2TMB+5Y2xGFuL-ifzvZYZa+NsOIk+fptMbk+iWrNSTmuPg67zuBPvEFRBTAF-710arkkGWWdgGjbWWfVqxhpasQfJqE+BNu-b8mpRpW6Jgw4jZx+8SSOD7UOaeAZrz249PKpSurNiQEB6psBQGcE3NroHMB3xoYFoujHt0DqeTAQUHImIrnwaJyutqIHEWqgNty62Ezr-6G2NhmsGgBR3GoG7qMLgi6jBZeuL4N6kwXQHluDAZHyUm+rucHdAHEiWBQEP6DAR0GKRncEpqf1FcFfBnQOwa+gnBkpBGivBgXL8GghoSyXWohtADV2khm6YyGVqgOS5BxvuyDOGzLrkZ3atrmMDuBneh1bsgaZgiGpqGZgSFZmCIXArDi+QVqS5B+QaiFz6awW0BK27aCYb0hNLplBkhSIRH7q2Dzjv47ONhjSENmTIdz4ChJIeMA1GCgHUZwmjRs0ZcArRu0Ye0k-HyF1OowDTokC+fAtZm+Q3qxj3eF9uSHh+BZhYHXeg3p2aQ6lvpSFWcdQVfbOBttjx6EOsgbHYCISNjOonedsOEHBm2NiRhkciGIVS72LBAkGp6GrC+opBWPmkERODxqGZ4+tzulrVBOQWaHUhChv17WhQjk75eqbQQz6c2ZuAZr4hitkSHdAwoXapviOoUb75qBYRHB6hJtgNy+hGpkAGCmcsAmGpu3epISrBIfpuJmhN6paGSBTQbkE5Shfj17eB7Qd2480B4tX4oGWcCMBVGFYePTd+FliEGlBy3q5Q42MQdkEIu3QesaSeEAM0GZcH1KsGv2QgOaHrITNk07WeKcGzaDB1sIz4nBsniq7FuHEIL7sW9AdMGmB7Dg8Fmu-SqQDLBmOluGjAQ-LarjhNWgNz7BfGocGhwxwVoFphl4RSaXBgthy73hjQQN5i+4wQsGWBu3LWF6KJhvoZq2p4crboRmQcmb5h7IX76chBRn-67+qzjSEGaF-u9ADcYOuQIF8YbgaGCqxpJqGjeSuqaEehKKlaG5BLQeRHQBCbkjbOIk-jD5e2RIl5TJeWDgpIeOoesE64OziG3b1cCoOuCRqcktCyis+XomAY+vfhT4H0KTKkDsYC4eV5LhBjjBZnaAYTOH9+jmu540+17oeHswhdirQBeVXvqEDe9EW56n2mfufaZIBkfUEb2C7mXZD+9OkN7sYWoc6rX+U3tKADMMEGWAMqKiBxQLe6kUt6mRrnqt5D2lkR2FmhknGm6Nh-EexpN+nXnb6pWEjpBHvIJ9oFHZRoNNv7-+QgSn4XK64RpxpusnplE1a2Ub96AOVURxGUc3YaXY8RCgWPSqo3fvD4iRCbtg72myAXLBHGsnmcaAROPieEK2IEYyF2urrnoHIuNAai4-BJgclGwRvLm4GtRGnKmHxkSGv9SNeFYKcbR0tEY5FL6xoUxHhqbEe2EQAL4W+HeOq7nAG26AQRMaIG9UXSiw+XukBTDi-gUpEHMSXs34DRNfooEBI0kcHZhR8kZFH-K9NFADFmU4V4GXwfXkgQg0oQWgD6Wb4sO7eeYeg+E3eafsN4uRzOmN5BeDkX5G4xGfgTHMRUPkpZOhxXrOF4xZXnEEXelnv16Yht0TYHAyB0UZpvR6olurx6ogSf7eO3DvFGumwmNMHqerMYMrAym4S74nGKdPUZX+CurH4f2bQFNDfReOq1Rz+7QMf5ohscGDFyREUYRKDIWsWtHix23nOxJhXEbNHtAXMaQba+TAKrHD66sfNSuw7wdrECxKMQHTP2s5mByU0C9B2QVeuJm5Y+xWdIvQNUUUd3b9eJsaLzmxrQGJ4Q0U-lbF2xuQXLH3+GsR0AuxDQWa4kxNasaTCYxUZO6UC10VtDbMQ8C5RQBPjqog+B-YcNpXC4xpAAO6fUQDHF+g0cDGZeZgrrHhRCkbl4HEKkUzRwxkXvPzl2+dkeGGqRdqG7w0RXhtq0xIsWt7qeRcZTKBAUWo2GYmgNIzS6kMkeDH6xikYDBGxs8Q+zzxe1LVFva2Ueizja8ntOEDuH1D+rex89MHF+xjMaWGKhWTkHGr0YcfazreiYHPElxh8R0FO0p8RJbqhuMbnEXRF9vnFmcrgdQKRxI7O1Gg+vYSX6QGCARqje2X0UnFPRv0VELCRjcbAnNxW5D9GgqgQb3EguFyqjLfx+bm5T2xnHLCZXCFLjK45uc0YKF0J9SLC6cE7wYtEC+B4VnZQRFkbMFmBDwW2aQJS0ro5KuXQMnGdAuAbbHkJ2Ef5SWOKtKo4xGpsOGgKQECBvEKRuBp7Q2OU7uAkXKn8QvHQJ3kZ1EQ+zfFryAxw4aX64JoZPgnecRCWzHAAJCR95AedBtQnqBtCeeFCJ4nsDBMJQQCwkZoEERwnau0EdwmPh8EQ5HaJe1Hupy+rQCIm3+2SMo5toofqbCeq4cAokMAikEmDKJDKqoliBefIXw9GhxnQB3RtoaQj2hXUdWQSJXcaPTBBEeu7EuhiJDBj0xUYQi7wwB9jFFcOgYWnZCxn-POGXxQ7l57LhV9rFbvxFyOuYphzZj26EBmIXQla+LidQ63GjLnGH8+14ewnGBFbo1YGhcEfMFqhI0XknWJ0cR0CTJ09uEna+dAGIndAKsSgkOxMzgs4G25Uas6URpvnq7m+QjiaG1BrYXcFORjEa5GExcMEckg2w6tdHVKxCfWGeB-ccX68R2AcJYJeH0WpHnxGkaUwhhsKLjbnetXB3EMqiQWtGYh-ydYkBSUMt77kAvATBppJUaur6j+O0V0YnRl2uS4TRyrlNHvaIweEm8+7roy6lut4dcH+JnwRtE9Ov9sISAymKR-4hazAjgEchlyVyHXJ-SPJQRagiY1qVR9yUvqXO5MeGqKITURiFcpKMjykWxD0TF6nJZoWYmXwgThUm2aEHsSbgqqQPBi6ACKd0k1BqKakalJc3m-FFBLSWjZneXsaRQr0E1L8RoUFkcPbPxrqZ2TbxUdiL5eaWHACnAGu3q76YxIyC3qsB4wBikSxocEr6BaWUTzG7cdkbcnVhNXvpzcpMaVinSwOKRVoB+6IGmgsBVbvlG+JHFp0A2A3iManKpiGGOAxppYBhBpgGYHLoJglUqpAlAXAAKDuhdGAuIgAvFgNzIhGcWq5thmiZslBpszOtCuOjhr85lx6qZD54pE4ZCklJZyXAZXg1UtMR0AOUggmT03tn3Go2ffppFGpOkfj56RdKsY69JDKJk7NJEeq0k0x7SbHrueXSZGFzmQQHgA6A6YCuaYu-CZLEiBO8E2ayee6GKpfhi9q+kgAxycrGJxWqeNqDqE0SwQvhELjNH42Etiy5sJbLgVE+uNwS4Zsp5gblGIR4wKUqmxX6fSB7J7QLBksh3AUZpzpDUSRlCphEdyEiWpESPpzWJvkLzUR6jtKm4xvGMVEyOZ6VqhkpHZtnHaR+Mdc7je66WLJXRw6YmCjpPegUm+OfYUu7IJEGTXFQxhzKMaoJeCS9FBBw0SlEeh3WihwYmp8ZSkTJwzvBnrQKrh4mUQXiUhkLJKGSWl3hXCZhm8JSqXGqRuHQTp4OJJ0Wia6Zsng4kGZCrvCZUptKa4kMujCf5meJkGWiHUByGZq6oZtmUlEBJ2Lg5l0azmaQmuZf8Wa54ZUkjCaapHod5ljJlLgi6c+xmWz7zRdDuFmMpN4S04xZV7rT48JQSWa6CqSWR94pZVCSdHRp+GTwh1R4Gdln6ZuWaz4aBpGVMlYBRWbMmlZPiUsnoZ1WYEnrJbZvVkyeR8U1mQAShrG5aWMgRSk9Z6gQy4FZcLoFlc+Ent4lLRXrtFkspdmaL7spBHg1lnh82WomZxfGbuqpAOmYRIcQ2EG1lPJCqTrLUCO0TOnAxbKnvElxQKZhHrBBAewlEBw8XGqkBZ4fBluJ4vhFlWZUWTZlHZsWcNm58DIfhwFxjUNgStQVysvCOo9AuZLwWE6UOE4G4kQjp3IcNj2F2h8gQYnOIo2cymPmo4S6z+IVRtqnwG6majjrBmorgxAapjP6AVgscKbBcSOGl5F0w4gsDB5owMGijghFjHQZ-SMblZEgAD2gyGeSYkc7rE5iCqTkdRIKQiQBO1UuQpbk1ORVnw5pEspYM55EjbqKZaVPgnAoGwRQqpAnOaxKmwvORhEqyoKALneOwuRECi5EQOLnjawguNrS5f3utH7ZRgTTmA6mmRp7S2GgMAjrQkeYMLl6nzIwqp+6gbyiqMm6RoKWJVbg+bloYaZoI6ydBtBSYA4aGWADU5AHRxZMceRuKJJm0ikkoABKSerfOk6aVIzq+OXbDpZ5St0pVZSBEbFhETeZfDYhUJnaaw6q0d9Cd5ilCETN0HzngTj51yp3SISHzqonwxhSWojYJ-hGUSfpZfAyHOIfWK5DXgACkaa9Qt2vOCCqgSiq6-slmc3AF8I6lNAwIq+a5QK5okSYlwB50qxznS9cdlFP5VvKzlB2dYC-kpopltKh+JcolJFP0t+QPEksYoRNp6QMSVXQJs38CzyMEAVlWntsmHAhge8DfHgoUmB+SPEIFKzA3xWujaJLwsZOfA7kc2uGu7EpKmKbKpiyosW5QwI5MjlLos50vvm4AmIdHm+ZZBdJA0ph2rebAwpPI-Fzkl+QoDX59WmfAMhnqmwWWgYqg-6dAxVGskYcr5twVqOhBYZqVJaNh5m4htCDnBomwpvL7u+PeqMAZBI+goTHqWFkZqicAqYPDQRZRgNwIqhhgNxgw4qR0BrOdCdEauwdhaVn8FcAKoWuhhIeGHtANCpwAp0bhinTOFacedKyxZha1yKGSFEwWGqGMfdk1KoRQi5xFeBTDDuFghd+kuUIhWKpxFkkhIWpx25JwB6EMhTSTSmyRQOmKFDITMa95ahl4UJqtZlDphhqniLYcFd7JRwp01+TBlQSudinSuFDKe4VVFjit3DB+knOYSdFOBYwWQAzBU8IhZlENkWhF0xaiQlF3BV158FK+UsGqpyYcIVDB4jl0CzF7BbP5Ox0jgUUEwPqMUU4hTAKUVohNEV3lbFu6YMitZUkvAVYcdBTPHUFCgPcXlK1Ss8WSS4xWHnn+CLtUqr+Q2fcXNFSBboA+oyxUgS1G4BUmCQFjtFWlcsBPJFZYF1vG7DVKKBerwol03BgVxqaJdgXAlEavIihwJxaCXnF8hQqrKhFAqQJXFilBUXuxLeQIlDZWAA7RtFaxZmkwZfBsuJdFLhTzBdeqRjQXrmzJWMVRFExXlmF0DtICW+ZTJRaA5F8xVKXRWSxZcVIEqRayVtZ9FByWjFcpd8XClvxSlqkU9JcqASlHQCwVDZ+pfKWXgcyXyUCFKpVJKtBmxY7kGampXMWjAUJduywlzqlskxpCJRfxIlWHNWwN6uJcumoFb3CYauGHpW1nr88bImxb89IGggBcVqorLIlERUqFZJB3Fkm2qdCE-DEl9CA7RZlT8KaU+ooloUHX2VJZSWqhWYlfnWl5SjlyZFOBSHQq0jaBfllE7xQyUkllzgTlOGdOVDJgploG-mWgkxv4ifFMlj86lSGaO4Xkyg5Vpb0F0kD8WYhFBVpaGlO2dYF7FQ2XIXmlipfEjRFvWW0BYsuzK8wqsOUlyxiqYhZIkfmWluCXr2KZfDSblNagGy4UUbGixjFjZTAjVREHLZwXixiTgal+L5ehwjCdfGYRBlTfIAVwOGnLYhUGlvH2XeQaOBsEx5l4JOp-5aGWj6AFw0RBw98c5ITDflGHJJygVwfgWVhuEHDMaZhG2dmF0JfhcpntANVu5r1W7eWdqkV2paRX+6nBKRU1MCOX0VbREHDsmjqEHGKoYVc9pRzYVPhR0BbMpFXuWg8TFeqwxGxFa0DnlZRa8VwAGFRxXDFOcDxX5REHPxUnl-moga7JklVInRJA3CcV+88FVoXdAlAHxzCEQQDCGYSDdnKBigxAAUDpgUAMkD8gXAE5p1YtSNIYj6-aXz79JrsRolngrFalFtRgKRRwaciuffkxeGFb+VOcgLG9xucnFehxqVvZdCUwqgPGgAYlCtmBUeUpjoy7V85OYjaGVBuUNEi0z5WxX8cJ0KkiScRUko48VtCIHpN8ziKKEbol0FhUgAgepKGYQUBoqBtGOBe4pvMD5eNGdGVOUsWKp-ldpkeB46dAboOwVShV35n5ZAbJyH5U4Y4Jj+eBVJV3umUQYVuXEJypoJmaRTKVdCc1UD6kOd7DUARvBFVgGf5TSgAVuAIAFMeqlS1UTVG-NCXgR3BXBWQAnCQ1YYZypaCF3R4Gp0W7cDVXUYJFB1ZhLTW2peMm+Zq+QGUnlbQMaXdA7Jd9XWJ0lQf5Yl15eHn0gt5UGxLsawQDXvUVqjKVWqTKFapNG7VTKHdVV1tCW-BXQMOJvM1VZDWJlZEd0DD5KIWijsg5gCiFrB0hcSWr5FxUxmPBl5RL4sZ1JdSU-6Z4DDjAAVcII6AiIjlNXocKBdogXVvyFdWucW5KA5y1AiGlVLV4KYPCThhCRpwoFiMQUTd2DzOLUEAbzJJzzgpUT9TogqtbgAO8r8fQb8sJtZLWyS0tcSnm1GvFLEuUNtQtlhFWtREUx0+VZ-yUAD9sECagZ4NXaY8bAegHzskAKDSDqVlZPQBgw4AdZCUKOB5CgSioEWSh1y6BHV6cKlbLW21haISrx1cIb7WTWd5E+UKAnhTfkPVvlFlW0Vw5WtKdl0sJgblxzcW7qKik1aMbLVj1S-lzpOtRhRlE5MoEVClgRKjVl81hQUAHl7-nQluGx5WZmxeq5X5AXpAkgQoGxXZNpqGFa9UwDMV7ed9BCVx6iJWXQYlQAy3ac5X2Z+liqh8n-soKtFWX1c5GLVVwbzKcIX12BXPViyXpTiq2pGGdiXrZYwBjX3lmlWMA41lNQnRT1S5eIUChhNZlDE1LRphJdVkkj1UqsAoblTX1L+QSETQKAMToNIVQO3rkAxOgqFfaLNfSBs19IAzVAU4DWeUKlYwM4YA8IpVuXdAADcGzoNwDWf5QloDRQ3RWEDdDWdA0DeyCwN0ofA3CC50kg2g8KDVJVoNQDVaqYN2Dbg0o4+De1CEN-9laqkNezmsH-UAoe-VUNyMAKH6oTBlapzg3kLnUn8WjSdZVcWmLJCcGnYCTKp1iBDEA51KfEixWB5MWOzcmdIREnhFAoQqGkRvqoLWllqrleX0Nf9W0BMNWNTnAgNB6k6XdAAJowTk6oGMCYYZfDWMACNHVRAAINIjeTVvMpjUI41Mq8cQ2jAqjXzVJNowCk2k1iDZk3INBITuXLKiAFk3Zi09afXuNoKOHFkN+Td0CFN-IfL71NXBWuUNBItd5BjlAzoZoV+3ZVhI4F-ZZgDd5qPEUIaKKnlQW-1u6qx7LKKrIeVjFSRFM2wKRHjIqzNOHmSZqe5yPVknIz8qDyrN3xes1155rMxo4QWcIqTj1hHrhAPlZzdcVDgnoqKyKCczS8ULNt7m83-ybzKc0MF5zS82MEfuvoVB6FFZ4nhFaPhmgZVgMDQY4FtrF824p50g+TwNkzsQzVmazdNSItbAXwpBBwiVE0aGejQ7D-BCpkGwygbEtCESGllaXX0ck1q4CFla8Rc12wyEWBrtAsNftWtFrsO0WkUnJWhTclt-G4XrVnYWErDFZci2JTlloIy1AtgMPV45O3sZSI-sVBe4Wt+P7J+wKtSYBK1XZNJUy2XwYLpAFDZpfCCVYCIJRNIs63RTyWCtMCHq05OhrZcI386IKa3SgmrVK1jN7AYCIMVh2jsIYc+ze4XdCXrVjxetzrYC1jNztay0MusUthEKE0dZByuw4LeZmQtFkWdruFobYewRt1tdG2atU5XS3BtAYh0pJmDLl1bzFUViCU2yOhp9HkVb4llowaSUUm0r5ebWEpdWZssrKZtK6JrLIARMUQVaIKdW1YcBQ2YW1Al5sinT9WuyZW2KaWUTW2jlZRMS7Kg5Mo23FttZVnm6k5bJWwnskAJXVyVwrXLbAV01QtWFSTYlBKhVs1X4E91t9dJATNslRtUVV21XQl7V+kSBX3VPhcfmmItaCVU5VC+Q5wK1SqGlU3VlkXdUwtNHme3Rlp+W+0yZ7zG9X-5H1dNxfVAyqqW7cnJf9VsNYBUi3sFcVSgBqVoNWPVBNaNXoU8tlZXOxQ1I+uy2hh85nh0zt1DcjVuw2LeyDU1KrLTWkdwAFDXkNtZSYac13BeYT0dPNRR0qhATe+Z+NNOooW+VAzXW2OOnSlu3KoVMiM2Y05spJ04FiVS-mlt7MsnkQpgkaQbL5-JR5aNtWpZh06lO1e5pUyEpYVbcI+NRd5Uy4JbW3qdDXoO3idRnQwVg1opdU7gmvTEW3myxnQy6dOy9euWttkchzJUkJmMiQUmybcNKywpQJeZDN9-ubILlHQDpaRdv9i50EtUhUcWhwOlsSXudqAAZqeVRZWEQKddsj7RxOVwAk5XASTlcAKYAXVO32gBAJnXrg+bfH4RdM9Z1b6ddXeF3KyrnQl2ElLtKZ1sdTbTU7yFtqhl3eVxZaqHC1WSeu3lSMYtWDnFQzVFYRlAHZvx4t1nY50Yip7bN0K2kknJ2IGP+TxGB1Ied1HvRKnStr+IU6HWBSQYAG8xTduHtF3qsKiDvEHNeWRBpzdbQC10aADSKUAhwVcKK7eywME-YXdZJmd1kmSGjzUB1WHd80HMjzQkUNldjr63ldlXcQBJmv3Yt0zdeCkcQNdEQhvyI9ozWt1zdG3SClbdItluQp5SAf4iP1ptSqyzKIdLV2n19tSSwpAT9ST1Ye2Bd93YYt2qAEblQPYR5aaFCTkXZVx3nc2J+dPfd3tAj3a0AaNowPpWY6gdbtw2APILlAbWW1iJTfw0AHtbtpUPcITrgwQJrJqgEYDLqKm2deHWFsEkChja2vaYM4R0KaVWF9NN3Qw2k9zsfF06VRCDnCi9XquL1H6UvZoDmym1r6By9u1gjBK9uYND1q9tshr1nW2vTAS69zmvr3SaoqUb2dWJvRR1dG67dO1cNYnVlaN1u0lFYydq3StXf5QNvj3bpRVfkoNtVMs612dNCbVbcIBnaX0lUy5SZ3cIZnZO0WdOTvO06WWnRvWs9zncrIxdAVnF1V9bnelbkdvBUgTJ9wLToX1FkKsH6rRZPMi2tG4SNLoqgKODEhXdfqQ3pUd6zu32Nd3QFFaC9USXb3sg0hcl2ddqXTuxrBRLUZXjAJLVY0p1HkBZWKgDdvIDoQzaXGCyg-IKWAU6voMADuVAoW9Z9dZvZqY-9Evr63dtJLlpYcVbQAz08NUnav1OdUaV32QN4wLv0ddyMF11mlfkAzWf9MfbzXTU--TY09tdYcGl9pyPQx4DccPTw0b9NvfkVtde-QgMH9BmqgOVhF5c97DdEPVO0ADM7WLIy+oA72Vo94Az+DTdL3HfWIGJA9JAY9Ctlj2wJx-QVWQ+OfUJE0IRPW8ygDZPRAOM9lPZlR3NRA-IM-gnPaUV0NOnR0CqDrVNAPYRwva9ZsdPmuB2lpBXNBTGN8AmlYKDntAnWSASddY0bcadfY3h1jjVOztdZfeqxuNfaWgN8+cfYwMwIKbcGYRtMnaA6Hti1aswntM3atXd1ftQPWyV5Mmm2j1LfdoMIuEbeX2cEEbcZ10qVkvEC19KxfX2AiKANoigODrbkPmktndp39BDDVG04yuPCw0kV0bYL21DmMigBI1-fZaVwAQQxxXpDa-W0De16lU0OkDnyol0dw5Q8SWgOjaGKpzprZvzX9NpoMm2aOiYUFWfK5QzwPTN7+V4jRtatWoga1kQ4IOZ963S9W-5pg5VnHtcQwuk0IvQyj2AwNHaDxgclHA+WPFyBQuy3VBdbHUgCo3GAIOIdQzHUQAIfKAI5GD9dT0EAQQ67Vqwjw1I2tAAw9MOeNvatqUlopFJnmmFftUDrL9Kcb6VQjD3cMNC9SjsSViDHyLKhZt0FvZF8+WgzZGYjHPWD3yFz6jz0YjLw-z3Yj3fcwZ3+3QA70Fapw1PZ-BL9YyZlc7tR8ORIXwzEimAw4Bm3OQM0NkBJ13aAMMAjQo+TCmA7-YPpwj6AwOn9J40msNV+2bLi0O1iLRpVUjKHZoMWSGozcMrsIPJdAsEAfHX0KAQQ8ezRx1wwQMdAdvCnQwj1vcyOxDk1inTtDgPakP9D2o77UwDQfJwjigfxTBXHVHI7BEDcc4OGDHWjyZY1J1UUlJAo4oYBYNuDF0GMPRS5jQ5UjgBYAmOCgXXC1whg8Id0AzDsfRXUBD1o0sOAitoysNGjGY5qNfcq7Ku1rSziHbwjCew7hLbDKVRXFq8fAz7Xo9hw3N391C6aGOoAr1bBHbdevI2PbsIwncPeSULQUMVjqASdbRxUJbOPFD9oakgB86IMHyFogfC6MhFbo9lVl10FvzHoj0I36OujAY9P66VXQOyPtABI5GM8gskDGOAij-fYMDgVku3qhgJsLGBWSz-aBgFAW0sMIh9RjamMK09o7YNaYtNnWm4QX40WP4tftcc5Flw1UPViy642ojjpNxeXFx2QMZrU9lA49HZGJxfhrVAV2VWOPvVODonZ4O-iMAW9eRvLXLEBOJSrQaDNIziSoT4LlhOg0Rfdp2zl+5vOV9D4ntw0glS9Wfm9F7EydboTDnJ7Vz52xdUaIdjVch3iFp5SdbfFGdNIk10DTYz0p0rHQgMiTJ+YOkMDrgZD0pwQwkYTeoXreEN7t+w-hO91iBmyRlJXAJgDmODceXFpV-iHqPCDxw5t2cjj5uj5P0pk6hV3MdzWQindR3i22GjpkzMbNxVo8aZhKkU4WjcTKQ7xPnmZjQJNzlKk6QPpTQjl6O2s1TSxq1N+5R-WXd3pRZ67lQHQP2-NXY2lXfGLpSmBulqtGVMLZiJcU6JlmqiSXolvY0mWfVZXSZP+tujakimTTHYMJCTAoQo6ZQ9kzanQA30Mc3QACZZSNgDZA4UXElek942plfjdx2+NhAhtPbT-jeu3Wt7retD5SKfdWJP8MnY62DhdsLqmxDNk0t2rVanfn0eWtrc32nedIwi6ytgIhkNBA707JLZDpFN9PbiQ1RmjnTC-Q0SAap077rD9upaP0CVbLVMVdAcbbS3QWFhf30LjcAPtOzuNY4-5zomkzw2HVWM2+Dz1kTX7W2q-05eZ99ipULWKUgzR5bGtK6Gf7HlM5Xln7VT-DjM8+zqSzMjTXQPK038ekwoasq4M-XmoGo7cwkJtkHYfYcz-EyaOJwpVks0saoHLs2M9pVhayVT9wwrNatUHWUTozQBmOkih9M0VOQDYwDF1-UEsxlOHjB4x6O7c0haTOklCA1gIrTpvTGomzOTfWOkI2o98ZnjXQB5Mj6ds5zNjAVs3rPaN3sHa33W9s7-1C8Hs50Bezu3D7PLZOI9ePb99IP7PYzPTUHMxzJ1lMO62TvZlCGNpoJYNONac87On1DdvKacGTaYmAygI4BhDtQ-UG5XwT9ICWNkNxtt-0DdPHQJ2o5flZrPlWD08uM1jR06j1vcbuuX5d1snQRP7Dk1r1FkTJw+OO49SVH3MytZ-rex0zc6IgJ-8GaCOSl84jLYgdUn-Cq0atrsB1T7hgMPixdzsU5LPf1+9SfM4zHA8GUo1rPVrOcANTCxOXg8+k-zemSYD+M9C70ODXXTPDXeNRGr-qMCGtRMxbOjAoTSGxITihXPO9hi86ZNjso5SgDSKxAPg0-oTPS00s9OpbAvYFT88gN8siIrC2vBmoCFO4Au+QG2bCcC3irBT-bMQsnzRhJgsLZhMB1SBIC7TzUDS91m-MILAYJ-MWggqtguoACJkvxLzb4MSM4oupFAu8DM8qaDjIMzY1NrSmxkPOMEcLYeoQAu+Qi13NSi7vkMLP6Ewu8L+k-qqvzNYBwtcNX84ao6L-C07BPT4RaItn+KiLOPC+2-PIv4LZ6M2Eeh84CosULrPbOMaLjC+FOsTTFvovvznCx1DGLcaqYtl+5i2f7CLKyFYtzoZbFOPyznBJaOoz980wDVjwaU6NhLLbXOlUIvi91LWLfqG7PKDrPV7PMLOS8HPI+7Cx-NBL3CyYvUjCA2FyCLrAJEuDwKE1a2XzYsqks6zUAK2NgG7YxoB4LrfFlUZ9tk4OPhFE8yIO5VXKjj06uhiQj5LdeCjRNtswLDQjdLIBYUs6lTtLUs4LbE60vZSrA5jOtAO444UZLl49hFZLrsIjEeqxfcE2CTZ85G18Tps1eOLlgc6JP9JF841WulgNDjNn10HK1NxWiZdfOX1nQ8ksdLuhRsUuUW4y-7gwelb7MITIC2yPGDowFDVITlM23NgJHczAi7zZk-5QgiNwoj5P+8Im3nnDN09EMv5Mdu+0o+fkyOMgd3Y2B3Tz0y0hUguOK9SsG1FvTWql8oU95TpIOi0oZMrMxgv6f8ILQ0UD5zMr5kxdPRa8sJDYSo-OVDSU-Z0pThcw6OsFMK08vpzffRqzKt+K+q1YrYK2q3fsz7EeXKr8c-VMot0KsWyWsBU6DxfLsVR0A6TQc6HMyV9Axolg4i8JPkeAMg7gA45pgod0KAx3W8x-MV8gCuIG84BYRzLA84CqDyqvIvNELV8kZG4AIa9AvxLQQNGs3RGrN6twAvqyqzJruSN2PBrOHEbFaDJhIwTsria3exMrzMLGuQA8a1ewLzJa2UtV8qcKmtHd5zJiu6r1wsUMjUWqw2t8s+a+ciFrgMGbwetlEHbzlrtzZWuxLZo4OtdLcS3pBdrMMMewoAaa8d1Hs060mDZrdvLOsiaxCyCOK8w6zuhxr3o1WtMwA6xaMrraHRWvKL2642PLrZo2h17rMa0kRE9SxEKAK6gQLSvZrua0oMQ8b8cbVVwT64ehsAr68Gt3r07Kgtvxhtd+swxUdjrLurYjVSoRr4FZwPnIh66lWdT91PBsAuUa1Qv3ray8hs5rta8msbrwIybVvMWa+m0pwua92uL9Bnuhvzzc6IvMrzq6+eu4bxa6rOcEDG2eu5TIIy2vsb2a+xuEbilD2u1yNi7kH0blHNmvPDugCOs4bwm2aGibIFfjbVK-G-vUgjw4ptXtrqHanB1lWHNmuKbea1RsFr462uy1rw60xuGbTY5OvrrGrMexE9O66etrrp6-xtaDNm1eu7rSGwetmbi85ZsZo1myCO9Vg8tuMObupI+v6g-64Bv+bbm5+vgbobBIDQ8djkT2qbMtcUORV9fN+1FSfFclv-lqW5rzabga3N2KbuWwQmYAknH2t2wLK1hWBTRGzT2g81SjptVpjm5BugzX1qpWBTQ+fpuO1VW01V8VltUwvFb3W6BsO18W7kGeWxW44HlVfFekg1bWmwhgbrMW1BtxbXG5qt6r2qzxsZbl1VlsU0na6tuK162xDSh8RQB9GMrWq8zCyjY3B3xHbLW3Ws-sqcCdvfDgyJTKgCtrKAGzbjW7TpMruGyys9rMG7jXtA682f6bzIANvM8bHa0tvHbRdbuMp0v23Oj-bgO29vA7ba6Dsv6u44fN2w0Ue1sEALa9-xlrTaLDvidoArqSxbrgYuvNri222u2cZa1ttftnU7FV8bFOxK14KsVfdtfDnuodsg7N2zrb4O5Oz5Gepna2zto2jO4UCPbLTc9uw0ei5ttc7HeW1tE7J3ZU0-bwhBvPEMW8z+itrEIrxtlrpUeDuuwkO2+DQ7Su3xtw7Ku+rs-t-WxmhS7GO+VVY7+u-WtdIe2-jtzbrgcFvPr7AK+v+r07AVvJVY6whthr0hDRvlCiyyiWtbL21oO4bn+QoBJsAeyLvUbAa-kvHK-u1HQQbwa1ogFLX69Fu9r2panCjrN0XRWC739cLsp7QmyywdIYe0htP5rLCrOyLMME9sNbEewZuvNIPfFzoLuGwB4yLNzRXtC7Ve3ns+7Kknz06jca-KRHNZey3ucUlez2sE7Z4POtS7SvHZttjnU1uTrr0++-nI2c++Lvh7He5ADObKHK5vrrdtYbFUb30D5sm1tmzevvrm44Fu6ko+XY777VcL7waAw6-PvLds+w5t37eCovuP7y+3Hur7F6wfsubdmwFs3r127uORbU62qDr7h7K5v+8p+1Dx27UqGvuXrrLSsvETM++7tjNaVUlTwHpW0byfbvmyqyHLwG8bt-cRtecggHuUuAc3rjgR8wjql+8T2wb5yG7vrQaBxMuKTz+6genrF2-9xo7fmxQmHLeB0gSUHHB1a4kHRm3pD2Rue2PnVweBPOCciQbArrBgnq+6ib5HUuyzUL6yGphuyIuvsTCN0kKI3fbLMjWug8hMDJSIAUWCxFkYbzPoeLO1tdqPkwTC2AtjsVh6tQcU9yBoC1gOEBoeWgWh+QC2LZhzVj0FEi2k1MLHk+kh5N60ImAMkQoBACtgWMuU1Qhfq63AibMu20BmHsvceAFYxhxOsE0YjFGULZTC+EjFg4R1UAoksylYcp0syneSFURsfcjYK7qOos0LPwoKOFAscN3vpiLAD-QVgWwp4ea6mxC1AEAe5CiRKLRR2XJ17C2ZFLjEzMFjLtHqQHuBFYoft3v9HSi44eYQnUFOh0ArJHEd6HHR4IBVwPRz4eF711UwuzK8x1rooAR2LmArHsmyqxmHiYBsfdHdLNsc5AjHEwt3dntOIKJwxx-UfOLJh+cfrHXR1sf1MOx65wPHECuQfBHooJmLvHaRx0egSUor0eTK-x2RvswbzHMfzHQgKKA3gFjLYvYwFx50dVw4jNCe+H2R5Wkon4sDie3H2QPceFUSi0W5+5RMlhvKLNC6Qsk8HUwvu1He2w0fs9EjBKC4Qpxy4ufHqQFM5UIXrWSd4blqwKcfMSJ2PCJgXJx8d6H-hzSf0nzPKKdNHAogwCtHkp+CfpAWJwQBDCG+iKewnAx3fRjsaKM+Bfw-EuMeJgkJ4mIkngp3MdNHix8sdgngh5dCYnVx1qf8nZC7sfTHbJ-MeVA2SKqcOnRMOEjiUaWK6cMn7pwkqenvUg+ymo7y3VN0LVrjYf48JU3Ai-LnFFDUFbFJp4dMLjHfgVbTu0+tDMA2SMGO+n5m2YeBn2p26e6n+x1Sf2nTY7vnMnoAqyf9I84KxKYSwjb4e9SSADEC6oHk-zl7kRZ6YfaLMJ08eBCzq61Cur27LIdOEvhzwrHASi4aiVHk518TN76w9hIdI1ubLOKHkABEzNC2QlWezK0524Ld7c5zrLKzS5y7MrnOQNbknnyzZuf0iFjIyL3yscoCemggsvRKPHR52AreQTe9eeVcZ585Cis1uV+dyzN55kLbn95-Odngj8nnm5yrgpBe4A75zvJTrkbMw2QV0F-RLxnwF+BfsIdbCu1QXLgmhfYXDbPODwXjCtAWlsL5yEykXRF1WceT+5x5PEX5eX7us5eFxfKMX9F4hLon27T+XnVUVe-mxV1SrQfW5s46YwZ1WwpJyyyVaXNMIYVZyxtNVTK7TtK1aTcDHMX5Iroc4Y7Z1qusLEItReynsZwVvW5ya+sJeteaDqeNEmF6aADr04z0sz71uWbwDyekFoOQiD504Tv5PmFIu+HEyqXvN74PMMAlHUiv3teXV7uspPnobEFeKsA+95dTr9bFWzxctipkchXTCkmw+XLrIleIXd5chcolPl4xdnIti207DAMl4PvDAyawVdAHfp5DCiH40HgTEE0+eZJRHsYhTVWC8PbwObD60Dg2z9iBEpns5rgmCZaHW594I7nRqHI3HgyKINemXOec-koXBef+jF5KWxk3RHKrCgd-nBzIUgfnpoMv3LnCl9ZPIH415j1eT2PT5Mh5DK+RfgoXzb1cMiVjPwLnSrhxIxNwWwj6hVnDEyDnqB84PPmgdvSyPPDLnk7BVTzFEy8KHXqFyEwnXt51oNC5wR5dc4FbuX5Ae5fkFWd5T7LBauXQjJ-fs+YKBVedAX5e5xS+Xm64GXrnACoPsT97l1i1djgFxufo3c5I8e0ja7StfQAWu6wA67i-g0vAA7G-Jc7bYSxQYHdJOxCIXbnrEkSYrMxgvzszlIg+1Wu3M-dar83Ozfz-t+Gj+hgzgt7yzTUNNwt03RAO0rs5cmK+kgdUQ6qjmMKB9dvVH1xhMerrX2CT5gn1jV9M2+H9FQjkUn01CbdjNsyhbd71YZ42fRlI8tvWG3wV-bdcuZN8Fd8sNt33v6CZex7cassF5iWKUvt9HvsqCOR5N8sy7YRe4A0G2AWulLuyVtNXy3Uge4bKB+GtR7erFlc4b6Hr3utsX+fXu9red1nfY0SexoRJ7Qe4nsx7DtVHcMsWB6Dy1ywGw2uAHtcg+sN3CN3GvAb5a63dxrJd67uDIx66RQmbGe7htD3CS4Fu2sA69IWb7EB9NQDr-1GAf7r7m4PcrrFm5PdzkC90o7rr3d8IclXxZ03dIblMDrIyN7UK1d4NMTXXWrn-iJfd2wcTaLoZoPa+fsIXq46serrAiCMRv31K9og5XM88xwMjYzb-c6uSVGuMXbSK2ERrjlRW-eTrorRJvYcoBY1Vrj2iNJNrjgfK-dnHEBaK3VKU27oDkLBk4J2mg6D9ycQFiW8zdU7hiSxye7L+cOIybxD3ON8tU5LkG0PUp+aN-TM4HACwPbD0QCDeBnAg8rgl7a0Uro7D1e2JnGtIBpkPvF0Dq1TEBdg9CP3D9UrfLPpQA-fGqZ1Q-lTMMLYuqwOD02O0N-Ncxk5nKK3MOGTotWAUbViW8nfkrjnDNeSP54iBUSPy3XxdVp9j-Tt+TyFehwWPaAGVvpb4u3OTVKfLNIWyPWFYtl2Pb+wE9Vp7kRpxSbMrB3dqbCO4SoRPqlX1uAHRDxlzbR3-GJujbZ8EE+ZI0iVhwJP8VQ7xBbMT1hXdb+T8UNJPk03w9rhr7cNsZPO6GNsgVTaLk8IYZTwjt73KT2qCcR94w08Qc5a7zFZP422pPRJsj4TC9bYO3seMXRu9BsvdII+931IbAxJ1qPeW9J1LPCtpIM2xk895N0raPqsw3cZzBcy7M1KzCwYU1eeH7N7c7ebLI2hgw70PjbQFGOyQIGKsR0Y+QLhDDgIoAkDswaACanOVX7oKAsAtkGtbegaAHnPuDrsP20C9ez7DcZUfGg3Ye9HJnAJON87TTxQvO7A3bJAgQPYPBATa2ACKjrQMb6oqF+ac+Fh5z-gNWuRAzOpEDJe4uffneNwP2kvVL++QBXnt0PstNdRFRthElL5h7rIM07S-TT9L1y-9IPL0lH4H39Wy8vbHL+T2m3qMT81MvGrOwO17oQuFft5Ir11O57lGw0RvZ-i4YtcLDHWQ5DLt09-m7Xog1Ms7P82g4sDLXMmIsbDqd4bLKdiDkgklCqz+5MXj3u633oiK3VE2GDVK16FZzdz8VLV2JXGLoGL747ND-QhEq4MIv7g6XyGcpdWC++Dj8QS9U3cMAgtbNSC3rR9cfhL24zQPtP7RsH6b2gByEqmCRRIlFoJRSYNiC8o45RAm3NtAAA)**): ![showcase-1](images/example1.png) *☝ Please note that this project is meant to be used for fun and learning purposes and not for practical use.* ### Try running the code See a live demo in your browser on the [TypeScript Playground](https://www.typescriptlang.org/play?#code/C4TwDgpgBAogTnA9nAzlAvFAKuCBhACwgGMBrAHgAMAoagMwFcA7Y4AS0SahQEcGBDOBAAUTAFxQmDALYAjCHACUUAN7UoUIcAZwuXAFSSA3NQC+tXgKHCARACYbik9UoA+ZwHoPUABKIAbgpQAUGU8EiolFDAiNwQ0ADuBPzAAORoCUhMAOZQCWzABNEEbGhsTGAMwLQe+vrqhlAA+hqtbe0dnV0aLR1NDVAAPkPdo2Ptwk3KbcODA7NNvb3NK4uti0trzWstO6stC-NQqS0AOrMjwydQp1DeZ-dNg49XixfX59tzUIYXf0+XKYjbYeU5rW6TAHDS5DIGHH6whaDMFNAA0IwAdItvCinoMNqCNvjocSoFimji3gMutiYeNxrNqR18djSfSxsSGgMsCUymh+Nw2NIwAAbNh0NgQAAmUCFoog0ggTGAKQ4XEQdGwuAAysQ4GwwGk0KBINwQChgAriil0nl9cBLUwBuUtZBdfrDbaTdB+EwmIgVexOCgMdheVBFb7jclgLLYwwUBBjbg0JwRSAoIAUAjyBQIA39mmY7EVUGIiCliRjKEQEECcAxXIRAE1EAwoGB+Cg0Dg3XqDbGyxWoJ3h9xgPqctFYoVoJQe-giGQotklQo2MRh0wZSvY2BEF22LIRRABt6oAoImhZPwyA2ftzw2AkAArEixsWBfmxggOsAoMReNkuYMLIGJltIHhZPw0hsB4Pg6n2hqNoYLZtsQvqykwFr8CKIpQJQBApohwBRC6ICtnAwQJFwT6IK+rA5oU+EgIITBRMg+EVNINAIsI87uv2UAACwYgA7MElEiikQSlJoEB8GwQhSso+RMZQLG6MOUoyoRkAoMRlB3vUvFYAaEgECElGWcU0BnjhbCdkmUDyCKiAJFOcS2bg54IMgZRcOROiYZUwCKMhHg1HUAzoDFsVxfFCWJUlyUpalaXIeyox4Mg0BirIcCCBmg7QC5rkJBlaWVVV1U1UlDQRdQXjcHAxAeOUFYAB4YsAKDUBAHV7nAsZnvOhAkBQACSFRVOeHWOlKaAWhO2SuBg6h3N4WCIKQSpsAAXtA5QhetW07Uw+0QOQU0hat-Xzf5dBBKdSoADKlNUbQAPzYNtr3vbN92wL5cDkL6IDomDrjrV9G1QBNmpgz5l7onQyDSCkNnSND7QAGJoyk5AANrPUwb0WgAulDHQSCTZOxndSoLVAACCCD8CA5Ak6DTAgK4VPtN9TXw9wDDEMQSYoIwIroh2qCHcqsQYZ2H2dAACoIiac79pPvbdc2Mw9QQAHLlhAdPYzDJsVnTAMG0DETc+Dm68xbAuw8LiMXn5KP48NRBY+MeNwOjwBE1bZvvZTrttBI4c2wzW5oKzBUcwAQo54eO3z0etIL3jCygovi12Uvot6AC0xCLqQm4yqjwcY17qA520Qch+QY1kOQce6-zXQSEwtYKDnA9D3Aruj3W2OTwonjeCgLUeAAquwIooB4yfsyvbBr91vX9YNw3eVg-A75ztuJyzbMc5Dq2YMIwgYk-wA08o6Crf4iBsMpF9M8I60EAkGDVE60n4YiEBaCQ5RHqUQAErUDfh-L+Up1rfXgRoGecBnAH2QEfU0qsEwEHPgnJmm8b481cOiGAd8oCEzAVgKh5NsEDVwdEbyS8sIlDoKHLAv8k7XyzlQmhhMYDonoUw2gOChpsNNNlFgBMsAAEY+FXxToI7AdgVFkKzsI0BT8lEgI0PQuwICJF9RYdIkap8RSpw5idLRAjIaGKgKnFRUg5AKGcczBxajIYYFoeTEBNDXEkKToTVIx4ciFFSOTKA31eE02sbYzm1jOaUJceiAhKAiHM3RAABj5nPZqrVt5rw8OEPye9zGHxkdACpIMACyEt+ArhUUtco2R0RvUHkbGQ8hKKhMkH0hQd91rDG1CAZU-AOr1PIE0rsLSIBdPKBAXpHi4D82GOrVAHTZnzJQIs5ZPThkbLGa6CAezmkriOask57hJEWLwdACZUyZnAzmVc6Agz2k5BuWs-pbi7n+LUBob0EhUgvJVG8iIqQTAaEVAslcEh9mLLhVAMUxz1kSG6bc9ZJhTDMJqWebZKBdnvJRa07544Ol-JOYC9ZNCQW1PBSSslMK0UIoOUiqAFKIBooxbi-p2KVn-NnmYQlrCRq4EuYir5+tL4-M6VAHFoqBnyqZu4-pjL1pguOPOepsL1qcsWciz5-KRUnOFZi-p+KikLxKavdebcUhVKkU8qAzrQ7rXqWgQZ2jZmKvRJqkZlD1qwKTAwEU9N1X8LUYq4RgTqA0J9Sowm5NUFQHDYXKN60JA+sJnk2JgzZnQKCLy9EpbKIqruRmz1KSz4+vSVkohWbI3AHRJQAAJCoat6zTASG7by0wbh+aYLtYvUp68ADysh6LAEna6x5tSoAzrnU0uAK5OaKPRFgOwNCp0wR4duqAO1yKal3atAAZBo8drUSYXTgB4a6VQQw9WqZK7yABpCAIAEjICZugM5qQyxYTSEB48YGNBXHFKkIDWgdBMFg1B44UhcJIZGKkccDAIDoauHQHCiZcPHEYCwIMiGJWWO8gQ0jAgyNrWQ6kVERHUjCGY4oZj4SgPk2YyoZjphmMYmY0YZjYhmPoGY-oZjABqZj5dmMeENe+yjppVVoEwKkPJqQMOKK01cOwunjgAGYDOpCEiZgArCZgAbCZ0SJmAAcJmACcim3XLomXIRAa96MYf4Mx2QzHiDMalMxnDQG6DMeyMxggzG2DMefMx0gzGRTMekMxxDQHEDMbAMxngzG4DMZQMxyDGGGDMf8MxhIzGOrMZAMxvazHmbMdTsxvAzGAAizGYDMZxsxgA4sxnwzGJrMYAFLMc-cxl6zGGnMaNsxqdzHVbMYAIrMdgcx7UzGsDMaXsxgAasxgA6sxgAGsxpszGABazHNNAZ00B-TQHjNAbM0ByzQGbNAbs0BxzQGXNAaaMxztimmr2o8Peg6j6GkpAIFUs82oi4nyPNATATK8kSEUWixREg7BorsBIQzaLDMSCEmioSEhzNovMxIKzaKrMSFEmi0SEh7NovsxIJzaKnOY7ydjjHUBFFY-WkLzHeORcE8F0TkXJPBdk5FxTwXVORc08F3TkXDPBdM5FyzwXbORcc8F1zkXPOoB2D5+tc3uPhcaDsDjs34vbeS7sNL23su7Dy9t4ruwyvbeq7sOr23mu7Da9t7ruw+vbeG7sMb23pvDMW40AnwnNuoCGft4Zx3afJeGdd2n2XhnPdp8V4Z33afVeGcD2nzXhnQ9p914ZyPafDeGdj2n03QlE-CQF0JVPvfSdZ6EpLoSeeR+k6L0JRXQky-T9J1XoSmuhJ16X6TpvQlDdCTb5vynXfzMC-M6ng-lOs-mcl+ZvP5-KdF-M4r8zZe7+U6r+ZzX5m6+v8p038zhvzNt5-7Ti3BKDyRK3kiOYsaS-ivCgyp6GoUAoBxAyOx4cSsBSO-AKOxMsSY6NQ88i8kOCgHg2o1KOQC6b6bmZ4MAKQOMikFohAgg4BmAkBMa+E3alaLMpgzBTAMCLiw6SBri4KrmS6Z4fWEAwAlBqAwANBIMWANCDBgMXaKgLBzMbB8hHBQQqc3B303ifBFG7qci6EwABBy0KA5A3iVKy06IISjB8a-ichih3aahlA2h7mhB2QciKo5QRhE0bSzhO6Xhy0NCnhgyWAGaWGJ4GCcMKichWAShLBTQw6wRcA2Gua4RgychMReSShUR7BnBTQiicRGg30IRSRARjBqRKhlEsR3aURPESBhRYR+Ga8fKWBxSEO2sD6LRZ0D68Ox8rRB0z6XqGgfRvhNK60oh1ByQaqgMga60fRJ8O8Qxvy60qsQg4sUoHSOK+UEA-ANcgysgiAXmmxTAzivaAKgywacAzi7WKQAogR2slxKojsEMFCEBtxVx5ASxJA0oaxKyGxWxtKDKQS-igxKRsUWRQQMx1ieRSBhMQhg8+o8B2s5AqQsUjGUAdx-A6S4JO86aYRQJJRMUoJlEmJIokJ300Jq4cJXMSJ4m6IaJGJ00wAsxIo2JUAEgox4h4xKi1GrAtGaoGaZJsJ64XMbJEhNJVxdJIUjJzJrJVB7JggKiqmGauBqqV09J6IqQKJaJ6Iwp4xo6HqMpEhKiqQNg6G8SPREABhHSKpEp1iapxpopKoup2pcpgyxpNgipZpFpOQVpVQjJ6Irp9p6JSRTpExdsHmuxa87pHRB0YZXm3p7axwGpVxWp+pOpSRkK0ysylAU0-g9kMoVcggN4lo9YlAfxWqzgI0Zpyp0x9J8xnSYaEaUatZzi7xKxXxg8Px2xjBJMaJDxzsoaGgwZtZ-iQhIhKZtBfRoaNCg5gyCp+RP0UZgqCg5Ars5Bo5YhEhcZ-Z7QuhKQnp2QRhraUayZ65OpzibQLZnxOQ6xQgWx2MuphMqqXMh58ZF5qxV53xN5pA4pVQZiFZC5e5y5AxNZphwxGgK2DAAYEA84hpxpIw-p60aJKi3ZrxwCfZAJmAuJshBJLiEA9cEASh4FkF840RZRLM3CCgJJsBzhrhp8WE5AqcuFOUappwiGesgMtRucsBkyUKsyqQHCRZMETA0kMoiq6KBQCgOEgmAZ4SAqqqMSfcLJtCe5XMDFeFAZ6SzM5FcAUpXFryvF-FCgglwlY4y0YlRZkliZKoMlFq6y8l5Z3R-5IAnmIogFcMwFlh3h9Z2a0akxnlGgr5bZEAHZSFLx9xqFTiIxY5IZCqzhw5whwZm56FepJ5zpjBMZEZc5uB6VrlbQq5CVE5Z5rQO5+hzhB5DZ8ZwZW555yxl52Q15mxpAd5SRhMrsz5Ki36v6-6vUXQ30HVf6cAUoT55VmSNVb5dVH5DVClMcXFzlQ13lI1HxY19VWxVVrQfRhVv5Dlu0B0PgEAIokAIMJ0Zpz5zibVfqjiFCRxNlJxjBZxSVuBZ1jB2ikMkZ21l0rsD15VhMiiiaHQza5AJ185b1z5BalMhVGgxxnirs9RiYTVYRn13ljhf5b1rlmFdsUxGgj1gM2iXMt8-iaaV11qQQpxdKmA26ixo1gVwVOxexx4GEmAMNSykVKV0VTMolmAI5+V9JW5RJQ5mAeVUViVSagJ7lgM6pGaz5QZUVhpxwr150B0cZvpmaw1yq11niUAAV757Zn5upaNl8lAXg2F2U0gioyo0opgLF2FWawAlFuBANSY8ZgNcB5AkNGyZcCREAjp0tgyqQLFJpQN8tl0RJ6ITtRcLtatbt0QHtupuBfROVa1qprswZ4Nbl1pO8Kdmt412tDVKdrtd5KiLBCNbactF0u1+1S5RdR5yt81qtRNpyYRg8dYt67Rb1j6JMr6+8AhW1TAPZFNi1VNn5Kiux+xvohNi5rNaAd1wtaO60T4-dWtQVn5Egmdy1pA5qddVq49tqQBH6poMJa48JZ0rl+2OE2GTZCFVxIVZ0PZw9dNhxQy-x09qgOquA4KK4ApQWaKOZIo2GEgJ9P9jRGgUoVxEgaJ29Sm7qfV-6XM60-9Z9IFCxGgiFNx19rxt9BxQadySVTKuqqQp6-VIWX9p9EAf9xDaKwDKooDVx4DpB3kj5CJsDxD59SDl9KDSoN9tNGDD9Wq2DL9kA4KZxhqGg39v9UAcDgDUAFD-AVDKoNDXdpoylDDGg4jzDqJrDXZoV-A5A6Do93DIyvDoKr9xwiqQjUAIjJDYjZD60UjMj-AcjwBCjTl4ZMDyjTDCDdZLDKoV97DaDnDujZxk5wKfDFj6QTjXmpj5jpDAD5DIDajsj4qO9ym0ALjcT1xGjqD9xOj99ATziKj7j-iUxoyyG+9FJCJ4j6lZy9DR95TqTmyVFy0XMNTtJZy6VjTxDFTyGUDA1bTAD6lzd2oa49kUO+BgzYoUOXRCjozpde1B1rl0FgyBBqo8BuAzi2oFkkaUoMOYAb05l3mNNI9hxT9azrYIomz-A2z4lBUezjBIRSB0FyK5zOzElIoW084nMuA9yED7mUzCtJ03kCzgYgpKz60xzGzWzTzVzvqjBWT-ijNSVAz+oQzEAZdsz846IoLpz4LlzBGbFdsLBWzkAg1uAGaBL0o8zaVzh842M306Qzh6GYRpLRLpoALy0ELOEbzLB4jCl304j08PK5zhL5LgMqcfjTAVLMMqQWT9LiljLQrdsIrBzbLLzuA5AnLxD3LljADfLsr-zjBj5xLErgj2rArZLurgMqqSrHLpFXL1LmriR01OrzLerkayrkAtrqQqGKWxrYAgrZrdsHCFYEog8TLoRnFqQzAgbKyIW3rvrTrgM+2yC4rYbn8380rDzPrprcbdszMPMSbc5qQYMab-LGbIbKiHCpA-o1EebSB4bTAFbbkGWDrJrpbM5Y81bNLjdCgRbjrcq2N18VrnBMAx4ptPU84GrCLDkYzEA-qw7Soo7HzMbmbvb-r50nAA7QQHCao84KA47PzEAm7nA5AB7YrKYCl6bsby7l8q6b467lESxiAB17ASYu7iLU717rAbxSAj7koO7i7LbjBOMzArAW7KrLB2y0EKAFapF4a2gugL7k7F0gHpGaobxBZ0gkHytsHTAZ7kgY8SRnbWCtACOe7SHwHh7ixaHULfbaihMgaVFSz84YN9ZWHKiiz7AyzkA8LJHQHZG4H6HqHBU6HuLl8LBE7SLUofH3VSBYnU7EnlHtZtrlAwg3aMnF0cngnKApgiCUAKne79tWHrgkJDdeHxnTdRHIB3HyHnAknrlknPi7MRMdHbHQLkATHmN5VfNCZSVdngyaaEt5VSRknoNqaLBHVUHnB4jzJPLbjFLDHBrnFHVCnHQ30qnB0pHvHlH8dHQjJAnEHq1HQchz5ShHV-aOnKgqXl0XL3Bgyone7Uo2obA2QQlsHobowKXdXDXTXKQOgl7bNzhLcbsQXESSo2Q0SRajBiiA3yXTB5XHXjXzXPXRn9IEgchFX9X833XQgpgHaU3rQmCu3+3XQU1ilBHfLp3pnYq1ACO6zpzS8iY2ySoRhcrl8znHHntEBfrl8x7bzL1c5HFNMn3TM6XIHkAvZv3NRHtSRjN9lkzr7F0M7Coc7KAz3TMr3Y7PmFX5AQ7iPyoyPHzBdpFa32PI7Unc5RPs7uPSXbsGLUod3EAD3dFxPSP6PgyHF03SnuncPB0UoTPuPWnaa1R1MM35POPPUpgAvE8uHU801BHMPzye7x7rl33KY9nHMaPHzp1Hn+T6mjGT9yvekqaUX1dxdYR+vSYwXALcXbrZPenZvKAoNwnTMtXXPS7tra3KPi0-X03FXivA3OXdv+X7QdvMlI3Y3Kik34w30hX5VSh7vuAS3-cM3RXnPCH3PxFIwgv7Qx3h3e3Uvw8F3hHV3FnLv77-RGtX7CgT7VH2bAitH3h9H7HjHW5WN6NsVOv3nFfQ0P7hv-n3lhp0rNLKg-GfLlAKgZXRXUAkJy9nfVfFvjBhMoXP64XQQkXGaeTsXjf8Xc5iX7jrsUf3aJXA6s3Lv5AVXUQNXhPdX97j7IAOc7XLvEnM-GYu-bXsBe7pfWX3QOX1-lfP7gfXQP-Lvub2G5RIYs43QGBH0yj78VAyfY-qn2lCADQABKTPuMBW7dpYBa3RASAAJT4Rdux3GXiZ06A58CB0vXPudxO5jxm6JKPAszAtCLoHG0AcOD2UWZDQcU9KfpFQi3BsCSaDKIJhoGwisCI6EgFgcABxRopGYrtPNFwJWT2Nd6jAl1kq3IDIM9WpsHsndT0YbJtUhjfhscF6S4QlWpjGxqk1kFJMoAayA+ooMYYANVGyg81qoNeLqCcmT9HBkY1SDmC4SBgohgAyibYYYmlDYwQky+ZngFWd9Swa42sH7M76FxdRnYIrBqCTkmDR+loOZTHAQhBxTwetEiZ2sJGRgsBoENoYKNnCYQ7ITYJiF2wmBDghIRoMCYz1tBITPchkOEbEMfBOQ2JnkMAJBDvIZCGAANAgSkpyOGgXnj1FV70UM4psHRNEK8Yzl7B9xRwVg2cHBNwU3Q3oRLDVCmM9qovf8LAAp49Q-B0jAIR0IKHQBS+PQuegeAGHl8H2v-JyOdTUSl8sBYPHmI8V5hblbB5QmYVozmFJC+BKQ1ICcJWHnDyMs9Gfj+2n5XCgBKAPYbYxMHup7hT-Vyjv0YLpxEwmcCKuEPgZIixhFYQRBfSmEqC4hlQ9ZIkJ4YLC6h4KOEeCNACmNT0EgDql4NEbiMoRBwpGt5BPqIsUc7WEgFJAKhkZXKnI4gNyNVDBgRhbIhyByK5EFkYgIMcKk8L7JblP07UUoXiNiEQB4hRI6oQY1+GijUCx4fkYKLIyGCJRPItUFsL1GSiTRaKUgO1FpHtQmR7QlkaaG1HiiBRko5AKjRlCDJkRqycYWiLcoFAVEXo1EZdVxFpMVRaojgRqNJFajBAYo3UUaJSDIBTG38CQBNClBopygBQFMedGAB2jqG+Q+RtAGB6cAzRxoi4amIDFYjLovonzk9QESBifRFCLciKylDP9MRKIhsbzEmGhj3hBI2YVUKcHJDcGRYnuvGINHpipQKYtMbPUo7L1KOaKXYi2IkDNiQAuY+JocILEeoeOaoU4X0JQ7TEPRbY70diL8TDBPWzZeTrcIc71jjxjY5xMuIrHtibxnYkMfKQ+HkAvhJIwca4OHE7jVhnAJMROLhhTiNAssCDrOI07zjywIAJcVBNXF2N8xDAoCXO3FCShDqGgI2NBF66e8zC60HNv6EBacAHxR4qsU8VPEusuxr43sZ8P7HzCvxOg1IKmOQkSgu2aKISoqFjiYS0U3oPCQGCFHiAWYfoXiWRjgkwjl0v4wEWx1F6uVxJ-QrgJ6MrE4jPG3Yy+BUL7HqiBxPw3BjJLVCSSR26wgEbJLzQGS1QIkhCXIKgB4AcIIobSRcMsm4R4gREoMc+I0CsxsgMgJHiMOvEkSXhFE6YVRPfE0TvhtQ34XZOsnGT-xaKdCPZIsahT4gaKQQG5JJ4SBXJ7k3HqZPXGISmk6yGyUwFcql9HJHYrclgIKlPityxtEKNKCHqitfJ+I1UYSIjEaTgpuDLKf0hymmNEAs6N8BIFL5opaIN-METf0imIBhQVQaUBIHKmjTgJkjNoXmIynmT4YukudnMwdolTvJZU4MPJGwzKhVpik1JpRLqlqSGptEzSa4IWmBhRepjS0JAmwAO0hpWETaXO3GkbS+Ac7UyRoCag4QiyzXCxszFElngYOCGRacqFcopSR2O0k8UMlwg1Swx9U9Wo1OfpkjjgAM3QEDLSDxSN0qUl+FfESmvTrGM0tcQ6OgC0DSUTXEdjlNcovRcKPleVgpN9GwJGuP4cGcGI0BToDqCYieiZVAp7S-JB06iepOOlNTXBxM+bmTPClAiNAx4bhNiiplop9Q2QH8BIHpnyycx60cEezO6lsypR6UwmS4nKCFRyZ60SmdwiZnOTM0DM6mZfC8m7TWZElKUUqOUlMxVJfMo6UFIRm-DU4esuACADan8oqZ0s7hLLPNmKzzZaKNWVKI1m2zkA2sxJu6lTiuQyAqM1yveMvFpxaZt4l8TzPDFwyBZbs3BnHMQAJzzpekyCYuJcSwS8Z-g+0THOXTzgeJBE3KbhMEn1yTZrwsoSpLfEfj9GUY3BrXKbl8TLpuAOuXxOSl9zhJFc-YVXM6GFCGmg80eShzeHtz-JnczQSdPonKVZ5+E-udHKnnyD1kvczebyIXmOyO5gUrVHRJCb6tIAQ8scePOhFmTTBegkUJaw3lCT55bc4+UvNPkhpV5F8hQdi1dbTs55EU2+cyOrnBDRW+81+YeyPloAnZAU-mQynPngo0hvoSBfXMMH4z4Jc00wSUxc6AKD5KHCaAGX2lZzzi1QpBccFwVvdr5aw8cSmO3lHCBJIANBXxKUHvzYFJ8hBWfJ-lLDc2L89BQwo3FWyYFZgzhS7O4WAZkM7g9cIoNQrNNkMKCnWLs17LyKRgDQ-+SorFJnJlhZw2SZoodJnJ-huilDnIq0XIYKRN-R4U7FUXDAnRcYl0aWNykyjrFZikYHYtVGji3RzijpiMGHEljWF3i52D4uGA-ixZVi54cEqQnKgUJS5QJTYrMF-zlF8SnKYnNMUGLkMoU8mXEtcXDAWpCgLJbKOyXpKRgZ06SCO3CW1MzkyMpgKktlHxLhZpMudgUqdhFLAyCiz2d7LCWBK0lbSkYPnMLllKlpPSupiwt5HDKWmlLfhawviWXz8FUC3KTMsSXPNRlb84pcMEUUrLoFOSqAFQs2VOK6l2ynNswqmWHyxSVAjWHgWoH1g30xKC5YxOiXMS0JAdeOLWLUS4105GgSyUwAYrXzKpkQjBk-VpjvQ5+gMVpko0wicEMJioZxMhTCqyiWC9y9gI8tdpQx+Y30L5T8tHl-KbmkPGGECotDfVwBdsXZeCo6CpBRMKdDQLCq0aoUWC2UVyDrDrrHdju30agXsvrQ2IOY+K+Mnukd5oBqBz5T-m0BYLhxKVrQQutrDphiqNALBepDnHwFIF6knJDWGyi8WFKKEA3VlRctmT1IFVYRAVeVSFWdBEVMSp5eyChVM1MooiisNKs6BwKTVyKiOuiAdWoSUVu3DQP-06Dcq8BI8DWtquBiCrUg5LSAKwGlBSULJXmTgG6qF4GrvKRqgYhWAeWoT41rQC1bao0Bnjdu9qxNUitdVOqoluahQNGu6CeqqVqSblQqpw6xq20Rql1UuQG5pqBuma0YNmqYl5q66zqnNaauLUdBPVOXCta7F1Kes5efquWOyu5UjD3lLwops8uBWFpWOYTF5giVpbLQUS1K3siwRRUatq1UaI1eyoG7ryr5QC3KXAtdqlkQ0tq09fmp7VZ8xV-ayVbrEHV8tuVIK0MoupSZkqpWd6zRhutIo3qPVtrHdWX2y4nK9xowDZaBsPZXqO1tdcenzEvVviz1sG1VJWrvXlqH1FoZlc+ow3ABX1l8LpoNVJXtAPWLrXXl0HXW0q-1EdLDTDCA17rINDcltUsqubsroN49c9ZoIQ3+SkN-61oH2vQ1nQ6YNG3Pi+vnULN31RGtoCRtsrfqMmNK+FVRqZVPraNFywVTnH3VMa95DG7uIhuvXUbS11q3meHRg28aPVaGs+AOt7XYbBNc6olS9wk1H0C2PMNdT+so2cEt1gG1TYavU3aaBuRy1jbppM36auNRmnjdRvlXmaXKlmrPtZr+gEqxNaVBzUqCNWyrZNPjOFU7E3XharNKmuWGpvI2+bRguy7TaIkM09kwtTKgzWxtVQcbUN6mgTXFuADCaG6LrEddQLkQWh3F-i3kUdRs0WhJ1CJW+KszLBZsXuI2qCsCwTU7S4Fy8+DetAVHSC667AqGtIRw14amYJKo+utCRJkaA6PZNzUEBgB8ACMbqtFaOsTDkz71fWprXyvO0QB8t7QEVabBToSrrtL20inKraAaslVgyVlDkFmTOKWVd2nVcDGz5ASVEdakGCKswkRKytsMshQEyB3UCuto4tUCi3rWjBuVl6mHQevG22rUxIW21QtqlBnqBuwGYMCVhy3tBiBilagfUkDU5TZoIay0FKHDVHaBAa8YteBIu3vJXYf27ILMhzjGkQMFoLTBWAcV8S0A0gBMLGHkCYQCg8A1nTYDFWpjwkUjGJOEgEGiCI6MSZTXxra0XLKZwAFHRLp61UqcNA2o+kNpBbjbWO42tFvuOm1iLs5iC5xMTtdrLbziT9csYMkh2qtSKaaoJXDsOku6z5ctOmOtrQCbbktrsHbSnQo0KbB2x2zndlr42ea5Yl2hrTrEw23a6NOcJ7Tavz2kUsdRewdsDD10wwftjBfnQDvVUuweqwO95Lqt9XI6YxOojxabrR0zMMdYwEveMEbXjBdQVw9NUBJH2irdu7up1bt2G6U7OgYOunQGsNWpBGdB8N8GGpRLs6Ttqe-Vf6odg5wa9vO0YMaQgxi7Udwo6Xf1rl0Zj2A4nDEMroG6q7Ug6u8mJrpVCCC66uuo7nrswJF98EFyk3fqK73l0nlE6lOVrCt0fKzBmE1RkPtG2o97dk28HfJMfGXQZtX8zjdWX9HIHiJOmz+VwovXzb2oHungRwMINbhz6NCC1SomgKahYDobLVRnsP3tAD9e+roJQC+X4S5I4u7kSVHjmkBy4+kK4TKBzLsjECqQbtBav4wYgSyOcSfXXQr1QBdSeejoAAfNEXCOgLVUYKoZ5FujduBOvQ9mLH1vj3VQEtXVcQ120tBA2uj-b9XpBTQsDh4pyXqs6DfR7DuGp-eYZf2pAJBOu5kuyEnFmGVQFhnwzYZ9WjBPVthjoMTrFVwKBuch9jQ-uzEtzdurh7MYEb8xeGQj49T-WMACMeGgjmRxbdkb8Mxbe18enDSnWbXtBS+66TdHQfRBj9CYAoF0BavJgSBbmpgBSp81uVyxtDrC3rY1st3JbrdGgOg3bquEO7Vt12yPVAAI0pNQu7UGFa5sT1BB4jKGpNBmmJ2GkRdaQDDCfvT2Jg-dV2xrekhCK56vNca0vcbGe1XHKIfezoLKvL1U7K9wMZVTsn+3vJAdd-RvQ7Gb2J8tjPtHY9K1y2JgOtxutvc6MAOHssdsBPHYZvRBrGa0ifagUbr6O8iYT9R+E7MaIPb6RNa2n6u1R-QEMuYarXpn2T34-HdDowFg26MoAcJV9oamUBAgUCBAZQBDY4N2nEZSGSy2Joo+sa-0xrd9VJ7oDSbNXdBUg7iyRmfq4Bih+t6EJuc5C+TChQAUlCfTifkPhH5VZ3F1vh1a3mc-9csPJXAANnoTTYTuvA+IoIPm7rtQx-ZT5MBVraEtgMaPblNSDhqE9mW0iu1gDAebMq+JuzajyS2MbHtAenHdl2WOenOCkOm9duouM1qc4Rpk090HH2jA-dWasM2MCqMtq3x0Z-NbmaU3hHbVcLBtW+PDjpGLDWu12jEk7Vtqi1uJr7ZFuSQwm90Ch7nRckX1xqGJXax5UzrX2s6NSPp1PTTEdMBmo95JQUpJuODhJyjcm39ZwVTgFQyAwhGMxmjp1hLjj2em7W8cTAPbhVH2sWSmZDODsxZ9xvc8eeMWcBPtaeyvWLKr2AxRTVipHUKZBg5S-j1O2ACeZHMqIXTKamJLtvI0Rnl+lEPAK5FJQ5AFzN4HaNYbg1anpuyh7oImbCVZqbj4wHKYedGAhEjD-kkw2hdNjlmvDlZ3wyPs+WgWOkEFpc9BdVRhGS1tqnLjlOi3PHc+C+1gyKZVUfGWLR+v872cZN36R9uFisPhdf1WGqzJRxi19r5bMXkADOsWdxZZ3hryLUFrnZDJFAG65YDSpgKLIvPBmjZFspmFbLQP4GMD1pwY2AanVzapjjWmYz+e23UkBjPdFCiscoib6U9Sms7Wua0scrwDJx843lu80dAWCSsn8OhfFXQdzZp5kK5wUCvAArzAGmGFFbvN2wHzXxuC8+YBrmy3z01HS3wgG7DA-dgSuBZuqplIbb4OVnlAqFaldK69sOgq3+qKv5qSrKV3y5cdGDqXNLu49Q90B0sj6orwVroHHuQvca6rMGnq3hfyMZGhL7+4o84YM1RXvVAp985JbgC7nOgQaogOiipnlxkg5B0lEOBgJKwDwjS7aQfHatcAL9sun0GYwhOIEOIAoPqZXwzA3hi4IYf850GcsoA8681nfYwYiDSWtLsl9fVQmT3vWhzyl1S6CaslJnw45pozbNq3KgHXlDnMyzUNnXxbRzOy8c4fRj0aAWMu2j00BdHV-RXLq5i5ZkrFmgyken-Dc0JozqCBCbCRslexnzq-aLlZCQVQXojgWh8bMJx4xEG+2vHmb7xgXZ8br1PnvrbojK0xbjO7qBupNjywNctVjAe4nN+W73XNWjXn9E1yiycmrMmHRNXhjWxEl8PUWjutFrPUJtgtkCdTLW3CGDfwAQ2ybGMknnMwt2mXBtkBhnsQduoJD1oIF-cB0j3KqMjY8QKUMbXRhVSDmsLAjArZb6XxtEVsvGpgAJoOnpjTp4lRja5i+2wL2QPcs8Lcss3r4gqwGtFuHM2nfORvRa4KsoDiGVAmd-284X4z-XWdPJj2yDaDvShQ7Ds40LiruZfnBkP5xjCiXB5zl2t9trS+Tdx7o6xTbQKm7rDFUt2O1OcWuzkBzs5xJajFku5ZdTuXwuYeNiFUEF9OcUK7hqu0lpgZNyXldyGpE2QMIFtnZbJ18ez1EnuU2KjfO2m4yvpvblSLy9vyu0DXv679T0AEe7hBykP2UAT9uyy8uo6I23b9p-ym-c9uAwp6JFv29-dMruNNeffMA-HcbH41E0NCdyyda8ubmfLO5vy3vcoiHnXtjW5xDzeQAbG5yCVy+ElZFsHH2zvx0HbFs3NWX07y6pjLndYd32-xTAUB3urNuz3998DqfV0CXvZ2f7HQYswAMIT20a64cZrbTpJuj377jtim+ppfsADJHC96R1-dkc4SugmF-fUo8BqqPv9oNgB3do9lCUvZSZnS1DewOZwDLlpoyyjd0uxpoHR9ddVk2JEhpkbet78zw623Y3kSGGGKCZhkwYY5MGGSTBhgUxLHZzgT6ofQ6QIEOhHnlitSQ-u1kOzzQQEa4Xv8uhXlZ4VmVeU5-AxXFDtreK-zer1sWhbDsZK4N1SsNPebkveC10Acf6ykL4wFxyhbGAlOFbmOkc+EnMY63+9xh9kEM4EtjWKzb+rW7ZUiMjPzZZZxZ4UZJ1G3xg0121bNZw0W2vrPOn64U+I0r6BofZ1UwBZTv63PD1lUI1ToHh6nf90ATuKQEhtmm3HhU1JyZYRtcqYH5l-xNQMQseXRV3j-Jw9vZs0Pi9ej8h-bDodnbGHTMZhy0o1Ugm2H4tjh9NQ+fkyIXxdu7a1aaVhKCXOGqF+c6qeQrhnRTu4-C9peIvx44lhh40-vPNPa96L+vYfdSsS3xp1cfF89sheBcLlfTpx6S8FcVrtzBT5q0eeuOlPZXdLt7a7FodMvrziq1l4lfZfC3OXsZsWy+Zxe588X4rm1UK5Od23gHxrpZJC6lfLWqXcrsZxFaej0vHXTlp42q++gov+VWr1pyw8xcg6unuL-l5a53TkvhXTVmtWS+u3dGqM2q9cy7YBdEOdEM67J4CKfswmZ7Oem1+c5hfYwqHm5wqiq-Wh82Ig251VdKN9ftO9XWPA14G-GgCuTXDFk7q8+RpitEA9q+kiTG8Z2m+YItCUtrC7fO3ZzB2qtOFrO3VaqhSl2XnY5TeyTwHxlzc7aYmF2XGSi7hO9gDEeYboZPYozYDueJnQtocCvWyE97uME5jy6kIoPYxdZOpbocRRYoMwu1MQ3+76xDHRPeAwz3jmxmpe65cMHSHcau9xorhaPuA6jJV93c8JOdVumy6z1t+7zvhvd1j8xQbSSfdKhQPSRUJzOROQknrW7Tck8PZvfdx3JHgjRU0zFIoexWL79D2+9DKUsESpJ7DPw-w-wfQ46i5RaR4dLke0PZr0JR5clcC2-38Zsp9S-lcMvKnCL2p3B4E8IeJXFRxl2B83to2wVR9ej1a-B6-vpXNav3TUzPHAeSYXHxShh8YL93pze2hy5Gf3v6bibal6+Jnos3kvatVH8D33fCfJbUgvGcj-tscuX3EFVnxMB-wzdNaHP1tlS9O4uUf8IH-0V2xAdgd+ib9T8iOp7owdtoRhFi+6xUrXdJ30Jwdju+HbvqR2Gi91aj5fH7v8YPPZn-Gy9GzhMepPwG1oEYsIdWOcz2Yydjxrm3ZcN3TWuGgZ-jeAw-O1XrF0tePupAG7Z9sNRfbcMtfW72X4aWHdZ7d3TSTnozy59dN8O8P3LuWKXwmiWhpAuT+z7F8m-DXyqOHQz4DB3uAWEXlX3V6c6ktDemMjd3i8qhw7kC2zm37b0Q6lX7ecISG58tG4NN+fOprALbwqEHf-OoHgL6L218+-xeltJBqGu50wcJvUvQ0chJy9zsJpCvi30FUGdcrQ7oVdlzz+Z4oeYTTt4e4FQSec8f1KSFKtb-19s+cr3v70dELyqzcyuhPK-Yhr1ZdfeOxVhbsS+q5Lf8ey3j5744tercBuiBd217wqDne97nXXQP3YHp09wKLVSGlX8Ft27iNOfHQCb196kcjPhq6ZxUB9ZLXdPnzv1k6-d5RI6-ofMF6atQKl-SAZf7Xuz1G5V3dnk1iv8icHq0Zq+YNvvuDZ6oV8w7lL6IZX8T-zX++UNgf5r7r8MedATqOcSPychsdH241xpEb1c54vjeY-NvlDbbYd8y-4bYPxNyMdmM-oW5uTGLsKzTmmzrfCDu2Eg+N6NkwDSP0AOl8gNJ-1kiX5Owp7CeU-eHsH3zxAHC-O+ot9n12HX71-nklHq9g310Fb92JRgYXAbuUxLP+TO-EY8RoJe8N8ntbUcT63xpTqM0uvL3gH7V-ndSqJ-Of0nX9Rn9dAE-8-s-w8LiNL8V-7TNf0Zo3-q0t-Wz8JFkbkr7+c+oOop0bPIoa22OioQ4Re-WlF7DGkBiIL1+l8FPT4OGjha5j22jrjwg++biCzLON-scDcYwtPx7TsBdoars2H3nm5kBH2ga4euGrkw7euaqjq6sO-rsgBVqBHjnAQBOTh-6X+2Zv5LwB+anrbb+slHv51a5Gh17CaLzjbaheGemLKJyRfjXxvKQLj26SKwOnG5RuLPoJ5c+wVuQGM+ubpQERARbrayeu52kL5tOfrk3o1uktsx5Y80gUXJLSELps7P66SI27iBIXm853afitKaYBkDnIF+OsATF5jGCzAgaccPflw5b2TMB+5Y2xGFuL-ifzvZYZa+NsOIk+fptMbk+iWrNSTmuPg67zuBPvEFRBTAF-710arkkGWWdgGjbWWfVqxhpasQfJqE+BNu-b8mpRpW6Jgw4jZx+8SSOD7UOaeAZrz249PKpSurNiQEB6psBQGcE3NroHMB3xoYFoujHt0DqeTAQUHImIrnwaJyutqIHEWqgNty62Ezr-6G2NhmsGgBR3GoG7qMLgi6jBZeuL4N6kwXQHluDAZHyUm+rucHdAHEiWBQEP6DAR0GKRncEpqf1FcFfBnQOwa+gnBkpBGivBgXL8GghoSyXWohtADV2khm6YyGVqgOS5BxvuyDOGzLrkZ3atrmMDuBneh1bsgaZgiGpqGZgSFZmCIXArDi+QVqS5B+QaiFz6awW0BK27aCYb0hNLplBkhSIRH7q2Dzjv47ONhjSENmTIdz4ChJIeMA1GCgHUZwmjRs0ZcArRu0Ye0k-HyF1OowDTokC+fAtZm+Q3qxj3eF9uSHh+BZhYHXeg3p2aQ6lvpSFWcdQVfbOBttjx6EOsgbHYCISNjOonedsOEHBm2NiRhkciGIVS72LBAkGp6GrC+opBWPmkERODxqGZ4+tzulrVBOQWaHUhChv17WhQjk75eqbQQz6c2ZuAZr4hitkSHdAwoXapviOoUb75qBYRHB6hJtgNy+hGpkAGCmcsAmGpu3epISrBIfpuJmhN6paGSBTQbkE5Shfj17eB7Qd2480B4tX4oGWcCMBVGFYePTd+FliEGlBy3q5Q42MQdkEIu3QesaSeEAM0GZcH1KsGv2QgOaHrITNk07WeKcGzaDB1sIz4nBsniq7FuHEIL7sW9AdMGmB7Dg8Fmu-SqQDLBmOluGjAQ-LarjhNWgNz7BfGocGhwxwVoFphl4RSaXBgthy73hjQQN5i+4wQsGWBu3LWF6KJhvoZq2p4crboRmQcmb5h7IX76chBRn-67+qzjSEGaF-u9ADcYOuQIF8YbgaGCqxpJqGjeSuqaEehKKlaG5BLQeRHQBCbkjbOIk-jD5e2RIl5TJeWDgpIeOoesE64OziG3b1cCoOuCRqcktCyis+XomAY+vfhT4H0KTKkDsYC4eV5LhBjjBZnaAYTOH9+jmu540+17oeHswhdirQBeVXvqEDe9EW56n2mfufaZIBkfUEb2C7mXZD+9OkN7sYWoc6rX+U3tKADMMEGWAMqKiBxQLe6kUt6mRrnqt5D2lkR2FmhknGm6Nh-EexpN+nXnb6pWEjpBHvIJ9oFHZRoNNv7-+QgSn4XK64RpxpusnplE1a2Ub96AOVURxGUc3YaXY8RCgWPSqo3fvD4iRCbtg72myAXLBHGsnmcaAROPieEK2IEYyF2urrnoHIuNAai4-BJgclGwRvLm4GtRGnKmHxkSGv9SNeFYKcbR0tEY5FL6xoUxHhqbEe2EQAL4W+HeOq7nAG26AQRMaIG9UXSiw+XukBTDi-gUpEHMSXs34DRNfooEBI0kcHZhR8kZFH-K9NFADFmU4V4GXwfXkgQg0oQWgD6Wb4sO7eeYeg+E3eafsN4uRzOmN5BeDkX5G4xGfgTHMRUPkpZOhxXrOF4xZXnEEXelnv16Yht0TYHAyB0UZpvR6olurx6ogSf7eO3DvFGumwmNMHqerMYMrAym4S74nGKdPUZX+CurH4f2bQFNDfReOq1Rz+7QMf5ohscGDFyREUYRKDIWsWtHix23nOxJhXEbNHtAXMaQba+TAKrHD66sfNSuw7wdrECxKMQHTP2s5mByU0C9B2QVeuJm5Y+xWdIvQNUUUd3b9eJsaLzmxrQGJ4Q0U-lbF2xuQXLH3+GsR0AuxDQWa4kxNasaTCYxUZO6UC10VtDbMQ8C5RQBPjqog+B-YcNpXC4xpAAO6fUQDHF+g0cDGZeZgrrHhRCkbl4HEKkUzRwxkXvPzl2+dkeGGqRdqG7w0RXhtq0xIsWt7qeRcZTKBAUWo2GYmgNIzS6kMkeDH6xikYDBGxs8Q+zzxe1LVFva2Ueizja8ntOEDuH1D+rex89MHF+xjMaWGKhWTkHGr0YcfazreiYHPElxh8R0FO0p8RJbqhuMbnEXRF9vnFmcrgdQKRxI7O1Gg+vYSX6QGCARqje2X0UnFPRv0VELCRjcbAnNxW5D9GgqgQb3EguFyqjLfx+bm5T2xnHLCZXCFLjK45uc0YKF0J9SLC6cE7wYtEC+B4VnZQRFkbMFmBDwW2aQJS0ro5KuXQMnGdAuAbbHkJ2Ef5SWOKtKo4xGpsOGgKQECBvEKRuBp7Q2OU7uAkXKn8QvHQJ3kZ1EQ+zfFryAxw4aX64JoZPgnecRCWzHAAJCR95AedBtQnqBtCeeFCJ4nsDBMJQQCwkZoEERwnau0EdwmPh8EQ5HaJe1Hupy+rQCIm3+2SMo5toofqbCeq4cAokMAikEmDKJDKqoliBefIXw9GhxnQB3RtoaQj2hXUdWQSJXcaPTBBEeu7EuhiJDBj0xUYQi7wwB9jFFcOgYWnZCxn-POGXxQ7l57LhV9rFbvxFyOuYphzZj26EBmIXQla+LidQ63GjLnGH8+14ewnGBFbo1YGhcEfMFqhI0XknWJ0cR0CTJ09uEna+dAGIndAKsSgkOxMzgs4G25Uas6URpvnq7m+QjiaG1BrYXcFORjEa5GExcMEckg2w6tdHVKxCfWGeB-ccX68R2AcJYJeH0WpHnxGkaUwhhsKLjbnetXB3EMqiQWtGYh-ydYkBSUMt77kAvATBppJUaur6j+O0V0YnRl2uS4TRyrlNHvaIweEm8+7roy6lut4dcH+JnwRtE9Ov9sISAymKR-4hazAjgEchlyVyHXJ-SPJQRagiY1qVR9yUvqXO5MeGqKITURiFcpKMjykWxD0TF6nJZoWYmXwgThUm2aEHsSbgqqQPBi6ACKd0k1BqKakalJc3m-FFBLSWjZneXsaRQr0E1L8RoUFkcPbPxrqZ2TbxUdiL5eaWHACnAGu3q76YxIyC3qsB4wBikSxocEr6BaWUTzG7cdkbcnVhNXvpzcpMaVinSwOKRVoB+6IGmgsBVbvlG+JHFp0A2A3iManKpiGGOAxppYBhBpgGYHLoJglUqpAlAXAAKDuhdGAuIgAvFgNzIhGcWq5thmiZslBpszOtCuOjhr85lx6qZD54pE4ZCklJZyXAZXg1UtMR0AOUggmT03tn3Go2ffppFGpOkfj56RdKsY69JDKJk7NJEeq0k0x7SbHrueXSZGFzmQQHgA6A6YCuaYu-CZLEiBO8E2ayee6GKpfhi9q+kgAxycrGJxWqeNqDqE0SwQvhELjNH42Etiy5sJbLgVE+uNwS4Zsp5gblGIR4wKUqmxX6fSB7J7QLBksh3AUZpzpDUSRlCphEdyEiWpESPpzWJvkLzUR6jtKm4xvGMVEyOZ6VqhkpHZtnHaR+Mdc7je66WLJXRw6YmCjpPegUm+OfYUu7IJEGTXFQxhzKMaoJeCS9FBBw0SlEeh3WihwYmp8ZSkTJwzvBnrQKrh4mUQXiUhkLJKGSWl3hXCZhm8JSqXGqRuHQTp4OJJ0Wia6Zsng4kGZCrvCZUptKa4kMujCf5meJkGWiHUByGZq6oZtmUlEBJ2Lg5l0azmaQmuZf8Wa54ZUkjCaapHod5ljJlLgi6c+xmWz7zRdDuFmMpN4S04xZV7rT48JQSWa6CqSWR94pZVCSdHRp+GTwh1R4Gdln6ZuWaz4aBpGVMlYBRWbMmlZPiUsnoZ1WYEnrJbZvVkyeR8U1mQAShrG5aWMgRSk9Z6gQy4FZcLoFlc+Ent4lLRXrtFkspdmaL7spBHg1lnh82WomZxfGbuqpAOmYRIcQ2EG1lPJCqTrLUCO0TOnAxbKnvElxQKZhHrBBAewlEBw8XGqkBZ4fBluJ4vhFlWZUWTZlHZsWcNm58DIfhwFxjUNgStQVysvCOo9AuZLwWE6UOE4G4kQjp3IcNj2F2h8gQYnOIo2cymPmo4S6z+IVRtqnwG6majjrBmorgxAapjP6AVgscKbBcSOGl5F0w4gsDB5owMGijghFjHQZ-SMblZEgAD2gyGeSYkc7rE5iCqTkdRIKQiQBO1UuQpbk1ORVnw5pEspYM55EjbqKZaVPgnAoGwRQqpAnOaxKmwvORhEqyoKALneOwuRECi5EQOLnjawguNrS5f3utH7ZRgTTmA6mmRp7S2GgMAjrQkeYMLl6nzIwqp+6gbyiqMm6RoKWJVbg+bloYaZoI6ydBtBSYA4aGWADU5AHRxZMceRuKJJm0ikkoABKSerfOk6aVIzq+OXbDpZ5St0pVZSBEbFhETeZfDYhUJnaaw6q0d9Cd5ilCETN0HzngTj51yp3SISHzqonwxhSWojYJ-hGUSfpZfAyHOIfWK5DXgACkaa9Qt2vOCCqgSiq6-slmc3AF8I6lNAwIq+a5QK5okSYlwB50qxznS9cdlFP5VvKzlB2dYC-kpopltKh+JcolJFP0t+QPEksYoRNp6QMSVXQJs38CzyMEAVlWntsmHAhge8DfHgoUmB+SPEIFKzA3xWujaJLwsZOfA7kc2uGu7EpKmKbKpiyosW5QwI5MjlLos50vvm4AmIdHm+ZZBdJA0ph2rebAwpPI-Fzkl+QoDX59WmfAMhnqmwWWgYqg-6dAxVGskYcr5twVqOhBYZqVJaNh5m4htCDnBomwpvL7u+PeqMAZBI+goTHqWFkZqicAqYPDQRZRgNwIqhhgNxgw4qR0BrOdCdEauwdhaVn8FcAKoWuhhIeGHtANCpwAp0bhinTOFacedKyxZha1yKGSFEwWGqGMfdk1KoRQi5xFeBTDDuFghd+kuUIhWKpxFkkhIWpx25JwB6EMhTSTSmyRQOmKFDITMa95ahl4UJqtZlDphhqniLYcFd7JRwp01+TBlQSudinSuFDKe4VVFjit3DB+knOYSdFOBYwWQAzBU8IhZlENkWhF0xaiQlF3BV158FK+UsGqpyYcIVDB4jl0CzF7BbP5Ox0jgUUEwPqMUU4hTAKUVohNEV3lbFu6YMitZUkvAVYcdBTPHUFCgPcXlK1Ss8WSS4xWHnn+CLtUqr+Q2fcXNFSBboA+oyxUgS1G4BUmCQFjtFWlcsBPJFZYF1vG7DVKKBerwol03BgVxqaJdgXAlEavIihwJxaCXnF8hQqrKhFAqQJXFilBUXuxLeQIlDZWAA7RtFaxZmkwZfBsuJdFLhTzBdeqRjQXrmzJWMVRFExXlmF0DtICW+ZTJRaA5F8xVKXRWSxZcVIEqRayVtZ9FByWjFcpd8XClvxSlqkU9JcqASlHQCwVDZ+pfKWXgcyXyUCFKpVJKtBmxY7kGampXMWjAUJduywlzqlskxpCJRfxIlWHNWwN6uJcumoFb3CYauGHpW1nr88bImxb89IGggBcVqorLIlERUqFZJB3Fkm2qdCE-DEl9CA7RZlT8KaU+ooloUHX2VJZSWqhWYlfnWl5SjlyZFOBSHQq0jaBfllE7xQyUkllzgTlOGdOVDJgploG-mWgkxv4ifFMlj86lSGaO4Xkyg5Vpb0F0kD8WYhFBVpaGlO2dYF7FQ2XIXmlipfEjRFvWW0BYsuzK8wqsOUlyxiqYhZIkfmWluCXr2KZfDSblNagGy4UUbGixjFjZTAjVREHLZwXixiTgal+L5ehwjCdfGYRBlTfIAVwOGnLYhUGlvH2XeQaOBsEx5l4JOp-5aGWj6AFw0RBw98c5ITDflGHJJygVwfgWVhuEHDMaZhG2dmF0JfhcpntANVu5r1W7eWdqkV2paRX+6nBKRU1MCOX0VbREHDsmjqEHGKoYVc9pRzYVPhR0BbMpFXuWg8TFeqwxGxFa0DnlZRa8VwAGFRxXDFOcDxX5REHPxUnl-moga7JklVInRJA3CcV+88FVoXdAlAHxzCEQQDCGYSDdnKBigxAAUDpgUAMkD8gXAE5p1YtSNIYj6-aXz79JrsRolngrFalFtRgKRRwaciuffkxeGFb+VOcgLG9xucnFehxqVvZdCUwqgPGgAYlCtmBUeUpjoy7V85OYjaGVBuUNEi0z5WxX8cJ0KkiScRUko48VtCIHpN8ziKKEbol0FhUgAgepKGYQUBoqBtGOBe4pvMD5eNGdGVOUsWKp-ldpkeB46dAboOwVShV35n5ZAbJyH5U4Y4Jj+eBVJV3umUQYVuXEJypoJmaRTKVdCc1UD6kOd7DUARvBFVgGf5TSgAVuAIAFMeqlS1UTVG-NCXgR3BXBWQAnCQ1YYZypaCF3R4Gp0W7cDVXUYJFB1ZhLTW2peMm+Zq+QGUnlbQMaXdA7Jd9XWJ0lQf5Yl15eHn0gt5UGxLsawQDXvUVqjKVWqTKFapNG7VTKHdVV1tCW-BXQMOJvM1VZDWJlZEd0DD5KIWijsg5gCiFrB0hcSWr5FxUxmPBl5RL4sZ1JdSU-6Z4DDjAAVcII6AiIjlNXocKBdogXVvyFdWucW5KA5y1AiGlVLV4KYPCThhCRpwoFiMQUTd2DzOLUEAbzJJzzgpUT9TogqtbgAO8r8fQb8sJtZLWyS0tcSnm1GvFLEuUNtQtlhFWtREUx0+VZ-yUAD9sECagZ4NXaY8bAegHzskAKDSDqVlZPQBgw4AdZCUKOB5CgSioEWSh1y6BHV6cKlbLW21haISrx1cIb7WTWd5E+UKAnhTfkPVvlFlW0Vw5WtKdl0sJgblxzcW7qKik1aMbLVj1S-lzpOtRhRlE5MoEVClgRKjVl81hQUAHl7-nQluGx5WZmxeq5X5AXpAkgQoGxXZNpqGFa9UwDMV7ed9BCVx6iJWXQYlQAy3ac5X2Z+liqh8n-soKtFWX1c5GLVVwbzKcIX12BXPViyXpTiq2pGGdiXrZYwBjX3lmlWMA41lNQnRT1S5eIUChhNZlDE1LRphJdVkkj1UqsAoblTX1L+QSETQKAMToNIVQO3rkAxOgqFfaLNfSBs19IAzVAU4DWeUKlYwM4YA8IpVuXdAADcGzoNwDWf5QloDRQ3RWEDdDWdA0DeyCwN0ofA3CC50kg2g8KDVJVoNQDVaqYN2Dbg0o4+De1CEN-9laqkNezmsH-UAoe-VUNyMAKH6oTBlapzg3kLnUn8WjSdZVcWmLJCcGnYCTKp1iBDEA51KfEixWB5MWOzcmdIREnhFAoQqGkRvqoLWllqrleX0Nf9W0BMNWNTnAgNB6k6XdAAJowTk6oGMCYYZfDWMACNHVRAAINIjeTVvMpjUI41Mq8cQ2jAqjXzVJNowCk2k1iDZk3INBITuXLKiAFk3Zi09afXuNoKOHFkN+Td0CFN-IfL71NXBWuUNBItd5BjlAzoZoV+3ZVhI4F-ZZgDd5qPEUIaKKnlQW-1u6qx7LKKrIeVjFSRFM2wKRHjIqzNOHmSZqe5yPVknIz8qDyrN3xes1155rMxo4QWcIqTj1hHrhAPlZzdcVDgnoqKyKCczS8ULNt7m83-ybzKc0MF5zS82MEfuvoVB6FFZ4nhFaPhmgZVgMDQY4FtrF824p50g+TwNkzsQzVmazdNSItbAXwpBBwiVE0aGejQ7D-BCpkGwygbEtCESGllaXX0ck1q4CFla8Rc12wyEWBrtAsNftWtFrsO0WkUnJWhTclt-G4XrVnYWErDFZci2JTlloIy1AtgMPV45O3sZSI-sVBe4Wt+P7J+wKtSYBK1XZNJUy2XwYLpAFDZpfCCVYCIJRNIs63RTyWCtMCHq05OhrZcI386IKa3SgmrVK1jN7AYCIMVh2jsIYc+ze4XdCXrVjxetzrYC1jNztay0MusUthEKE0dZByuw4LeZmQtFkWdruFobYewRt1tdG2atU5XS3BtAYh0pJmDLl1bzFUViCU2yOhp9HkVb4llowaSUUm0r5ebWEpdWZssrKZtK6JrLIARMUQVaIKdW1YcBQ2YW1Al5sinT9WuyZW2KaWUTW2jlZRMS7Kg5Mo23FttZVnm6k5bJWwnskAJXVyVwrXLbAV01QtWFSTYlBKhVs1X4E91t9dJATNslRtUVV21XQl7V+kSBX3VPhcfmmItaCVU5VC+Q5wK1SqGlU3VlkXdUwtNHme3Rlp+W+0yZ7zG9X-5H1dNxfVAyqqW7cnJf9VsNYBUi3sFcVSgBqVoNWPVBNaNXoU8tlZXOxQ1I+uy2hh85nh0zt1DcjVuw2LeyDU1KrLTWkdwAFDXkNtZSYac13BeYT0dPNRR0qhATe+Z+NNOooW+VAzXW2OOnSlu3KoVMiM2Y05spJ04FiVS-mlt7MsnkQpgkaQbL5-JR5aNtWpZh06lO1e5pUyEpYVbcI+NRd5Uy4JbW3qdDXoO3idRnQwVg1opdU7gmvTEW3myxnQy6dOy9euWttkchzJUkJmMiQUmybcNKywpQJeZDN9-ubILlHQDpaRdv9i50EtUhUcWhwOlsSXudqAAZqeVRZWEQKddsj7RxOVwAk5XASTlcAKYAXVO32gBAJnXrg+bfH4RdM9Z1b6ddXeF3KyrnQl2ElLtKZ1sdTbTU7yFtqhl3eVxZaqHC1WSeu3lSMYtWDnFQzVFYRlAHZvx4t1nY50Yip7bN0K2kknJ2IGP+TxGB1Ied1HvRKnStr+IU6HWBSQYAG8xTduHtF3qsKiDvEHNeWRBpzdbQC10aADSKUAhwVcKK7eywME-YXdZJmd1kmSGjzUB1WHd80HMjzQkUNldjr63ldlXcQBJmv3Yt0zdeCkcQNdEQhvyI9ozWt1zdG3SClbdItluQp5SAf4iP1ptSqyzKIdLV2n19tSSwpAT9ST1Ye2Bd93YYt2qAEblQPYR5aaFCTkXZVx3nc2J+dPfd3tAj3a0AaNowPpWY6gdbtw2APILlAbWW1iJTfw0AHtbtpUPcITrgwQJrJqgEYDLqKm2deHWFsEkChja2vaYM4R0KaVWF9NN3Qw2k9zsfF06VRCDnCi9XquL1H6UvZoDmym1r6By9u1gjBK9uYND1q9tshr1nW2vTAS69zmvr3SaoqUb2dWJvRR1dG67dO1cNYnVlaN1u0lFYydq3StXf5QNvj3bpRVfkoNtVMs612dNCbVbcIBnaX0lUy5SZ3cIZnZO0WdOTvO06WWnRvWs9zncrIxdAVnF1V9bnelbkdvBUgTJ9wLToX1FkKsH6rRZPMi2tG4SNLoqgKODEhXdfqQ3pUd6zu32Nd3QFFaC9USXb3sg0hcl2ddqXTuxrBRLUZXjAJLVY0p1HkBZWKgDdvIDoQzaXGCyg-IKWAU6voMADuVAoW9Z9dZvZqY-9Evr63dtJLlpYcVbQAz08NUnav1OdUaV32QN4wLv0ddyMF11mlfkAzWf9MfbzXTU--TY09tdYcGl9pyPQx4DccPTw0b9NvfkVtde-QgMH9BmqgOVhF5c97DdEPVO0ADM7WLIy+oA72Vo94Az+DTdL3HfWIGJA9JAY9Ctlj2wJx-QVWQ+OfUJE0IRPW8ygDZPRAOM9lPZlR3NRA-IM-gnPaUV0NOnR0CqDrVNAPYRwva9ZsdPmuB2lpBXNBTGN8AmlYKDntAnWSASddY0bcadfY3h1jjVOztdZfeqxuNfaWgN8+cfYwMwIKbcGYRtMnaA6Hti1aswntM3atXd1ftQPWyV5Mmm2j1LfdoMIuEbeX2cEEbcZ10qVkvEC19KxfX2AiKANoigODrbkPmktndp39BDDVG04yuPCw0kV0bYL21DmMigBI1-fZaVwAQQxxXpDa-W0De16lU0OkDnyol0dw5Q8SWgOjaGKpzprZvzX9NpoMm2aOiYUFWfK5QzwPTN7+V4jRtatWoga1kQ4IOZ963S9W-5pg5VnHtcQwuk0IvQyj2AwNHaDxgclHA+WPFyBQuy3VBdbHUgCo3GAIOIdQzHUQAIfKAI5GD9dT0EAQQ67Vqwjw1I2tAAw9MOeNvatqUlopFJnmmFftUDrL9Kcb6VQjD3cMNC9SjsSViDHyLKhZt0FvZF8+WgzZGYjHPWD3yFz6jz0YjLw-z3Yj3fcwZ3+3QA70Fapw1PZ-BL9YyZlc7tR8ORIXwzEimAw4Bm3OQM0NkBJ13aAMMAjQo+TCmA7-YPpwj6AwOn9J40msNV+2bLi0O1iLRpVUjKHZoMWSGozcMrsIPJdAsEAfHX0KAQQ8ezRx1wwQMdAdvCnQwj1vcyOxDk1inTtDgPakP9D2o77UwDQfJwjigfxTBXHVHI7BEDcc4OGDHWjyZY1J1UUlJAo4oYBYNuDF0GMPRS5jQ5UjgBYAmOCgXXC1whg8Id0AzDsfRXUBD1o0sOAitoysNGjGY5qNfcq7Ku1rSziHbwjCew7hLbDKVRXFq8fAz7Xo9hw3N391C6aGOoAr1bBHbdevI2PbsIwncPeSULQUMVjqASdbRxUJbOPFD9oakgB86IMHyFogfC6MhFbo9lVl10FvzHoj0I36OujAY9P66VXQOyPtABI5GM8gskDGOAij-fYMDgVku3qhgJsLGBWSz-aBgFAW0sMIh9RjamMK09o7YNaYtNnWm4QX40WP4tftcc5Flw1UPViy642ojjpNxeXFx2QMZrU9lA49HZGJxfhrVAV2VWOPvVODonZ4O-iMAW9eRvLXLEBOJSrQaDNIziSoT4LlhOg0Rfdp2zl+5vOV9D4ntw0glS9Wfm9F7EydboTDnJ7Vz52xdUaIdjVch3iFp5SdbfFGdNIk10DTYz0p0rHQgMiTJ+YOkMDrgZD0pwQwkYTeoXreEN7t+w-hO91iBmyRlJXAJgDmODceXFpV-iHqPCDxw5t2cjj5uj5P0pk6hV3MdzWQindR3i22GjpkzMbNxVo8aZhKkU4WjcTKQ7xPnmZjQJNzlKk6QPpTQjl6O2s1TSxq1N+5R-WXd3pRZ67lQHQP2-NXY2lXfGLpSmBulqtGVMLZiJcU6JlmqiSXolvY0mWfVZXSZP+tujakimTTHYMJCTAoQo6ZQ9kzanQA30Mc3QACZZSNgDZA4UXElek942plfjdx2+NhAhtPbT-jeu3Wt7retD5SKfdWJP8MnY62DhdsLqmxDNk0t2rVanfn0eWtrc32nedIwi6ytgIhkNBA707JLZDpFN9PbiQ1RmjnTC-Q0SAap077rD9upaP0CVbLVMVdAcbbS3QWFhf30LjcAPtOzuNY4-5zomkzw2HVWM2+Dz1kTX7W2q-05eZ99ipULWKUgzR5bGtK6Gf7HlM5Xln7VT-DjM8+zqSzMjTXQPK038ekwoasq4M-XmoGo7cwkJtkHYfYcz-EyaOJwpVks0saoHLs2M9pVhayVT9wwrNatUHWUTozQBmOkih9M0VOQDYwDF1-UEsxlOHjB4x6O7c0haTOklCA1gIrTpvTGomzOTfWOkI2o98ZnjXQB5Mj6ds5zNjAVs3rPaN3sHa33W9s7-1C8Hs50Bezu3D7PLZOI9ePb99IP7PYzPTUHMxzJ1lMO62TvZlCGNpoJYNONac87On1DdvKacGTaYmAygI4BhDtQ-UG5XwT9ICWNkNxtt-0DdPHQJ2o5flZrPlWD08uM1jR06j1vcbuuX5d1snQRP7Dk1r1FkTJw+OO49SVH3MytZ-rex0zc6IgJ-8GaCOSl84jLYgdUn-Cq0atrsB1T7hgMPixdzsU5LPf1+9SfM4zHA8GUo1rPVrOcANTCxOXg8+k-zemSYD+M9C70ODXXTPDXeNRGr-qMCGtRMxbOjAoTSGxITihXPO9hi86ZNjso5SgDSKxAPg0-oTPS00s9OpbAvYFT88gN8siIrC2vBmoCFO4Au+QG2bCcC3irBT-bMQsnzRhJgsLZhMB1SBIC7TzUDS91m-MILAYJ-MWggqtguoACJkvxLzb4MSM4oupFAu8DM8qaDjIMzY1NrSmxkPOMEcLYeoQAu+Qi13NSi7vkMLP6Ewu8L+k-qqvzNYBwtcNX84ao6L-C07BPT4RaItn+KiLOPC+2-PIv4LZ6M2Eeh84CosULrPbOMaLjC+FOsTTFvovvznCx1DGLcaqYtl+5i2f7CLKyFYtzoZbFOPyznBJaOoz980wDVjwaU6NhLLbXOlUIvi91LWLfqG7PKDrPV7PMLOS8HPI+7Cx-NBL3CyYvUjCA2FyCLrAJEuDwKE1a2XzYsqks6zUAK2NgG7YxoB4LrfFlUZ9tk4OPhFE8yIO5VXKjj06uhiQj5LdeCjRNtswLDQjdLIBYUs6lTtLUs4LbE60vZSrA5jOtAO444UZLl49hFZLrsIjEeqxfcE2CTZ85G18Tps1eOLlgc6JP9JF841WulgNDjNn10HK1NxWiZdfOX1nQ8ksdLuhRsUuUW4y-7gwelb7MITIC2yPGDowFDVITlM23NgJHczAi7zZk-5QgiNwoj5P+8Im3nnDN09EMv5Mdu+0o+fkyOMgd3Y2B3Tz0y0hUguOK9SsG1FvTWql8oU95TpIOi0oZMrMxgv6f8ILQ0UD5zMr5kxdPRa8sJDYSo-OVDSU-Z0pThcw6OsFMK08vpzffRqzKt+K+q1YrYK2q3fsz7EeXKr8c-VMot0KsWyWsBU6DxfLsVR0A6TQc6HMyV9Axolg4i8JPkeAMg7gA45pgod0KAx3W8x-MV8gCuIG84BYRzLA84CqDyqvIvNELV8kZG4AIa9AvxLQQNGs3RGrN6twAvqyqzJruSN2PBrOHEbFaDJhIwTsria3exMrzMLGuQA8a1ewLzJa2UtV8qcKmtHd5zJiu6r1wsUMjUWqw2t8s+a+ciFrgMGbwetlEHbzlrtzZWuxLZo4OtdLcS3pBdrMMMewoAaa8d1Hs060mDZrdvLOsiaxCyCOK8w6zuhxr3o1WtMwA6xaMrraHRWvKL2642PLrZo2h17rMa0kRE9SxEKAK6gQLSvZrua0oMQ8b8cbVVwT64ehsAr68Gt3r07Kgtvxhtd+swxUdjrLurYjVSoRr4FZwPnIh66lWdT91PBsAuUa1Qv3ray8hs5rta8msbrwIybVvMWa+m0pwua92uL9Bnuhvzzc6IvMrzq6+eu4bxa6rOcEDG2eu5TIIy2vsb2a+xuEbilD2u1yNi7kH0blHNmvPDugCOs4bwm2aGibIFfjbVK-G-vUgjw4ptXtrqHanB1lWHNmuKbea1RsFr462uy1rw60xuGbTY5OvrrGrMexE9O66etrrp6-xtaDNm1eu7rSGwetmbi85ZsZo1myCO9Vg8tuMObupI+v6g-64Bv+bbm5+vgbobBIDQ8djkT2qbMtcUORV9fN+1FSfFclv-lqW5rzabga3N2KbuWwQmYAknH2t2wLK1hWBTRGzT2g81SjptVpjm5BugzX1qpWBTQ+fpuO1VW01V8VltUwvFb3W6BsO18W7kGeWxW44HlVfFekg1bWmwhgbrMW1BtxbXG5qt6r2qzxsZbl1VlsU0na6tuK162xDSh8RQB9GMrWq8zCyjY3B3xHbLW3Ws-sqcCdvfDgyJTKgCtrKAGzbjW7TpMruGyys9rMG7jXtA682f6bzIANvM8bHa0tvHbRdbuMp0v23Oj-bgO29vA7ba6Dsv6u44fN2w0Ue1sEALa9-xlrTaLDvidoArqSxbrgYuvNri222u2cZa1ttftnU7FV8bFOxK14KsVfdtfDnuodsg7N2zrb4O5Oz5Gepna2zto2jO4UCPbLTc9uw0ei5ttc7HeW1tE7J3ZU0-bwhBvPEMW8z+itrEIrxtlrpUeDuuwkO2+DQ7Su3xtw7Ku+rs-t-WxmhS7GO+VVY7+u-WtdIe2-jtzbrgcFvPr7AK+v+r07AVvJVY6whthr0hDRvlCiyyiWtbL21oO4bn+QoBJsAeyLvUbAa-kvHK-u1HQQbwa1ogFLX69Fu9r2panCjrN0XRWC739cLsp7QmyywdIYe0htP5rLCrOyLMME9sNbEewZuvNIPfFzoLuGwB4yLNzRXtC7Ve3ns+7Kknz06jca-KRHNZey3ucUlez2sE7Z4POtS7SvHZttjnU1uTrr0++-nI2c++Lvh7He5ADObKHK5vrrdtYbFUb30D5sm1tmzevvrm44Fu6ko+XY777VcL7waAw6-PvLds+w5t37eCovuP7y+3Hur7F6wfsubdmwFs3r127uORbU62qDr7h7K5v+8p+1Dx27UqGvuXrrLSsvETM++7tjNaVUlTwHpW0byfbvmyqyHLwG8bt-cRtecggHuUuAc3rjgR8wjql+8T2wb5yG7vrQaBxMuKTz+6genrF2-9xo7fmxQmHLeB0gSUHHB1a4kHRm3pD2Rue2PnVweBPOCciQbArrBgnq+6ib5HUuyzUL6yGphuyIuvsTCN0kKI3fbLMjWug8hMDJSIAUWCxFkYbzPoeLO1tdqPkwTC2AtjsVh6tQcU9yBoC1gOEBoeWgWh+QC2LZhzVj0FEi2k1MLHk+kh5N60ImAMkQoBACtgWMuU1Qhfq63AibMu20BmHsvceAFYxhxOsE0YjFGULZTC+EjFg4R1UAoksylYcp0syneSFURsfcjYK7qOos0LPwoKOFAscN3vpiLAD-QVgWwp4ea6mxC1AEAe5CiRKLRR2XJ17C2ZFLjEzMFjLtHqQHuBFYoft3v9HSi44eYQnUFOh0ArJHEd6HHR4IBVwPRz4eF711UwuzK8x1rooAR2LmArHsmyqxmHiYBsfdHdLNsc5AjHEwt3dntOIKJwxx-UfOLJh+cfrHXR1sf1MOx65wPHECuQfBHooJmLvHaRx0egSUor0eTK-x2RvswbzHMfzHQgKKA3gFjLYvYwFx50dVw4jNCe+H2R5Wkon4sDie3H2QPceFUSi0W5+5RMlhvKLNC6Qsk8HUwvu1He2w0fs9EjBKC4Qpxy4ufHqQFM5UIXrWSd4blqwKcfMSJ2PCJgXJx8d6H-hzSf0nzPKKdNHAogwCtHkp+CfpAWJwQBDCG+iKewnAx3fRjsaKM+Bfw-EuMeJgkJ4mIkngp3MdNHix8sdgngh5dCYnVx1qf8nZC7sfTHbJ-MeVA2SKqcOnRMOEjiUaWK6cMn7pwkqenvUg+ymo7y3VN0LVrjYf48JU3Ai-LnFFDUFbFJp4dMLjHfgVbTu0+tDMA2SMGO+n5m2YeBn2p26e6n+x1Sf2nTY7vnMnoAqyf9I84KxKYSwjb4e9SSADEC6oHk-zl7kRZ6YfaLMJ08eBCzq61Cur27LIdOEvhzwrHASi4aiVHk518TN76w9hIdI1ubLOKHkABEzNC2QlWezK0524Ld7c5zrLKzS5y7MrnOQNbknnyzZuf0iFjIyL3yscoCemggsvRKPHR52AreQTe9eeVcZ585Cis1uV+dyzN55kLbn95-Odngj8nnm5yrgpBe4A75zvJTrkbMw2QV0F-RLxnwF+BfsIdbCu1QXLgmhfYXDbPODwXjCtAWlsL5yEykXRF1WceT+5x5PEX5eX7us5eFxfKMX9F4hLon27T+XnVUVe-mxV1SrQfW5s46YwZ1WwpJyyyVaXNMIYVZyxtNVTK7TtK1aTcDHMX5Iroc4Y7Z1qusLEItReynsZwVvW5ya+sJeteaDqeNEmF6aADr04z0sz71uWbwDyekFoOQiD504Tv5PmFIu+HEyqXvN74PMMAlHUiv3teXV7uspPnobEFeKsA+95dTr9bFWzxctipkchXTCkmw+XLrIleIXd5chcolPl4xdnIti207DAMl4PvDAyawVdAHfp5DCiH40HgTEE0+eZJRHsYhTVWC8PbwObD60Dg2z9iBEpns5rgmCZaHW594I7nRqHI3HgyKINemXOec-koXBef+jF5KWxk3RHKrCgd-nBzIUgfnpoMv3LnCl9ZPIH415j1eT2PT5Mh5DK+RfgoXzb1cMiVjPwLnSrhxIxNwWwj6hVnDEyDnqB84PPmgdvSyPPDLnk7BVTzFEy8KHXqFyEwnXt51oNC5wR5dc4FbuX5Ae5fkFWd5T7LBauXQjJ-fs+YKBVedAX5e5xS+Xm64GXrnACoPsT97l1i1djgFxufo3c5I8e0ja7StfQAWu6wA67i-g0vAA7G-Jc7bYSxQYHdJOxCIXbnrEkSYrMxgvzszlIg+1Wu3M-dar83Ozfz-t+Gj+hgzgt7yzTUNNwt03RAO0rs5cmK+kgdUQ6qjmMKB9dvVH1xhMerrX2CT5gn1jV9M2+H9FQjkUn01CbdjNsyhbd71YZ42fRlI8tvWG3wV-bdcuZN8Fd8sNt33v6CZex7cassF5iWKUvt9HvsqCOR5N8sy7YRe4A0G2AWulLuyVtNXy3Uge4bKB+GtR7erFlc4b6Hr3utsX+fXu9red1nfY0SexoRJ7Qe4nsx7DtVHcMsWB6Dy1ywGw2uAHtcg+sN3CN3GvAb5a63dxrJd67uDIx66RQmbGe7htD3CS4Fu2sA69IWb7EB9NQDr-1GAf7r7m4PcrrFm5PdzkC90o7rr3d8IclXxZ03dIblMDrIyN7UK1d4NMTXXWrn-iJfd2wcTaLoZoPa+fsIXq46serrAiCMRv31K9og5XM88xwMjYzb-c6uSVGuMXbSK2ERrjlRW-eTrorRJvYcoBY1Vrj2iNJNrjgfK-dnHEBaK3VKU27oDkLBk4J2mg6D9ycQFiW8zdU7hiSxye7L+cOIybxD3ON8tU5LkG0PUp+aN-TM4HACwPbD0QCDeBnAg8rgl7a0Uro7D1e2JnGtIBpkPvF0Dq1TEBdg9CP3D9UrfLPpQA-fGqZ1Q-lTMMLYuqwOD02O0N-Ncxk5nKK3MOGTotWAUbViW8nfkrjnDNeSP54iBUSPy3XxdVp9j-Tt+TyFehwWPaAGVvpb4u3OTVKfLNIWyPWFYtl2Pb+wE9Vp7kRpxSbMrB3dqbCO4SoRPqlX1uAHRDxlzbR3-GJujbZ8EE+ZI0iVhwJP8VQ7xBbMT1hXdb+T8UNJPk03w9rhr7cNsZPO6GNsgVTaLk8IYZTwjt73KT2qCcR94w08Qc5a7zFZP422pPRJsj4TC9bYO3seMXRu9BsvdII+931IbAxJ1qPeW9J1LPCtpIM2xk895N0raPqsw3cZzBcy7M1KzCwYU1eeH7N7c7ebLI2hgw70PjbQFGOyQIGKsR0Y+QLhDDgIoAkDswaACanOVX7oKAsAtkGtbegaAHnPuDrsP20C9ez7DcZUfGg3Ye9HJnAJON87TTxQvO7A3bJAgQPYPBATa2ACKjrQMb6oqF+ac+Fh5z-gNWuRAzOpEDJe4uffneNwP2kvVL++QBXnt0PstNdRFRthElL5h7rIM07S-TT9L1y-9IPL0lH4H39Wy8vbHL+T2m3qMT81MvGrOwO17oQuFft5Ir11O57lGw0RvZ-i4YtcLDHWQ5DLt09-m7Xog1Ms7P82g4sDLXMmIsbDqd4bLKdiDkgklCqz+5MXj3u633oiK3VE2GDVK16FZzdz8VLV2JXGLoGL747ND-QhEq4MIv7g6XyGcpdWC++Dj8QS9U3cMAgtbNSC3rR9cfhL24zQPtP7RsH6b2gByEqmCRRIlFoJRSYNiC8o45RAm3NtAAA). Alternatively, install `@ronami/hypescript` in your project with `yarn` or `npm` (TypeScript 4.7 or later is required): ``` yarn add @ronami/hypescript ``` ### Code examples Only a subset of TypeScript's syntax and features are available. Here's a list of examples (**with browser demo links**) for some code examples: - [Variables](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUVXqgjkdrmL12M95+JQV00AVgBuKxs9H1A+UAAjKiMGLlgAEwB+aWDQAGYI6VQAPgKbKDhEZEQMLBxcACYiUnJKGgZmVmoObmo+AX5hWPEpWV1QZTr6jW1dA2NzS2sweyd2F1AAG1hA6Hp4Hnp4rektwPjpgCJDDY3IC9KwaPZYs6SUznSs880L6hwNtL3SJgADq7SC8UgUjc71E3D4rHkii+02I8AksAKxQeECqSAqaAmeFyTTIFCodEYLDYHh6fUEg1EkhkSKUtWJ0x0ijmpgswNAADlINRePwSGMfOxIN5iDwPLgTts3AAuUDsCQAW0SiE0aIxWJK-PKKDxNRUuAALKSWhT2tSurTRf0hCJhiyxkTLZzZoZeYsbOg4M9bkZ6BtQPBHAhYOwjLAFTwHKAABR62AASlAAG9pKBNkqcuErHmbFoXTQcCYFXn-LhIFsAHS3TjJ+jpiIAX35ZcGaUg8fYTECyuT0lr9dgTcgLbbBtKACp57n53mAPp5jebrfbne7tc71fL0AAHxPe-PF63ydXmc3p+PR-vq-XoBfr-fz43z5f37Xn-X-4fuuT6PqATDrgAOveZ6nuBoAQaAYCQUhq7HihsHPtBcFQa+qGgdBT4ETeZ64cAEGfgh16oSRRGZiBoArse1FMce5GrgANGeDbPmAbGoUxPF8SxebCdxq68ZhR67jxMGXnJ95SduAnicJckXixy5Hj2IisK4uA8BqYgbImPDpLEhlbBqMYynKzyQEmXKwAAykY+xiB04qKOQcheLAGqCFSnT7MQxAxkeogzIoLluR5rJBOwUo2fKDbaOWVk+Ii4JxBIFCIrorAeBscigIAKAROkeUoRhIvgGUkkBpLajB1rAFQNppDGgAAmlCoBiPQuCsI50U8O5bj1S4unkGicIkGQ-BUKgjk8iYRAfGs+xGPFaSgB8gRiJAA08EcsBHnFCDmgk9CmG1DFaeWYjYAAVsYgTGXAumBLQIViLgyogJwfQSPEDbuBqwAcPQGo8MA4C6MN7ntSu3USG4MSiF4YbhqgtD5a5I3EEQEVyFClTUM8D2QM9RiBL0YqoHIezsEQOBoOIGqWB1yZDXjo0Wg2ADsSCIBsjAoIMkYAI4SDwkZpJmtMCPTjNBGk2044ouA8wTN1LpzWgjaqtB4ni82eS4xn9fGCSwLcIrNOSZugOddRDKAxMSIgTJSOmiPAJEi5HuoQfByHodh+HEeR1H0cx4jannnoOBUMZ8TwHsxXuA11s3MKccx-nBeF0XEfLn7SzkPARjAKIDUAB4NsQCqwLX+3wIEcVLb65gAJJuk7tehewaSsF4+xcEUGi5ohYBaJAJgxjwABeVBezIeaz-P7BL7AZi98yE-N4Pw9DA4KAbzGAAywhrxuGTaHPl-X-3R+sESZg+HInEf0UU+bnfNjdyTB-J27JcCcQcDgDUjBBB+V-luAAYpAxgZgADa592BXy8AAXR-tuVU6DMGBEPjGY+ABBLA9A5BmHQe-dgcgii4K3P-MAgDyASCMHGAaDgJAbE4n1PAK9fBkBiP1G+24AAKewKDUIfhg6+B8B4kNdKfRAQoGqELgX-QU41CHPyUeMdktDP7xXoZoph09QCsOAc7PA4CkHt0MBqMx25EHwCgcQVBajYCEJwc4jcqovG6OIUPVg5C05UIAEKWy8UYhhfi8zMMsUmXA7DOG4G4bws2ABaZI8wtqgAgW46BNjqwXlce4swy0zCBPkYw3cqo1gVD8Q0lqCAzEtKaZuDpCAcS4ErsAAAqrKDYuBgBhMoUMngIyG5NxbjgduYwtD0CmdQvRITQDjKod-CemhkzJgbAc4g+DMzqAntASAPA5ZrOPqOPMtBVQf3YlPA5DZIxeFVKIFRoAABK0gTlnIuWkKed9fl5m6fAAozdW4LK8uInKtBVnBLIRQrZdCiicXQDs0AKCXlaAxVgyFcy26OwGZ4IQDgPFaGuaElFsSMVYpQegTiuKCVWChfMx2idYzIK0GoJFNLwl0u0FMflGzaXbOmCg55BzeVPLzLi+oTzWXSHZcSjuyyNgRKoVPKlorNl0qnhE6lapNTajlRs41+rv6SqwU8rFRq9UoKYFsLg-AmBYNAHfKl+CNVauoRq6h6LQARM4nC3ACLSGcQAAwMN6f0yZIzgCehmSqolMK2QqDMAAWXjLgegHxjWjzhJxK+awBSmpQKK9UWoEA7KnqeJychfD0Frm-HNA182wBLc4ctNb4CMNPJIvAcI225s7d2stFb+31sirAUdHaPgTtgL27UhpU3Qsdo25trbDHtrzQW0VRauBLpXZWxR6zq2rumDmPMrJVRMC3d4HdKgmARDzFZBdsBVR7s7W+zYPap2qlLcuqdnZCUbrikO-SXB537qoIe6ax7QDAdPYgKtU6sU3rNveqDI72Svqnh+uD36x0fD-cZSdfagMAb7WBtlabHaOVg52wtiHOAnqncay9tbr1TzvWBJj+G-1Ec7SRz95GaPamo5R7UdHy59Krgm0Z5TGAptVem0AKmPFT09Ja2lb8j3sZNX2hh5rvnxh4UQ89yLBWGYZba6QWLdOipQVg4FPyLMbBvqqT0KCo0etFW-T5KAf2LpPigFDGH3Naf9Ssz0Qaw0IvMykrznFUAABIsyRb7R2VUmXQuwA7MURh4K42KeGaMgA8vEKmxAlNqYY3FartWc3wA+NQ-AnEtD1CxZVqGlLOugHnsTByPXQAADJhVleAOg7e8BgB7ykLgBrEGxgAGlYByD+PAY+6gZ1MFrMwfbpwmD7cTKdkSYFIzEA9oOfb6obgXbPEOdEsAnuwQcGGCg72wLcNjLKDwBH10csg9VamEhGC2Unpdpg7EftMGTPD9M8OnX7awfDrM8OOzw4bPDsI8PlTw-UPD+c8OADU8Osnw+AED9TjtUOsE0EwKNTBnv4FZ7BeoHOwK5G50wC0fOQh84AGx8-5nzgAHHzgAnLTxrYxG1anrIz-b9B4fxHh0YeHaR4dvf2w4eHnB4e0HhzweHj14cmHhxseHGp4d3Zh5AeHYh4cS3h-AeHuB4dHZhxIeH0B4fUHh7XeHch4eL3h6Q+HET4d6Hh7YeH6B4fwPhwAcXh+AeH3d4cACl4drfhxfeHWb4cCnh5V+H4j4cAEV4ffPh05eHWh4cDPhwANXhyCeHAANeHnV4cAC14cs-2+z-bXP9u8-2wL-bQv9ui-2+L-bUv9uy-26ueH6Wgc2AUzN2Rc3gBZsYLQFNcUnKpKWcdXjeYo2qnwH+-Aqp6h-vqKqfIU9ciqgtH+i0qoix5hCFVGFz-WF1VH5j-X5lVAlz-Ql1VGlz-WlzvyjQf1v1AHwHvynnQLv2f0wNfzQPfzzHwE-zQO-0wN-zQP-woLv2AMwNALQPAMwMgLQOgMwNgLQPgMwMQNAHqGQKnh4KfwwLzHqEf24JwKELwPqAIO4OIPqFIKEPIPqEoMUKfxoKELoPqAYKEKYPqBYKELYPqA4KEK4NyF4LzBMLf0ELyBENyDELyDwNyCkIcLfzkLyHINyEoPcLf1ULyDoNyE0LyCYNyF0LyDYNyEMLyC4ItFMNACiK-0sItBEItFsKSK-ykItGIItBcMyK-0oItEAJiO8ItDoItH8JKK-2CItDYItHCOqL-2iJCFQJCEsKaL-1sJCDwJCCkM6L-xcJCHIJCEoIGL-28JCDoJCH8PGL-2CJCDYJCHCLmKAN4I7HAxBwV1SUDU5GNWG3slAHPw4Uvy2E9V2Iv0OC2DQQ9VK35F31m2XnmycjY3q0bmBzVQ9EYHgRli8AMD2A2M0F1Ws1YAyyzGC0QFIQ7Ey2BODSKyOKNXvTl1Wy8lT22HeLwGIC+PgB+O0GNUBIhNBPBPYC+QiShLvlIVAFhJWJeK8i5VDGIHuLHk4FwDMBJIQzpM4gdX+KmjpKxUBNxKzEJNQHJI01pLhC5W8HRl3lYxZMxOZLhCxW7mNS0HczTCnlVDlNFUBK0DBKBPxJQFXCK0VNe2VMsSxLxK+VXCjU1I1JNJ1PwD1ISRIANLBSNLVKtMQF1Myw1I5iOKVMdM+xGUxCuP6RuIQD303jm1P0WX32XkW20zzGjIlOLSnmRM+IYDQ3ZMM3NWjKWSmXjOPSnnEUjDjDSDhGA1TlgHoBMGNUhAnB8HNWy21C4ynXNVsEYFcFFXQWbO8CMS-jRU5FkQ7PoDMHzOMHSGLOcFLPLI4xMztWmDjLVODhdMsTdCzI2FtKOJQURPWh4CMBoSYGDlhzsBbKDUzI1Tc0dNnPZNQCDgXOPKmVXLvnXJjAQC3J3KDn3P7KPKXJPMNKTNRJTONThX+whwB3YHcwfM3O3NkTMB-LRM4nfM4hvI2FPNJM0w+N-L2GNQZ3cyDNQ13jdE4iYDfJbM4mgpTJKxQpRLRONSYAuCey9UjOcjY1wuZGXPwpotgsPO-NQsotFRoouCwvoqFK4CYqkBYtAF4vYu8DIpIvQtFUV0hBGX4tDOXjkvrGEuIHwsIu8GIq4tIsNMfRbTflQF7l2GMm2mSD2CulCngAbFQEnNXQKA7nopwqnnPJfg5ITLzGS0sxzPYzzILJHK4BLMjHLPlL7JbK7JMXRUTJ0pkrTLY2mEROIGkvROjKiqxWSowqnVKToqUpAz7TMDMXQDeJipSrdCiu3CpMYEEvpLMC8tS3IuTL2HKq3CHMLNHLWHHJMDgTIpQVQxoTqvUtAFaoCs4CCrLJMA-OZGVUctyuqoKtjL7mlNzLzGrwkGlFgEcioporPHEqnn7NCs3n7Iiu-mnM0Fcv0WxO1MQAiUcCTk1NWvWsck1JxIpQQDvN2LYxFOWU8DMBusKS7TAggkHAUTcu9Nvl2KbSfTfiYFJSsqhnYFFm2kM3-SsrDFxwkvoCdQozyu1HdTqWQpQWqpoT+qTgxqDVIVevgCQtVH0ufRwDMBht8AQHhsRvcq4BRoQDRs0sxudUkwQDxocojNmrkCVw2HmsXOZB8rM08yszcvTL8uHKLMCrHOCorLbLCs7MeUivNQyqWu4E0ESuSrUrSumF1vZJUoUrtKDItvFs3CKqSpKuNvNU3EqppLYwZIGu0ootIudo3GGqVtGpVvGu6sNKlW3AGuNQ2y2xwGHj8Tviju2zSH6pltDX8oDrGvLPxq6QhtFuTpS0Gv9vatgE6uas3GjN9umqFoXmXnABtkUHRJ1Xos9qngjr1XFTRVrL5tTLcu43gFOvvlytbvZKtTRUUurp3jMSDIGpQXwAcwkXhVqpToHvHunv81Lo3DrIQF9rzF9IoBDsdKnploFMY3ovFvOvWXls8plr00FRoQlU0Fc07pkzPR7s400E6wVrauVo6tVsrMgGrOeE0F3q7Wiu9tirlvioNqRMdtSozM-OzL1umHtqNtgccxnMWvZIIvcwGs4rAe7v0VZ1ouXq3mXjUtEs9uQy7tTsVqLpLsNPPuPlQBAAXMTg1CsiZrSA7CBoXOS2IHeqDMXq8E4gob2KMDME3v7U4jTCkpKqoqBqIYEYQuEaXtEfEa7qDWkcNKDOjNto3HLrMWSu3olpEo1SMcLu-uLtVqMYke6uNQhMPvzrHpIdgFro2HrpkUHqXooYkbIsaR6QDKriDPm3QWWyeLpxmpjCOs-pGozrVvZKrK2BrKngkYbL7X7qwwehoYsc6tVHMcDp-vGok2fvgGkxxv8eWPo3hKoA3KfIgs3nFrbzDAxClr2pbIOsifCoSbLPYE4l7pNs0Cw34yYDWlqYIzzBMoxFVEaY2H1CnjSBbNVH7Lk3CfW020TpoSnmmeab1qbLafVsOs6f-sSZ6eM1XXSb410HvWG0TrGdAAma-VAC2f9LzHme8EWZbOWfly8j6sgs2aafgzipZNae8HafYCOq6ZrNOdrXOdvUubAl7tufuamf+b-VefoHee8E+aqY+rpI2bzCeZabzH2v2Y6c7IhZOb6ZhewzAkM0Rf+eRZmeedADRYxfoCxdWK8gtrxcef+cJYPJBZJbBcOYAd6YwypaGdwBFvkrpcZYZdmZeYWf5bZekAqeeI025eJfZPbOFeOdFanL+cZZ8umHlrrUuxqY2hoSebJpnR+fqataVYHRxbhEtf+etcuy5cgvtffJnQTpjpdcZbJumycifLDAP2Df2FDduPDM5ZDeMhrrroQHFs2tkpsm3N0HNSciNh4TSCPzECvlRpGT-pFbQc0EzahABFzfzc5sLdFTTCOM2u-XoDzb4GrdnkcmoV0DXRWZjYjbjYnvXjGBTchzTcUAzazYrabarbThrfiaOe6emGAf7vDYOD7dcfccck4jLezcrZbendwBBv0QhNzcUCTt0Hc2PfSGTfNrY0cjgTvhYDYye0dIvdPa8hTbpKnbDHbYhKefxrviebgUbbEBPavbcoiTnZ8Fva0SYHJafeQpfdA-0XA4Ac-Y2G-aup5cZb-cw4xEA9AAQ8HfZL6rPeg4Rbw4I7faI6nVQ-Q6+V-bvZw5Omzoo4BbcvLRuCg-BqYAext3I6bZA8I7ctJQalWEvZI64+qhE+cB1z4+A7E8o7crb0BU47tKYHOUuTg6A4E4U-0VIToRU6OKYA-k0-w-4-k9Y-0VJRMClDJgM-veqms+FAd38VM7k9fYs-WQFFaXgDs-he85M5Y5vsoVo5QHQEsmslwEcmw+XcjdgH1TC78gi6i9k+048+PlJVshC8QAy48Ecn3YY5i77Zy-YDMGK7y-xq0-M+NWaxeiy6GuwHrtlHjGi9je3hq+pkHIa4QCa-y+Y7M-c+NXgTB2Arq6HUhjAXC0QHMxu3gHYBa97e3iG-+1skHIso1Am+m9uwq7VG88NL8YhSsDP1a+XiW+phW7zLW9YDbsFRQXTI+uHcchwWlpm+eCHdlBHZAaxUK8W+G9sjG-W9W7TnW4PfWQhO++XjSH++yt2OO-SCh58oY9QGTEy3B7h8u47H+VABR9h8Xpe6KFXMdP272+88Fp7ZXZ++W48Ch-Fvh+u8oVQTu-uIe90Ce5buvsQaZ1hxLaGsu+NVc2wZlsNKh78wC3ZJQQhKjs4h-f+aQv-d5be+fPE7tKjoR+3DvlR9O+Aup-iW0ADSh-Xu3EBIGs1Kjtyyx6zFR7MF-ahNFTB9h7SCch4E4ARpm6Y4vHV-t8d+d8YA9jS5HjYx160WF+dRjE4DdVF7cvwED-MUBNR4d6d5d994J7klVFj894T598jA7DS2j8J928vHBT8SzuQqJ+ztL5L5J8O4V3HbSAGQoCHRjAZMQ-WSZ-e6i+9B0-WTK90FiX1Nw4PsE-0U18y5761u-j77d9VGAdJ6oFR-i-C98Ei8H5b9Tfb72zzEt4S-Ycbnb9t4w7j634i4K-t8P8X9V-MS3YBDr9gAb5+tP5387eNTBrV7QGR4t5P4X8bgx9c09LwTQGx4W4Q97+uADsD-3aQ7dOkLnfbjPxh6ADYAxXcWt3w1hBcqErfRXooGapD0IGdJaYARX7pICrYLmWXh5kcaOkCBuAEXsajQEfd3MlvcgSLxB7Hw7ecA9zsfxYHN9j4hmMxB7zgEICdey5UrlvFy75QDeW4egSH1dQm4I++iKPpeDvhG8ZampOPk9V-57hU+mWY3gAPJ4Q8nqZ4VQZuGL6F8y++fCvhUBgGo92uMZerpAEa6mQruw9WlLdzYybtV+LPTAez0BYzROe-dfMjYO652C+exArAQQzg73ssw2OPDqgCzDm9jeoAVcrky65tw7BlAlzBL02xS8MOTzYgQSwV40CtEKvPWtwP-5ZhTeeWd-nAKt7-N8eRAPfl8jj6+DGucgOOrAO0Fw9Eh8gc-ruB4GtDLBujc8AIIaH+DmuRjXcIMKSHxgsaofcPsalkHxx5BGgxQVoNi6Q92hcgZYvoIvDqCswmg8oa0JWF+C24awsIGgGj7F9jBkAv-uX3OFtJrh8AYnmYICbAAoMwZUhF4BWwcsqAXiI6kzzbjAZUmZqcYEPD+HoYTM1+KaHsGIASMaa3gX4c4D-QkIoRgItIMBnZYUlPhPCDYKhzMCas2O40I6r3T1arpMMFzRQPenY6Yjd2YYW5iyyVaoiNMvaWpliINbbNPBy1JVhhTxHhUCRULSRtz0GZwsmADIjaKhxlaTNGOqLRVksxVbH04oyHY5kyPxby9Z2xbIlnsyI6cjOy3IylnyJJEPMmAco7piKL-RItxRczSUR82lGVMPhTrZWgWwaZKjsBHldkaKi+FcjGyPI-ptmF1H3pqqRoqeCaKeYSi3mtIy0Wq0dibJ0ALcN5PpA8Di1gBKA36tEnGixJmqOI-RK6M1HujtRxI2FqSLAgRioxuaWyLcxtiJdF+PmT-rgCDHosQxqrbtlQEsGRjMmh0WMX5QOE9cExlgsYfIGOp0Juy9CVMWqNxENR8RWYsVjqNzF6jGxhYlsYOD-QUxbB8YBIe2LsHVjWWdIx2F2NWHi0Ch7JKJBQBiQnVmRfvYNEmIagGpVRArdUSOLdFpMPR4rAUVuPbFh4-0w2VUFHWNH0tTRCrYMVKLrFfMqAjTCNsdHsBGARYacYCuLVAngTIc8oBMUBIOAgTjAME0gOiTH59jIqzVNbDXD5ZpjPOGogclqPHE5jqWTABCacVgDQSLKwFakchOom2RfodgOiRBIYmvia474muGuNrEyixg5EpCWBOon00XK20UVPuOXTJijxC1OIKJLPE7xJJzo68ZRNvEAjsxYIoZnxK2BUSIJOAW5pchVJpA-0ogPgCqS3jEAuJf4niV5GH4eAtJsEkrsJONRiTDxHdC7kD3sFuV9UTkiSWimargc0gxUGSQeO8n0JdmV44cUpMzF3jVJAzb0WBGslgtmJdk3SWkH0nzjLuuTS7n+khD+TVQfkuQOZItH-jsW8UpsdGPO6xkRJe42SbEjPA8dzUtPBwYKi8nnjtk5qPKY5OqnyS8Jx8DMYRLHH6sSJQzEqTOJjFzip4ekyxAZKnj8JxuGUtyVlPqhyBcpi0gqZi1DH1jJp1kEyImyngChIYJ4y+hsgSjSg7JHUoKS1J7Kng6pwLVsopNHFRTiJakgUd3Aag1QnA-NP9AjSsgBJ9pf6VkHp0Sh2TVQAMk6cBVWnKsip1o0qUWI8Ct8yxVg6GbOLOniSLpIUm6RyJvGRSVJj0mKZOPvSIzRpcM7fiWJGm2QfMpMjwODI3FxRogNwAmeVNAC0ytgJ45qXJJcl5hyEnATUBFwTGsyUxoU26eFPunYyBpT0vMUwCZn0zAcf6UMDcEoCqgmZlAP9HsC5nb9GJnM7mYvypnrSAJ+HPyNqCln2S8wlg5Gc5LRl5huxAUqqedLZnmzGZkAQyFIDMiipyWAsjGRFL6kPTRZuM0iTmj7SGzbmkAGrC9FVCWD5xqw5cY0JlkOzmQ6QBWTHKdlTSfxNYiyVaLRFJIiZ1kJNvGFlpIdOp7M+2Z4FgBSxrIps4KYOLCnpiCJZgIid7K9F4ywIgCTOb4FuahR3k2gHOdHKLklzfA8c7uRiF8DaySwYAMMFZRd4PNSE1MsYJt1m7NyrBGs7fmXNRkTwrpGIt2S6Orm1yzmE40iTPPYBzzbmKszWUcjFSqzrI2syGenNeH6Rne2-Q2eLQviOBc56yPmfJO+RO8voS822c1Uqz11GALMHZujI3mYzPZIs7eYNIFHXyE+d8imWNLzBbAKUQGJ+X+n2CcAvoqod+WgrMlTwDh-8kpqAF-mc1UJF8yyVQAiSiB04985Jk-K-kXifkH85+cfFfkFzCF2k-BhfWcFAK7pykreveJ3lDNyFCNeAHIADnkYn5SCilCgoYUYKGFf6XBahNDl-ziFZo38YVNIXBoQwJgOeeLXal09Ik+cgcevO4VYzeF0U+uaRIiSaKD5C0nKcGhWkqKU5aitOeq10AgykoRso6YDOAq0KupQ4quSAprn9TwFYsvUY5DcVJS-pri46e4uBnRK7JJC5xZuhvZRKvFK3bqawF6mBKvZRIkJT6OSWKBwlNEhJWGLijEcClcSyCeku0QBKt5taCBeLLKVxcKlxY4pRtPJE0cUloMtJX4vwk1KgldS3JWBHaWUi0OnS9xdSPNFrTL5GmA0ZBzGV2TsRPSnqZvP6X9p6leo2ZewDCXNLpZDi9cTrOxbmt0BTS1JbGO7gY13Zws0xRhnWX3ojlH3QpS0vGkpTLErS3WXpzkDbLTlJXKpZktqVrLBlTAD5V8q6W7Lk5+y6ZY7D5m-KVl2SgZevzPBCityWIrWt60uybKUVGEtFWeF9EjKIq2K08AWObGjT8VHFS7NOOJUrdUVZKs8E+MaG9jjEBKnlsBM0mJTIJ6ExlTStPAaTKJbK+mhyrdZnh4ptk9lRhIFUOsZ0w0ylbGPFXUrJKM6F6VtPeloSxVWKrlYKAxFYimVhs7RXKvoCOtJZsChlYKtPB+yDZRq2VWqvlWXYm5MoeGcaolWXY95uqq1fqpnRQLb51ke+Zas5XWqzwgiyhRatVXGI9VjrSxZAFMAurfVbqy7CCvcWkq-VDafJSctBU-L1VjSx5bGKZXDKC2cahZUys2V5rKl6q+5UWqpWurHWwK+ZcWskrTZnh82etdGyoDPDFVb00yA3XXiyIgkjU+nnfR8nmongN1Qpc7OVG6tueBCa+CkPNpSt6w3LCEntKsjmptWmtDCRCVbWyhlVPjRzO5kHUpq7VlU0Gg6XBoTqvAM9aQeslLW-NdwTAQnCMOIZHUtaEJROLcDkTFNi+xfO+M8LLWxjlyfqE9YNR6yMDWAzwgan0K3Dzrxod6vMPYy7XXwoNk3AxCoCL7NCiQ-5KRHhkzQcqzh4NZ4W-CJDYbHSIGmWmBt3DrrtpHa+OAupAbxxql1GyjdXLI2bqqGm0ttQgC3VqRRBu4f9acOaQ88BERIUDUwCvaKBqY6QdGvbJfXsatwc0igKBp16Mb21JGrcFRvg15hrpl4TJQprY3MatN8AKTbuE40bgBB-67DdtyI350lNumpTXmBU0691Ne4TTa9I3XtqJG8FJzeRv01bhDNxm2DV4HfV7cMRMAr9dWpW7-qExfagcaa2IaEIp1blD1vUwfZ0l9yy6gco+ow4+NsO5myzEpu-UeLdwRNELbGMyWubKGb6wzTZurklbPNBgu9T5s3iEJ-N2df9bFv0TxaYwSmmDhB0HC1aNaqW1delvUZmJMtUiWAHJq42Fa8tO4QtRNuqSVbmNGW+DcVvm2DaDNtWgNCZqG14dmt-mSOmsz9ZXqdw3HDEVzy429aIqEJaraAGG0CIxtO4XLdZo1U3AOl5S75bNoCVVb1G5W2jUdQ+1vqi+a2lZBtu3Dbdtt564+G1sm2bgjtfaE7XdrO1pavkl267bJuI1+J7tOvDNTspK5LbimdlOpYtrm247StZTadKtrR3rbfNxARrS51B1UCZ1aHSCkZzoTJb4d-WxHZ9oY5ZavMOWmbTryrUvbU1b2j2WoyJ0LaMdhOknXjtJ07hvNFO+rfIk21NbKdLWlvvTu5bbgISTKNHazuMQXaVtXmznSNtu3bh0d54UtTNqZTfbwqv2knaZnF3vbltf2snVxrl2Pw-NiuqAYFqr6woRtXKLwDypFUMywteijxu1talTwXIfgqge4EUAbsHJgUlGTvD+WrK7deYbCUCK7r-Ct6465XTttFSXr6mU8XcrDpS3naMO6AKWF9i3WMJP1I2++XVrd1U6gNfGlHRZrMQQaGoRjGDfLqEbt7y97IfeuDVQ2ipcMMGQxFhqKG4bDE+G8AS9ONRWb51+0-sZxGT1wq1lk+kbQHrZW2Q12O0-oZTsW1L6deke0dvJrSAE7O9OvdPciKoY68Ds8oH3DLvAFXDkKU+lQIJsNn9wRNoUNIOJor0Q4RkUmmTXOkMRmJR9nAN+H4hoqHZWcDUASSxLgkagcorwIYHwD2ENgLgd6l6U6jRbuonUGMWEcU3dQe68wa6SDCNsfnEAt98BhZY3R72MKBUvayCuHo34x6TxJ+jaum3j3WzE9Quq5X3Q9FYSa4KTEEWam55z7RUC+jDippMQr7YVYCupU4xi1572SBe9rWYmL1GNS9CO0LpXsAP67SDhu-jUaob1yI-NzernVYI13SHINfibvY3rvWa6B9wOoocPvZLgG34E+roS3pAOZoZ99SHw9QZQk76E2FG-ffQdU2Cgj9l4Dg5EZemRGvEkR6-a5uj4h9H9Bm8AW-pwAf7YFX+l6GJv3L-6q9Bh1-XXtAOjD0NY+zNDrxoonZmW2+xA8getioHZQywjA-BuwNMBcDWCfAzCMhFd1iDGRlw3nweGjAfdAiII-RI8C76KNwentVQgi2p6ojVkPlhwej1+C49FU2havoUNrK4G0kngzEh2PXKTMQhjPcUyz190p41+lpliio1bFNsOxDg+5iyNhG-alRiA+UZ3CoAngiUCMOkGYlUAjgEakwFkk1h+DtouwFlVQCYCZYqN2OGyneuSNd0SDV2oXkbtR3bhJjCByHRuDDp7hsTeCh7RVLiOmSEj1c3PpNJwMtk8DD7CERI3dSRGpJDB08TbN740a74vcPgNSe8C0mERAxpCmpH0k8m1cPRpgPyaIOCm9wBGq7Xerno7hr9d6zJVfuEO37zwXJlk8wtMRyDFy3JrozSbFMSmSdgxzYVSf1O8nDT5x401KYMFDatDB+sxPZs3CWDWs7WWI9mGxSuAIoVGrBKqDrYdh8aZBsYM8MJOQS6Dje8Lcwf7UR62D6x2PVwaxS07RUvrHbHOow6KnwzQrFdbrvTOqm-tNe0ADcdFT36AgfOE7EYYoBWbTDDWqRq9gsMYm29u4DvXRusNfJ-1jh-vUhuGPmI3DblDw+PuDXYba9-G6feyGw0cSh4VFGA80OeF+6qDewRCaypoOQT2zuxNg3Ic72Fm8ztu3jc8MoOhnQtB+tc34I3MA1kTTu6TdFsnWz1dt0dVM5BWl4BtIqG+kc9UfPD9nM0qAUlFCnyPbQ3kCAOANtETpgRMsTzBE7ZS3NWnUMpmzI2UbfN7gPzQky8GRIXMUT6jy5qHMZC8CoxolzRvyO5DkDo1o+55knTrxgtl8MRAWm4EFpG1mqEAVCirVnAT1HH5DJxokUusp2Rn6m4exM7nrB2sA1DJXJgOJu0Ns6UAtgaUBlqUPXn+LOdeSuro3CL7F1k9HXRkK+S6bPNyO0bZiZ3B0X4ADFhzbYfVPublVxJ5Yy2b3BOnDLASjSzppMsuaSjwO+DYu3t3C6vEIp2kwQf6OSm3NSqhyxeacvk6pkf6o8z1lRPAGBNxGpgLpryOibf9b5SS-rvwR8XjUglsDUwCdT2mDm2ZtSygAiRpxTA2wTSy8br0mHXdZhpvWhpu06XNwmu2BYkb71fJDZ7Zxq6F1gVEhB9dpQ2b2f0SIWVVIa0ei-1eNmBurY58Ac1ZSv57HyFrA7devRzwbRLOZr5HoFuDQZOA+Vq6PPG8s7mhj5iSww9r0sGXzwDVy8IbJOsXg0w5JgJZSbOvjQPLYprywyflOXgVrB0OEBtcKvbXUMPG88F9oEETX6D5Fy88NZ159WzLNFdHLFZ-3tHo+t1hqPdd6P0mBTZF5DdnVeM5HpVr3FuL+fE0fWtrQBk1NRe93NqRtHq9gDAsxsPyaFzF5MccYEN9NmqcxjybSkWOeikzqh6a8+QO2aHMzD6sS4gCKP6H8zJV4w5TerO1Iqrre7La1am4MLzrtVjDpgq+gtXWzKAJW8QA6u2mtE6tnq+sjBteG9rcF+mjrbGt-9H5FKalDr1PBWbxVmSi7U-JK3bIrbes-2UGoGvu3TzR1e2xSkds+SXzUt7nXzsOierfAR1vcObfUrR91b8tvcDzY02VaHbzG6O3dfNOinEbhB60zKa+3q3uNu1tG0bfgDG7DtZYZOE-KyQpAkalyKgDsRETB3ybpcqFGVI8CgAkD2FxIEEDuaoWr8LMVwAuO67FQroaSIi+eEFu4AbGed0o6+eyNRXP9P5uK3-r0Nj2krhNjYDRYESGrKbu08aNsdYv02blHF+g1xbD3RneL9BlXcfDStF7EcB90ln1qWsoBb+1ekWxQA3tN32AC8iLmBvFt+azGewR+Ljo0PI5bGI+0myilA3NnCEuVxAKuacMqBsOut4+PrcHP+3fD9Nfw8DYbPS2E4mMMO7uBjt4OdEcG6PsqbUjuXU7nlvo09aZNXnT1-mBG7zUlM-XpTC18qw1tRue6bgVF1e8TZ8Ov2YZ79trMfIZKZnu1zN2+lGcMWuT-7JOy4wOtWtwhqqfLLzukFYZQIi2xzBdl9jo3BD1knkgxQwhtT912bblNK69bWvVV+xBZ54ZslA0UMgdyFJm-on552l0bxG1ALCazBmOFHbGbHFDbE0QXH7y95R2kFUeCz9EYNHKo3vPsCXObdTdrbDn3Lj8g+vunB7Ao-uL8ZjOW1h-IjvWBOAHu4Lx1wAsd+IcG3Zg+pNa1aQVFrUD4ndBa0uRWLNbFVnHPehuYHanUWW4eifXupPMb6TxuJk5UsRGwDf919ZLrMSFPOAxT8OoLwMFr2X7PTt+309wADPO1h9kPazfqkjORD7JAkVPAmeKPAFV9fOrzP0f2YfBpVsW5TvrPVXGzCG86-YYqvmpYHOAbdV1fZCS2MN-K5B8k6nvol0H5Ts+yoZMexOdycOSxxWf0ALP+HSzrJ4Dque5OtnapncPs84W7gXLowhehQy8TU7CNKTumWk8EdqyctDpio5GFGeoY71KLoFruEut+JEsgjSzKeep0NIvdYxkmwIgDXCKDLEdrxDvb6Vr6ljjj3RyzaqdnbXZghtmxU+BfgVuWu5V8s9nlewQKcz2KnM9lJzPYacN9rMwOXFd9NXnRxXDWVbheA3rnAdqw4pcVty2jL4Gy11gpVs2uvkJtrsxuGw5OuAF7hj454e+eG3fntVBhf85c77WdenLkRUauj48vrX54ZO5fsvCg6nU9zRk8Q4pNqQI38N8hw9cocCnqH0b2APQ6NOoYTTv1si-BpzuU72HuL350Xah2z3sb892HSbr4v0PsaBbm02icJ6suaZXcAy7y5pvLytXoj3TiK+4sn3pgzww60asSM0Oqdkt7S7c+bNPOMO9r553cILMIPgNnrgc+7fqejm4HeHZaPfMnf2PgDZNim2-aF1dYrnM7qt3c8jcWu2zJLh16F2cMuv3Ma7lvZ8-6vgufnFAPDabZc77uJ3kGqd2RWeEhuD3QHkzVe5qt3uUA+DhDfa4VtNXn3hht5yoA+dVGvnW7iF7+93fZ0APlNw91c66fzP8XBHiD5e5Ac3OsHj71RLe+g2LuH3iHp9865Q9HE33SDrD9+9Qd-O-3jpfD2e8I+A3iPs77LYJ8b1BnxjP7kw5xfWcSOGEUWw15jcyernv7lVyj2a90bzu4EDzyB9p87MvPWPqH9132Y3eYbvXXHnDzgEMGMyu3gHzc-Y-bdE22XxDWeJpqXKyJQWKY9BsxQ8+Csk2qlhDU-btI47Jd7TkzPcP8bOfFPb9lZ1O6PslcWDLnjVPF68+-FsnP9rhULPCpYbeym8Vz9XNB2SvAXsllM0nUZ1phEng1g15g+50Yq8Vl1h1he7y8aoyKxj-RKV53LANKv2p6r1R9q9dasRi7Rr0l6mStepX7XvbfeYS08duvVjmrx4hzXVtFlklJrzGGXJjfivmVPtDQkfMYgv3vXjT0iqMBYivWh5Vb1spa9aNxvK-XFg+cyGutnzLj+b2YFxV2jTvK3kbxsBA8japVZ7yD+p5E+B3VbtHmNzR6ndd79PdwrWwd8B8LfyPERxDVZ6u+bfZKauu73Rwe9JOYfoGqzfazqnDf0E635H1E6Bf6I0rGVlndlbvs1OpLT3gRESr+-peqdUujbyT9kvk-Mc53vm-fcQC0+YfvQ1T0GgJs8c5nsAXoSI6fiyfh3kj5kyu22ev00mbPY5yHrpX92HV99bFPKeCehP1H87IBlo6MfXeL7ILxndji5-Zf+byGOJHT409mIKVZ7rFwxtMly-5tSxzcIL8H3JW1nYvYga48adMBfHLTsTW041Mu+LzASSgCE4dlqPa2R6yJxVeiegByfYLx7zhpG2WDu4oUDULFjFomb4KzvsMCVoGog6jfg0UV1T7L2I7rfafyt8Rqad+Pf9bTi+Nt3L7AGM-Wf0PY891OtGKRRO4v6L-b9+R-P3vsR0wel9LHQ-hfzPaIez1HPvKKv4OdTEtnq+fJhjnPSj+nW50DtSlujdU7uf7Sgv9bZXTeamsyvGdt61Pzb7nRGvNUCx0KwY4B-Xv6PGPxlnB+f9nxGPYPzWwbpf7sfTPmH-byGsC7Ea148MHAREH8NQWL3CMHDaPis0ZDfH0yUqNErSQDPtSIyeY3-LcEn9e-MZ0vBm6DTQP8UTItz-4-fbLSYAa3b-QKN8-NAyn8ArSewoAIAqAK3BBfLA3stE2eALXkrdTshQCidbgNt1DNOAKX0V7T23CpeAil3MsxdUjQL9sAilxKcU6PxFECp0D3Qit2QUDRopA-Wt1acqAnvx8YB-Rf2IBM-PyFi8hXGzDH9j7GX0LNNsHxQLkchQ43Ll9jbQOn8dnRsiV95-eYzMBVfQ4RX9zAhQL7RZHdfzZ9UrE3wS0U-LH2HN6AvQK-smfUQSwCUjeenDQlNPAJ3APAnsSv10hHXitZXLI6h8CARJ5jzcoLKdDxpy3F1yMZgGT3x8NxfBtyGdtwGIKRdNwel1kD86O9WSDtUc8El50g11kyCRAggKJ1cg9NydR83AoN8QJ7UgyMZn+K7VF8Gffh2H8IzKXzMCljH4S+tOMGfyuMsUWcyhdZxGFwl9e9Dfkzd8nMCHRw0GAHxsdiNCBzg14PI82XdV3d53U8P3BlW3c-DUAOAMn-MVHCRcHZTUIdtg6y2F0FgkrTjc+ghh0zt-tIK1z8iPbsxZcnPcg1Fs37bRWMDGDO-3H8DHBFWi8pg-7w9c+vc1y08mPaB0-9l3KeHgdrgtELWsvXTjx9cf3HdyR9iA57x1U7VbfnPdaNe6yDQHPEvg7dgzH71+4bJBow8VYQl4NMCEvaM1YMo9WSjYM49U+wCDkzSbzK9C9PMCYA-sM7kBwtXbnxqd4pQ-3j8YtE-0395LWaxg9VEaIyYCAvCEnilsg2tE6sj-M+3qB2fIIPUNr1a+210K-HQ0QA8nHax-9SQ2AHiltefoV9R4QhwzyAvtR0O+sDNGd2OCLNU4KEZzghH0uCUNAkJM9h0DD0-dL-HcDCDuPEANw81BHw3DVI1GkKzlKTZgMpNwhahz+DujLGizdKTMYIDDH-E4JsNNzHTzOCIw88Dvg--GMM+MzPEkLrCfDSz2l1zwH6RWNRUbYiTBnjHUxBsaNMG0pNNwH40lBpQf4zgNwJIE00UwTNg0hMu7Q4g8d4TYS1soRwjcGVDCA+OBlNofTsJ8Nng3cGFVOQsy2qDWAt4xo1bNGjU3ArLC8OrlDQ7oNC97wqyEu1LwL7QId1EIhyvDaNah03BMlTcJ4CU7QsPFN8gmHSGDtwn8PB91wm8IvAXTBADdN1zD0xQQvTZ4B9M-TV7DiEdwl9z3CX9Tp0pDa-f30RwG-do00x2Q9gCNCOwugO49BNGKyD94rYilIjhfFkMk9XQ0iPr0ZPNwNZsotNr3WQOvLUJlDSI+t3vULfHnxIjKeclw6c23Y9WP9ZLCHSU0d-HrTtDLfJ8O8RHLSSK49fvfh0YCTdT0M79IHbgi+0rNYh11DzwaCO3A-w0iPIj6IsSPIis7eDX-DSLYYMoiNI2cWU8og0VhuArIuUPEjwvCiwhDWQgRGcjRpIwPYjR-L0L5DzAiQ1sDl5WqTXlEyBiMcCFfMQ1FCE-UnwvVLQjxQRwS9fUIw4-QqLDm8Ao0iPdCmAtyOGcyXcexddAwsBwrCvkGpFDDqwuqMh98QtDxuDYwu4JQd2w6z1A8rFTMN8AHtHMPPA8wnXnsiZA88FLCKo8sODDKwgGnqjBqWsJ7Mow3q3-84wrHyADfXAN3zt0Qsy0CiGZS8HiNKTWqMjtSHOjy+CjqYaPdEyHICIGDQIzCLfCp3FG0uETBEYxuFKIhp2y0aKQiNojiIs6JMxRfN0Mu5pgiqxS9EvGoIuNlg6WmV83AvmTptCROpTOddpSP2DYoYdwBfVdfGIH18-SQ3w39pXWplldkcBUOEianXKPC8CzZrXVDsYmawS1OfeMMTCgw7LTscogszQLtVApgExwiItpyJjV0Yn0BiiBZ+yoi6-JgGRw2YrQLD8nQiP3SBEYrcnrBm7WP375TQsUI5sz-YINm8IXP6LclXI413E9hYmgNC9i-PDkHCdwMG3r9Potp1XoxTS6JAjcaMCOh9gDVWPG5lPI8xBidYmWgk92XCgFtj1uYKJH9B3cRwRCn6GRzBiXArzBOc2THi1HcRtKsyPNpGKDzncpohd3vcqghDQ6srg5qMJDbgg2yv8OovWLZCxI6nlXMStel0d8GoDRjrNhPV6O51orM8KIj9yHQJ4cuokE20Utglk31QNnGM0FDzaYUK4NZfbWNQw-Ahanik1jF2S61wY1wNCjExEONX8H6LXwRi-ISWJRjB4gBk0cMY-wO5iffAXnzpE-KGOrl7QsLyJFsPFQP5j1AigMb8WfLOPwi3ogP2acNA4Py1jpAiSK995Y8mK5sEtM3yEicrQLw50r-a93TCtFHqI8RC44XUdixAiQOKiNYiq0DMuY5QwtDFY+J3xx9vRMO-iG47SNASazMxFiMzEQBOcDqg9gH7j1zMxESDNwUoOtjBQaeKRipYrGzcpCEmHwQTf4rSMgisE6gNvjFfLBJwSTzPBLkDtwfsKwiHHUv2IYv7M7QhI8mWJhp8SjKxzTpaGX+hli3eK-2oTRYbfloTVnGAN3BYgncF7gWE0-V3B8ErcE4Tdwl6P3j-ffHCFid440KeiDuKLxG1Z4PNlaQxaRuKBj+Q48075wdDuPUSSBEeO9j6eLU0RDNfc1GCcJY5GOljR1PXwKQDfZeIHd1kZxxh9aY7nTsdQQ7hKxiyfdKIZpYE1P0TCLEx+TgBc-NyPsSAaChmAYyKHxJni-E8hP0RKElJJsE0km2HtiEfERjYNWfFKNksFLBRO1czAARLETsmKxnfjaA0RKyZ8mSxnGon+I9Sv9UkqxMqTvQ6pL8FGYs+O50aKAxONiT4kxNF8ZErP2shPYmYI4i5PZqnl99EXZz7jSIgeICSkmOfyDiQ9DxOao9kuLScTPuMOIEQ55EZK79VE3ZIQiODU11h9xaTELDDFExOPZA44lAGeNk44z0WjGw4kMACYfTOI2iKARZPtVbQj5I4TcEpRNqDMA7BIeTWEjF3iD-4wzS8RzMKWBlh4wXxLIShdZlwgFIvSEIoAhk9JJWSV40eJbjDkpuNpQTkjNljMhQjYwTMrkigBuTQjXSLOChvJ5OjjqPN5JmjvkgWy+TxpffjYN9XesIWi9bJaLaiLPckIojgDUlJthiXBOJhTkUg2Mxcl6bFyVNxoTFOlg3kXFJfV8UpQMJTTE4lNgBbVWRKzDGk0JJMCwo-mRcpEUsSLOT9EV2RCTJ1VKOPheIhLXOxzfN+LXUHAPn1VCZLQIOgTcTTKKytb7SvwftEXTpOw8b-EKwR9ANHlKB8dwN5OB86ElNMh9UTIz3YVEHKVPTiXQ0FJ3BgDc1KWTfAeRPeDQfaAMedYA-1PhTJAtRIst3w3N3+Croy2PuiwAskPf0Z7XI0+j9yDmOMTA3JmP5iPoq+OPikkRiL8jmI51RoT2UmxNmDwo+YN2D-YpwMV9koyBODScY7m1gTebAmIQ19UjwBVD9w6DyvoXubRQQDq5H4OY1907yPYtJ6KILKDkQ2cQ5S-NJNPNd3-EH0bT3k6tLTTv-Vj3FSU46MKJDN3YFMTDC0it1t8NE7YFuxEEr4Iv1vgpdLECLog036CLY-mitivNBSMb0jUkgPLjyAnG33J8AF2KPTT03+IBjrUuEM787UnZMdSGU-ZJ6ZXU2hxK8JQ2V2uxbsLKMUiRIw9PuSaMtuMPVZYq2mkjPPUvRaTukoRO1p4wlx1aSekzqmNRKE1aJR0SMi1LLT2U5gKMSKIsFJeSo7KDNnlSM89Id1RdVAOj4PfIgI7SXk6dKUyPEPTOF0bdOp04hXMCZM7SkLA2KlSajEkiYBWM2blZwMYUtMCBQwOyHYAioZoxygzIBWAihXAWUO8VspQi0wMdecqLKcuE8EO4czEgRBLT4ZWLx7coo7+X7dJfNZN9iI9BDKWCV0sQ2oyvIp1PWQXU2MgcBDZTZIvRnAtdLdSoEzdKlCwIPGJ3TfUjDgmd+06dBJjBM0-yayrQrcBZjBIxpMVCENPQA9gioYqy48IU2kOBD4070J6w71QaIKcJsuQGUTmEpFMUAhtV9OaSMOb+Mnd+Uz5JTCtEBsKAzmw4FJlSHg47NMyDwvRgcAYM+O0rSLwfbOOim074QKy7xF7LTdzYm-UlMboyI1ztpTZ-UejdErtP99WY2ZMZl5HLgC6zvvSZI8QaKQWMhzAEarPUZRfNlLcY99OL3nSqMxcgbTUY+jIFCHE1gA4MRQllJYixIwPR-UjzblImjeU2OOFT44j5OXcBUrJLFTEfHNPXdAU4DOpi2w2VIcyXksTy798fJ5OE8DzanIR9acwkM0y00uD35SZbDnIh86hUVOh9-0-5MlTuc87N5zhrANyeDiNIXL0iRcmpOE9Us2kNXNuM0rJqSdshXLlyGPZVO1COcwfTVzOc991aj800DP5zT4w73h9vQo3PGThPczJ8zn0wagtzgKKXMAyZcsH1tymc79K-9kPSSOdz0PJsIADtc4AN1yj0izQNyzgv3IwFS42BRhCKPaXOvdU0h3IQ8Hc39ITyOcpPKBTU8taMeCM80Tx9zhcjgNFzwMvmIs0mAKnLshEAbzPhkq4ziEIz1FZ4WDzbEyLXJyFU6xKtTPw7MC7BnkyJI8QQw2aLtzvQuaMTyWo5POWiqvbNLw4DoiL1MSd8fpHrVBkCrHeF05IN0YsWZaqWhjBDbLOwsccxL1Oy04wcxiibgaYHs0ysxxKZSvIAZmz5+FAUUsNbmKUAagAkcaD+lKde+Iqt4RdkB8x2QP9HBM8xDgynlmI+fPFoDo4ON4Nr8hm0ZsQotxNtTS9XVxuVmqR-Ldzn81eVfzNAd-Nozzkr-KoAf8h8XFkACz6XGgQCj8K8AwC+gwgLCEKApUAYClQDgK2DGmjYMkC12KTDiCjfLuDVg57ynhHkaQr7EdMAfS7ZdZHDKsECsPlhqzj4XZ0kLfXMGwKwWfRQuxZScsYE0BzMdwB2wzAO7nJZ9C60QxTi5XVJxSCkvFIyywOU52hxaNefXuzSMn1Ww45M5CicKh+UiK7yvAkDKCS-SPDjTBpsZaGDJIi6yjCZdZKpDQLjk051lIrqGbMtTaNXTzzBU8W4HiAv2XQD0sFQZvUchQNcVWXdeuNj1AQ98mAV7gVEVIt6it7VgppSmpU5wzY7VKgTtVNjFxKOTr2Znm-ziEioA6LnMDiN0Aa8jX0fpueBItXi7SV004MNYBl3qolOS5F352SCEj3lfOVYuX5wdVwS2yX+IouI11i0dnu5QoDFFARrPF-SMFfCj4OIBE-akIszdspq1gU4ExchUR75Q2RcFRYQot0Br3GQp-T88u1SVy2rTG09ATQzkxSLuo24uBChdFBN3Abio4oaDGXPxFdpkwuoAxR2rE4vCtjUw0gOjE-cXNxN8TLE0XDeVZcyczSNM8LMt5I6PhxIsdK62F0weJdIuyMMnXjXUyTHXg-ggQ7cGesHcjM23BWS1XKeKEAHErA1LwrcEzVCchFL4AjGLkq0S-i1BKXTgHLVk+LiNbeK7y4ZGpy7z4sBjmqKEAWorfSjNANAOjDNZUulLIMxoIRKPAakiRLbEJiQwsPAdUvizzilgpUjGMwbgCLjw9BNJL5I2Q21oFcqHiMZtSu4rytFpSxyMYeSrhJBKVEI8OtLsdQQJ9K7FfyTeLQoD4sUAviuQrTTDS0WH+LEANUoqKdEsMq1KwSoPIhL9Su9TTLYS40vhKCnM0uQRPQWCk5DbS50JMTMSy4sT9A8+1RWLtM9gFeLkkvksLt2y7RT3lOyuGUTLI8rEI8wXuDILTSWyjMtHLbsIEpzK9ZNrBmL4wOYsGo95X9jsZFbdsoM47SfYvYMtiqRPMRdiizR3LlGRTKOLC5c0urLpy2bnixxzDEoeiLhUwWeiHS9dMkMPC8ErTStAHOV9L8y1sr2zNFPKSDKzEEMr-Tuy+vS-LDi2ACHLi8xdxzlxysH0-KvAFUoVyEKjW2zKuEu0k1L4AP0u-iAKjuUQq7VKCuPSHc03Osg4K7kpTKM09SzfKfM2cvrLwaTCr9L+BPUsuK-rHOSQrzwaYry5ly+Cmor4ZNctqE1bTcqV49wEFCEricw4uOVKTTk14rt+GwMU5lOYSp1NSneOAwUxK-cuwiQcgI3254NHFAORLy3FBzl9Kg5BIrQ7UBFbdDPKARBz7S7sr9KBBIsogrlGRoI5z92KoquoWy2bJPSZyntMyyapMgt4R8s0WDaLRYMnOML2ymt2cLx4nr1zL9LI1X7KHiiCsIrbnEcsNkyK8vN+L0yhXNGtzQYEtnRngndlzVIAdthSqqhO9RhLP0vMCyq6gdEtb9cq4jWE5HAaTg3YEq1yvDLCo-6NclxudArNkljd2PclcChnmcEJKj7hwQ1-C2Uu4tUe4ze5Fy69F-yKq0BHC1hinnNGKHMLQs6qeYu0hQReq0NHGq5AGQ09BqaPjXG5E-QyNlzjIh3JFKjGO2wG0idFaMryRS+Uhm1KS75XtZbq6Kt6ry0n0r8Qtqulx2qhS7cFzYRStth74RS39iVMzqu2jQqdEkyVaqc4y7g+rLuO9W+rSXcbgmrwajcH51yq8y1ycF6HXmrL+BRavgtzwVAH+5tgFAGXD9pXxwMgjILcj4BAshgF0hngJnTDwzYRE3DctwxyIsrWPS4mc9MK96tnSxqtyS6ry5Zql6qExJwUlJqBR7maooeVGu7Dui0KA6KOBEnL3LvE-aT5ZBiylIJqU80OLOorqXqqTY9eS7mlqF6LauxQZDKWvNRYIhcsB4Ua3asEDohJCNdhUIiCp5V22JqqjiAzc1CBKiM3mpdLIy1ArVrDnQ6vW4ha5eV8lFpUOu-lTk1oqmqQq7sv1r9ePnkZyUAJGoQ0Zau2uUt305yqVRosNqsFqQ9cWuLQhqqWqMNbayavlrFy1w3mr1nLWs3yBxZoQYqfyjyuezAy6Pitq3TP4uDrcAWWsgqyLB6qTKiKtNO1Ljy6Pm+KLwCEm1LaKjmuPUFSpKovB6q0Tnc5qHduv7Z44divjgsMGjUdrvTfaV9MXagkvbZ1wzcHil22U2uHq1K26LRctHI+vGD1wrsA41qHREsvLJ6tEtfCdec4vvLno3CMsrIBbmrigj8YgGSA+HDYMJdP7DqvW4lankKoRC6pDElq3Bc1CWdIG-VDgaMBFoqRs1gPwNWqIGjYtYBwku+DBpG2QBtoB22KHkcgReM9U4hEG3QAYF+k2WLvgAGoBvWDRpTYKQSxaUhs7YtDANCobUGmUvQb9y1r1rqwNVAD6ckAJMDigPHS3j8RuG3N38whtSmtYA-jfqBvkEaK-GaAZpKyCspRGx2AkaceH6rckyGuh1no5G1cKMZL0tYG6oWq-koJLAi3aUDrWRXyg5ksdKwPoQX8-yuZNnGs4wPV9EQ6ThkgqhWs7j7uDO0wb0GZ4qNUNTeMsgr+6yPKZK+AYqoDZk6xAA1Myq1nKSbUS7KoLN7qtskeqMOEGsx8t8o4gBqsdIGsUBGSLHX4rli8vVHStytjyqacG4usUrwaBhuIae+JsV-Mmq1JsxtymvjPUqDy2euo9LwBesaqAmy8BXqTwvRlMlkm9cM3r44bepQjd66EVFhXanvhvqKq2pucSvw7uFwBr9LNCkAKJMwGv1MI4HT-Q1Ie+rkhL67v0qq8AJhwCNDy-pvnqh4BqrWAl6yk1Gb1wjpuhCjSjepvrZm8yz3q4ZJZpKaVm8YDWbMa3aK2aa4HZu8BjofZprhDmrzWOa5IU5tfDqHeoJo13m-hzxqaNQTEJr44RaDGAdGioXRbZxa3lZxBgRRrrs0LZoHEalhPthGsQW-HhMab6sxp6aTMt+rZai0u8svMzi2qrnrNwQZqeaOi7cFebzwdet3AizTBmnMdTaZsvAfm52v+aD6nviJbRpe1lySEW88CRbUw6VovBZW+Zv3roTQ+q-D8q1tkKrFWiZtgVQam+rGjfrNVr3ANWmrT8QlW2yCnqEs41MsaYqzewvyPGtBtCg-Gxcv7o-Cm71HI7RXbwBpQgnluy1XvVth75QahKsbKmLKjishhRPFRDbHi25u51UMZ7R3gY2wcrjaTxRb2nZ2Tetj6b02jESaqc2x0gDamFAb2Tb7vJ8zDa02jxDq9c1aNpKrY2itu3tJDd0ukNBArWiuq6hOkswl3McurcpewiCoY4G2l7ztVeqXevjd-mRkzbaadYtp1LHGz5WGapSjKt3A0EQRrHDcLVYG2gvpGEzhMKakxsCbtrIoFbc8kjtvZJto1sXIrP4b0oRqzEP0onrAyr0rvanc+OtYijVGMtwry2i4vja3Ke3ymCWklcXjBHizCuSC7BTrlA6JuP9odLjUcdw9awfSwSnLLZKctYZY5c-SAq6ED9swrEOs9xQ7rBRoU4gMOxOQibL2gDtwL75TXUrFwOq6gjFKxEa1o6F2+DtFRgGklQVzFZT9JxJQGxfkurq5Wkr4bgUgs0wr2Olbi47KG3jsbgImt4ozsKOlmQoUuXMNzTSI7KcvVspy1hTwV+OgJT10bq-JpE6UixTtDdKbVTvoUsFGToIUlFHADmT-2k8RPcvVZTrB9VOhXPU6NDYnG06aS66tC9bqgzpUR7O0OyNVTO9Tocq1Msiis4bOLZV0A3Wm9o8UGpUeLpTDUCOsSLIqxdMCrY65lN1qYaryOp5E6lzASbRI7Lsfas69OqFLSinOrtJRagusZ49y9DOHMy6uxri12ihpudy+q4V1vpBGrDSHMbKpurSLzwACrbq9A6Ysnb0yrup7qs7KJtuys68+pe5BWvcDHrzwCep67TK7KtZaEw8NuTTLwE+p74z6pbuIAdy85tFaLwJ+tARWSXbrrLVuz+qh8OWnCMfKruhsvmSeHBiqM7uXamx8q35BhS9aAqn1vS7nEzTtQk1ChKK2S6skJvotAup+XI6JunS29t5zeJqzqI7deuh7va9zEwr75YLvh6CKyHt5aENdW1Sqs69W0O68e-10hq1Io4j+71c4+Dlc+cPciKFROmOQXM6wDssc6NEhhVx6twCO1Z7NwfHs+aKy7lA8QI7S8rdc8AL7Tiy6Kx0jJ6XcpgGVdYIVV1gh1XWCBpwae+juChaADRq3I3gznpZ6Og88HZ6tevcC56N2vcERL+ek7rM6voeLHg0RenRPu6f6p8tdbHuq6gw76em0sc6ceh0Va0Va6hQpQ5K93p6K6NXxp+66NDWv6rsW7WrsT1ChRuB7NASrAqARYMQHbZXep8x16sOWTOvqraJdrA1ptdZo3ACe-DmEB3EZIDA92QTJyT69vU3ph7S+krXO7JI-BHT7M+gGhVLnKn2qV6+gVXqMADLBPpZFGu33trIn5b3pX5u+r7t3LgqgJqD62u3tQ67BzDZMB7as1dOmAmm9tkaVhGTXuT7JE89kYBkgBfqnQmqkvsibV+rRAnbF+kLqr6a+geqx6bNLfrXbNwHPotkcakexO78axQEgNLwC4BLt8wClHLsfASuyzga7Z4AXN+AVvqQAlFKHFbsUDHYnEbjOIWHhYCgmG0vBLe0XvQqXWidrMRF+3htLKWqW-p3BMWu7UEaajV-tQUvoD-snN9Ib-qARf+5XoAH5FYAaaN27MAfxaIBlmGh1caGAfDt2a+AcDM3W-zo1tHOiO0+7PKD7t7csswft9aBixe3D6eRfuhR6weilAh6sm0-vpzEdXvt17oehHvS0n5JHowqrqVHoYUS0J+UHLMeu5sJ6sFVnpWKGFHPpMGsFZ1uw4eBztr8tE2D0vzS7SOGWnarIMUyQMoWrYHdQU+0Iu8MkB3AOX69vKO1MHuehCwwGXrSsr561Bk3sF792fMJwGaNHdvJblG2aBAsswFcOthQwYLJeBYgSaEOwfAYgFZqaNUezgHp6q3vgGzyejrrtT3TSP5qLwHfsiMO+0Fo3B9etAYThwh8RkiHzQJfosGTiyIyKHWB+LPKG-OyoYc6lPGoaUTFB2Hr17-BxoeaHGho3o6HkSsvvN7ca0Qf6GEB6yugF7eoYeUaqhlyJqGd+vxuOUzMaYcOGPuY4awV-eiuoGLq6oYsf6lqsPun6NCyPtM4iG9tjqGy+rpvCc4-dbr-jphroa+gG+uspP7hypob+G8EoIYN66g0Ia3AsBk3TiG9wPFq8gCW1oT9cjBqoXka1QCcKUaM+VRrmh8Wmlu3h2hr3vRHGW7XrWHOaknqb6VEMTtvbGZTGFaABBuhSWdI63HMuGu+-xucTmW4Jsy7Qeymwk6Eq-QeTSn1ekdgA4K4UblkGKA3vFHmZdQaOJJBzG1wB9UJZxI6RRvQdkG4uKqKx6eOs+UX5ZurOqWczBnJqk7cASwY1KHephpCNMc88I3AuOjntPkhHPUfRrjR6-vPLkELjsvKlnZYfy1ZSu0s5a-6sYFE6LR6YxqHbRt3v762+AJukaExFBsgrvWofo5HA+m4c1q7hrXMS8uRgOKxRQxw1lFQtukpoETLuJqrbKZuzthFtxuMhokEw+KQT0wdRh-kUBJhSQULcCm9ftoAaRgRxrHhHZGuwas+zcGka71Zlu2z1RoLAw5dCvdKXSP1H4Ye0R6kVuCG4ghFEvKQ+9EhHHmW6vwGGHHdPuPKj+1+sXa5Bjbq3ApxncBdHUWvcFhHsBlMeJKER1pritzedhrrGKx8Pg7AggY0c4h4gaEE4AJwzLGkb6xysfdQOwAoYvB+xi7oQGuaukYlG++shH05xOL1HT6MaizqBGQJ5mTAnWAAgX9LsuIQUi6NYXzoQBWx4rloSsxgIe3ByBIxl7HUBz9OZajGU0YH4dxnUpgmSJoxlJRw0RMGXbs6tHXhHdwRaHLBG7fh2yHMR3zMxgKJFKE2pkR2LkqQRRkltAB6azEdRhX85Rsz54wP8e9G+GooIsqqRrCaDH2AHCZDHRJsMfS40J9tnklyBaMb3LmqKMZD0Yx6OrS6rhgJvTGis2f2cqFqs8brq7dLFAMmQ9XMdtlLHTCfgBWx2hOmK3JxUZZsA0cgSDR6BNeiInjRx0Zz6TxnYMUmiE3weFKIJ7sYcqwDaEYhrOhliYcmHtdicGBOJpGTJaJw2WRFhjoFKCFBAgTGDGgAgPgAHlG4LRupbdhYSbwnIK3xz-spJwqcbA1w6cZimn9eLJUn3Wt+38nBUeosdLGi9xOaKhBgPuHiui0eLMnRquyZrqMpzrrX87jS4sCEsKVxU1G6YlRk7q4J+UYE8my-zBkH5SqibA06rTpt17kq9KpaG0qwEuJ7PJw2X6n6eO9JWQiyu30G64IneEBGLp2MeSnUUpejiaMQUQWO7Oh4FuunzQcBIe6eapXteDGOnTErEWRtMZjrLJ5xJ-ICc1EFewJplkxjHpgGibmqLoOaaTCFpyeP7p4xdaqLajpzZHj7nY2Ca3GKxeGQoF3U1gA8TkezQaNVgBEXgOm3KOKfOnTpyYa5mPmyEaum37CicabJ2EZWKad4P6d36Km9nWbbti8xEzbTh6pqmK3priu8ZRZx-gEqpuNSp15RK4sfEqYx6PmiqGO2mbGb14ANGAFzm1ZsxsXRq+qXiaNZGckSjieWdUrdZxoYqo2hy8suayi9lo0qHyy7t40buj+tu7KirYYQB8OqYKngTZRkfklLZXgftlHZH-QJy4x4QYy7QKo1UI61Rw6eiaMOIDuJalB7Ob0DJmrOpznRpWUbvhSOhOdFQfCz9VWF59UkrsNu2zOp3B5uitM87+2oTokySejQZUQw5vYatGHtYudsg7RmzTRrnTAuc+n4NMiZ14B5m0uJ7ShwOehreRs9zQ6CFMeatmMe9UeeCQOxoQlmOzL5EtlC5yioftVhT2dRNq558T5dW5n5IHanbIa2PnzW7SdKRdwJNQ-Y1ZvMdrb-p52wzbX5neBDauuvDv1lF56ob7mBu2rB3no+Ieb9o75tef5mFJjO0iNES6eY7KTe-ebSa6gLO13MoFt+0QmjpVdtlmdi9Puj5sZi8BQXoFy6Z57zSxBcvKSFwWa3Hp64Ecm6cFx0YkRMF-h2tm-aFKcN62hyheQWWF2cS9G5IBcZNm0AQSYJHSGahf4cxJvzL+N27YLO2h+oeKCGA64Fmvam16n0bObrmrqa5arKv0bt6IZ7uYAXepoBfcYI5vQIVmAm3cUdE2RNkZ96ExtBqCaA4nGZdg8ZkYpHco+0xdFRLBOrkg7mudzESpLBJ5i1Qo6MDW8WwEMxCjo5StyiPYDFiWYY4e55Vofn6mvBZnqjpuJcHmHvQEdoXA3VYQkt4wEqcjFr4W7LYWoprcDaDzwFDuP06SnXn5bzOIoOsrI5+Yzq5gBZLgwrcAI732bNsZvTGCoJo6aaX02TcdBm8OCxf0RR28mbyKDFhkl6Xc8-fugmUURyHyKmO2mai4UEKOltR+ltBb1jsl-sFaXpQfJa8BQNDJaBnJeFedqxZOs9sNJ6lxrtxYxgZ+aDao2kprDahl9ZFHaCtRQHyLx29PpeXYAfIuWXNsVZYOX1ltG02XclnZdrgCl4jX+XLSo5fTmxx85fcXr20iL0nvXeOksCewx4yTA3Jt5emWjpjFfGWfluQD+WtpzJcjl+7HJe2WuBsFYs0IVibihW9A05eAwyKC5cs5dJnvghIgppmf0XXbTGw0m+5wiYsDjEBvrInG+2FdqxLUBKbd5ull5Jgm1loXqF4gVsld2W9u8FcJXDl9IWOWXoOlecAep1JY8BuV4xbzAXJtwLMnzUR5c4FUXCCuTnORpdN7jZp24fxnJ+9GbMXeirzn6KU5g1bco8GicZEZlVgFeQp-5zlZi8xhjcBCmOStPTSCOEmcdPbgMIxnCTSDQUZ1KTprBbOmBZ1hYjWE1jFpunz2ZWfyhuK4GcTWV+qWcEqXZhjh3LHVnpuirtV9SbQny002ZWQgp+DVKXjx8eYqWhO3Gvv6o3LWccj55nRc2G9FhABCWaedoQCEF-WrGX8vC8ye+7EZ7Rw8FR461EJn5C3GdtWXFgcUWnR3QdcIFJi0mZeTPFnvmL8qZgZcI011umdktmgsDSkMaontsHMpy1nuArK8naamD7WDOY5mCFn4u5n8Jr-ybWX1mhZW6EB6Kv7WIS7sTsFDNA+dnGc15wYBojW6djFm6W19cgrWecharKTez2Zxcg58GYPyq4aIsPxmxxyFPyNMaPoQBY+g1tnQmSeWqOGdUXQDZJ2R0jcTNXFFATq5RlgpRJjyN2jZZWjR8JEcgIkbDjw34AAjeBrZl1xUk62N8je25KE4EeI3AOvQNG5D10hEY3FACjf0Rt1t+b3nD1jjYY4uN2Pv7WAN+MEjQiOoYW7rhN1PrXGClY1GQnWV5lY1hpN1adk3jNszZ-mMOcgRU2tEYrlwA1NptkEER+czc4h7NkHTyLmxhAXIFtN9jYEarN0VBM27Nmzb03LNr5d820JtzeEENYENCI2yKJpvzIDINAzgAO2ApS6whN2hvFX7SWWMIbkgFLf6weAdLfY2sthjZy2J+Q0mn5Elf+qw3lmgdiM3chRWqY3mtlObCVmNxTZQB6NuLhk3YAOTbH7cF2za+QethzeFnXh3jcE3MtqBsC28OETaI3quCTZY2lNmDos20+4LfZIFN4baPmYOsbamLmxjTak3U6Xbf03vBwzbi5nSsSNG5LubTaLHbsNbc3WBt4+DcmUJ0bpqc95PbabGiG+KRtr1ubTZlqTy+7cB3ZuT7an4DN0Tes33N7bdQmodxUb62ntpCZs3XtrzYY5iuJpr83wt7TZR2mtHzaIaMd2HYC2hNrRla32SULa+Rsdo4jR36tkprCVPN8LbG2Ct2gCK20tneFp3Z0Djcq27SAhpCKKAGASaaft8BsVGxa6rt964N0buF3BqmMbF295MTZsXSNzypB3S185zclZdsJN99xqlaa0R5+ndfbLtNj7dO296CtxRrNdo4nm3tdkpplryG2em2qVdq3ZGq9+r7eSAftgYRu3GQw2rckON4HffsvdhnZ53-SZzyaa-1i2Sk2JdiWpq7pa5TdD2i6qXY2SphAQGWDV11ba-Hw+HwRD2SZs+cXFu65ParHRUR+UkEGOMYLB2zt4lfGFu6k3bvgzd6ndXrNwPxb0CAluQCCXNNxUeO3M90hHIbQpsxFr3asevcb3lNlvd0229uhzXoIlr4boaXh5IH7WBhKTYSw+95DDj2yKGrec8XNsQCD2dN0vdV2bUgarD3RdiPd22o92BvD2e+yQUuNE91vez3E3VYLT2N1jPd02Ikc-dks89ysYL2Bk5Cnm2m9hHc193MebeX3CNmve2B-F-5kCXNsaDtb3+99ffb2xdv-eIAADxliAOqEd-bAOeuQfZ6Nh9gwU53SemPqbZJ9vXmn3EDuwQS3H9-gAX2tHPnebHmd2UHS2yNprZI2zhqg-62ld8dRo2XRbzk44K98HfZ2MKFg8gm-d4neoOPJMVaq3KJ+g71QBDrnaPUId9UYiRItj-bCVn9-jNf32DjrffZnWbg-Y22il+Zlnv5OQ-3Ki9w3fO2N9hma61WDjg9Elq2zQ8LaxD+Q90PJ+BbZdEL+2WYlWP9r+fMPXqvLZ0OeDn0hIOeHJzeX3EBTHcMnfe5qns2AjiMZ4bnJ+nfL2PD87fR2Yt-zbp3Ydu-bXovBvQ7vgqdvHdiPMdrrECn6d6vzQjZmZzzSPkgPgX1X-D0yaMnzUYI7KPAj-AQiP09tw94Oot9I5W44j0AHs2aGh3dSO0JmI+aPMj3XlrWcj4g79IYBOZei2GZN1f6qjVug4YPwj2HciPK9ibZKbg18rclnumwQ+iPRjn9WyPYdxkM7YYBQo+abAWxrfjH5d1o-C2Qj45U9FxjtXbWPGdt2r6Xg1zpe+H9ju44OKBBIKcGPedx4Qw3HIFYCMlgKUJlmRDlbItyLXl8ZbBFxwLYAWbQoAFur21V6mHbYUELGmnB9yF7cRPyHShrFWsEVZeqX3Oc9sgP6j0g3hETKKE9FGFWkptROnUEPBcErlxQCxOMTobaDRVWqeAoBiAfWCsgoQE+Xlb9WhrY3CEVnk83A0Tiuy2APcTyJG4e+R+keYFKjAVWWnUWUHZOpAfckaU6T5AfsP+G32koTDQSFTPxk1fIrBEXUSsYCRVTwyVjAZmBqEYkKTlgDLJK4WgGqp9yT5bpO7FABii4ZZFMlIQT5C0-2gvcFfVVOHTz5cNB6POuEqwHAVUAtOKAPYGSBbT6k5UPaT1ZcaV-T8ETbhcAEED6AQzvk5Ka0TsM+tPIzm0U4BHuVZbr74zpRGTP+AVM6u3xT-AytOIzx9ijOuAPM9ZIjD3Y+ZPqa907TOd4DM9gAZpVCTtPk1B0563J2mk8gr4zyMCMgroB5he24Eds-DPaAJ5m7OBzmU-cyOzkWDjAZzms9zOWeDks+W8Q4Qpm2xlvtAmXKxSBummfZfU5LONVbbyi6p4JwBuBSzryIRPZ2xlkKMDz9c4E3guFpqfOMBIc+84KAG87FP0z1Zb7PJlwc+NOwJCQDNOfzqHdQQKzqc-v5HzxZefPHT45mdOp4R6AuR2AcC7i22zis87OdJVc7rOczpC4DPm4IM-Qv0JzC8tPoLz-lgu1ZPC7jP5xeFBIu7zpgBbY7cDFHfPYAB09ovppGwRIwFyrisAu6dqTgFb1Zgtc1mi17WzUrS1ooVRPVl-buByHyy4jzBqoBicQUCu387IvmLqi6S54Lzi61OxgHFb3O9TuPcNPzzxQE+l9paEQHPw5aUGlA4WDGrALqqBi-FOCVgc81OIiruGDI8uHDaSUBzwFU+WCMXS85Y2MTNsqFsx+xtuUwISNsg3dAUUQeZAxA5WsLVTwFUaV-L9RWcO7lrNoSW7MJK+o5v5mK7lZ-SAK7IUGz3ov5FxZOvpSvatsYCbb0rkK877nUrrXCv9RMw-Su8r00UKvHtUZRKvYpQUVLbor7c5xPNqH2SGYBrvq-iv05cLqc5Br8xWGv2ARzls5Rr9q4WKBuIa4FElrxyAquSlMYAxrAVDGo2u2lLg66uG5QUQOu3sbc-HOBatarcCYGozBj3nuW7GmPAVNyduZ1GxiSh4UFdsudnbsbc622QD3Tf32br8Pcautt568PWS9nrm3OALti9LXGrnrZLFKxGmeouLz9q+Qm8uc44+5PE0q71ECBVuXyhgRqsTGvBSPctcKbl2s-E4SbwOhcOqvU8EaUbWHK8puevU8Dr6Z0aq6iv7lqm9OO5r0i5nQ1rsm8YXeb8kU45TwEa9lnqbk68lVWz6VNpUlttm4ZudzmW8dZkJ7+Dcv5gYMkeJAT60S5PFzRcvtFQryjdoO8wSFrQt54sdUau5zGE9au4r99F2bjob9Gtutgbc7hkprkwpjpzCyXbtUYT4btCOAaSwqsL05OKewWYxpOfGn51pxcXX7h5dbnXGrhtotuUWZk7tUST7grqBeCuoG3OwldaeTTHIcjKgbPbi46DvJ1r2qTHg+ifq3c4YqO6XbWrzO+vg4C+O4grE7vAGTu8Abc4g2v2E1pp26mo86mO7DvtGCvXDmm5x29ZoK+-mLDo4k3P+7lmWavWbrQ60Qmbse-UUu9l6B73gDkxZHXD1-6-jLjlMXZNX-eIFl6w9ApvciOeOYVZegm9xP3F4co1YRkMt5-uyyEXjC+4a6JvJoSD5VhADmzp576mEXuFjANBCWg0KOl8ZK+Ta68hCm75Sg3cm3W7zkUuqLVAe6rwNtJuBdeNVcPR7lzige821U5FLh7u+D7ukHspoSW6+tB9cOZ7rB+eqEl-NpBO91BZV7verpJdiUiHsB90cxVvB-ybiSUQ5c4Jr+a9MvKrwB6zXZiug4MPEl3fxJ29buOqUOiOMW-W3+tho6cPRHzddIQGj3h4xr3MeR6EOP9xR6OIVH245742dwLfQOJVmR+fYq9jLf63lj6Te0f2d2R8h2ML5Hcx34d8x9IvLHhI+w5kJxEpaOvN7bmQn6XFo8C2gt4Q9J2kd0zfsf3MNx4Xp7Nox9yPTjiC63bpt9jZwR1FTZu2a7bneHFbLFzgCxREnghklbTd9g-CKOHqgF8nWz+6ZaDVL2Y9cmJbzrruvZuSBpe2sNfuj8nIjncu-I8nxPxe38xtyXe32ygs1yeyz8zdpRHpsWj8nRBDp9vPs1mMr3kvd5pZdae1-+rem-Jmnl54qut2532ynopPDGTj+KUu3BnmW8Ar0qUiLWe1L17cqx5oeABjKISfZ8MAeyvHkzWFyhOoRqCFA59y6RLoak5017vh-QylZ3i+zWRnm59Oe95ZvTu3ynhpu3KJLtraSWX+F7fERRnksZ9mv6rRd9mUNm3qu7-Rzh8ue868bhmeVdp59uvBd5R8cERdr2+l32y9F-D2V1zQCh5eHj1ZlqTdgF5e493NoY+eZauHON26jxEtpfXdw0nN2d4El7t2bdlGrt3HjsfYGetef6Jd2Vdt3ZWQ6X0NHVSXuLl-W5EjnBCS39Hy3cMbVljl8VfeX3Lf5e-uQV-d3xuaTayPRX8aoSwJX27ClfFRhgSS2pn5F4B4en37bh3OGvV493RBAuPbK7M5V5QPYzk6-QzfbjTCzQ8+5scL6VAWL2sGaDjovVsGDvMDEHtkm1eTG7Vku7HZy2HNhFmC2VruPhyWGclwAnIAgPMOguhhU9EjxrAcEW4ELKdYB-AIsm8VegV-LDBqAShFYAPMxmq69yAUQDjAYEM2FYAhJ2lrMRnOjhJr5m7y2hdcmpyc1bfCR4Lsv5435tkTeGW8SfoA4ASSaqBY++SbUy8QxzCqK03jN5qv3hhoai0Gh9Q9uXJ79B7n3iR2h82KNDmq9urLDnpusO8OTd67vtQHu8Ye938vpQfu7oe5PevSF-c8Oztx0kve9xCe9Ifd3g4dMOUOJ9-ybT38AR8LrDofLlW8l0Fb2WdLaxfDG-WkO7wB7J6N48njVlFfsbLauFcEeAm8N8wTGOUtaxmxVox2fXGOOMfqloRk8fzfDeGOY8dTeWAy2WeJ-uCfhm7Wqct5LBBlrnew31gcYQf4T18dhNmtpYYZt7mUm89oQYsyIZudwT+KEGcZ6g3KvAd6n4-uZDaEEYqdara8OgAA) - [Functions](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUVXqgHE9keI9I7ADQ0DMSgACaQsKz8wm4eXj7soPCwxBLw7AD80u6e3r6gAEb08AAU9ACUoADe0qCgNsVa8HKg9CEhotyu8oot7OyQxIzxSAlM9EwkZE4AHoJU3VQIKmU1icmpCfQA3NIAvlaoAHw71mBQcIjIiBhYOLgATESk5JSBjCxsvtzUfAJRIuIpLJdKBlHd7hptLoDMZzJYsrFcglCiV6AAuUDsCQAW3yCAq1VqSRSaRaO32p1AADkBqAxPRcLgOr1mkVODjYOxiLgArhaJAJAAbEKCaJ8yDUXqgJY4TJGXy4YJJXBC4hqTQo4plE5HE42c4oK5oMF4ADMTzIFCodHerGoHG+v1FAMkMgWoNuZshOkUMNMFis2TieU16MxOLx8AJq2JGzJeysNgACgymVw5p90+7IA4WvB2djOcFior4MzRIrYK0kLnXFjcfjpPL2Iq1irBcQIRqisUmIUAF79pjag7HRNnI1Gm4qXAAFgtL2tQQ+9q+vH4ztAoldwJ6Jrn3uhhn98KDSIKPbDpY60aJ61JZ+GWqqqzvJM2ADpREZBRIQhFe0MQVBUgYcdlqXZyXHUA9HoYDmX4KhHzyeUsGMYhBVZdgRWIJoELIbFGCMAQ+FYaA4IkeYyD7SBIEFKt2CYJsFWCBwEm7Ep8BHSlYNGNiJjxUAjDg+iQnSbQmgKWAQOoUc9QAKnkmp5NqAB9WoNM0rTtJ03S1J01TlNAAAfEy9PMiytOKVSKk00zjKM+zVPU0AXNc9znI05yXO8tTPPU-yPPUpzHNAJh1IAHXsszTPC0AIrqdyIrAZzjJS1TYtSsy4qi1yMtC6KnMKmyzLy4AIs8hLrIy0rioqELQBU4yaua4yKtUgJTI-ZywHajLmp6vrWtqYbutU3rUqM3Sepiyy5vsqbtIG8bhrmizWuUoytCEERWFcJlsTEQUeCcWARR4Q76MLLkhjyHMoUUABlIwyzEZhIhBXA5ErbFBFtNg+GITkjNEB7YGe173pIEF6D6AZbpbD9tB20BC1hyIgi3YIJAoD7FFYXxMNAQAUAnXWgjP6RIPG8QshMgf83m5cILg-TbGtAABNAU6VTMGIZ4N66YZhkWnIXD8IzVAfX0Y8TCIThOQQHgjF6EUFeCMRIEZHh8nooz3RlPAL1MVnGq2lGxGwAArdDQGOuA9uCWhiGIMRcDREBOF+CR8g-eVsWADh6GxHhgHAXR+betmVK5iQhNhrcW0GYC0FoXRcBegXiCIUG5AFS5qASS3IBtrwybQOQinYIgcDQcRsUsdmGgjzPBdnD8AHYkEQQVGBQaIkgARwkHgkhCCofg3VBK9JVoRTT-HW+z02lKbrQBYxfkLiQbfEOhno4J4BkIikmTJkXffFk9AFQDz1JE9dFYzca4BE0Uoz1E-r-v5-3+---gBgCgHAOjmtcyegcBUGOvkeARRmjygZniYCEpQHALQegjBmD-7KVfpSXA8AjDAFEP+aYH5uTSFgNMTW8Bgjumln6cwABJQEwRKFA2wqwa8XBDgaFWDYLQkATCch4P2Kg24gS1AEUI9gIjYBmGYa6HhbDOQhABA4FAUjOQABlhAyE0uJTR7AdGtmURwj0KgzCwzkAEKxhxXwaXEjYRhtZ2DNENjyNwOBCK0MMNiexmkABiXjGBmAANqGOMcQAAunY7SGIIm6OlNMdhqjQAAEEsD0DkGYQxljXGHFiVpRxYBnHkAkEYIwERcDuEFAEekeAxFcjIAnBkeidIpgaTkwR2jdFKOSSotRKAaT-kif4hx1J6awEiUklJrATR5OsSyQpulimgFKVY6U18AgOGCT42AfjLJBPgN4sJwypm6JiWMzSGIznTNMakjJsDskACFj5nIWQUq54ynG5hVBUqpNSAgLAALTEVhKrTxxzGCbJnF8wJuyzAMLMLc3pyydIYnYLAC4XyMVYoQGM3F2LrmYjxfAPUYB8GEIAKreEFLgYAjysk0p4HSshuAKFUJwLQkEWh6AspyTMgZ6TMnZNsTwzQxRigfmlcQeJFR1A8OgJAHg49BVmOKKsWgGIrF+FWNKj8ypZWJ3UYgAAStIeVirlUhFWOJc1tRCUIBOJQ6h3KehJhxrQAV9zWCMtFfkgI6BxWgFCfqrQgaonOs5TQy+oAqUtiEA4Yg3r+lmL9R8wNwbQnoACGGyNVgXVctjRAzwIStBqB9cKp5GbtAQkremsVkJQl6uleW3VtQw33F1fmjlrrY28pZc87JqwtBqoeSKjNqxnljtYPWSM7b0kzqrVkj5Taom6uDdO+toSmD0S4PwJgUTQAGNAPEvlgoh05PPTkw4ARnkBA9XyMwaSAgAAYCnkvIAQ4AzK6XAH3Gy3tRb3TzIALJVPoArJdXDOABB0ZiqkEYUCVrnQgcVqxTKPTkDdaYYGIMKzg84RDDZ4CFNMh0tMnA8OMkg7AQjCGkOkYw2DajuBaP0dgMRyMY4gMxvdFhnDrHaPQfFlwDjXHkOptSah0jkJCSXwxEwATgxcOeiYOBVG+HYAYnAzRhWGnjoMZIxieDnHGPkijX290FGOhCag5WmD4nGNLpk8G+TCxFM2a4CadTqxCx6e06AXTbH9OrEM2Z4zoBTMSbJXsSzwGeW6Ds4sKTnDROwai0R5zKHGNudWB5sK0sfMaf8yFwLwXaMGay5F6L5m4vQUpT+2l9KjneMA4WvjIJWshNWPuJd6b5mOfDCRgpC7TURFVP1idMGs3rukMGvrlbQlRNtaAcb7Y2kYn3KE19R7K3zNECaoLWmAiHZQLVkbq3uvJoHYKMw+5b2gEfV69bqoAioAACSVAu5GXYGIvsVYVrsI4hTHWxbwd+399KADy+RS7ECh+16NbqqCw-h+B-Mci221uDdDkON38ABCEXnXMWh7g8IAGS1s-Y1wxsj4DAAUVIXASOrMggANKwDkNQHAqT1DMaYM2RUTERphXoswAXJ0RfZVjGkaXsUsTAXl2FXClFldMAcHBCg6vkKMXi5191iIJAI14aLpgfh1e9gF2UdXO6BdRPV5UdXux1cfnV1sdXaJ1fqHV-JdXABqdXwL1fAF87xlH1JGOsE0EwV9ExYr4Hj2Fe4SemCmlT7OVPABWVPAA2VPHdU8AA5U8AE4w8dYj1h3EdFo8C-GAL-I6ujDq5COr2AOv1ecHV7QdXPB1dW3VyYdXgp1fYnV4xAXoEBdiHV4PdX8B1e4HVxLs3Eh1fQHV9QdX0x1dyHV0OAXaT1fPPV3odXth1foHVwE9XABxdX4B1eMPVwAKXV+z9XWj1egfV1SdX0O6uSY6uAAiurqauro9OrloOrlSurgAGrq4ADq6uAAGurhzOrgAFrq5x4C6J4C4p4C7p4C6Z4C454C754C6F4C4l4C7l4C6qTq4fZh42C07dIyKiIM6gaMC0CAb8blJGC8q6xUCaDyavoYj4Aab4AYj3Aab3AYimgaamgYizgaazgYhZ4aZZ4Yi54aa54YgdwaYdwYhF4aZF4Yil4aal6SGvrSESGgD4BSGrBOGSFyEuEKGOFKEuEqGOFqEuEaGOFaEuE6GOF6EuEGGOFGEuEmGOFmEuEWGOFWEuE2GgD3B2GrDpGyHOG1D3AyFpHuG5GeH3DeG5G+H3D+G5GBH3DBG5GhH3DhG5GRH3DRG5GxH3DxG5GJH3DJG5GpGmgZG1ADGKE5GgCmj5GmiFFjGeGmilFjG+GmiVFjGBGmi1FjGhGmiNFjGRGmitFjGxGmidFjGJGmi9FjGpGziDGgCXGqGjGzj5GzhTGPGqFzGzi+GzhLEfGqFrGzihGzhbH-GqF7GzixGzhHFgmqFnGzipFZ5XGwmaGjFZ75FZ5TEomaFzFZ6+FZ5LHYmaFrFZ6hFZ5bFEmaF7FZ6xFZ5HGUmaFnFZ6pG54ZGQQFrI6xqPSCE3rehLrE73RskVLCH0THqgC8lCH0AiHhJHpg407fp05cHACPTpaI7kKV6xroCMABKjyKgGBFAcmaCjqVqfaVBnaIBpK7BfZGmgDPLA6CnTqKYV4snuh37JDql4DEBanwA6naBLoGnmkmlmnsBHaWlEDiRpKnphR2ls49AlrCTEDyllhcC4DPoiZxkZZbqpZizJnBoGm+mVCBn65V7pYlqDAVjyJJkdABB6lpkzaQiMJLpaCraq6wCrAYg1n6lfZaCmmGn+koCqTA71nwCURNlrJel+lHaqSvodntkjndn4C9m1DiQNmDktlpneldmIA9ltmzmCkLkOpuBa6wBSmEIykIDABHnwD8E8ocGyJM7JqrDXmlliarDOmakMCIAObpYLrXm3b3mwarBJhJCVLtBcCmYwJVgmBLr5C0T0SwwLo-aSazLDbzqrC2CMCuCVqGLIWDALI2L5LegcEYX0BmB-nGBnQdDAVJD0AmBOYjYbrVksJelfxTmICfnnqbniShKOmYplhCEcFmBMBfzm52AoWPbMUsorY7l3n6mfyMVrIsK3asUhocVKzcXSK8WfwCX4XCWyXnpiWhlPmukvlLoeo5DG5IirbsWKxcW5J6VukBAaUBAiWCg6UYjWUGWVoxbspznaCXmiIxbyIsIBBMDqUoUBAuVFCg6gChWvlplMAABE0uBi3l4M6Wflrot2AVcVtlQlg5kVS6cVMVq2R5sZHQKVUgaVoAeVmVgw4VOVla1eEFdKBViVdVdEJVxAAVQVgwIVGp+lYVg5ym9AqmFiqAzC5Ex0IoxERQ9AXgCAH4qAVF3GJwdCiVvlt5dFb5yZY2E2HY35C6RFAFpFzgIFFFtZeFKFWFSyC6NVlZ6WkIjpxAkVrVt682kIV18F7ljV0isiK12kqp913Vbpj1C6mkUZjARV8ZZgr2HYXVLpbpT12ke1JFQFh15FJg9i4VoSMWuSkNbVT2-5iNnAZFoFmlroPaS1n1oiYNnAZgq1roO1qwIBEgAwsA0sS6sVSeFVSFKFJ10i+F51tiNFmgEly50lzyjgkCHZDNTN0sHZPpSaCA8llNhZfKLYZgotOySQAVEUjEfS8F254y-Vg1OAvF8aQMxyogfcIoMGdsfACAcEbulV9AO64WMWh6aKGIoSlNuSatkCDtj2aSct8ATlQp2GKm8yTAJtCAIc7AFt6ZzIx0ptdtHVjtu61WkYrti1F55N4McgNed2NNUgdNtQ2NhduNxFgFBNyNoF3NnIvNOqF1j5-1rl11yZt1Tpjd2p15T1war1QqzVDVnlhVOd9V1NP1ap7d7pndQNGkINMZ6WCZ2N0Nz5YVU9tQCN5dhNFFaNg5za2kxdlanO3OvOHlOk4kB9PO8AIQWNW1ONa9B1mKR1JgaKxKfdV9G2D6eN69ldFFcNWk15U9pNmdwioi4A0kig7pI6iVC9qwe9aZDaAaqwsFUV8FMmAtXlWdMD8FcDcghSCVWdI9WkR52NoS+Ac28NnqEN195ZkD19O2MSK9mWRmiF2kmudKjZmk4VhD19eZ-aiV+DQt8Fjm0D19U21auSjamgy2MFqdcFQqMmkIhOv5H9d9sAD94FkFDEkILDFAl14935rdf1MNL5gN+dxAX561zImgv1D1k9z1gta10V8Va2192VujlaEwjjR5rVZVC9DDEW86pd+1SN99KN4V-DQqqAIA0lEC2I10QMIQuwWt0l62xA8lnjyTAQPjwpZgiDj2DZ1Vrj0VWtHjvDDlGTlDQp7JOTQK-ZsAHDiV15+Dmkf9YykV9DpTYyt9QTKjKN9DiDaNS65pnDG2H1QDsAIDgoYDXS6D5TPjOTg5mKFwB5J5iVDOhiLOSp9pgD7AvNijZdyjqjlaEFdEDEUjjDMjZiKDtjL4tQlsezXTD9GInTFdwToFVWZz8AJm0jsWTJ4esailllPFqw8BFEKWAj75nNgw1d2zZ1RzUF-gCFaGqD7mugimCsnFysvmtQo1lEGIwLv4+5qwIQKFGI+FFmzJEZVAZ9vOuSQLILJd+FULvNsLJzCLpGSL+WKLYUxO59beGm2LgWeLlEGmRLgwJLKFZLvz7omNgLtQgroLQqgjtQDLaFp1mFzL0FrLXdcmHLigimMmmLoA-LuLILwrxLglgwEryp-G6WNLsrdL5jD5SrXNKrPNML6jGrrm7LtQBWLA6WBrRroAcrpror5r2w9WkrIIL9Mrgb9rzdZZELqFaZ6FbrxzHruWXrCmYUX0ud-rILxr+LwbYYpL4bVrWz+DyrSbqrBF6r8LnrtL+Lejmggj6Gou-zysuScrvtzG0rKlnbobZGQpNrPFfbGlzGUbvbILXbouVLF9Hbk7-bSzj0Ssh8spS7ZYK7M15C-Gy7x0wDoDCA+DLNtVgw3gQhugC6j0-IQoIQPBYgOiCddKajqb-gVzl7Aowot797ttj7laDZgpLNOm9Ad7NtsCgoAi0sOSugPGpbPQa7R8u7ciI6IIx7QwZ7igF7V7H7QHX7oHrAhz7r7Eu5rDqDcHG74zkz0sAQb717n7IHWuOtQq5pt7igl9ugq2zHZ0R7aZntbH+iWbfr9igHYgLHXH8FlNOHcEEH5pcraK4kcrgnQWQHInyHaZzyBH0s9i4kNEz70uO5HHrHPQlaanz7EnYHugZg0nILsnMb+LCn+nonQqmNvH4yTA+rdnSnnHKnb1jGpnUnq5NnlE1n8nxK9nXnjnQoZnigmnYUiuo+7nwnnnhnaZ8a-4TgmKBnbDLnHgqXzgbe8XynSX8F8B1qGnfHTASqKqunoZoXhXQqaSripXLnViVXQnBX8rZi8aJg-QhcjXnlTAHgXXEok+IXHnGXS6VIpKvXgprnpKLXinCXY39aIqfnR26AV0RYuA0s1npHCHA263XIm3UH+XiX7XqS8a8QK3KA53vg0suA23O7si137AZgT3t3bt83bXS6aO6El3iAf5kAYD3gEQ9367CH33XghF2AgPPAwPx3i3aZASiIF35n5pHSwcHi5p4274IP8HsiiPOQ8QhFk12IHiWPGw73Cz+KO5lP4O27oPePSPvg+DaPJPIjK6oSQ28pqH0sdDQj74S6XPp7lHr7D3oi+PwY7ALPCZUvDHZi5pO3siIQUvq2CvoiSvxPeHcbXA0XqAxQX2qvZ0UvuwlqoA+vovciZPaQhwm51PpK8zpKGdsH5v4vSIUvzPGvbP2SHP75g73PugvPRdwjDr3AMe5uVzUvS6y2q22Ng5UvtDkf5pB9p2-ncrOlcnsbYnJ77bznnlB935Yy4kBvLv8QbvcK2g16Mv9DmkBp2NHZB9f2pvlQBvZgMnVpla8v5vIQj0PAnA0dJImX5khfnf3fvfjAqQp3aWyZZffHcfu6nInAB6e2aZ+A0-RSaAZv9PavI-ff4-Nvc0GIBpBvXfPfO-SQuw72q-tvRKFkYOXyT9oZNPCnj-V-TqVg-GmHIQVKFAHSnICZDnZigvbPooGDT-8zuMiG7uZ1sR9kByO5UAawGL4QDFAfNfJNAMy4YgtGBLXcFQAN57d9kG3OAb7yF5QdTcQpc3vdn27cgtuAzfzkfzW54CDu0XWgRQM15gsp+2kQvh-y-6wAf+KtOgbE0O7ACl0etdgWgD15N9O+fAjbsb2WyNx0U6-cQZvzOiSCDuuwGQQShJTX8X+tPSNubye74NXu6cT3mYEAFodamm1DbI2zDKoMDB+MSPmnycbDMdyNgiIPHxQ5ECounlZvs4NwC0NZeqSDvooIy6MDO+BAmDAX1IGKC9BZfW7C93AHsA3uVfDSN4Kdrz9F+S6FfpZHEg19r6HZI-tLVkHmQD+X2Wvhv1x5q9paZkAoVpHv639iUz-B-g7zf46DFB4PG8qvSh4IAgeLAurhOm94bVCBQA2AAHwcGTZg+kIQKqg3+7Q8T4S2ewRgyFSBVouTASoC7gU6oBKgjfWvqAE3KPMOhNCGHj4N2wJ9-OSfY1CgFT6rY5WAvLPqYOi559g+4Qg0vX3+wKCyhciVvkQHb40DO+UwzoXIC+RD9AhvwmhG4i16cAy+gIt4a0MaYWQYhwIroT-UsjwiDhKQ-dL3iX7wUMhYCLIcUJyGlCN2SvPYfIEghVDLIRQyoCUNeEEj4RcgSCGgFX7386hdvXSLUK0isitB9vRZg1m-QUZjyaSRUKzgSw9AzkvNLnjQlMwuZGMgabCBKJywjZtWtQRUEUGICIMMQYolUc4A0wqJVRoIGUZqJLabNhREXUzmYArZvVJkvNFBpqzyzetOWTARDMBFM4GsRWRbcVgaIpaR5CwXFE0fW0oj0tnWaZEUWdStF1sbRmbe0RyG9F0dR8fLPNgFwJa1AXRYrC1u6KFFUBjOcLH0Xawbb4dn2C6M0Y5wtHBipRmrDNj6wzEMQnRsY-FvmyFaEszWxbH5jB2wHpYsx8Y-0ZCzcpFjMKIY9Nlc2Ra6swo4naMbmxrHxjC2yYsNk2MNFUA-U6AKhMqCZBM9eszAowa8goDvIxU+YgMeaP-CWiSxoYhUeGLnELiqk8QA1tJHoHcgtszAicaG0tYzjQArQ+cbc21jLj2hAPToQcKMGtCaRyAxZFuITbjduxBFXsdRX7E6tAsTAZ8aeLfF65VgxcaYe7Fxqfj9hEQO8Y2O4buhfxRI4dLUHuGqc3kkySdNmL9FGciJ-4EiaG2Al7jixJGAIIeLEKQTFMOE1CfIANbE4MQB9asTi3HH1iQ2mE8lmmJjbrsRC9gH8JNSRDltjAvcWBEiG6FpoJ0wLUSfRHEmyTGARtOulpPyQ-12cxCDsYm13GwB9x9E0sRBNtGDimAyko+GJJkmSTzxwrOyXJPiDIS1J9khUBphMDEIuJxCDCW6OnEejrJopVSU5I0ngNagjCEUORI3HET+aq1PgEunXGcZYp8DJ1p2MDEgSzAYE7jGWLtFBTbJEkuSTgANYqpmyIQDTKID4DNkZExAPySmICnCSEB2zUKVJNvJRTCJMUyiXFNXoe8lu1aJKZuJ0kLo1OIQUEfBQGkpTsG249KUZJMn+NGJ1zcMU1LcnOTfAJUkIGVI0z1J0ejzDXhpggqjSMQI0uQHVKnFYSusjPdgC+MXGE82piUiiXIlsRmRYuu1XqbAwnQTSupQ0qdPTDGlCpPpj01KdRK7G0SexB4vsWGJ9ZNTrpZ4taRVI2lrJypCEjXrtNgQk99pv0o6b9NOkPiPRkUosCdBh7hTqQwcCfrHUdbpI4YWfPINFOSlfTsGz0iLtNMMmFjQZoE8GeBMhl2j8ZXIQmQgANbR1CwNyUmRpgWD1d+g1M9gBiHFnwwkQOM1MQbiUCwSlx7AQXlePwYwy4J90zqYDKmlASQZxkuifNIhlHifWmslWWrNiYXjlZ8QLbDbN8DyyGpismCCJHNm3TagsEYCK8FpmDS9ZtQDJAWA25riHpHyH+gWLMRBiwZpkhaQOKgmezBQbsuGasGEhezAs8cygBpjZAcgDu0s-MNnO5COzzpPQcDCRkTnPdVgrQ7WXTN1k-0aRVc32T-WiaugzoT7OFszJomGyo5xszmabLtElzIwZcg1pADhzoQMQrQrabhN2FsSTpycyAIdCkBnQMQTcheUjMTENj-JRcqgM4ktlFhD2EQVhB1OrlUSS0FAYeEWHrmTSw5O41mZ3PZnRyTZTEiyVBO3knsrxBrIGIqHiT7yNMQuWAGfK5BLyFQf8yiFyHlm1AbAcEU2n30CxpJcZwky3qrNfmxN8GAc-ORfPpk8JTIL0-WRlLZlZSOZOU8yeGIQU7yuQBrLObE1zmBzQF-E10fVM3npJtYvfWJmXPwZaJHAB88aSHO6lrYe+zsdBTXIXTQ4wGYUgyR3LmkIAGJD8xaT635FMhmFRYQeQZg4UmYOFGmMsJwGdgYhTUfC2qasFQlhSx5Ii0gLFjXkCSN5Qk52c8nNpNBWFCDDhQIqok6LNFnC-6dwqBnCLbaJisRQbIkXwApFPcx+eGOsXR1bF9s+CbUHohJpVFSadRbou0W6KNMBikxUYq8U4BC5liiPM8hAimBSFbQi0r9ODk6zQ57c3xUbMkVmSuZlk7JZAFyVIKiwBrA6XICxmjSMlEbHoNLBlmSyUFVMk3D7MvmlLcFt8-BffMCUyK7RnS3pUiHfm6AulCMaWVMviBtLmxg7ZMpMolkIxTR18iOZlOyloYqlUEnjooDmXTLllj4pzscsWVM9w5qSSOXfO7ncYDlimC5bABOUOTaFk4uBc7IdGChfOsyq5c9xuWsA7lIyh5fst7mWSflfyy5RstOUfL7xCsrJep3+WwrCeQKiZHgr2WkYnlYUCsbDHWWyz3lZiuhWdMyV-MLKgwt5Uz0YQO1xF5S-xdaIhVQS22pgqlREq3AIzGEZyj0fVzkAErul6KkFVioKRMrFMvK-lQjGdHrz6FZK90ADK2UzSb5figJY8pIGmRiMSlE0XXVHai48VRiaMedR1VmRhxD7Q1VlVFwnjXxKss1VVWYwwSrVhPbVearMisTAe-qACa4inZmR8pIUwqZsu0mLIjVpkH1cZJamaTPVLIL1aZGWktTHVEagNVGoiqXTWFCayNf22Yw8zvAp0d0qmqDWR5HRBqvNWXLyU2r6AA7eOSmvjURq81-chAJWo9UNrE1L8vuMgtzXOrTIJC+pVyFLUDs5FJ-FheEv-HYVA17ai0jYrkD1rh1U69NbqpyUmAS1Tq21aLglVSTF1ZasdjaxRWErrlo6l5WyoVXrrRcUK6MSurRWjq9Vp6ndUurMgsrL1z3Ndb2oa5bqBVQlJZryIZzvrzy7qIoBQEzV8ziZCSExO9NEY8VAJHs2GKLROUtzcxbcq5oBuICuDuOQ9OiLazOGIAqQpMhdMm0wp11zSf67NXMxwYuz2AkGqZdBrTLCD-2HBSJMQwxFCpb10bbSEwC9yJDsNBFXDf5wgQgR9V7ze-vf3Ei8i71V6QdNkng0BBycfg1gLyOxowjtI5pM5IkNqCDNqNuiRTWhvMQ4A7+AIjTUgyFReYqMnof8YyPGS8j5kJoYzTuWk3X1ZNekfDUTJs3mQMNhYNTdpAU2X8NIIKuzQgEQb2V-wvMgjV8ws3VCXNGkeDQyJxRPYf1sAE0DJqYBcdFA01EIPbRgh0RfAczOJJFoaQyay+Xm4mY5sw2r9sFlkTzX5qzVEyfNiMgmQFt41l9EROkGIfBuM3vcrNG2BzZVv832ay+TmujGXyK16QStVW8rV8182DbvNgWu-qxuvSNaxk4VWLo7yoCCbn1my+DUYLEY6SW2aDHpIqEQ1idkNYHHir62TICU2N51c0jk2s4tbVQbWoTWXyOWvKAVyKTKRVvO1qaQVz28bbpDq2aQGtKmxUHxoU7wadtvdPbahqY01sw+ukE7RxqOzpbqh0XS7R2Gu1LbWp5kC9cjsJ5vbhtvjGLKNi61PasdsO7SF9tC1TbftxAf7cSkB1HD96XOHlqDq0iucIuEO+rVW1O3+dCdGkC7VFuy2Q70d74-rcaJPV87numO95vNX2Wvb8dYu7Hblgm1fIft0iSJBTo0jxIydQOgASDsY0M79WrG1ndDvOwfa4dM-bndZvl3C62ttQPdQ9tF1+MKlL2vHXgve01bPtk2-lNNqJ0A61d1OpDbnVyRjBXEx2vXRGrO2BaudWW03bzphXbry55kcVebpt0xZxd2KyXY7oJ2G6idruu7O7qN0q7Nt+q7bd7t22+6tdmkc0jmnl1B7FkIe53Tns8oI78l2kG7eZFvXm6c0GK4ZU7tt3J6HdHetPTXoz3y7Sdiu3pDNqf4Rd5tmWigCfOIAhqVpmyiBsPqA2YMJ0a27Bj-WeifiBe8oRQMLwintSuFxSoVQQol2rA9Jeo95pKPolwavddGsxAxpUqrA+KzOqHcHv87oBh4WuQjatlM2DqFdW28nZJsn2wAedWkeTZMnobKbF9bVMZGXs9Bb0+OJoQyj+tsyGaA1-GoA2Zs9A1DEZS6XLRZ387dbp1R+0ZY8vCG8jZ9sa3wORwPbRCydr2greZA33occtIQFPT1vMhn6QgPmsvoLhYhVd2G6g+oZZqi0xbrNTAMuUkgS1xNkt7+43HSlh2oyKA8yDpsge8yGavkcVIXMwFCCUGWwqMHGMEEEiVTvABIj8DFUSGRSd0Low9DuiVHiivmh6Ufewwn28j2FM+ooDZN9XqSUdeeu5MBpXSr7cdtQJg2TJCO76cD-SyicQbBXd78JxCRBpfsQrBpIpuB0rf+vwNHZCDaa6IxUtcxEaqdt+1JPfs5A2an99DF-VXrf0f75D6e0AGHqUO-6h9-+kVZWnr1tawD-4RIZAf-1dG39cBj3SIMQOtHVDBmixGge02mbDN5miLeQY8PBTQ1fqpENQby16QxNq-Qg6vxCMhbIpIWtzZZE4PcHLIc-VfHpGwOTGVAsWiQy6nQhnQZD1R3ABzsUPRb1DukfTcofMhxVxcEwf8IsZcn6HWwRhmqW8KS3mGWDVhlCjYd9bKjEGjhz7U4YaFcisBQBig78aoP7sANZO1baBu+mW7SZJdEI1vs-HhGUjkRuRDkYZV5GPyNUxxeSZVUn64j5+rvYkckWn79JwfVBt1q5Jc4eS2+zLgJpEMvGtIbxwU9pFQC8QJZawH47JKoC6xalJgYFBnE-EihyIKkqgEwC+zdaXcs1RIQca+bwnag4VNo2MhRPeH3ZOkHenpBNOSSjaq-HY7aZqm7HMp7myw0wGsNRJbDgwew+80PQhaIp1J0kx8nc2eVmEfAcE4MEhPaiHDOlNaGVLDPjB3TTASM96ejOnHatiQ0hjpE4OJCQVZfXU2Lpy3+nD5Dc1fuJBDMIbXTEJhM0ma72wmb+iMuMxGcZMu0UzAhgfY3roNjI+tmkVoRjgVjGDeTAQDYaElcCgxutUSDEH+12BooeM1mKLVadWkx7fDiSPqQEexNr6L2vJwkzvvPbX6oD6u1JDO0vrRtE+xCLDZXuT5HY8zXeuxERs4Os0tDqeL4-Dqi14G-9+e8ndU0C5IHw9rWr5B0fYM6Ruj753o6t36O17xkQxtMsKbGNVrsGExgUxYmmMsjQAd5txg+fgsNJp9855bXQaFIDn29AQK8zjpmNRa3D2FqSWJrwufiAgCmlC-EdqOwC1dJDJdIedySWd8Ww69A+cZtPmRoLRtVAPGmuOJa2wCAOACKB5ZhQvscrLU3NTotNnZdcJjLdxZWPw0Rj7xiyFZLmMiEdDqJhIMdFbDCQqZUkaUIdHkD21V+RFxjLVq011CIu8zcfU0O-UNJa18AOxZbsmQ0ndlx+2I0uaX09CQNKlQCSAJv1Lpijz3JgMloqMXmUAtgAYOdpGbvnaNAvTXQ-rk0EGGDBDc8+pty0c76jwBiPTpBctuX+t4Blg6NpUs6QNjlkLsyVbwU5Wsd9V-vTpGJ2aQMBbB3mmcgbMJm7DGo5MyNo61jamr7DTPZekovk59ToZZS7Fty2SGbjSW9SnFcN2q69zhe+jRSuUolGxkTAHdOUayvmlnksCUwMkFyvf6RDjRt3WTpaNQWTdv5tK6t3CV7HQDb+8JWsbusoAy5JoeAxBfCWQX4KfFnNbBa4sIWjaH1rA+oLLkFHQr61+nUxodxqaor6mvQCBEowHWpqQiXq9eZstr8jT5kIq4OvWOlXLIZcx6+ZAbKOm8F7m4m5Mi6senoTUZ30zBGRsdBUbR1jGzFnC3mQWrJO-lBDcutY3iUyli3ZPpQMWJV+cVB3LNcS1mGQtVN-8DTahNemazLZ8C62dz1TWxDVxqhHNeS0s30bCh8MMBBcNRa+1CirkMVfYVJpPLmK7y0Ed8uuLFJAVko0FdworXCjrAMK-gzKML6a6Z1fXYgFkOf7xtRGn-Q6qZ5vmldgBnG09aOzOLnYJNjSJj10WvXo7KAWO8QE+uq3PKad363prUuoHAbZB4G+6Wztg2MtFt+26ojL6mQ8DqakFWdo4UVaxUVd47KXMHWpq66dd9nQ3ax1N2RBUd3SCbfYADrQ7i58yOXZC1p347ukL28Vqe3d3pdk96mxWfDPdXPTbNxjK7TTNl807YWxS2yIwOegQD097aFAg4XAoGA2EcgCqioD3QWkTCoe+fJdQ3S8g2IAw8ZdcAqnPDN9xAK4EQl-CWg-yRkOZfMgB2aj7zfm5NaLuXHwlkt6QwJVAcPGlrBtwUEbcwuuz8b7lhmAGdpPWizzUBrE4Fe+nBXXbUN9FhtcXNMBeweDn2zhtf1HYeBX+uvVForXhLUF-AmzeHd6T0MGHw2razbn6bDGGkfqGTf+ciTRXEAlF2AyoGs452zE-1ozYXYaSYHpH6g-uzpBYcj2hbmDgC45smRiOCbFNtaJ1eXvxnabit5swzYKPy3naG95WwMdOPw2mj75prWPuAj2XDbjlhbcw-Qcj22HG3Q9piZXOia1zttnhxfrlFMNGbWsDoJTRLoTczo0TQiK3I0aaA2rQjCwUE9VruK19a6VBpDcrQe2kb0TrgJTU4unWhHIqGTT42z3LX-9dg8p0ocPvWbUA6pyoEU8oyU0XcsD247JbCeY2dy8TkIIk5ZlmI9auDf-fufdvQ2DtFuMp8brQfAQy5fjg7sseu1OOldiQvp4nq+TtOYn4LXSDH3seMWSHLrEowjer3Xm8roh1rRlQmBCXpD5hmXZdiZHX8njGj5++wGWfchVnYyZO5pC2dSixkuzkp-s60iHPOdqDqfT44+dfPcAPzyRIE-8PBPCH6538kUB6ThO0ylzD2UzZBct12T6T0YUi6yfFLxGIaObMGhDsfOpmzR78xQBAP-mF0QF-R0pr6MqB5sq2WR6knkfjH5njTxC6Xdz35O0yHt83AJSgF8v9A0L2GZ87znsPB9F1qA1zYBdX7dIwLzgKU6+RpPXj5DHxmcmV3CGFnCc1h3K-8cV6oDmz9Fzxq72JD1Xmr3SGTa+TPYKGb9dvcroxQOWkTvIkJXAnNscKzkVt4ZcKp-orbMnuSE7TWzpPYqtWupEKwU+mepWwo-FbKGpWyiB5sowebKH7myih5qH0LNVgRyjc3mGn0W861nsuuR2brV2mA-50XudGa3MdpOx2betmpdFGdzndFxLsqA6XIt8NQ2qBtKPDNXbnAGcareI6y+PrsJZo9X7l2p7OkOtzo9WM36d0-LH0wY+GXubZ3S9t02Y-XskY13a0Bd-LerPNmObDj7e026gMQOnj1z6t9Pc1tSHbjzO9s67esdRn4THrjx0iYYTFWA3AZnhaG+JeBGY3QBvG5o9ouNa6X+V26+psevMvVNqwKR5pqI1cupNedmC-2+fODuBXKj4lD+8HUQe+bhrigIPeHvUvCPSrqD0fYTsEHCbKdiR82-o86avr4kVD8LbUMYe5nJmou-dkFc7l8P4H8A3bcNNRbJ3E6gj0J8g+CP6XBV0vbR-rctu7bEBtl5ptVusfPQPbjj32649MPsPINvj6GQE-kfJPRHyB0a9YUUfaX0n6D3e6Y9zv4PioZT6BfZdqedNmn0Y9p6WRYf+X+n3D7nqM8yvHtnR4T7HzHfJpLPzjyF6W80eAfl9jt+9etpIFUuZXqzyi5w7+2Vufztn1l5kbo85eNEjH-L-7bAsyONP0n3twDcw992ePSF-ewF7glBe6MIX2y1+7JqcgBEnm2ShwShahzaKqVbr6c8XPnP2dQd1bAnpLH62aeUXsufC7tsEOnbOJvPWYyA8hOQB6zrhzgtmm+3AbLt9r5ABBUFGQPwr+CqxYO0NlxXKA3TzJ9a16qTRZN-tlQ2kS3Y6mJztMqd5Uoa49yF3uC1d5s+I7bvBqtqw96W-noXvEz1a2Yne8lHGdSuLj-yay+I7j1pquyiD5ZRg-ErEP25YxjYsp952ErwUm0Y1VRjTVI7ISo9-a+g-Byx33ukOxUrsXKIcPoAzJpNXfsW+87FH4Yme+heGk0M3-Zdao+yeaPuXhT0x7+dC-3rYFg0yW5k0RexHOm9HzRsx+sBx2JR+n01-x-w-rvV2vA32xenA-OflP45+D7dugBRXO1vPbXTocG7eNwd42yKlYXpePzTz7jFT7jciuE30Pp3OT-zfsarfiAeK79+hGO-Hsk3z17OYaTQjvb75+bwl9Rd+m+A8HBIxE5ZOB8MnxL11X8KHVLJZsC6QZ8M+ScJxUne5PJ27-gqiuXc3vy35UZh2fJfv1H2oPaupd6vMpZZxPwTttvfb1vf2r67U+j+zCS3t7xHXFS6f3Pbjjz1v3BH1t5+55ST39jUwSuK+Tfor2Z158letDGEQMbEMJvLdKv7KQJyf1juxrvdqfZicN3tfZ21-uPen+ADJtufdOQTcGCnsyLM8UB1-m-ml8BZkoJ+D-C96+jOZBC8ib-vsgBO+DmG6reVJt-6-KXzMyb+KhLttSZOGfiCJZ+ZLpIy7mxvslbF6ibvJoZWw3pkakyjDlRp7mzFvG5kOfuixqr+V-g0Yxe56KNa4WEmgL4weinnKxzuRXkp5-mKnvAATWnlGx48uBdisgH2OHiO4kWEfiPJeAG-vsize5kGL66QeBlkZ6+IKt1oVaigaHohazAXl62a+-lAH5mlkFAzFa+AXqac2qjlA4a2MDqP7zWe-pAGPGQBkAHYgkgQQxd+H5l8iyBmGsg40WmUsoHS6HgZc4WGaRtmrIoLgfIHuB+gZ4HBB3gU4GaBhxvO6UMXyF4Hs29jje5NONzkwAj+WtlLbj+EQYFpReNgbN6xe-lquYouttgRIH6R8jwpXC-7kDIT+WgUybJ+sAan5EucXiuiIB8gMgGLesQdlhYugLsQ7oBJAUpR+6K-hr7WBogQ3rc2O-s0ZtMGQdoFCm5DF8i6BOkE0F4SekEnxl8nbD3odWoQYnrxix7vJb7ulyHvbDWYyBgI9+gwfDgcOhXhpCVBkQf87TBBztEG6Q8wULZLB5kCsG6OeCm0GmScrFsFcGUZi45tmWkJRr-+TliR72+GDnN5gBBQevpr2Sfh0FX6lLt46LOJrtQrcgIAT0arA6opEGHoTEJl5AhTyCI7ye5yI57qakjhwEoeZXtdZ4AFXgo6SuyjkIEC2YXm1qWq1Lj3osutVsMpohWOlY4mOkJjY47BTWpnof+Suh+7IO03uEolquQQ7b5BC3mvobayXg15SeZIVr7jucnsL6LuDntAZKhEvi551G0XDwHoennvj5UhUxgZ7Eef3smjFqXauF5Cexjm6aPY2etTxh+AAVFoxqulsiF9+K3uCEbmm+rVS8mwvF0EY+JvlD4UOuuM-rn+R2E1IEB4zolbEBPuvVQw2sHhlbfaIYSgBNSbwS76Z2hARM73AS-h76j2DOlQ7muNDr77V+KACq6phKtgT6Ohl0qXxSBNAci49GYxFzY9SSQNa5xBzVlB7CO1mqI6qahIbhZIeTGPwE6h5IVp6VeOnifQCBvnjSF6QTxjUp1KLarvLuawfgzYrCljsu6chCZtyFp0GZpZCUan2gwFXajLt2EWu6mrV79hpIX9a6hw4RQGD8Y4e6THhk4STK0wlaNyS5gIRiWbXhWjkKbnh74aKbimtIGPBOSMpnOoKmvJsqZaWApK06amEVnNRBmGkGGEGBYCEFpphyFmo6HIl0nPo+GYCO1plaNBhhGaQVVjhG1ANVhhEgqyYesEliJEYWAc6a0A2EshzIURHqBRjplKwRngdu6VmO6Ce62OCEcFrQR0gRZCERFkD2YIAfZlsZVAIaCOYJAY5hOY1M2wpxFS+hQhoJU8cgkIZq2xgUkG9g9-tLZJqBPL4AphaGApzq2rWkwAzWZgclpMR-Tg-z2hgIbAC8+MXoi4NBtYbH4FIG2if4HmtOtSxa6GuJdLPuFvtt5FhiAKZHEWskeMiA6UYUXoxhJeuL7oa8YZlaustDr5GaREvDpF9hZYZr5WRyauEp2BjejWH8hXYeThqaeBusZRRukHxGuajEZdKJRIVGVGkRzzue7mQ-kVZZ7BykTz5pRI9ql4OBj2Hr51R1UXaGteDoU1FaRV0ulHomLoX4Z2RH-iUp3S5QQzJYKTMo+SXSUIcgydBu3n6GkOvQdGyUOwYTFGFh4jploYumNrb59REvFWH2BirmMEqGTYX0zsMbYZU4dheIXL6qh20beHqe3buV5DhlIdjY1eRoS-6wA04fOrmhQtguFl8S4WXydRkTg67z+O4dZ64hyodtFEhznhOEIGp4bnaDhHnheH6h70df68efnkpZ0hq-NZGMha0HaYMRIyAh5Exi7i8HDKIMRUpWhrEYmbbBG4ZxHURCLle6GBGWkpGsiCQRcbWacVGpHGRjzpTGkYUXk1JHRYoeOjxe40fH4mGVQTFgwB5gvUF5BLyCHI4OeRjn6rAgzkuwhw8oNxoF+hHGk6+hi-itEAsibsOAbRBYWzr0OVruGF22SVj0GGxnvt955W7Ya1rVObUc1oqRV2nFRO46kY84lhukUb6uh8FFHy-eg-smhxUNuF7EWBksVP6UAXfPsjKwqWgkBz+MAumHLRNse2wzO9sd56pR-UVLytRJ0c44Rxbfr-4bYrsRjFOun4Xf68xZTBti0MnwTCa7BOek8ZCxGvKl64WFwYf5-+gsZWHNxQ0VH4jR8sWNFgazvuczSYgLnUHwBxLvKrO2mgLyKvmuFnky7hiobB50e90Yh4cBHLtwGIxcjp+G8ulAc8aCBSUcaFNxaMn-y4WFWs67N+-4Lkw1MIntf7TWvgUTLqRAlDkxReP0SWq9xy5m6GShttgSZehRJjuYSxhcdUHQhkTswhNSP8WmSRucARXa+oH0tk4iqEjBmZqxscZrE0yECQRyaMxfmgH+xQqIHGCkRDEr4WkisZlJ+2Q8diqZxwcWYDD+dzqkEPOSeiXE+eN-lzHJB1CY+4P+X-pHFIOzkVM6kBB2hX7eRsUdtEB+5YQj7DBtQK-F-RF8cMptx0uvbqZRecQKGq2vfvrGpx5DrxQe4jPt65zqb8XImjB+cWMhbGYyNIk2uhiewBgJA5mMizBrVnuRHBSCRrHxxS6IcG-e4ibOFcgGUWwHaQRids4eJpiZdIGJu9LcFaQL4YolWxBCbGEnaqPEoz3MPTOponWdepEnPM3TFXSJxA-MIkUAziZv5FgbiUzEohukJcG-0Pif1F+JUQW-RfIQSeBYcxOALf7qYLCdraPOk3o0JeuUWgIh3seKHnTZJ2CeKH2R4sVRa1cAAt6H-xIwuPGjRk8TpK5OqsdHHqxccVrEwaKTkRzaMWCX3FmIuCSlGOxV2tU6meSiboiTOpvtmFqJGcb97NJ7CnABZ6bUVRz4WPjBgLhUtiVMmoJ8FI4mpJzNADxHJ0kC3GHhmTLyYK+WyaEnhR4Sf5xPMG9JRQxJtRsHbxJAKUILgxu8YcmtJryXWHvJn4vQl7xlSUwke44caQmzaDSeH5pJWieaE5Btkf3HAepzEAkLRqrjJRmJnoWgl5iUCUUolBi3uAlic-ScwawhDSHkowpn-qAm+J+FiEZYhJofgyMuq8UdjJ2vYUy40CvJuvGCkA4ZRjzIO8UHGGhWMV9HpJ6svmHAWpSeYm5JvDjIEFJEvEUlkMT6JIlc2ZyONjDwo8BECTJKCSLqTI7rvJHaClkVCnHJuKaAGfxDkT-TzCnSSS40pcfj0mhGDKT1pMpFACylDRlFkD5cpC8fkp8prAYKkcBwqUdgvhJIc9HyhFIdKkPJ1IQfFfRtqdJDXaZwZpDapUwbqnlM+rtmaTIhqSPDKgpqfHGNelqVN6eOQBs2oZJ3au-F+WrqQSmrUZKb0mpIkCXrFfJ-oa5GzsB2lLiV+PkdtHOIQiRGE0aIUWtY8JibppDrRu1ptFmxxYRbHAp5CWW60Bh4fQGQxgvuqHoa9ERFHuJgFmvFHOEFpvHcu28XwGjhgtreG0hDSDWlXiWSVpAsB0UTkkWQQ6eqlPpmqUiDZpukNTEr2bEXTH8ydjh27Yxt8SYEj2j8Q+gLpTVhUmMJqkTUlpB9lA4Ch+PUZZGdqLicQD2pdTmCFfxEIXTaYuxKUkZLRyie74Tpm1rUDVJeblX7bRpadxqWxyEU4zvgJaoEF4KbIdLqUZaWioG-ObUUcEyh1qnKFnhIiTZphpovpmlHhkvlqEbxcabxmSp+dlV67xyaQin1+GkMhm1poiXenbpuEZlJMZNru3q1x3wXLqQ6ZOoKH6RV2uIamBNCU+4BA+AACFeO4enRl-R9adAnLoXSYPHsphSZuYzJ0FAsmdpLFt2lHmRsbLiMQZGQOlApNWkRrOZWqa5kUaEKQPRMWJvmf6zpESXcwJJD9JxYjhcSQllgplaPcnVe1mRsD+pEzAewLhaKcIEKhymf4k2ZKGfgrAQbganoyJbGZZDB+1loBnFZFDGVlKZFWbUjt6vNJ3o46j2MtgIp6lqpbIx-WTpAxUIZEwB+ZEwEqJKZ8cAkCEwzQIJA4wLcpPBCAmwDED9RBQL9LS2ZfBdHNWgoXNpVpM8Q4C5ZkzKrEeWk0SG54pjaeAGohkIdAE1BVJi2lkykCRFIOAZcvNGyMi0bG6veZfrsmP6NuAFkCJiNri6cAPsUxj5G0WQbFpxk6RpDLCXke0nkZiNqkCYQsSbvEKpyCgq4Xo9kXL65RXyEDFquiOXIB5JTTG+nxAZSZdHrprWvtZzqtFvdHCZcqWJm1wL0SjFvRWWQwmYx8MfvY0ZHiYdm2ZpMQzY-R96SVGMZN2dLr85LEd+m0xXwcmYMxIWrvapmrMc-7GhFCR7EwZtCVE6UYIOTfEMJVSWHGVxayC9nhKz8ftlRaR2dhGghjqd0mhZ76eFnwUT2Z6lbmzNDua+pWcRLxoRhPJRbBp5ObZ4CZK8awEmgUaSgAxpnLkeloeg2VJkjhKUbJl6RdIbL5dhevlync+FAORZu5uFh7nyhPKQ25DI26T7lMefuRnmIApOaJnipweex5M5iaRHmyp7OU8Yy+JnoeFx5HyQnmwA16cgqUWluSTkfJIafxl4hTngV4Wueecx6ueEqQmmnpMqfvFyZ1mjHkEhdefCkN5imerIt5xOb4Cp5EmenmKe9nv5w8RvYSx5uejOVKnD5SaRXkppVeePk15dYVPnACDeWaHlZPGUjFNZfeWvkCpQmZvkD5xebwHSZI+eOGH5TPsfnBelFmfm1MF+YkFGZruXdCIAk2VeKgZjhNByPivItlENposRKFOpTuWmltJu6SsLPU1nqsmI6nYQSE05vYbGkM58aa9Fl5-ebnoooioJyKv8EOIQjvqTWCyjrM7KCspR2f7kWbESSsbljnZDqaNFNptQIPlEFO3tNEpwmgH1p0pvdN6lyY5-EQo+s9egLKTINyJMiiyZOpsmKgWop6BbYnoBpiKmg4iEZfKEeLyKYF+SmQX2Z6aPKpsFI2LbYixMCWLERuhbtaI-0vBaXn8FyDpCDCF1uaIV-xPQGIQSFOKkwDSFGmP0D-gchcTHKF+WIoV22KhSoBqFKgBoW8maoryY6FsaOekv5J6f25O5IBjqirA6RTwVwGUBR6KGZi8YDhkyirKQkyx4fDx7yOBRXQk5FwkmEYggmgONioQIQGYBDYNbFUXfKhacArGpuACxnmpWDiwUYKG2swXwUTebvLt2l3uMiZZoZIMVCoToaaZM8oxW-mCkExZJF1iVBcAAMIx5OsVnkGzB6JIohhdSkNy8CTJQmoqOXOHaOzIXfggQhQJFywALluyiAG0sDJqpqvYXdxB5sKFoIT6zCMcXYp5WSdlBFRhbAmkutKa-LXCfcOEYupqSCYIs0mgBNwXA4RothAeSWGHnZ+YycGh7F-fp5S9mDufjAuub2IGwlcxAl8Ix294PEI58eCcSUECkJaSUD0ugFU7kl57IQJNeD2IIYK5CJgpGBF+IQhoEJl+a1ll64Soz6fFdaoOplyVHK-L3FNJRumRqfedyVkxR4T9bXwX1sGarkJxXWmQ616IYVc20pYkKWJWkDPRs5eAIGhylM4Aa6slnAQM56OnmZWhJ5-OppAWm2kORY8WtmvfGm55kNgHOaq-D6QAq5NsMry8wuer5jFLumXx4aDpmXxWIumVpCbhO6VmZjIoZa54Cl8AFaU5huJm6XaQbKuMF8A9DFGXaQasvQwaZAjkmzilrWiQnAFiCn3DbRxZUyV8ccZcqUlZ5fPyjqliQsWXZlMwQEnaQupfuC2UuhhWXlJVqYOSGF2yTMXuSiZZhHpGrpX6X9u3eX9wa89DNWUZGKAMdLJZ0Za4hb5cZQOULm-gc5qZa6PHei-SIpX3BiligPJmZFTHo2WvyE5XYCdl8pWmGlmSpd8WtZ6OY14bOXyCeWllzZSUlquvgNGR6lHiOWXXwxpezHt6BGfBSz5yCpjzElwpRQHXlJqMBW7yCCuBVqy+5SvlMeCCs8FIVxJU2WKesFZeUAZ4yJiW3cOJVDS0ZGwDJzUCRJe+BTcWdnSWtpyvjcLkVQUQWVrJlFU16z5AQG2VbIhFWkAPYxmuyK56bMT2VmlfxdsnDFKpaL77y05beXqylOXKbzl9dNpAxl2FZBWClMXqJUMlCFfJmDM+8ihWbp2gPvLoVIlYqD7gCpYKRVl4lcgo-R0lVoA6VopbWT0Vi8Yp5CV7hhxZfIR5XZXc5KGQZUHpipV8Vym2iasZql5pX9rw2llS+W42gkViURA+FTjT2VxFYSWp2jFa+EIKFJTRVUlekKWauVSmWUFpkxXCqi0VV4eC4xm7FSSUeC+-HxV1mNPGpqho0qO2WgAYaPvJVV+qPZX7g-6dga8V9QtVJeVM4a1kxC9ZQyVVxuJQ9gfFq5NBXCVsFSZnFBDcozKVZ12X3AglQMD6GQgI1SBlnZq2HGWsKC1R867lQMKpUSlvJSPaaVO6ZqVSlhpXcCGVBiDZU1ltHA+zgc5nGXIyciQgdW6QoNm8XdlrVWDAyaKXI4C5clHCpUDVJqEfHo87vMfH7Fl8j-R-VrPJk59CZZAMKmCMSGMmNh6PEOicmbgmFXiFC6PCVcFiJZx7IlCCZMJvSAcfYKhIoNR4hS8CNS4GNV3PujyCVTpRVajlZ5amVjIndjDo92-pYXnBkAKtZVR63Sh6WoqvgH2xoxClfACE1t6VLyJChNZa7HxJNcmWFWQHGypXVSAmyq3VMQYVEaQ7ld2UrlXccfFC1U5V8ii1ZceLVyAeESmVPqzBp+lK1q9NcF6Q7ZdEIY1DpeZCoALPMkAoA4EaTJdOF0EdDKwfAETAMAe0KMDNcl8NqYzucEQ1GIRheZKRVpatdnHdxeWcTIR8mTiMkephNUYIQ1YmFDU88tchrwS1oRq-LhGiVX7zG194YUWguaNfinW1qMUQ60Uv1erX-VI6BXwa8tcuQyi1IaFkap1QikMGYlRPHrVZGQ5mJH5145gyUhqEHF9XzxU5qjXyllmUcUIAq5fPpJlBdRtRougNbHVwJP9MdJA1-RRezAlSNXNV2MFdRHXHx7dejyAGFpuaQ61rAcTX61GVs8XdoV2JXVg1xLknUZYlJYoD1xunvDVn1D4dxxZ1yVU9F3Aq2iXVGaxmvzUzlq-POWr8AkZjjGCp5ZuUk8GdUFpbVjAXpCSVHVVeIJVAyeZDOV8Df5zVlKtUHVr8DxRKW6Q71WlwncDNqA19m0EbpVrQ8mBhHDmicD3Vqir8v3Xmc0EYEiXSEHA3XVlyDcAIM2zDNYn4RY4BhH7AVEQzasVM4HegmViir+VnuyFkpEvOCkTI2mlPFc-6h1SJjwTEAxEO84yusLgDXo8BAumh31G1YMLDCsLjo0ToD9WYJTVitiUVMp2jWFxLJ9gnrSAcqjbQAQcUvNLA1xJDAEBGNugL4LgpSceJAqNajdK5wSmjexn8oLjVBzlG16J42cN+ib6VHBRWCKYaQqAF841gsaK07N8XyFE2wAtDDNou1s6LSCpgJ-PMbnw20oWCm0KTe6BpNZArrXWNigG43K21vJBE5lsTc4Zh1q5AmX4MiNWCILobKo4pPSAhbUjxS9mXHW6SbJl01TVQMDNVhVa9dhlkylzMkarkrCmWYbVtTOzWIVQZXwA3Vk7PykoAZZvdXZWNUo9XHVRGj01oU5ulzXR6vNczV+N0tQCqy1ciPLVWcJFe9amZQQoMYvNOde4IpJfHP41ON11e830luzeErRVEWUnH8BuDXA3mQBDZ9UoN-Ea3WhVX4ecEHNIoaeXQRlDWAjUNo5qTK91asgw1ICTDcrX-NedfhGMIuAJwagYUgPMZmAnBjJHVCGmGtACNc0IzGItGzUdV4AkjXILgt2XhZBQt6XOEaWQJDYhwYRgLSPbkNc0Gi1rQGLeJFYtdDX3C4tgrfhGgghLTKUExpLcQjktgwCIRUtxCDS0tN-De5pMtZtU+jQRwrR86W1GEfE2i2+EVLAgglTYoJ+ULLbtVWcuTZiD5N99kU3PAFTfiIIc92Eq0NN-tfhG5lGETS0MxEWtI0mlAOmdVtaPLUQ1fIArULait2kKhbRU6FpkKLSErd3USRfdaBFhV9renZAt87Jcl0tFkAy1yR4rRZCSttDVm2qmEHPi0XV37Hc25tmzfiwGtfwZFmMtRbeZAltXERqkOtprVhXBJlaUiYrVIIVMVmIwzdM0TNG9Y7mQgo7RCWtiBqmr6M+nLYjos+oHBBy3VKlb2WnZgYpGLKwJoou0QVr1ePk+cQukgIbt8FVu29F3nAWqmqAwcu3heEXF9UXt-FWTIA+pqge13tkbW+31t5nOe2ill7WTJ4GNNdkaZSPpTM2cWRGp03wUT4QyXRc97eA19wGNFi0ruILD6abtlOpG0ZNRtcq09VXyOEi-1YprDASmaXCKCCyaphqbO1jTb7yK2hwPU0AdS6HjGBei5dYh95wtWMgzl+1juUyVWkHJWBR-NYx0NewtQUqjSyzVcnbt8FI36BeESWxIHC-JauRNBBwpDwydEQKJ30dlaGB74xTHq0JnlNImeXLycTPQy8dLNePXwAGnYF7adKEm6osVc8s3KsG6HZMXid8sawpl6zAnJ0moc4swLkCV4h4jPtDnVe1Co6jQ15956cjKU+kprgdz0MDNQHm+lI4SFmrkgXdaohdHjeF3cgyzbuU0danapzjqxVlpXj2feWnZnlnikVK1BKmXgoXOGwWjFxdxxdl2Dq49rwouKaXU+LGKOAHQmZdmDPfZkeTHYp55dGFbor0MM9qV3elI3tLqVdy1auSkeiirV0cKGTH109VhWU4LsAg3D1y6AP1RPXNRmnTHUTxi9cNKFKC9YCUepaspM2b1JnYTV71JPAfXbNfkdfU8gl3ZA24AGdf7nFeIjdID2CCdeDWc8SVY-Vh6L9VB00+oJZ-U6aCkvAWiav9Wgb-1JnYA2WQwDfy1wtYDdmV3d0DbVqrN8mYp7sNjFSFpoNukAg2-Rblf207ZV4fB3uaTUqw3Xdojd5XmhHDWY1rQCbXpDCNdwGT2INLChI2WQQWtxVyNzJZoLht7xa03VdoSuJ7TutQOXa9NQMmnbC9fsgyVHdAyUV2iKBLoL23ZwCSybzNJqKwp1d8Fcj0FW9dkmgoVmvbPTBVMSRwoGVVXYpVN+s3eXZq9pzQeXbVtbrop7VrAWnY09idi4pYNheZ5TS93im4ypusUPxThCcZU3IeGuAL4A5d87jb1bNY9hwq29YLroo09wNB+UhI5dlVXDueANRHbZHlaGRu9BBfBRMA6brFCZusUNm6xQoeD73jdZYPwClNysEH270IfY5Vh9WvaH16Q9vSi3gIsfcmjx9bFYn13camin1lh3Ff+WDt7oL702d-vYH0ghadhlWZ8udQBbl2Y-X92fNE7ZnX-dedUXWNpoPYDY-0b2RcwfZT4hcC9wYgBByj987FP2PNGWTw3-smHdpBo6RLRpA09oGMIDeIxEGJ4mgqzof0cW9Xc7B9sFWl2WBR8SF+3Iq6HHN39VPPQgAZIvwGX1GAxVvv05i79RP0wU4fRnwz9gwnP2S9i-dfA-1igLvkpFhKdLF3ZVzD80QcLyjN0uKwLbrQQp1zY414D2PvSXP9X5sklwdkbfgP-9zPUK5n9lVhQOX9WaY33tI5tQ9VbIVtWgMJNukDFQn2dsGfYX2ltNfYpNLSCX20AoA0gDGKwwK-YAmN9rmAVNvtbXCM6+7ptmWQXfan2BRwSYT2uarAzKU09zrl8hmt9Wr-Vl8gg4YCJAuiufawwYgwzC32mwFIMyDySvINv2gkPdAqDAet3AxcG9poN6Q2g9hVphY9XGUTdZtiCFC9Z2WNi6KYvVhmTtUA7NUDJCDuv0jxMIeXXG9gXqr1WVFvWs1d2tfdX369SaLpU69hvWN3K9g6gV1RYHCub35llvRC3qaEAwz75dUfRwNaV7fSdXVDltpWhAd6VhuWJpngq-JIdhYAmav2GrfRCHoDiSf0iC+gxZBNDOHZpAN9evbxZcDFkLqWt9Ija-3p2v5ZY4WDGEYR1GWBTb3znwTtYWBdOeIMJALZWMFuB7QdMEnCwwxAP61gIKQ4HUWQIbSzFyCYQx12TdLUT3FaDsA4UPmQ8wxPatDyw7T3N92TAb1t9bbjsOr8Lw+A4fDxKF8PyKD9hEO-DUdULZUDCw1sMR9iw6CNAwamusNQjmw+33UR8I13rXuJVUo39943d8NojHzrN5YjM1QgPQMVfWRKJDLI0XT4j8-UkPIDM4KgOIppdR6mpDs6Jv24D5nFiMEDb-Uf0gtfJke1OxbI0xXcjgaIwPf99Q1y1cjhA3X14jLisYOrDmkGYON6ew3pDWtPQLa1vCENIqMNNNwy63BARw9HTaWHrTa1etsiJCMFDgXDJad9rw8HXTmq3fAAJdZpiF1xD3TSl1A9lhSujDN8QzyNTN5jRjaWNGQ65aDqSXSpXq9MHuaQhd2vZxoiQlACUNZjqcmUOeVmQ3BK4A6aLC4sV2Y0lR7lqzfoWd5R2Jk201oYw73+csLs73WcvvYE0qyt6RmPajWkPWMZNjY20M6lEIyF1VVLY7CO6Qgbc9WKNVqX6MBjaJhiOrA3Y5APj9s-asCZNRgqY1RjSAwBZL9wPZBx8DmNYPEaZ8Y5oBLj7I-BTE9KPH8ka8X1aBVkVR3M-Uk8rjXPxoikw0tyIhAglk0vjC-OiLRcPzXOOyuH421phNbAxpB9jE4803VCqzQdj+cFRepoaZ6BrMM3B946BPsDYIzqleoVVRa1G0cEwhM-B+9vB2U9jXZ-2hkSE2C7o9pSYONXBRrSA48DUgcaO21L4nNaN8IE1+N7oP44ei7AeYB+MBA+QAXScAtIF9iZNqIhxNRIuwE8OMGkE9g26D2FUvIVj0-WmjYdBVJG1x6f-fD1dlck6nIKTYAsjxIC5pN4JG9-ox2PxAT3G4lnjMpd4L0M4E4ElUT1HRjb0MrY1T7MDmkKpNGDtk-Gh8gJ0DWWGjBDAxM6QUsCjBP2MrjaMSmKcr3AiESMCzTmjG7IijyTTrRMBe1LrfHApwKI2PzKgEkzpCTjqfb6OADRk-CEj2pk38MuyWk3AMdccQhBw8K3ghuOfdVPcKgfjxjdWibjiA1O151x49gNZF-I2G4r9GA1cxVTmTpeNICYPeUMIAAE24mYlA0xEDpoMQgZMBAyQrtjE61k2hMEjYyD5PBGUkyHXyjGo5TJ8qMLWtPoTT2PqPK1dE+YMHjNtf5PbQ0QEFNay0QKFMiQ8xkjA0gdoynBaGfACArcg5Tc6NUi3reZPWj6LslPhT9EBlNZl60z6No0fo2XIljE6L8UclK9TXJbjLUwBbgl4Y9kibjsNYD0Cj6AxB0olM7f5X2ZyyWDA1jmTBA0aTJnRZ64ztDKJ2pjW0ztUfOEfTTMyuTY-dYj2jk4WOJjI9pDPVoITXdj1lYyHG3qTyLXuXcOuruUxNtgXPQx09+pYq3MzjA1-0zjuUx53edGsquJ7d7qd-Hr1iQzGO1AelNrGQgjrmPH2ZpjZCCuTI9Z1MIlp00KOHFqAQtjKzaZPjPwdfqHv1-+xE6qOggzAtsnDNw02zPUuygtyAUzKY7kNqVz1o62Aj+1QLPLTinoc1stV5fNy+ckABByizKzTFX++p7V82Ck0KjyODC2mrhXpwEVYRiXVBJWmR3jGwDlXjIlPcyO3CqbWEP2+nndxHXoPsx33QRezWtDauYCNrPJJacynOhkRE9BESzHiJHMvFVEavxs9+9mG0ci8uZz299GKSCBxlZnUF0N+QwcGOKM08ovMeyNnSvLaxzUxrPHdw7Zo4WdtQ-BSzD5pJJ1wSmY0djHzFshwNHzQwf3Nip4kPp3kadydMME+uEqkblW7Rn0M4dmPR5qgdNAjF2XhwQ+Mgzz+yAPKDRC4+ZDnz8QLiMeaptRpAQLi+bZNoTitmppwLV0nj3B1PfaTODqunU+LXzYc4nN1DiFYp40iCcyBbFhuEk3NMexC6y3H00c3XLYOP89Gl-zvdtjbkL+bcuMDIzdqu2ScV40dgyczdjFjpzs5YgB8L-AUAut26I8dkw98OCQur8UC-86sLIrQgs2T4Havy6lKC1VVUL0s0aUNZcgpou0zpUw8hKTYLc5N6Qxs6vx6LDM0osx9paMmjqLbFRYtwSJEzoOkTJiwPbYdIWg4sXz+0xhMItai7gtaL9PZZ1-C-cy23YTFVrbVRTLo6IhKdbqgnPWjhlhKbzZFACKAiwCcMQiUIftVBEYRWU28PstqfRgsvVffdPOrks852NFTlcm4KcjKFlzj4m6syuOazdk7KIK9JXbuPIz+44KN-1qDBUtpkrQr9w4L8OMiKw8nlHdStCcrEOgH0Nmgp0qdYyAfR5l8FExzALRYyrLBcOFYstezMrtpPUVE-eELwdpS5Avzs6kzLNq2uErFYRAj0-OK6IKPVf1WLgPWpqPBekNp23aMXWXzRtrzfj0KNrzv0u2wQTn0v1zW3MtW4ARPsrBUtXOIAaUap1eqOI6fy-SWHL2i8ShFBQqDB0OzugLcVed-Av8t8c9s8tworaywmTQrwAqEgH066AwNwrxy9PKnLgKwMAXLioMz7EzbFacJ7zvpeFTdLmfGsoggmGPO35zg02MWn0NS4+Hcmz4ZuqKAtxbQOQryaHdq3FhK1zjErsK3cDNaJy+ECUrebZcvWasq5LMMrQwel0Y2zKwvOVoE029G8rf0mYgwdE0yKuYrkbaau4rUq3IAyrdK6SuWaCq2ctUr0wCqutaaqx4gar8OFqumYOq-DhLozgkItxo5U+nCGTey74CFTGI5ZPVLiyPD0aZKo6Stjyuq7AxGLp-WKvPo7iyStyrsfI6tKr1K8QC0rpZbcvRrAQIyszNoQyUtrLZchGuSLQa7pMzCxLk1On6fK2M17TCQ-UvhGbU80smz39V1PmznS1SmVLpgjO2Tc07ZoB9Tts-YKET5TO6uhMFa+IsMjRU5pBzTEZfhJc4TTftNxrYyLgkGmVM7ZWhzwc80MRzeC2eU3zrntnPYlPjHEtPNZqHFV8cZc4Ou0V-NWGvsA1a86X1a16DNO5ma62XwULwMyou0Tz3UCO3r7y+z2gbJpX6NTLCZEvNISP4kMF-i8xWrPTVCM7LFDJ-cU9LY1vWCgO9rHS2D3Yz08USLfi6Jams8pvS+ZxH+zswmtBLaEocIm+9wYYlU1ga1kZoGZ5RH1Gdhk6wp9s+80KhkTvuWwuHrOeceuHVAS1HMAL-NZBtrOoTQRvA8d1YJs6uuaa67DDTXnW1rtcc380HrtTMMKtlEI1VUhLE1pPOImbBN+ibFwAOKOKAgos7LQ42-UBw1tkiLMrlz2dboCpkK4yyMgCdmz8s8LKAMivHK+Ro5ue8fS15vfR1nJZsIAO-RBwBbL6A5nSwzyO9z3Jao68pfcQwX0uDLJYz5uKATm0Kikbek38lSb93UFtWbYgOJvJbEW8lvRbCnLFsEz-q8GtZbR2N4JpIqW99GVbda4GveCpW3xxPcuAMFvwAO-bEJ1rJY7NNVbEQK1tMDwq0RC0AegrVvlkjmxwy+blaAGv6TA27lvKTI2443jbC2-egEz4VD81-kF0An5wA7SxFtRbYKyQMkAEKQ43EQ22-jg8Ae21FuTb3mz41yj9jXMmYCKyqZvytnSvZsDJUWx9uMph4Mcp+bHm8aTYr3m0tsNb7m9VuebQO4Ft-jo22FuQ7EWwFtDbO5OVvvblaJltyI0nUhJ1bIO+ltmIaO4Gslb1nD82FbOW8Vs5biO6GTI7bmwjwsNAO3d0RbRc2kBY71JWlsMdNO+DuTl4tdtEIK5O6QPEQTUmd19bCPWUzvgEW9zsxbJ-XFshks2wNvNbC20zvEbOOzpOIC6O-5wtb1nE9w-Nq271sRbauxG3LbxEFrvK7gu4dtOTLO9LtNb8271tDb4kBrsw75nJ0r9bVu5tujbF27ttY4syrduBb926gKDkGAhPo-N-O3PXo8Uu7fUfdE-cMLE1idWHufNwwggoh7zm6YKbU74IrtbLq41Y0k88ezgn2Cke0RsYldu0gJx7wuxsDk76AhLsI99Tp5Tlbr2wLvPIdTWBnHxaSHU1HbvjYpyON-O3CIa8dW+WQ114tY9iF7BVUNul7rDP7ujb4m9Btfik01Hs+8pjRHtk7U+-0Iz7a-akICANQZCBFbIk4vyTCJOxXvPzynfd0b76IkujsKaItFyUaQ+xQDZre+ynvkuq2FXv578rZpAjLQwWMtyAEy0Vvv0e+43u7YvgvQxP78OC-tv7ZOx-uY7NcfNNzLQqGM6t7xEOJtwiJO49glbcGMvvhUfu1WmdbO-WPsfimO-PuQ1i+7tRz773dPs1Twwsfs-jMAWvsk7B+2u6Uu2+0RsCaZO5Qcm+JB-wCn7bbeftoCVG10LX7+M+VtoH1m4w3aQf++hAAHXODEsT7gu+vvf7807-vJAoyyCzjLIhwgccHBwl-vumYB2Tmyjq2LwcFbcGzlvb+oh9Rtd7Sh4NuIHaIsgd7kI+442u73gHttIcf2w+ufbM2xyOJ7cGlTtvUI60VXiQlO2buBi7h3KNeH8W-Wgpr85Kdtgw1+65M+7sAq4fcbjm9jvVjLB6C0U7Zeyjvv1bKx4ehH1wsmSCLfNSdsJHbB6bsBHqnL-1yjX20ZwEcWR1c05HKSXkeRHdhzu0kYjXBCug7dR5GDlHP3uMhn7T277vmHVae1taH+gnLvVTE-T-Qtbgx580geIx7QedHNRzcWjbhu4VWTTju0bu17801MOsMq2LbsrbcQj1tG7B2x+trbl-ssWYC7oBscG7Wx6sC1box4MLDHa25cemC4xzceTHj29LCa7WxxNu1rSx9400DnlCcdjbrx3Lvd7-KGrtmHw+1WnPHsx2ce1A466NGNrtm1RUp1o6+8fzHYYzfuV7Ze9XvLrnu83sPbIR2CebHbuXse9bNoVBwT6PxzZtgw32wBZQn-cY2vBoVJ7Y0RH1XPfvtLix0iefHGh98dxC1e19XTTC2wcdPbSzMZvSw9gGlwJ+CoOZsR4FxcPLcLwq7itHiQuMcwytQMHK0wieO6EhO0kAN3gVR-URBxqnnIR43YdUSMSuvLW3Iad1aetHw3Sgo1IqewAyp-qu6nu+CKWpHQwsSuuTj2IW2rAFAKYwXQsAAKBGoOLdm1knWs2zsP7GkLqeiD9EIvhanEvDqfErWVRly0dAQDug0wPp1IACULyoaeRdhg2jRT09yWOBOy+ZE6e3FR4uxP8ANyIYMVSngL+D-gyEnae2GVYAQi0AlNAJR3aGZwUrPsW3D-IvkaSEai1nTAJrDL4NFoYOtnd2hafpL0wNDgOAzlMGdhIdZ0UDEQTZ46cdAPPMSsvKFpz1a4ASBL8BTn2p+Zy6nFAHOeNnfrIudcAy59uXtnxJ6sADIm56WfxRSIDqeznDZwuerKS5-7zErF-bUwaFbtT2fTne57ADbSJis2dCrzp8l1PIEHCOcWnSQEdBTUgWPqv2Iv5wedysgF06fErO6JBe9wlSIhfHnnAKef2Id2qsB5nDCgFuor+KxnN3HxZ8vtln9Ryt2rATgMBDbn0Z7ucod+LPA7MCp55FvXVrF1BwQXpKBQD0Xd57ucunkO2iv4CXFxWc-gf4BEB8XTW-BcNnPsyxfedbF++cWnVsMqhSyt59Jd1n-58VJYXbFyOcVnJCBOdSXyuzOcsA9Z8RByXgaJxeP1K54YMWnkgHyBGX8xyZc204+JZcKXr54OdUXwAltIA8OmKFV4VJF-1s5cvLQXPzLtbsBsUVKE6RePr6l8ZeSMBVRisjzLJaHW1AHgJ5PRKsV05e6nLl-JforHl56KRgHZ4iqxolqyRjR4i0iWdaoBVwgDSwfhaTJ0NTpxPIDAAwJyyuTChZTSOXMZzpcXnPzIZuEIgp+nDinrJEBeiqQ4kBe+Y+Z8NeZHKc2z7sLZiFWRBKPrFwvXFo4rxJBsxV1KyGDo1xGJeXHePEWbXJGIIubL5MpwDeFAiynOrXArCawbXIIO+fbX75xNcMK37Wu2-tBi6wAtF912UcXXPEldcFsN10aLAQUJeMqQqj7boCPXsqiCDGntRcDdQSUN4oDg37SlQCdc3XPMfbXyN0NzSwCNyspxnQN7HKKYON2Df7XIIK5PbXrk1jfnKvh9tcwlNV4Tf-XVALBdw1N9aNF6N8J191J7cYPYc-bi13aITTBrCU3ISUvOorEl2isSVE3PQHjvJb2B8nWL73hWjt83OW1PJISYt7OJCXJFxSfeFAWxeLMCN4u5eKAyt4icD1hgpk6bj3hc4IzK+MHFu4A+t4bP84ouHhd23nKz+3crbR+qpZnR6ie1crNcsxjvn3t19ee3gZqLjo3y3UVXBq+JSHfbTjXK7eA3znKZBw3mXOqq+HzGPqs7xpkHjv4+pkAFsB3ZkAGu2IAp7LDHkipAwWPi-p9W38H7YpzcAW6rUU1uZL7N4VYWAZ7TdYscYute1AYw-MY6YFLSITW3H9R4VOMDRU0WEHsrQ3dICpjbxMEcH6BDcdKzA8dej34zdGNwlWG2bM4bq-Xhsw3imPe2XXtYgmJiwfcNafhFdwJEV3A+t50rXRMHtLCLJe4zCcS9yG5humz6NX2u4bGG94Ub3P13FuRIGha-J73l59fCH3eAPrfKbknKptICHzVcckCBAudf+32Ry8p67mddNeQPFR-bfDbr7X7dO3Xt3xw+3GHXreT3VAIIdeAwhwsGQbUt-fVEHuks2usC8bLjg6He+zvviQsXIOSQb2yaEgY7fwlkbMPIIhcJxJ08r92Q+XOPDq4SKyzuS4PDlZRDyHomteiQbj2AfTopiJi9s3N3NfEJAP9zQCrHXkYyQIPNc13O1On+6tkeIPO5Oo-nj4XLtfaPFR9A-Eo+j8g-nnHNf6oVHGD7nrmP43ILqe3xj20eeUPylNwLK8j8deuTzj9ZzhHxKEHfzHDCuevhVthwUcJ7Dm94fhPCJ8kduHsJc5yNHzyPkfX71N-AANHBM-keZ7ikztNpHfjy4uRPdXEEcR3znGdu-NwDx7uhHWJyDtpIg5FyeObnu3Vve7zO99EZPjW8ZeW7Ox-VvX7c26rv7H0XAGu6lbx0CcKcAa865vHh29Nv5PZUxbs9PTu+scy7oz2tv1PfJwGv4dxyp7vPIMSAwoktZLZ3f0QWrZfbB8waEm2Z9KbYsVl7DZEE+hVE0xzMros0Tue2C-U9Odg97N2kAECyd4DaoM1zzQ8JXxT5le3c-ZdOeo8U5Y0PElRGuNPBnNzwsGd+-KNc-E64L-c-hVQnQgpF7rzw+OyTcs8o1XPEL1o1M3-cSze4HfPBzdOH4Rk1Ks7CL0ZqfPl0mS8MX7O0+KIQ8AEJ1Hz9LwgpgvWLzvX-VQndDj0vMvNetPY8OkQ-6N0NegbBP89MSUlrzL6C+8vlPdpr3rxL8lV8c+q0mAov8x6z0lV487I0fLGr-puUF7oPC+HRGvDi8ljAr6zdDCadeLXGvBL4Hz88BBwvskPq91LyZPqSPjM57E6527ElCnLqXIvCPTfHw13z569ivdO87tkD5nA6917CPU3uNPgpHq+u8Brx3sN7NoT3vw18B8LPvg9e-DW+CQb8RDON6dWG+hv3+yQyVPGJWy-6vu9XG-B7Cb6E3p1yb7mmpvdOxm81PxbzG+71XMwLtd7Lb8TXE658QG+hIeb6ocrnvh0-V1GQT7f2jbD-Z6CMjDihXcxDLihSeYD7Qbhkp+6M9huYz2fhhzvsN7NhzRiyJzWzVkXRfoH+3dXWnYgeJgx1P09oT0NkBT0QM2DtA54D8ApwcENQBZIrAH5lhQGAhNnfg8wNYMLArANFPetYyD12BJH-AA-90nOl072Dkll9OujVQ9RxYcwHA+x3cXTgwBwASU1cA79GU9tk3mHxXu8URM15KM4jjzbbf4fGj9RVwPqD1neeUTI8eykfL187foG24YkdrHxKPMMOPh1zNfZHlH80dja8Dy4-tHbbUjtPzCSlqPEfbZ5mJsfFRxx-jSKDzR9oPa-PR-VHueigeI3HB3IAUr5yy6s0rBVod033p70bDLvSJYPEIr816C4sr8A84dy9OGe9kkpM9zVNGz7iy4dprvogBa6VJ70dOAboWn5O1AdtS-OtO9fN8aKrto0kiJIeQJ62Qf0S60J+tWS1pBd9hSJh-YPayICu7tRgK1Tfk8zbTRuMjjI9thMZiAaTuUMtOFeKg8lCS1ArSX8kzAnFADsBAAA) - [Arrays](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUaO712oelnpykD0OwkAWwAjBFxpI0h2XGIPDVAAbXwAGlAAJlSAZgBdAG4rGwM3ThckdipIPz5WQNgQsJIyenJieBdU6h4AGy7QPhocEwB+aXok7PimB0hIJnzpVAA+eZsoOERkRAwsHFw0olJyShoGZlZqDm5O-kFhPvEpWV1QZV20+J1FA2NzS2swexOdilNyQfgoTzwby+FptLisNwAE38QVCeAiURioGC8SSqSY9CYqQyoCYwSYeQKYC08DkpUO9FwuB4nHcUQqVWINTqaNYDNA0HoXQkHJIzxicM4HW6vX61EGI0i0ViguFsAAXLDSppggkAAyUhbLKkQTZIdZoV54TIHMgUKh0RgsNhRK58AT8O6iSQyeSKF47a0fXTfUwWE2A5xcDxs4IAK2MMiVWOamgA3oYepBNUx5fAuoimABfFYAxxR1zsMGGDbxxMY5XY+IZ2BZzUAVhLJoAgu5IdDrgJgtWkHWjFyG1ijLj6KlgoabN2jEZYEyQaBavUNn5wR4vD4kaBOLBiMRStVQGJsIp4PJ-qAAOqnZ271UimHwVcSLrERWY2Kfrg37EJqEraqARjjAAdJmXSQFYSwrAAVEh0igEhoCgAA+phuF4fhBGEURmE4QRWFoRhAA+oDUcRdH0XhAAUWEAJT4dRlEUTRNFYaRpHYQJvG4bxfFCdhQk4RJgk4Rx5HodxTA4QAOhx3HUYpoBKaAYDKTpWGUXp6m8apGkqeJnHyapVn6WprHceJwBKUJWnMTZtHWWxslcZRbn6U5WGpNRUG8WA-n6T5IVhT57k2cFWGhcZXFESFakMWlHFJQREXxdFaUMdFFFcVoQgiAi5A8IEYhdDwTiwMiFVVXUsDsMQjA8FEMKfLAADKRhtGIZxiv6uByDEdSCE65xtKezVcaI2i6L1-WDX6VBuFWrVnpiUHaCVG6wG4fKnH0sQSBQfK6KwURdD4gAoBLw-BcVWoDwBILUVVQkSIg6py4JAsDrFBhXyQAmpAEiXoyrBdUtPADRBkDfR4ZVgdGhy7qgXWhiYRDHuUbTToex6xGIkBrsEXSwFxq2gAgKisME9CmED6FFXtV6QAm46gNVcAIrEtCnmIuDqiAJT8BIwRQZEgTABw9CBDwwDgItfVwzIrOg+DEFuPcMRCr0qC0JdasDUQ81yODGzUO4HNc7Eg5oHInjsEQOBoOIgSWPJjEw6bsQACxQQA7EgiBdIwKB3J+ACOEg8J+iJsY7qDO-AfaIsixuKLg-uoCzqE+1ocOarQZpmruNNCjwjKrtiraQNQjRHFQNN07s9ygJbEiIN6UgscDSHAAUKFceo48T5PU-TzPs9z-PC+L4PeV0XoOBUNVwRQrSCNI6EWbUMvi-Hyfp9n7PFHD-euDwEYwCiN9AAeUETrAj+k7eQ1UFjhhhgAkg8WIb9iDNURKwVGnBFgaDQtpakkATDNR4AALyoH3DW2h4GIJQWYABPooHANASIdgDgUBaEwewAAMsIdBmEhgYIQZQ6htNH4gPYGAgMKgzBuDkKkbhiwYF4ToTYP+fhuG00DLgVI0x4CBEYIIOoAj8IADEcCyOIGYBIZCGFUJiNkfhBFNRaOajooBLDCGgG7PuMwRj2BcPYHIRY+j8JCLACI8gEhlyrlwA4b8qQxCeAoPcBkfYYiKLwgABQCbAax5CTH4LMWwohJDEAADlEawBMWE3CdC0nfRMcw1h7CrR2J4TGBxWTBGwNAG4sR7c8BSNUXI8EgQKnKMaeohIuSMnUL0a0zCmoun5IIYkixViABCtcuklMcX00ALjql+CAp4pkPiuipFWgAWiML-EwMZkTSLUeI+mszMIqJkYwMw2MzCDOoTMuimpyjrFaQ8gGCAskvKeXhD5CBSzkFvsAAAqmeLouBgCWKhHIIF3RcAv3CG-D+sQaZaHoN0axBTzHgu8NMqBmhGKMSggSkC2g2LqCgdASAPAk7opGYxGBtBNTcOSDAglUFAJEtEMk0AAAlaQJKyUUsRDAuhPL+n+FefAeY8KcCIueOEs6tA0XDPYZiuQ0zUjoBxYkFlWh1WGilZ-GmALohCAcOorQ1LlVWL4eqzVCR0CpG1Xq9+0qv6gDXuwIwFytBqCVawFVartDvF9aMiF2LcTMoJd6plmFtUZGkE6hFrrkXdDGaqmB5rg3+utTAsZFrWABC3NGixeaQ1Yr4bibITLNW5szQkJglMuD8ApHM7QoBDEoq6Km6xHbrGLFSGM1IcrcAKu7KkPUjjfk3zvlCkFwArQwtfs6g1zxikAFkvH0GPCWiBqQqHlBSaiFAwaC1ohxTA6i3U5AtXoI-NdG7jy7tELAA9W4nHUUiXgFwd6mSbtgI+-dh74BvoWoob9uBf3-ufYB400h9Uyv9Je69t7AxmHXT+rdwad2gD3VBrcJaT0IE1WmGBq0cyIdashlQcwYG1HQxqUAaHwPHnyJhaqAGtyahwy+tE+QuywaXfBqgH7mRcDA7+7drR2jYafdxo9CT2EEaA82EjugczCa-YGajmFaNMfo4x39LGeYycA5x4zW5eOSoE0m3QYmMPyfAZJrgkHZOIGPdB5TmFSOki6laLT+06Oan08xmBbHcNolM+xnj0g+M2CnYC4FoKzlqNhfxxNNMksXJgfOkt-rilYcU44otXKvw-hy1YiBtrK3SE1dl4NCRshCu5SV9Bmp536gmMG4pHKUBBb-fcTlXHoONYy2ant86+2gCHQq4rQEfypFQAAEjTINrcRZNRLd60WJYTjvkSpNHFmdoKADyY5iCHZS3B11J37brvgMeaxKRA2aqO4rM1j2EGWz8FoNIUCABkgbJ3-JscghAwBcFSAXXCqzNMADSsA5B5nYeoc9pJkzMBR-Wk8TAMc1Wx5hdSn5iA93YHjhSAQeik-Uq0EUlPSQOCFBQWnUw3rjnaiTyzaXZUs6J21DqyP8ekmSEzxiTOWJM7rRj7ITO0xM6LEzqCTPchM-VEz9QTOkJM4ANRM42Uz4A1HUsuppi51gmgmB6iYApfAlv1JpBt6STI9umAByd+2J3AA2J3wcncAA4ncAE4DeXZppekIkAQXQIFwSJn5IMdGCZ4WDHsAmcOCZ5wJntAmc8CZ3GJnJgmddCZ4EJnJOMezAx2IJnMcmfwCZ7gJn6Oo8SCZ9AJn1AmePyZ3IJnSCmfdiZ2Mpnegme2CZ+gJnSimcAHEmfgCZ3-JnAApJnMOmcUKZ6upnKSmdHaZ+EpnABFJnXKmfdSZ1oJnAKmcADUmcPiZwADSZyDJnAAtJnFuMfW4x3bjHjuMcu4Y5u4Y6e4Y7e4Y5+4Y6B4Y5YRM4LYG6xZA7kIg7wDACrqMC0ApYh4eJGDIoUxUDpgwJ6iaj4CGb4CahpCGZpCaiZCGaZCagByGYBwdiGbtiaju6Gbu6ajByGbByag+6GY+6aj+6Gb+4kF6hkHEGgD4CkEwIyEkGUFyHUHSG0FyH0HSGMFyHMHSHthkFsHSEcFyFcHSE8FyF8HSECFyFCHSEiFyFiHpASEwJpBSFpCyGYSuEUGKHuHKFpCqHuHqFpCaHuHaFpC6FOH6FpCGHuHGFpCmHuHmFpCWHuHWFpC2HuH2GZCOGYSZE0FuGgCZDkH5FeFFE0F+H5HqGZBBH5HaGZBhHZH6GZBRH5HGGZBxH5HmGZBJH5HWGZBpH5H2EBxZGgCDEMF5EByFEBzFGTEMFlEBzqEBxVELEMF1HDH6EBxNHrEMFtEBzmEBxdF7EMF9EBz2HthDGnEdh5HtiFHtjFE3EdhlHtjqHthVHPEdgrHtj6HthNFfEdhtHtjmHthdGAkdh9Htj2Hu6OF8bB7PDdQ4G9ofAlofaVCgCwnLh4GUwtqom4H0D4GaITC7aA53zA4oKoHdSOacDnaLqc7+joCMBKIJwxBFDwDwmaAZr2ZoBLbdaIDdhFicnEIoBjJbYtq5o5hB7Q7PBT4nj0l4DEBMksmtrBqLZphckWK8nKn8mICClEB0LdhtqkhinUlUDuqerEBkmSi4BmC6mYbkn9oSaSiapKk8lLZakc5G4wnknuqtSiAWl-x2lSZsmFIOb2nxC+nBpaCNbU5UyiqhnslKlaBqkqlYRbYRmvRRl6kxmBkcnqmcpYR6hqnxl8k5n4DJm0IkCpkwKagZnmJKmJn5klktqRkVmgD04gqwCEnADEmg6dnwBYHPCdng7qIwIDl+lOYwLSmMkMCubsk7pDmALJq9DWmShFrhKfgriIguA4ZbwHS7LBrDjh4HTsBForZoj4aAZFq2CMDNBhnkIXmtQlK8L2Kao2K3n0BmArnGB1QblPpbn0AmDObQZVohmAIlqoATyFkoADnzn1l0IJCSn4w8C4HkJmBMATxEh2CXkTaQUdoNbRnAWKnjzgWIBYXdDQWJBwUIAIU2LIXjxoUvmYVznYVNnjmymTklpyoeo85bTsCNawXNQUWIUMJmDMVMmpB0WpDEVdA4V6nCWsXBom6NadkuY4KAL4i0WXmpAyWeA7agCaVTmZlMAABEpOdCnZZpLgylPo85+IRlolGFTFDJLFngJaRlBlClyBKCZlXAFlUgVloALltlrU2lulJaoew4IKblDCIOoV4e3lxAqlAVs4OlDlTJ2l5GN6xSqAACqolKEEk5TMICPZqA-5r68wSK7lYWCAZgs5PoI5UoMCM2wEtVy5q5n5XAm5n4v5Jaz5l595ZSfaY5yVsl055J8QkpxAulsV-VmqwVclgG4QpZilgGVVBEtJ41g1ngk1RaeExpjAnlnAFpDVc2SVMpKVW1uE75a5X55QP5Jgii2lnSgGVFh1cVk2LV65bV35HVJg9FPohoZVkVHl5Jy11SeFw1S5MCB+EgYIsAXUJahl9u-lMCL5XVN5PVjKfVgFmgw5iphFoAYyjg68apkN0NXUCZGpFipqCApFe1npKK0QZg+N0ifWTASkJO8SmZjZlSaVlGOAyFRqBVis7AkcyIECRmBVQoCuCVdaoWLmFITioqCQe1VFjN68CVE23YlN8AUlmo3NxSTA-NCAgtwtWo0Y1U4tXQkt6FrU0tZmaIctpVfZ5V0VXQwN2NYN7Q9VzWTVMCF1rVnA7V25KNDCL5vV2apy61el5iotmgY1E1A5U18QM17Jzt81LaplcgYeLtWSq1cdgC-VBEO1pp5JB1zWGlEd+d+Evt71-tn125d1TZCQWSz1JacOCOOAYCrSdCrdiOT1pdr1H51dAdv58t+EOtGdYVvds2L1VdV1sAN1FdeEA5Z1f1jtANsA4ArYN4wNnZz1RWXtmaVqj5R5ttcmmZimmN9CWCsAzdB9oafCEVV9wNeEO9zW4wZ1mEU2Zgu9l9wIKCz17WC9uEx5CA79zZDOaZmE2lL9U9rpy6-onZrtoNmZM5mEN97J-qVFfClWx9kWp95iim8QKQPtb1s9N1Jae5lMusmgLZFARaSdyDI1MdUpEdm11VPlHatV8QOdLD8dF9bt+lxlTWU99lJ1Q1+lpID9v90SElqQ39wD8Ag6JDH111X12l-D1ZIAuNa8gQtQLUdURYrNuNM2xApFCDxjsjfdWJZg8jE2kZQVEdcNrNgjCDMjQjwEqQVjNj6yqZUD5VA5T9uES9WSuloDMjWSM9yjc9X1oD8jd1JaKp0DwEkjIOG9XQW9iTR1cjJ9QGTZjyPy+2SBa9qBNikOhucD38qNd5xDA9pDX15DMwlDh5MC8jp5ha1WHml4SjNdKj25moET3TUT25hmMtJm0muDe2UJ4p-o5FBMVFMC1+Qo74i5HtmEyN15wdPVFDB5qQBWF9xGnmqmpIeM-Ffmb49GCzaohmiIl5moL5FmVg0J-o3d7dczmEFzSz7to5qzl5QdzUIdWzbgOzAF7ThBBzigOYH2iOpziz5zMLVzNzVt9A9zZTgmoALmrzoA7zVAyzXziLvz7A-zDT2zKIr6ezKm4LpIim0LaomoWL8LrUtzl5yLjzVAStSF8zML3t3zrU+LhL+5gLJLp6ZLYL9GLA5J1LIotLcLMC1zDLiLzLUzrL494eGLWLXLeL6zfzmzRLAruzILoA+zX8OYI0mdErsLlzMrCLdz0WsDqLGLaz7J3Vd5ALh5grhGRaarOL3AmgM5Z6AuMzlFSFWLatKO6LQbMLIbAubLglwbiLwGztVFsbdFKOzz8AiIibEbcb7Z3UFF1cJJwAObbQebCAvZCGub1UKCqTW96azwwaZJbUuBugRa3UZc34iI6BYgVC5trAu5OrTTmqLb4MBYHbXbCADOJakZadzwgW9AnbfAY7XQZCXU1iugMGLLKJ5bIO29tbydm0lFTbMCg7bbI787UIEevb-L7g1D4DF9hbNcFb69m9lVXUHjrbw7s7o7Z7uA7N5iKpHbig6bugjW-7dUsNdb5JXUiidCYrkopOoqIHgH-o4Hkon7Qoy7KpWLI9dCWLiiM7YgAHYH7JYyfbkHlSZIfbcHepCHhHmZxHl7qHi7ugZgGHMLWHmLMLuHDGs7BHO7mZ6LQHZHVLnH1HvH5iLmDH6H5NmHUH7Haown3HoHonIyB6PQpH2SlL34he8n+HinSH7JRq30QIunEDLaTAb0hnT6ieXyXHOniH2L7J1+AqanpZTA5KlKlHeHPHenmZvYcgznpn3CHnNnXn9nmZRqJgVYNs-n0Hb0EXjcpe1nIn3nYn4q0XlL4qQXSXoXGK+4knnK6AlMujXIXUbHd7xbuWhXzUxXq72nIXJaRqbOeXKADXUQXU37MnZXD7LXti3XbXI9nnxnJa12iYTXiAK5kAN4Z4q4pXm7KCw344b514CAU37XiXCndnJaSi3OjXTHKpH6Cski-WKAxWRO6cM3RbD7W3HFbOb5ngB3Fjp37A-XYqnyepeTe2TwZbF3IOV3rOUQwN+3gQPb6DViCQWG9bZ4jbigeie9j3IVe7UPf6+rnXP323UQgPFpGPP7IyKpKPKCiIGPjWePdUGPtVMnqAjES2xPBPd3QPRYfKoAVPs30SJ3xOiw9Zoq73uT4qDtX397qP136PtPFpPtwvZWoaYPNpKJCPXUMPntU9nDZuRI+rpPdWUlwqzWTZGP7WJaCQKprdqQLHao6vsnHzmZEP+7igMnrdZPBEdCxPv3XFGPATBE85t3UIQPgDBESpz1aprda2jPaYxPZgmHQpwauPzPiI3ULIQtp3JnRE9vkf0frIjAPc2XIyECJy6n2vmOjameHW7J+AWflSSp1PyfsfafHPaUmopfSfMfqfn4RY82xfb34qWfu2rSI9nPbf1nXP3f6wvPrLb7iIAKFAH6zUFpNH5iFviPT5Sn7CvXTH99pZnNepU-IyjvO3igodj5KZIoTZNDbZVgIezPFXTULUuA6-7CM-JXkeG7332CBX5-1Xig2P7CEfD-dUT-RXqdpZ1P3-VXYHgw0lBZJ7ew-UfrAHH700ABF-W-sGlX5280AlPIPpHxgFch6e9Wb2IRBr5M9P+iINAbgCLCYD3kL3N5L3x57H8YSzPbrsDUX45xxeWKG-quz3oK8vWkwZXpqjoF1w1ejWZ6k2S4G4Ade4HBtmp0T6f8zAAggBvE3JrU80usg+fkGRcCgD7+-PFBDQNmRu8BBXvfCJINz6cAm0BfTMkXwYh0IfezWNUvIMUBV8iIOAtML71wGqDjORYbiFgIIhd9W+r3fvmQI8H5NPurLZnvN0HIf0lut4HgNwJB4S9weMvXQHL1Qb71Pm3rfUhfXG6TcwhQA8xPVl4HxCBGMnJgGmDlycdUAaYQPr71AD1k+mIQlbkIPZJ69yaBvI7ogCxYm9PWu7EQQJ3U428vWygpUv73WwoDxBofIgOHxkGR8Uhy3OQJ3RUHFsCelQnwF0LohiDHBgQl3sRDd5jDQh03UBkRHWFVC9BBgktMYJXimCls9g-oY4JmETdxhJYVwdXyzKnDqeOwuQCWDQBZ93B5AzwaPVIHwASBffXCB3y8EfdECd8YTKDm7AxALsirNFukhDr1tbwOGVpmiHVRsJ4RbmV9B031hwjsmOtVqJiPKCGZQE8jVrMiKfQKtDSaLTTgxzMAOs+O0InqufTdZAYiM5LUVipy6AMc-MsregIy1aiki3S-oF9PxUpEcs1Q6rakWJ1pF3l6RerJkSKxzACiCY7IwzGcylYWtMInI7kUixtYPNIRdHRpkKLeacsL2jTc8j8zkoSjXyUo4FjKKNakhdRB5RUTAmVGm8j+aoq1kyy1EotXUe1fUc6NFGmj2SXSEOpaNJb6tDWXmJgN6NPZCgzWKokUPSy5HysPR67FVOgHfiARmQ-3LLJVwv4MDVUEyCgFMiwYmieWZo76EGLPIMiE6oLG0UwBTFpivEbOPzK2Gf4iwXg2YrkPGI1G8jymoAQIamKvANjMxwQy4RsPSEjJ-UgQx4Tv1KRFika-omkWWLpEVjpRHTcMX2PrFrgogfmDmKkNXAVCRxK3TsYmMmZkjJxsw4Gp0KI6TJ0kaqYUWb3MT5jn0N4sOhqwDHmizAwYoVqGOZE5gzxB47vIZg+yahW6SomFrGJdGgB1Rx421q6gWZFt8C9gIwBHChBcVgaiE5CbzmiC5iQ+ngGuAhOMAYTSAzJdGiRMfIV0YcD8P0SWLfGLjJRy4q0auMOZMA4JeEymOhLu5cUORBEjiWzlbHsSUJvEwCQ-GAkPwjx1rE8XyKoAsScSbE7iShN5pDlkQwaR8YWKPqzl+gyk68d9FvHcsryNE2AOWMLSVjhWNY6SfhKQkcScAfmSlJWURCGZnARKABHwDEnuiJJPYzflEH4mYTXaSkq8QWOfFqSP6YvW+lihUkBSHEFdYjoiDmF+Snx2kl8WKOU7vjPx7rb8bKNJAeSCWckzCdZMRC2TDM-iD3q2Ix6GZhw0UzUFFLkAuSeRSYyEZlP7HpibuikktGFPimPluI5ONZKLyKnYTWp0SWcZhEqktStJ-UwKa+IXEGSlxRklcdWPDH1SNxGY9nDAhsnVI7JMCQqQdz6bC9SpiMOQBVN2nVTNRbk1Fn-G+jvRaozJGBCkgVjp92EKDCxOwA2iYThp-ktqQ4g6madixekiaYZMRHGS0pNY06VVxqhhDa8hmIWrUAGQ3TDMq0XsE9K4qag4ZYITCYdO7GosGpg49gBD2f7A0MZm49wJpNemjSHEX0ktIGKml-SZpBrH8aSDxmLTsZRXJsQtLZytZmZUQVGbVLJF6ADYdMpqZhG5k9BjghMuKcTIrqWJOAQQQAb1JGnYpSZpYyaXROmkMTZpTEgWV0F5lbjDMnqQWfRjVmUBDMngCWT-0Rl3ZJZF-DmcdNdTrotwGs2xDAkCEvSRZOk16v+MdmqSSZMCbRj6Dqj1NL2cs-Sb9JAb-TrR4Y62WiFtl+ZIAp2TUIEIKmzD9xk3KqTAhljey8pbqSAJVCkB1QLZMEmmCIgZlVdt6q4UxLRxlkvj3UFAOOFVzdnhSK6iU9hOTMVmUzlZ1M9KUwHzmbRn+fmEBDEEMTFytZmIWAFXJaiagK5Q8kUC1A5mYQbAQoAqrH3ozdg0ZrqVnunALktRga4ss2SXIfFlz2p1ETqf7J+kUyg5VMsMUxJXlYzO5jMg2abKK4myjZVXHOdqLJFgjmQrIIrrbOBoUJHA28kZH1OdlcoWQgsGuW9IrpHYbwjAd2F60PnijaJFo+iSGJDlMTX5MfD+WzKWmsYf5nGH+YZjaCcBBYmoQBfguICGYRxkC+ADHIgVESn5nommGMlECeA5An85pj-JAWiyisQC3+ewn-kvjwFY7IiVRO+mwKFZ8CpWYgsYkUsmA9CoWrSAjnDMsF2GHBTAjwUELuUnC0hVQpwCUL+FOAGheuzGRwRTAa8oIXjV2nSyiZssucdRKPlNyT5Lcs+ZIoMWQAjFV8qrn5jKl7TTF0UvRZCK6hIy92Q4h6fDLZxsLnZ9c1gI3NEXNzxFKsyRX4senIzOJMM3QP4swmIyElAS9gD4rJFK0UlGS7yeEqhFwKPxCC09EgskW5LFAqSpJZazlbiTc5zwfjlUvyWoTClkSkpWIrKUSKWRj1PJcEs1m1KEx9S5+ZJPJE9AJOfSxJTdzaXJTSlhGcpT0vGVRjGOzS-pRgsgluiaplsuhSR0mWZKqR844RYHIUaViFlOYO0W4HiVrKORmyo6Q0umZ8VZmey7yX-ASpkzZlnS+Zd0pzABtEe1SxsfZLTl-xsloy3zlcqmX-cZlxSlKYyO+WkgwVzympa6LqWuT7lVAf+VCpEUdLolXS-nNxHlEIVKR6NZNgLguWMJzavVEldxEjEUriVdlAXHWIHH4zKV9K7iOuKZWLSWVgVFHH+MTnTjI23EMybJIskCT-upE0pFSuohCqDJ2UoifyrjYo5MpXk1CeKofISrWV1EeaRypu6qqykAq6iEDPOmgz5VkqsZWyOWUHLuVAuW2cYq5X0BgMasz+bqtNVhyEATq+xGqs9UKqBcHcyOEVxNUaqmsj3W1XSqtXcQUF78qru6pnEeq9V3q7iNIsYXRqvVoa+1SjicUuK-Vhc1NcBnBX7Kc1KOSpbAH+WQrA1TS4tS0umVlqKRyyvNQUsDVkq61rSwNb8qbU6rY1pqhFasohW2I6K7ZEEagQHWlshMUSQ1WeAunb1YkTCEKaqkwZkSi03M9gPjWqU+yjR2zfVjYhMTVDzeyrRduy0wgqlrptQItE61fLo0VSY6kGQgBsbVZGsi65dS0tXXskEBadKdTEHGAlpW1+6wiEwBVxbCf6Idc9eTTXhwRGE4zdwe4LoQgi21-3ecl2k3XUJiQjiNilEmeorC8Ih69JP+oPXk0ENMQbDQ0I4Q4BO+kwq0Chs-SiYUM4qt4dnyiTFIrQNG0VCCLQ0t9L1E6lvphCPVI8V4RS7jSvHaVsbQZ8jcSmdPHVCbsmjG-CNoKIh4aaExEGjVtLwCwArQaGpgIR0UDjg6oltEDVEBvUGJJsqG5rOhsCaiar1l0hiFxoI2YQD5WfATaZounCbVpwMhzRJtmTSbcIbvWTTRue7MajNrSQTZVVmSWbZkNmuiHZuc3ibxmImiLdetc1ER3Nnmt9cQAg25NNOg-AzUppg22JZN2EudRFL9Y-0t1BoEKruqoowcXAaFU9b1RVI2M2OvmqesZqy3GbMIRaktbYnaWObatBGjrdk2KqnpO+-6xLdoluRZJnusm7ddP1K3fqCI5HS9srxk2VMz1samrXFqk0yd6twERrYir5nERG122-7j1qi1jMKqjI7re+M62ra3Bg2ntF5tG2cdxtxW4NKm3TbTb8ITATqfNsIhVagNA2S7bhDq2GaGtrSJrUFprXm0mth2k7X1vmVnbilF28DQNuB03aktKW6zg9sMGTbM6GLGbVS0G2Lbqt5NPTWtsqQbafwW27tfstB1bgId523rcdpcyFYgttOo7UTqu1I7UUt2twfdqS0TaRkCbJCgSHsSVb8dP2lALVvW2A7NtwO-bXbLohdqK1ay65Mzqh307oM7mzjcrpczQ6cm8W67RzpR13a0dPOx7cnSm2CVWkKpe1MDpF3LbCdf2yBhLqU0saZNMu5raAFbWu77UvGkOvDpO2M6wtmuisazqk166XanO4nX8JRA9B0tIIiucQGlXKqdtOWmdTEkEoDSUSkQZLnzsz0w0D2mEU6aEvaUwr-doACicSPGYIiQGG643RjpGRfrzdmEFCp9u+2278uccBnDeqcRQa6N6C7tPruG0xBkNwaUnSYow3k0ukoDBJklsn3k0rQ9dSpGRuH0BINMnCajcoJBH0bAw7g2ySWgC3MlD1N0r1UXrmWMj19USBPbKrZxVtAtdEWTd1sP2zJeolwgjadNh18aiIZexEMJtmRMA0clHPCNvq+GccN9gYVTbbOYQaaQEiIS2ugHb0goidimigMUnCbL7KNnCVpEZT-2QTL9mIDcGdFiChB7gfAc4VBAMr-rTpdaTkRSDrQYjiA8jCkIbv+0x6ok38+PbhJkkyqRV3k9NElty1IV09T+rPdfxz0vtmpwsqZMfs+WnaYEn+lpqiMRH6sC9waPfcx3H2H641khnFfMskZFba97Cevc1BWFN7QGLe0pJbrgO4Bg9AOpTZ-KG3GJbkb-VgCPuM2Ybvo-6qfQPrioW7Z9gYRgwvsDDkaRMnAYpGvoT4ZakDKGBjc8nCOwAL9XBritfvM30Q79tmh-QxEEPv7iIr+2zVhqz6yHetWfTHI3nk0kCQDKgMA+gogOJgtNaFWAxIA71-bEDymlDK0nUxoGFJdEIypTGYDYH4jvEvA1iEIMOSSDZB2ZBQaYBUHsgNBnEXQeyYMH4tjBgkpQP9Agi4jhEq-U+ySPJ6IhWKPLSXq43qsMjIVEQ3ntWmF6PlWh6Q-nuBBcLWA-8zQ3YtfTkSH4ch9kufRkOUToF+rA48GiRJ+AMjjWMox0crqoHgjLRoiKgEXUbQXodUOSVQApjOKTAGyXOJcORCCh4JGJJgEti41y4oIRVVpPkfGZ+HQA2lZw1kjWM8TAlBERunRApPySkjdEbIwxCcleGLN741jYiEoOXlqDYrTwLMfGYUgrNgTG46EuX5HCQafALk61B5MEi5jUlPKLZKlOEgpjTAWUwKflMlG6I7mqrB-ofj-r2lsyQk1DrGMinxDtcrPnQhZNKmZT5ek7fMfoiKmJj3JlU2qbtMamADo2kw9PqyShb8IgQ27PdgyOpBihCQZoPNC43ZBNQk7IsCPRgw0xVj7B8yescCXbGfOViPYxXSON1sTjigC+ujpbrw4e636-XnqZ4MbM7youxAEaYZ23rSyn+uGlgfUjdHKO3epTSobsOMJB93jEUI4ZiPO7CIrhzI2Ps5QpGiIlu3w1zsQGL72SbRsE6vtjVinEBQJ5klEZsGl7Pj7JX-f+H-20alNceuk95Lv0Z7n9vG1INWaGxrmQRrBg86hKPNBnTz6520zWf03jb8Aeh1gM9qopG8RQaqyDTEeQN0RZzGVI1PCmqPIhAICAOAMiERykglsWLXE0VUfNf77d-20o3RvBPEQgLGFuiMxMTMYlvofRjqNVCnDrQwQ9cWmJVHkCS08jLx7Jm5pI299NOqW6PcsZHVKbXV8AZhRrqRhmntJDxk5QVgrqpmcuoaDM3mZr2frHlgbQSkwEtqmHDe5NWwGCHF0LUedb5krVjte04bOUwW13jbrMPk099Vhx3RQH7MEQOLXF4iBPrGP2bjVqR49Vn19MB7ilRluna5YR1amCNh-N-SHS6TWmVTtB+g5Wic1GrYtHlwiAlo7Twbp96QVHZHuXOqa99VRzTdAdorKXVthiCS8GgMOy63tdaL0+WaW0GXOUYyKEKYBPDGXSyG+3vR2biS9myTBES3egusuNXZ96C0c-hCavaqogc+j0wvvQXTnMyWF+czGvKRLn0LnCW2auc+G2z8z2VqSwJUMM-6pcBG+S4Rr0BwQgjpVpmAgn5N+6GLziPs35rogWXe9ORtw1n1tktX6IkZIUwabyhXX0k-l6Y3yaCtCn+Zm1lwNtfKt7WXMrwtzatbGztWDdCx-Tcubd3DXgTnRikJblAspXSDQpx699Geu8ncRbp+i6DfisTWcAFR7qwTPfhgXLa313awgaj1dBmDSmiNewDQV42v5rC3i9En4tAsnjJ63gynrEvV7PDvO-QwtYxbGGyzWrCs63pQB1GGjCOrvf+ZqvI7PDQ+mc5LrJ1ZIVSRCwWNdeHPHdOFHVtW4gGVvEBerqFypDrcGvmJIbxEhc7v3Gs2GUMhtrfSQO-mmo80syA1bZcqq6r2lNWn+Y5qwaO2GMPIN1b3t1Xo03bhOj23Tq9sW3TLx14iFTZpuNSqTxEO26yfog63VbxEfm2ybh0h2jtydp606elMBWZjQVyTerrUXELZNB16zglcjtEQ1NhgHmD-I2QMA2E5UJGMiV1hQxUF1c+FLHfcCBB8D5F5oOidYkVBEAzQHceMI8DLIYUn2oiKLfgN0XMbTG7G-AFxvd3krUBmAxYdJudSKbFAR1Wde4u3S7jMspm6ctZueG+Dae+dZzfsPvqTdmZHK8DSYAi4z7gtoqwpc5RQDO9gJqJHvbxubyf+Kw2q7clAaf2CjM2sXHEyX2U39waGwcyYnfukIYr45lQGxyNsjITb04v8+DemsV35bo+wiL-e7tu6D7d19JPA-OtYqW+fl3O8qZeto3ZaOptKOjpRsjMtw9prUwDY0HS2b7yW8u29yYuc80trFmI4Q8xn-3ABk68++zf4NX2gpn4MDSdsr0KNPZn1rgHtXVYpJKAiIbRrIl9mNN4g3l+Xo1RT08KyJFacS1zbvvmIH7G1smC4D2q-nv70DiFGhu-rh7MrUjmoSb0rsNbUAWJtMLY6CN7U5ca9rTYhdAfhWBkWjnR0IpGSr8TKWV9kg-aJBoVFzLaWPTzPQXiOL+iRxrdw87PJb-1ET400RECf2ObSrSPgZOcj1zXHWSFNaytvA3WGIj5RozTZVhsE34bZB1Xa+k46-Cmjoj-Gdk65C5Oskmt86p4HsNRaskZTtRxU4IhVOmDwjjJz0FtnDPcAozzCMJfHHpmZHEU5cpM4UcuYlHC61R5wHUdfG4hrAnY3mN3kRTzHKvHvbTa82BHr6kdwc0Wg8M8PPnPhlQLWZbRoP2EGD0I7uZae80cHa-RJ-fd5sC6hcjjknT-cyd-3b5Ej9nWHpR1FPDn3+0p2c4cetJDH2w+VF-T7pdI4ri9vc0i+7vrPGt3p7YVi7AcEPcX8zwiLddaNEvv6pLxY2TZ3uwBE1si-e4otNRdJzj0Kk-SXu2eWpRL9T-HS62ZtlKqxhW6hNzdYAP2YEKFGigpA1fqRtcCkXXApA1wKR9cL9gltqz9mVj-nrZpA1Lf708PZbQ1vBysKVucKU72l9W6XdpedXya1tv531fU7euoFctijXOd5oguEXltzhP6512fCGru2hhfy9ptZ8E7LrwiNnYusMRmHrnGFoKYoch0W+SbnO5Mboe-XAM2bvKKm9gAo3XTDD-655dmQ62y7C9vUj46l3V3wDcN9e9PfwgZvC39aOU1y+3vCPsYll4VwzedkSu-Uuzy+-s8efsXfbnF3vRPsVeD7Xn-Zj58tNw0evkHxGiW4C6cOgmQjZtsa6C+aOTWbb1nIdwu6w1LveH5LigNHajWXu3D17+qw68Vvj7cjrVkcx661tEbvhvruhLu-CMr6Q3h75pye-BdnvI9F72m4u-ccxG+XTCx931hedQOI7QOz9ygGTdfOCnM+-LhOf1sAuAjqH4D6bdGtgfN9KDzjtB6IeweQbTbxF6s6Q+pAUPgbtDy289c6WP3HHxB54dw8i38PDu0soB+BegeTL4Hlc5B9FTUfMZSup93B+cO0eZbPL2w2zZuep7DDWDArdVbxu5OjzQDwfS+6d1V3CNKd7D+Q5-d63UHRH1jyR8wdn7w3EHyj-puk-MrFPtrvp0I78E-0yEAmucuQnxZhosafnhhAF4FsmuhbxVsXa5oluQ6tdPT-rQCOU-oLNn17i+xp9kfeeOG0jqd8htZL5O4kMCpKcUuo0fByEPn98ejoVe1PMyn5gXZGVSfm30nDrslZSNutxtmPZXjtL40sfvnS9hZl5gLsP4Nej3lrt5w1pa8WrvL7XzL90G688PlXfXtummzK0fb4XTXozw1tZGUixKM3roHN4KcLew2glb831jFOje0NBKowJSKTYYUOvDCecvt90Pw9JQX5qTpmzO9HWGtNKhdjhLVBq07vzUB71ryiRaqiHLH+1xt-Y8-usPG73j2+7w8+uCP53ozW55w+-vHvSrqx3zrN2GGTva35Hw1pUOxsD503mxED9FTVfrHMLmS-lYA1o1hbiAFS+t7vf7hbD+X4B-F8IxNlKfde6n4YbyHC7CrBO37U06ccUBlh+nwp5z6jcPJPP8ZqJMsLC9DI1PHN648QaFCvGz6Z5Ix6VhT28rxh8qrBg8843ROM5ujtdVQzAatkLH83rHzzfgqLXbExYQX6-eF9i67kzPsb1D9wjsqiHHL98SyfvadaS9z9dn4Pvn2QvPHmZTIVVaXtoajKIT9t1pu6eB+NfGVtFqb50axP2E8T69wt+Sdwu+qYnwIX-BASBA+96LmW+JRuNB+6dz1MbVC-MRUUGnhOj37H4c-L22nKT0J9Ae6cUJnu-TmIyX7L-qe0fqf81VneaxxnZUCv07KX7qCSOeHaX2xOnvH+a-8G2vq58Y7U-6-bwqqAO2Y80D1YbfB3u36wH50N6TPaRunxF4QepIbpX91S1zfUvzWHfZWv9UX7DdWvnnUV2dTFZ+yGebHgrZjmb3mqDJurrogDjOFngJ4Ee-hioCBGtnqG6HW2DpJ7Rus-vbDz+gQCl63637lkbO2zJJZpk2qQO0pcajmqQESaxdgaJgBXHoyY1+aftM4MQu9PZbdIRJhw5g2cfkZpMAbbp04du1fur4T++1rg5Kaw-nUDYBXbmH6FO-mvgHXI6hiT4kBD-nTrkBTTuQbSBhAXIHviSgSrqaBDOu5pr+DLgs6l0rSNoGAYXLs25k6Cfh06QGyfnwFng9AX7o8uIgVgGbGi-gU7L+liphCXipchYoviLQl4FOyL4noEV68hlXpb+uvjv6nYU4gf7TunGgoFBBbxtr5Pkjfrz5v+sLsN4S2IIor6u8EgdoKBBJTpXREulToYFEQu-vIBu6BvLMjBsTOsUrGBRkliyVuT5iW69IjbpAygMh-BH5NGmQV264BavrYECBWuuEwFBREEwHFBEQeeKGm8OARqVBzllio1Bf0nUE0ONpshbqm3mp6ZZIL6tP4rGUSIypEOSvtOoq+eziXqwixbnhjBByjpqgrO6slk4ouF-C4Hme0vK9YMuMNu0yoexajA5GacDohqEaR5lu5RuAHtZ4Q+QRge5keYnhR44APmq+5EQ2wTJ5VB3SPhowhMIgXZ063bs6Y20ywYjoya2Qf25y+M-jYboKtquO6lof-jl65e3Ut-5g+KOiu7Gea7j+7jOPwTAhWe8AcR7tGpHmt5f+4nmYAQut7l75k6Nqq4rryi7tQ6TGE2OHqCOLFl54giSqjga5WBIRgwHBmZjnrHGlwqIaJBPXgWZLeL2pf7M4gvCTjGugGgz46UaPEc5DYEtq+a9eF-ktYYe9-g5Z6WQvpWYGh2obMFc+vrk-7zeaQL16qu1ds-bW6tofqHFOz5hHpshmUs7xcOKaESHfO+RMXZ+hJgfFqvOKqLA7vueSJ8FmeSYb85ghpGv8HG2+7lRqieCwv+aRGqAewFKaGaiYC2qLfJL6UBuEPkLvWefgaAsOcptWEvqMYS8HxhnHk+7Jh+GoRqchh1sJ5ZhI1qyHEQo3qCFRu9yGiw3SiJPDjIkAJiYJ5h6BjxoYOHGrhCQmpFgBCwmIqvCaGKSJiiYAcAoHhZUA-jjiayW+JjxqnIhobEw8akms6HEQTRmZZpQkoYRa5WPGioYLheELpbHh1mp9LPhuEO0qZSjoSco-hsQYIHHhFYQRA3IcIW+HgB9EN+GnhigQW4ohqpg0FsOTQSvDARHmt0H0QTlmlD+mCAIGY56wZokBhm7gBGZRmqZGUIXhsAdgJAGa5r8JCBYLp34NaRlCLg9+CNvaF-c7AL+HghHfolb4BTEWhSZSW9tiGbBSmqD4yeMoZO7pe+Wnfw8+7CLV6X+jej4jahnbi36cofEatpscpoRpYT0WlrhAH61oV9r6Wd-ixFcU7EcSbt+FAMJH4yYgVkGhho-vA6xWL+tIHMBQphhFEQUEQ6EARcXv+G1Awemzp0QKkawERWaFkJGGhtsrp7ZBQLD0AaU0EeFaih5Nss4g+wUcl7OBuwViDZe4kSXpKGsUu7JQI+8h+Enh2oev4jI7xiqG2+7oXz65WT9s3r6RhGlGG9O6QfFHahwYVZGV+triA70u-kZAyxhbwQ1ofBHYe2EvUPwQyEBuAIYgE5hyAUvYchBYfR5FhG4aWG36YUbMhVhsyH5F5BREI2H-alId1EJhfWH1EGRXYX8GMhNnsyF2eYRigFOeFETG6+RCUQm55QTJmlCgRidunZDmVlu+LLRcXoKFwRVbo0FkRFYQ26amnwtRE+Cf7lNG0R8fhVFMR3Tq9HQYPLkGHC8twXsFpmUrsSFFouQcc6nBLAtv4IxoUsfYXGjxvK7G+GfnVA5sisJECgaejgeQGON7Nfan+pUSkGahYuLqH0+kXmNxtR+1iaFqWNMfxRlaMuP2GjecYUZpuO2QRxEgxXfjLjgxg6CzH+hHjkv48CpkeJ6gxYuGLESmvQaTaaOhMXUAIU4eB1DwC5ZC6HUxklrTH8+hfmk6jeMMUVKhRNrgU70U-AY5r1+wBuNGtGvYbzTtOisf-S1hCwS6YIRdtEhG+uTRqbEHcunjFYoxFYvX7QxhoRjwpeokYjFpRFdAVEKYm-m4xhBmMbc7eBV9ucGjq0gUeZ2MG0ex7UhXwZu6ph3wju4Zh6Do7Eshn-se5DhQsbAB+xQPDZGfBjmp-T++30LYw+MwPpxGcBSVkn6pW2uhsFsWFAMWGzRqXqlEr+GXlmbJ0OZnxpBxJwfEFtM1xplJjxmZLK46+txoSEM0dzrl6JAjDqrFR86sSTFax7JC6wUx1vlTHK+0fibyuxvXvcbvidoUz6yxKml36J+PAdYHS+VcffH0RzvorFTxCXpH4lR+sZzEC6cuAD7heb9oRpM+BPt76DSM0XyHqITcVipfxQcl1pjOmIT7E1hHMbMwC6SuPj7weUCVmrrySCRbEFeWSEGZZI8Cco4EQACPPG4RTdEUH4QbQSgnbxRMRrGkxwaHQme+A8dAmWR17qEx0BfQfHGL07AJQnP61CVPSgMU4QR5SxesZqwPhqEUL57cXTEPR-koCX9rpB8ibXSdU2sfvxsh7CbgnEAnCVs5oRmENi6EQFCYaHEJQwTQkEQYiZeFNGb8ZtpGUSuIrFb2FAuKFRIZCJ2yvIWdPolR+IlrsZyhzbAqHZmSoacZoMScWvEpx9zkf5bxWjowl7x+NovF9sR8bQwnx8MRkLeOWwV1GbabjnR4SJT3q-7-xMlpgnlxo3m4nfycAGHphRx5rmYJxL1IfzaUDCbvGaxcSeYisJxSRNylJrYAHG8e1SR4w56GPrfa9e2OjImu+ciTUyRMN1AZGVW6Tqok9M6ic+o6xx7iUkeJnSeGHf0GRq-GgGXfg4ldxzEU4kD8cUdNGImxihHGqeoSar7S+JzrOSCJQhgzB9s6MYnE+Jycf4GjxASePFBJuZjO4UARyc4FHmJidqH3maydnHABJnlx47R67gj44APzpygAmRcQdHDRR0UgGDh+YWdFch2iWX6Fy3od86tIZiYRBGJ5CQImmJVCYS7DoxLiIm8a7ml0jFYccAnCrgMSY0myesAHFZLGLiZlptJSyUlFeJ0sfsFIxy8eYpPJ0QZUmH2AqcqHxAIIl8lpMz7DFZTeAKc2HvOW0ZCk8emKRAG-u8qYgDQpjWD2FBuQITzEzhjnmmE0RMNKyllJNLnD5EQ2KQRCNxJLukjkp6SJSnxwgELSmga9KYylfCPLr6popeCRymuBw8e4Eg0VyYKlLxxUZInskMkfz644QCXqFMxCyGAl5+L-kk5lRRhl6E2hrvnaE1R38YJ4Vx1rp2hhhaPgAGAp+DtD40B3HpAEGJnYTAHppcAUNGZhmqdmHAhJ0eNFdhXIW6nP8eifhAQRz9CWmL0DgLilZG+KX8mEpkEbBF52daJ9GIRGNmgHtxDWlwGVG2yWhSppToVjYTpdiWDHbJKfl2np+A7sykR2wahwnspQ8VynRxzbIiFxBWvm0yBpuSXGkGx5UZglheEaQZEOpumtF5i+3IfmlBqxOLarqBxSkcGOa96UaEs2+Cc1GWx7QZLbPOFITKnoeRaaebw+CqTh5QZiAHrbpp+0ZWklx1aX2Hlxd8Uil6pC6UAEvpcQtuk6Jbum2ne6PVF+kwRyNu7HDpnsQgBy06IXpGeGpgRwGTp3AVYHdx0hL3FHWeGe6kmKkcb4ncpc8QSmXCZMYCzJJ-SWqFFmmoYTjE4lUT6GRpj-i2i-JrEQvHmIL6gk7P+AydK6yJ5NP0wKJv5v2FVW0yYMyzJmZKwnh2bzhxnNp3yRUneRWGc+nEOr6avLQJJShFFEZd5L7o6BQpuWFjp+qa44ngb6Q5kfpWKq5lq6qQPVjrJs4YRDzhnRrqRMAEmenCW4+sJxk6wbIOwA3Q5FmdA+yg4PNDNA8kaxHYgu0gjazIZ4QFHVOsvmKHy+bZg4Bip1bAfaimY0txnZpPqSRnHpG-rPG+p-Gdcm5ZfskOQOAtsrHH5oCQaV6qheSegl0xUmcmn6hszpwBzpOTGzGqZf8cNkWhb2tzFjOVUSqR6APcDdCTJssaik4yaLtFZdJP2P+qLRpTutlyA3afwl+po2nmmqGJVhuGLuO0aWnIp6nBqmAhNabpkVxGGcOHjp2GbZlNp-qlQ6FpdEMWGEZL4e+KNZKukDmDptDvBFLBbpt9HuZSWp5mR6AMTYkbJ78aLErpqQBNlTZpJgxlLpCsRjkLIPWRJo8ulWTfp7ppyX4mXJbWf6m3Jh7C8nm8E8ckL1RrEYnqwaMVtKmseNmWCmYeIKbD6KpD2RCnc5qqTnoWuv7ggHwpo0ehmnuj2deEo+V7keYk+ayW3EUAN5jdx3mvSVdmwZkGZaFcJWuVaB8ewuZcIR+iGZHTIZL2ahnGxOqRJ4y5n3ptqo+tkYrm9JyubAC-Zhcj8m9pCmRrlgZECcClpuEGVAEC5QMQhli5TIcG5lxluadGYZXIRd7y5MVo7mXCOOUZ5mZ-qu7l+pgAVzk65MPl+4mpEGfBkkm6qcXFAupccdHvZ0uVHnAxNmfbmfB8ea-zO5vIfhng+Vad9la5WedBl3B0AYj7B5z2SNG1ppebqmfZsuZt6x5XSTXkMpdeajmbaTAKzlsgiAPFnP8PEakD4Aa7JCIgidcSlH7pI8RJGaA0GoamtgcMWBEGsRYM8Gc5fMZtGthsIf1F85aPgNEF5sKU3k952qXnkDIZDtQjc8eydfD-IA6vFjQoEImSIxuI7plE3iJ9oJbGup8Q8mj+Pqd3kS5ZHh9I9A8QL6aKZ2em8kEEh+SZLhiI+n5hVg30M-nfQMMklo5J1CPiKBgrWIGCGYW4fRgZGS8mVks+LjpHb3RvKRIY4xAlmrpCWJyeAXN+MrrcmnKFdFAVh5mDrAW9AmgAgX050-BPHNgTfADLoFeDpgXpIOBRfl4FnhgQUxARBSoAkFKgGQU56OtDnpUFOIbRETRd+WbkP5fVGnGQ+QKYygwI5hZhBz6y+X-m45QKb1jqsvWQyJM5Hfu7zm5vNL1g9xNhaMoZGsNJoDFYkQGmxmAWGC6zeFPYhSnjy1KbgA-p9KTVkRJV0uki76FWQ5lRBbHMZl6kABZmR3hyZpvkpqkuS2jpFxEXGIFMd8NjCg4ZRT2RUkoylcj0FJjuvEbxACMkjbZf2QfZ3BU+HBCMwKyrAAcW4QL2ZdQaGrqo-Bq3IR7HIiXsI6NFCAM0XoprRSkk7OoaKY78p2MvDyRwohqEErxTAv6CaAmjusCrFv7mOKSuuxjZivZxhQ86aotRV47Ac2Ebno5wJKe4yYsTnKuzSCnKBfJpcLxQoL3BkPP5wLUugN5mPcL7B8V9Y42D8I98SOSCVyF56ZmT15nGddki26ClgkTF87rTa2yHjJ3J9FPxcZ6YQlhbnl4hncgbkvAA1hIgR+pZAiVTFHqV9o9o90e5pQlT0WsX-qhdPoW7A6qASX0wZLoDFNk90Qt6q5cdphA0mhEDeZQ2xiQ5EMQOkTSUQZbWqQ7FKuPEemnejXrrqzIF6jcYEa3CDRl4QjDj+6f6oDMqX-uINMkhcl0iTEG6ReEOKUkJipVkgalRCbiUWlDweUCQOjrOiUNadodPnYyBkdPlAllSCSU4J0JWi70phCURBOllpeYkiJrSPSXzoolFKFulAYWyWioHJWf6GRbONPkrCKhiKV5FHsjrkY8oDKSXqIKpJVI6ZWSFqVI+OpQgDZFlJu1rqG6ZV4qlI2MmiWKAN4ZiUeqWuf6WRweJa6WEll4ZaYakmZXk6oolJf+qNlICP+rDBBDlEAmkDJfUh2A4ZRIisl-whkUv5ImcGgXytqkrY+Z6cMiVFJhZZ37J5hchfKrlVZV1T2lPuUuWPcUwRBkLlAZSeXLl7APOhElLaAGbXFq4LcWZMF5ZhxPFx3BeVfFLaG8XtZGxfHzqc-RfzFvlTbHZmXyTZenIeoFyKGVAV42ApqUR-0SCUAi7JbOXEAC3q7lklNIcXIZlnpTjLZlG4TmUY0eZfYjG565bYboVAJdWUZ5-ucXLHlaFTEDOlWuVoDFyV5W2XrlnZcWG4V9FTRWole5TWUYl2kYZbJFOiVRX4QWJTrkoVutq2WRlxJR2WYVLRasIUliFcXbsVRdE2WzIt5W1wPlL1KJXPlwws8UAVVvNOGflgqd+Ut8lpvxWcZvgeYiOclKO+W5hizgqZAV1lRREAxVEeKgEaCQCygQV2qAxUSIDqASiiV86O6bkR8Fe8LeClZFJWHJDmW7w9lAJRYykp42OloIlp5fhme0j3NwF+BWUQIWHpkcMsUgIwqf4UXlqVTvLhJEtgiWfy25XCWkVXFeRUWe6CoJVKp1JXiVTW4leWlTs3FeBnmWH7LWqQAy7LbKYc-6vVWtIjVaMWRl05YYj7lZOgZzlg5QHZwolkcGxkIlNcSLxyOB3AwW1yFdAtXYSkvEuQfFlvLAB6I+MRjypoPxq0I5VzwOmASFVhRIi5aRxRbmH+m8S4XLVMsS2gJAC1eLFFSh1eob+VbcQdzIVQpRBmvhP7saUgR74o04q6aThLZtalVW1owl3JJWpRAsbJbnzVYccLwtp6Za0gvVDsW9VyA-1fhAdsbWkuxMcbWr1VGB1-itRNV5EaFXJIC1SjXC8-6ujV0umNdjVGl9iLsUgRJNfkHEpsyKGUaC11QKUQmgPCeAoA+4TdIhODUNVBGAfAClkMACIO4CC63eF-B4mQpoVnNBgVfnljFXnojUNRyNbumq8angsUl661SnqbVUmN+WxCGWgdzvVtQNlV3lJ6u8XflRaEdXACKzHsVXVoGMcWzimqBrWsRjUdoA9oWPMuREuL1YkCEBsvGAqnYt5e7zm1WNeoYhmBEaOG1AkZgCXSqy7P8VZxMZkWhXlc1RqTFloqrlYO1UdMy461oSXrWRSZinUVFVmZp3JW1uVeuULVEdZ7y68QuXGVC8RUiqlm1QPBbV8aQxUygm8BtWp5G1TmNtWI83set6R1edXzqdy75Sbn7FE7qJY814eWRKTCHpeFVJVDEDmVZ8WEXdjRIzpW3W4AHdUXaVVtZQObk0mZQZVCmwlcRDYVy9ZxmMVf0WEZ-lbVfRATVRnNNUt8G9fdgLhtFTxqGsPGqGadwREYnW7hy7J+F5RrEcuyB1J9bpUMp1YQRDpFeUMaA8aR+XA3VhIZd5V400lVGqTlNbleEwV+mk5VRloJa9xMpNMOgTEA2yIM6LS1Lt1IHcV-DPVYo-dVKCD1IdUWjrONDavHflFddaWCpRUSKnC8rDTH4Nk8yTOykNtAMuwY8XUO1hv0oyA-KwCugFIIaJaZHQgkNZDZS5iO1wVyCAOvtbw3MC-6ZaRqNl-No2WJ0pUBk+Y2FouHDOMIDTD+OwfK0gsNsjQaCjaItfmhkW7dinz4EzcBtK1ABVBY3PAVjczzGaYjXY1TGb5g42HhoiUY0AG8VRqR6lwNGPV3SzLhDWju5aDlERR6kivF61RaPWaXOAJVXWnGYORcke1GpJ-IsmM1SAhkVq7oZY3GPVRGyN1LJv1VKptTcyW7AouQk12lFOt5IqkhNe96ylN5bOx41XVQTWw17AFpXskXVmBaT1+JcxmsNRlWEZKNIjUxz9iYzYBUNNeNsM0c08yXfVjVOGYRBP1lnCzX0Qb9dEgLhyzd3af1K8N-Urwv9eGY3SCddjJJ1THMA0TNize8lvh+ergCf6q6FIAcGZgJ-pkRbgoZh5QiDWlAoRxzZjI31bAdg331PuURA7NU1Xs10QBzbZn8JfAHU1nNn4Zc2ER1zdiKRwdzdvwPNCzSlZwtK8H-BvND8B82tQ+BN80PwvzVJr-NaUIC0MQKEZ-RHNlTY031IC4SY1hZPGpjA+NDgsWzKUyLTVWscjjf4DONa4K40Yk6MDy1nCfLfi1QGJXAhbQNuEGDkLh1Ld9HRGeDdOUU+mzcZowtxnP+oItj+meW6mTdsGhbmyoDuaIC5zQxDotcdbtVYtICDi3SMLLSs2ZstSbS10Q9Ldg1Wt9EDa3-1tzYA33Nb4Sezg6-Tdvwgt+MkTVvha0VqbutxEJ60AG5Bs63d2YLeIkup4xYU0CumRYVV8pHDSAg5N7yWcWJFyHF+QUqePmuWQtZOt95nsy7L1WkVCFTxYBiksgqIWqZbR94Vt6iOJy1qTHLW1Vl9bYKlbeFqm23atrIv8W9t0ZUW1EcfbJSKttjXiZTatE3uDrdtrHCU1j547Q22ZkSZWobHqGhsDUyC0pb+YxeY4b8YTh-xp3Iyc7bWYDYynSNc11oZzIKZ1taOtq02NzNacaGNylURCaIc9RYBQmZFkCDIgEMnuHYmwtaE33BaNosABVdSRO1ZFV0TsEEQ59Uqmo1BEJ2XZlu0rmVwdBFdqWe1XFJ-LlluFWO0zl67eYi++MnnIkHiaQvCUakJQWkKLcZHauArtkHYR0jIp1tdEQZgQniWPCeJV7JZyiIJqUYdBZQiXMdRDmx0uyicpjkZyqcvR19tuYp-KW67YodwfeCJSmJydHIXJ2Sda7YKnkNO2j+56yT0R016NoDEHZQp+7Whmq1cmRqSad-3Dp2pA6ziu0zVYHVJ3KScboh4sdP7gnZ4lOtniV8K9JgZ27tIvqDXdNxVR2VOdn8m50l2gsLZ29imiicoqxUHRihit1Ng+4udvFQNg-y7nZwqgMadq2m+dUXkdpg1jWIp3xdMdjJ6hdHndFUvx-AuwBxcUXLoCRNlNTB3QhS1UDwrVoCiXXRSzXaLK5thlRPUHsBTXV2a1RUnXXfsDdUql011UcLwd1rdVzU91SNT1KG1UQm0LQ81hqPVHtx1XeXKCtWCr5ft1GjRrtlTReg2oVu2qh3r1YdVcWXtuJTvV71bmgfU8VOuRA1-Fr7cRDwdR9TdlX1z-Cm3VOGza1VQthEJlJgNM3fdxoNr3UVwGVKEac0MQKDfTD9o+3WJUslWDc5UfCwVUHkEN3gkFWAxtXZMXBdArgnZxFFdDrY49mVXm3CCJ1c82RdOiqblxN4NIYnZM+TUBTJIIXal0VVYZE+1KpCdseXu2pqKc3s9MPU02BddPb3qldCdruVM9X3UCk-uOtrVWEaOtmD3JdbroLAptbHF53kKcNFq6kgqFMoIIlXsrhJ-Ql5QK5DBnChL14QrPdU10QUvUa1DlYFeogJ2EFZG7fsBGkrUSVepIr0CKprTq7qQerupAGu6kPrjq9GpJYjugnjQhSWWevcQoG9QDD-Kh9qDJwrS9BdMOUXIVvag029xdvb2XhqPaj1ENzwBr3idWvT1YCu4vYaLHVO1UeTh9+febzRCJPUsVE91tVliXV7Nlt2geMcdT1ox+rEdjrAEcGIDLsefX96CubBmqC9mLSSBhVVuEHtok9eENH0MYwgGojbICHlaC5ORvV32d9P5tL7qomDSgkXtw-X1jb1cVem3JIfvfwAB9RgJZYL9XXQt18ac-feLj1J-QT3H9xPXxobdpyXX1keDfU1mFR-WZoCzNy7OWqyM+vaxwTs8yYo2MA2yB-29KVSWf0Mpv-Zom-lw7cAMb953RGVatIvVs2f9WKWb0RIgwcRBc1t+l+1Z8BlMVAbw9do3Yi0lKKKBt200LQD79SAFQohKvdoMaigljYFxhwGnGw75ZDEMn0O9zVemmjVCAysJIDb7f2UDBHNTPbeV0uq7WcthEDgO12KisQAN2h4MyAt2oiH2CkD5A2QpcUAxgQa0DPjfQPuw72iW7MD8dvPZFZkZZnU79hXYl2wd3ffj31UnChYMtaldZX27Fs9pYaN9M8Qoa9dftrTahdQva03kVXPWz3B2HPWeVc9Gdfl0ZttNgL0-yng5mQXtWuUf1pdxCmP1OuxCvL0yc2PcobSByZXGppOf-J3LXt8dXWi925LZTDNoLCeAyTCUQ4wHf9f3lnym977fRBMteUPSXx9kPWF3c9eAChEctvNfRBLhGSsjBvy7gIcBC1tQCE6hAnqGlknQfQGVBo4bgMQAK1C4Q4OsDytR90GD+mgV29DRXRZG7pdEKANCmMQ1UNR9KA+b0jljQ4yXND42Ijab2+g8rUU1CAPe4tQIURsM4pxfZUMm9FQz+Z1uewzUOlOsfZb0-y1vZwqnDnNecPtRw1TBXp9-oCsMd2tw4lHipSRqAPZVhfZYMh9JfdPxl9fGtUOE9q3fYM19m3SIMgej-TgyKOTfZqjv9THFsPNDqzUpl-9A-a44vDfWGiOAlK-WvzM9+EDsMLO7w3wPmpaA6TWQ9wg+yGzI3Lf6C+N4gkf3s8luHcDQmLjULRuNkrQKO8tD7NYyPDPZgq0FZFww72xm6PfAAWduVjp3WDUjVvLT1q8cXVX9+bXxp5NhI7T1uDRDlZ2M9Xg+U2coOnb4N2jBsJQCc9wGk6PievRcEN89eNrgD+oNnW6hujEQ034pKGSaL0y93JHo2EtendI1cg8Q+TTrOSQ+6XmdKjesPQjxmvaPG9hELY0j9+EOs5j9-Ml8OXIboxBXxjk5f+rKtiwyNVpt6tUmOMeOnrunpjIokT3wjmEFmOCp-qOw1Gjdg6cZ397BQ-0HtmVWjY09mgA2Pn97CL927cmmVo1VJh5cTglcTjtQ2yNewvnxlY0Y-o2KA0tM1D6C+fDJyzNmo5Q301C49mNGlEYw92j94TVJqVVXWOTSeFhGmDl-mZQ8RCn1hrR8PhZRLhBXtDzJDeN3jKwS+batp9WV1wDjI1wOFB93UeNKt+wx-ScjhEBgOrCWAwxAYAT8ciBLYATeuNLjFIM4KGyeo3OBSAR4GRZLYrYxuN586EzMPpG54wsOmdKCSONtjL7XpUtVNmfLoRdEZaPJuj5lSMhcC0NaABaCnowgCaj3XJwlUToDAIKgMrY2E0vjNg5w2gMCY0BOD9LYzRNPRY-UajDoNUFs0wTrvHBPEQmMHtBd2mMuMMitsQNrIRw+BDtCw0go44KFjOsqHyW4UtSK06wcBb0MN8q4CRPEQ5Y0sPkRRgzxPJji0nxP1jLE0iNsTwIK1xL8Y0gILYSHYzAitjoUyiOddxowON7WFyRdX0wLteyHbdF9CFMp6449vzbd3ExqOeTGxqmNZIt5RlOrgGDD2haCqQJIIGg2giJNWl7I-hCqT4E5w3GNTI0zV+cp49FX8DCqANVCDLujiMMmhEJpN3A2k-jK6T0JgZMcGO0GkixABsAjDKgfABPJcg3jTKPStco1RMije4J9AGw400eHOTZE6qN3U6o7bI+jViAkWJh6+UXX1FnYxiPBJ2QuAXsN+MT2NzFhxb1OYO2DN8aIVuvCbx+KIYzAmWMsAwyNXDiJTR6IV7WPR3XdD9XVWCtTw9iV42sY-lystv-KZ27dFo5jJHToaDo09lWSAi2b9OJbNUgO7Ln3RVNvfaAwQ9xw4NW7AsZm-m+Cecr72s+ynVmIti7XQ1m2DV0yT3MUgmVexlkrw2sVwjiPPEAMT1fYlO19z09t2nFXDHJ0fTClNq0qoHfVP6MT-022ItiC3nrXZTn8gQIgz1o5EPNTYYxM3d2EvV1YnN+w-rOgtZNWxzBtC7PjXb8hMz2YvljPl220TlSBMpflKI5MKqVl0OpWPoi7a-w2z9le0JhGBlTzMOViYzv20zLYoi0eaY2HJ0oRVhTjO1TeUAS4rwbM-I0tojs1QCEKkDYq0kzY5WTOtDLfGRGatjlXBWwVCPfg1p9VY9TPJIgnQ129ip2DqOPCOo1x1QG7M5dOl9KxT13mjgMzJ7CdgYyMgPjKpMR0RtGY33OnYKLUPP2w2cx6OlkDc0+pGZJQyTqzCu+r9WZ5bNXhBPdB9iHRSlEkyZ3sDZnRXNzudw-lPwtw85DNczVlsvN+mR8zDMQTDU2jYEa-c4tLvdKtfnMAzOHbMKpAd82zjdz7CA+NplswlbOilpHYnIotP8-+LjzxJlBrzzo7oZ0oAYOQe3r6v88fOH23tlW1ocE45yjScdENRCdtns9EgneO3euWVzKY1Vn7NF87rMZjtJmQuYW8C5fNiThEDAtZ89Je-M9WqDY8LjzRdtEYsLCCzlhyTpQ1rOQhck0KYcL1C7HPEQDCyQvGzTQ4IvJtDI+ROcDMk5mP8LWfJIuYyeY+zWdT9QwWOMLl5cwtULUiyyXVhH42HOYQ-I4B3LTW7EosDzvfSE6eo3Q4QZpZyIIyAxg9wE-Dy1203lAuTDLXD2uTqffg2gjVAAJ17zUI0QsOyTY4jwZN8OIcbMzLczf2xTKIs4MhBztULPJT9fRfTBL7JIEKjc1c-bA7CaQhLZjUgQliypordCsJUddHWaXw4tpZmR-sASy61yclSAQuLSrE9fzOziAhe31LbOLGyb90i-FazCSlquCTTqYtQiH1Z4zQt4Q9UwRDlBh8-bAEadC3RC6tdnHw6VjqS0nEZLBAnOPEluAJd7fN8OL2bKZVI0ZqrLgFZ0uw91nJ4HmIfxoSFdQPRSp0tiay5ANcD0s7oBXLBy6-wJArdMFZHL5M8AY9L-0BstggAyzEBoaHy2OX1CXc9KXaUSy8iMvezwBejkkKc9MiNYpyyMjnLRaj0Xnt2rSitzuggm8tyzxy90v-ivS78u62j8IMtGaQK4dwgrp2HZ17W4KzXPBoRUyXld04S8e2fYTdewCXLmK2itcDRUz0WvL8OO8t-TuK0xrfLfS38vErAK6SsCrxwxStTLoHdStNkEK-5Nb8OC+TRcTklbvM2y6Ct5OpjQk4t4RdMC3sU0r9sFwutTtE3O33L-CwBPyzjwgSv9LYq8QCArkq8CsTBmS4mBUrOGO5PwAbS1EBarRC2lNqeYUx4FMrCQs3PIjrc+X3Sl8UwkvYjSS3iM8pIS34UZ+OxW3OaAfq2fGSzXA6smOrwxQDNer7AJwkVTapbhATL+EGP0zL+EPw0dRwvXItGzFiyfPVVQi7p1tWeNlJOKNVxWpXf0f872Yzj6cK8WQNAc77Pqc-ixqt42Pq2TkYhqKGVPjBPCJzUxzopeJM3znNd1OPjkDXw7eLlY+9zqjJS4tUidy3GkLYSJQfv6Hu-Y4eyRLoa9EtxranuWiRJ6dViP39ws-X2iz2+ZUJ7rj1Was2Z6S0xz1+OK58tCrtHYIKxlB64mVpDW7TKVkeeJRL35lweSVW96HS5xVVrh9TWsNLFCxDMNrDVfDPXlSM-ABbrXZS7TZLmwgNWzrRTvjOkpOQ31hmz1baG3RIna6bUx9FvaOWHcrC8SbrrziUCLAAFRWgQADczYoC-5oyi30IAbfUA1bOKSv2sk9XUDWgF9oSxurCbM6hksPLVSiaG6A4m8suoLKAHJu8uCva32zsy7GpujoFy4pvPcrCbItWkaS6dgZLeGz6MKbigEptEdpmyptjcz66uBjIGm-xuzs2G+Zu6b5m05ucchmwP3GbYXAFNsrdm5xMBbbXN2CWbvLvVwhbQWwIJeblSN1y4AfG-mCzsEglFs5wumzFtjajy5xs0CAgrptibUDIpuRbSqxxMZb6a90XZbAWyltKru9cx4pK2lLM0rkFUMQZwAK7FUq1bVmzsuUjq-EI3bIjW69g8ALW2Jvtbxap1sQDdCN1tW+FAGipccwjYJu+bIm3xpibC23mbSbNzrJu5cdW2VvWbj0yavKrnKGpuxb6nMSPb8Om9Z0bbHW95uzz0k35s2b9sGZsObFm1ttDctm9vwALu645umznG25sPbHmw9uHboqD5t+Km3IaFmbwvLpvdr7AGFtPbdKyDtBbB1QZEXy-2z03CNmUoN0eb43Q9zE4um4jsGbV20ZtFbgU69sqrqW8VPhb22wvwk7JWyTu71bHN1yzNOW9Tvpb1O0juyL9O5Vu5bw24duyL5O6wDsTKpKVulkdO5xvJ1KSuVPM79W5xt9bzW9Eh+KnO6NsKNnM2mSagh-OlqzNqO1Q1A8N2ztsaI83Z8UxCFdAdUbVuuztWm1F8lrtNLl-clXE4PO4w3JrO9ebusA-Da2bm1Es3UvC7n6xeXY7F5SzuTbSuxd2u7BRXjszbgA0xwHVEjW+avVB3N2Dh7e1fI3AcnG6jtrCYO8KGaNb1RNhm7mO+nBc7vu6rtfbowX+sA8P20btS8JtQbt-bxe1tWl7RfXnxKOIqT9uETW49m7nBRe6+s7ro4mMgN7+wsGjfyefDJwvqyu0HuebAe3Qg+bx24c0EQeS6dgFLcgEUvubijH+vR7tYZVOgMk+-bDT7s+39vz7u4j6MSNlUxUsUjY28Hu0A2G2sI-bE2J5u7om4-wDaUKu8I6JbbfdhvEMC+xXvG1KI6bVD7c3SXtv7McVfsCApwXXsL7ne-nzJCLexcV6Zf6x3toTvXj3tbjfe+s16kPmx-tgHge62Tyrmm+32Bt+EKvuJg6+-Dg0d2+79uAHS+zRu4Q2B+OC4HqqBftt7K3IvtTGe+wAbgDCu-fuub+e9vsV++B+9sWbW+5wcDoiinnw374DLnvCNUu2eAtbNbFUrLb4hxFvxrdu0DtyUqXO0Ij7Qe0tvyHSa6au+73Pqts+c3CyvyCNA-Tbvy6e-H7tyHXg2MjQ7Xg92BwHEAwDvKHWh5CsuAogvofPeJbebNBTR7rofWHCB7YcSHykrsrqHKh5O30cds6LJWHJnAPuoH8A8Wpky0A+Yd8cgGHCuW5-exoc2HrZOlrxbzB2IC0CjO5FMn9FdDFs5Heu6-ypTzO8PvJH0k2zs3cHO8FvVbHe5VMlo-fULvCNDO9Vt5bpU+LvaUkZGkcBbFR4Eq5bBRztV5HJRynphTnAkMfIH423oeXLFW5UeM7YuzUdyNcyYfuNH2yM0eE7xU8x5tHNRx77hHU28I5THTR5VswIqa7dNRTNtU7OW7ox9VulHo++7vb8Ba8Nvy7Rh5oeKAPR9lqbHax7b0D9bGcsdcb4+wP2SHmEMcfa7Ix-EBAn7CE7uK7TZGPutbfWAWuPHgu90e3HMu4BWaC1O9sc57JRWxs7IXZLoCRgNfttBVFPYu0VRyKCy8eYrHTMmD7k9rbEYBtuLXhAfr2-AkDS0kAOniRR2ocuxMnCwdZ1yT2QMFZzLJXLyeAMq-PA20wqoNSeOtQlLDuMndaJ3golUK9DzBW8uhNhutMCBQDEAxcLUDgwRKP60Ymd5QEz0rWSJycEDlMLXhsnoDUxzH+9xVZWrswVnWhngmp1IBoU5arycGdMRwm2KIrCcaDbK7pPKfdF5J9WINoW4wMjQD9kh6jCg30K2L0rnJxQCeA2yHtRoURai6emKl7CVxayk5N2BEoUZ3Wikw9eMQHQDSZ0WoinD8G-BHYDgJqBZnLAAdC3wtAPGdynDhzELBW5aiKe0GuAA+Dug5Z1KfRI0Z1Wdxn4rHWdcAsvMFbr9Ip4Qhtn-AB2fsnFpzQY9nNZ32fS8vp0mfDnZBVVB8AE5+afSnlZxtJESCZxBwNnZ2xCjLshZyKefgVUEzD0YBp3hDdnsZ7QBYsO5wufBZ0WbACnnK4Lef9nnAIOdnURavSE6F-oGptPLcnVM1RTHTIGfjn5ItTo1dMCE4A9Aa51xQcnt7Vm7qoAF3ud6bls0hev8x5+KgUAMF8VuWnam9cs-8JXEWdhnEgBGfYXaxxojTn152gK1GaF7tVDnfhwymGYcYBSjsAZF4FsbnFAFudWSb5x+fzn9Z6-yhnT8KWdsXcF5WdUX7YjRc3LyF02cFS8qCJdTnTAPOzF4iF1JcKneZ+BcCX60hNyBYba27PPLsJ2wiTVxnF2teuK6wbZ9rMh-bPqcUZ8FYg9wJR8JLGmEG9BKTpqPJcbnSl5JcEX0l9ANen029yv+nrcnXZ58wZxpcQSAHdiK+nccmCBgghzPLp4Fe1G5ddn-K76e+XmJ+xttcPGz2JFqcKhGK7nigNRjenCGLCvBHv3qOOKCXAGcqkgyC10Uxizoj+dUA5ajlflqBV9NtYLrh9vyNL5V5AhNX8R8Ee1XdLJzKjK6-Tlfr9LVyMo9iC7e1fRInVx1mNMlV1IpTtfV6BI0sdV4NfhFmnAmsOKiyjVf1XwWxZywtp1YFfhi-J7oBjXtCs8DhckXOxcoFW1zmCXX8XF1BnX67JZUbcsSqKwvXj17tfy6OV-LpPXkItsUIAm1zTJMAAN-ACfXa16iwXnO9S-sD1Ve1bvpwkh-NdFT24sLyKaB3LgoXlac49y7XDJ9EjmbMNww2l7817jfbiD2wnKcHX1+dtUbtFwtvzXam02JydrWLRe7X7E21z9Hs-PNdcC3cpdCyLuALtffld-DCu+nhasVfYL8KwLjlqobL1di3YptRDr96aotcy3jXtRD3X1XbRNSqDxercPSu21Leqc7QireGXz9WpyYLCh1rf0rILtRC434t+GpU31twbfFbfCO2TsblJFDg5KnchKd3i1-c2MMYnzW40W+-bDlf7mtJ8njLXkrKtfaYvt5TCBYkd0fyFXrLN12bFTWIEWIgwRV-vYtwd2d2X9s1weQTo413axMjM13bUnrWVV2Mk9D0wcWzqfYycXXrkhUxLtt-V9KyYQc+dScqFuwGoW7Au119O0F4GV1BgFwJ6cfF36I1EtV9CUx3CJLWqdXd3Vtd3EqbNtV73eEFqp53It3MCHUiti86LtfkbaHJRswntN5JHvFbV9W1uHbHJLePtTsyhwlXluV+en3gqZNeH3mU9010I8t9ffTbZBz30ighS3gf2yrB5wcE3JTSbvkSQa47Wjkz2N-ejipR51LyroD1UKxltQh-azChAW9t7+TQoCbwPK3TV7lLc8-+I4c1nK-cUH7B1usTYrdNpQbred1bK9NgzRbPRInTY2OAFLXXfzUPZV3xcDnrupfd5XYR0Eo9qM1+WpQ1luSfeR6DDzfcMXPDw-fJnjTP5zpKaylw9g6U18I-uHLaCO0DrEj5w9+TyqHJOyPbHIYfWcqt9dfTbrszcVSHDu7buibhW5ZdI8c-D4cBiptwrtibzx9IeWPah9Y8pKtj4Y+aPLaK4-c7xq44fuPR+yLttb+h-Cd0Tlh-BxInMJ7wd+KAT2+tmHkR4Y987xOy0dk7BO9ddU7WxzJzsT9JVUcZbz3OxOf0VR-lsFbVm4k8ZLAuy2jZPRLjFvDbYW9pTsTn7X49ibeiNNvEt7zTHeUtJrQkKaomTZuZ-6jWD5udHpD8Q1XFRU6jNYoY5J2f6j-qObfJL8N9dfA7k5-fdgb+rIM+lHBlUxSjPC3vSt7cNNZL0XlEtoVOjP-qDo2DP2grs+zP95eWUXyme9dcUzatf0+b1gzwDzBSfdcbtD1uPReUAnrKzM-rnxMrmXTUhoR8+wXQW0djgg8AOWV9zQLxfI7PAz-921x5ZYC81gWPN7PhI62r-dGPu1X+Z6P95ec+9iYL9s-ezyz37MWXEm4HMto9K+EgXPty-D0o9Rc5S9rrII2XPPAxz17WwxGuz6PIvcN41271rL9-uw8xOJy8n9e1TXcmFUe6UeG7j1aWQXyVHgWOYvB1Ynku7re-SVSvye1CchPGPLQeSNYe7WFvmETz7a3PUL5Pyp7Ueynuoo0r4Oj4zj3JHvt1ADBLuzboe+N0x75rzvsavse4scK7DL07ywxSe0VJhbGx0a-jd5+6a-E49r7Qfonrr2zje1ofj6+ev2gh6-m12ghalmviQCq+77jZ1Y-D1YRaiyroE-ZxvT9gYCl4pDhL8ElWDpj-iOoxcS2QlRrd6zGvHrLWsPyb357AfEJJWNNEUKBYtyV2cKCrnUN7FZx7yN4QA06wBKg65CoOdAcBUKDUA3gKwAxZMtUN7lQHqK3C12q0KwCmTfLVkhudRCTW8dV3bHdQhOh4Iu9yjpXUezvsc7N2xrTDAHAA2TmwG31OTVPf5H8Ic1U29eRJV6SPCjd-Ef3OHH1ErdyPdCLCPFtb71NfW3lSGtE7H7Dy++zUW4AkciPX7422gfF9900eHP5YB+ccwH4Ed6i0Hx+-d9M17feknIR4gIAfZRyke7H51ysbCrhK-8v2rkdhX0szt-beu9j967GuBrMUkA91UmEAqsW7hR6f1ODJ6QoZUBjDwLeaA-M+Y-kVx5ac0dvo92y3P06kz291z-jv7yW4iID8t6TzCEwgdQljbKNbsgQiKOXvQDCqNOIN7w08bLTbQhSxUtVAU01UprYIwTb6jCMhKkJuGTQ6VMQKRTEtmy8YwCHqR9IBAAA) - [Objects](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUaO712SAEYArYzKOR2XGJQeg1QAG9pUFBDABtYyAAuUAAiahxYgBMUgBoo0AdIJNAAVjyAXwBuKxsDN04XJHYqSAdQPlZoeliJWFYHbABbEl1QdglBjxRSEcVyYngXHN549uD0+BMAfml6ADpCsk0mDaymaulUAD4Lmyg4RGREDCwcXAAmIhmKKjpGFjYAW41D4An4wna4ikslGyje7zCOkUBmM5ks0n8gWCcQSYROGUy5ysmKCITCkWiOMgeWih2SZWkVRqYD08FgjEabkg-BQkG8vkEjFAbIcCFg7CMfVATHoTAxAVJHnJ+Wi9GS9AqtzAWngckaM3ouFwPE47gCLTaHgBYmwingxB4UoN80WXGWINWfBoOG28qxoCMySCru4mg8e3oF2utwAVDGojHogB9aKptPpjOZrPJzNJhOgAA+hezJdL6YAFEmAJTposF-N1pMp0DNlttpuppvNrvJjspvvtlONhvSlMAHTrxaLTHHoDA4-nSYLi+nTcnM9AE5bS5Hk8be+rxe3wDHHbHoErS6PB5rw9AiYLV8fBdPSeWRb2TbAr6Xj6-P+faJAM-JNvzXfMsy-KcyxgusIIzP9QMAmDS2fBN8y0IQRFYUJjUGMRYh4JxYEydp8NiWBBnFYgOQCJA2iRWAAGUjEWMRmFYeQ5lwOQgkowUOLYPhiHFfNRG0XQWLYwSuKoNx2G5WjAj2bQsNAKi3E4hhgi9CQKE43RWACWI5FAQAUAl4fh8wU4UJHYB0qIDSBMl+bTcEgWAHj2dD71AABNSAJFAMRDVYRipJ4dinJckIcJdfUyB5NBGJRUwiE4cUEB4IwQnYUiMuCMRICNHgPAo-NZNABAVFYDx6FMbz7wwtSbUgHwjGCQi4Bw7FiGIMRcESEAGn4CRw38QZgA4ehBh4YBwEk1jIpkJrfICoKjDcSEgm6WI0FoQylvYohxLkQLHmodxWva9ZQTQOR6HgdgiBwNBxEGSxfPLcKjuCAAWPYAHYkEQWJGBQCE2QARwkHg2UyGsQX4e7HvcehMlIg7FFwX7UEa+Mvq0SLkloJ4kAeQQqEq7oeENKUpgSagSDIH5Zioaq3khUAzokRBREkYgqx8mNgBqON83USWpelmXZbl+WFcVpXleFlCSz0HAqEIjx4Ee0z-BihnGdV5XTbN82LflhNResMBcHgIxgFEFyAA89mIXBpFgF2ivtNmJORQxTDMABJKFgm9kS8tYYMXCuDR8hsLRIBMcUeAALyofnoWiZPU-YDPYFD8P48j8VMhEdhRUQPPxQAGWEFbUy2bQU-rxuqpdqOK9AOF4DMNw5GWQerhVZu5zAEO2kHqrXjwZZCngQYhR5QYx7TAAxHBl+IMwAG1a-YBuggAXVHjNkkP4+I678vWAAQSweg5DMQ+B-YOQrnP9MW5sKfyAkEYSURoHASFiMsEKeAs72TIFtQ0TcMwAAVHoUFfm3I+jdS632jpCauoAAByzlYDX3XuPQhLlr6d27qwPu78h65U-qQtMv9J7Tw-rPGqC9t4r0MGvMsW8l6MH3uQ4hjcz5MNTMkERlCy44MfrrF+AAhOmIi6FfwkdEFhoB-64EAcA3AoDwFswALRGCDiYXKpFF47w4W8DRqYBE7zMKlcw0jMHfyzMkZoDwJFeM8ggUhfifFpiCQgLU5AHbAAAKoOliLgYA8jn4xJ4HE92ntva+2CJVLQ9AUmvyoXfUAiSX4j3jpocs5Y9hVOIJfGs6h47QEgDwBGBScHlnyLQdUH8aSgCqXsNkQRkiiDwQAJWkHUhpTTMj5BbmM6IoT4AXAyTgLJoxEF6VoPk2RPdilqOWOgMpoA959K0Psk+SyfYrP9lEwIQgHC7y0K0nZT8SkfyuPsw5e90DLBOecqwyy-aVQ1hKIRWg1DbIfi8vZ2gEQQqKVC0pYQ975BOfgHpJz3h5D+V7S5gLRg5JSYol++RHlwt2SPHpiinmsHGJMBAPT77UvhQotRSKT55EOVSsle8mAUS4PwJgJ9QAt0eZfXJsQiWv3Fa-d5oBFHLHWbgTZ99lgAAYv7hPto7ZJcTgB91wGknFmT-a0IALJ9FwPQDKTLY5ulAA3Zo+CJhTEQHC2lLqyn5CLExOQ9l6AuzNRaq1sBlgOtgE6ul8Bv5FmQXgFwgajTBtDaIcNzqEDRoDrABNlqMrJsdWmqNFzjWVR9X6gNc8zDmsTdauFtrOB5tTZGpl7r03KmiLJZITBS00XLSoIk0QqLVtgMkKtObYDVGiIRfNkbkhhojS66oTIjVXMqrG40XBs3BptQsJY9qU3zpQG6gthyKRs07Wu+Nc9+3qSDRlEdt7x35CnY2l1s790FsXUWld+LdCbprdgnudaG0HtdQBmlx621nulIxPu17B1jvvUOidoBn0gbfdOhdjJNWRJ1fExxjBDUAtWXMfDu98j6qZbs2hQGxjHvefkEZfQwE32ocy5+Zg62fPZdIQ5FG4V7xPjM0AjHdGxCbskfVe9VVCrhbQ4ZKBR1JtwSgOdx6hOkalXk-VsrFWbJE8x5YqAAAk4RVORvKMkEzimMrlGuN-BZ2HtWxPiQAeX5B1XDhHcXEaoG5m65r4AZVfmimFhyXOzQeSF1OZ0GLvHjgAMhhY54Ah9C7wGAGHAWBqPbLrxXMAA0rAOQGwe7qC9dKEkzByu8tgFVoC0oiJynq0wNkxBebsCa8WJg4x4idenAsXofXpQOG6BQIbTBQESgdAEIkuWfOgHWVNiQSkE7NZyON8s42qzjZ5dVk+43wjjfKONvY43KjjcSON9Q42YzjYANTjeMeN4As2iP+xA6wY4qqmBdfwD96c7x-vSgAMxA6YH9MHJQwcADYweAzBwADjBwATle95-2PrJiQDiatrrspqtWmq0YcbhJquwHGw4cbnBxu0HGzwcbXhxsmHG7Ecbgxxsdeq5AcbYhxtQ3G-AcbuBxt1a6xIcb0BxvUHGy7cbchxvp3G-fcbijxt6HG7Ycb6Bxsb3GwAcXG+AcbIdxsAClxv5fG3Xcbprxv4PGy58biDxsAEVxsjPG0xcbWhxtRPGwANXGwAdXGwADXG35cbAAtcb33qt-eq4D6roPqsQ+q1D6rsPqvw+q0j6rqPqtJnG0Z2bNgtUpfQWl4AprGC0ENSWvROSypUE0Ke1VyR8DIfwMkd4yH3jJGB8h4HyQ-rIb+vSZDJRkjQ+Q9D5IgNkOA2SAj5DCPkjI+Q8jjvqqu-t9APgTv+QD8d970f-v+-B9H+H-v0fR-x-75KF3qf++Z9H7n-vhfR+l-75X0ftf++N8j8t9QB3gd98hQCe9D9oh3hu8QDT9oDz93hL9oDr93hb9oD793hH9wDn93hX9oD393hP9oDv93hf9oD-93hADoDgDgcwDog6CB8oDQBgdYDgd4CWDz9gdkCWDr9gd0CWD79gdsCGDn9gd8CWD39gdiCWDv9gdyCWD-9gdqCWDgC-p6DQB1CR9mC-pYC-oOD9CR8eC-pr8-oBCzCR8RDNDn8-oJDbCR8ZC-pv8-oFCXCR8VC-pgCSgNDvD6RmCShYCSgOCgj6QeCShr8SgBDIj6QrCShn8SgJCEj6QZCShv8SgFD0j6QVCShgDocwCl03sG8gEZVEQmVotWhQAmJG96Bm9hVKjqjm8D4hUHNmQIlHZUtM50smId0uBPMctCjYRGAN44Ygg6h+4tBDlSUwM0ATN5NEB75yhZiq4UBFFbM6iqVO00di1Rg9dathi8BiAxiSjNApjWNjNwg5iilFiLjljEBViiAW5GVNiv08sqBgVNpiBuiQxcAzBGVa0ej605Vt0QxDlziFiTN7iXj5sviXBgUaJRAfiQ5gTd1TjClOMwgkS4UtAhMBtYB8hkhMTpjzitBrjLikxbMcT4Beh8TtEmVziyTVVriSSli8Ekx8AKTNESAqS8T5laS4V6TbiWwmSOS6jcSaSRs4lH1bY2iK984q8OiEB698VK9M5MspAzB8g1SWM0SASel9jRiGBQNWMgNNTw4CU9p-iQwelEE2RJRMgXAw0dZ2QLE4UPAigKI3AekzMXVm0C0elbBGBQgsT0EAyaI6Fh43lEQQzAyzAbTjASIHSU0nT6ATBgNj0OUMTw46SpYWSUAtTzSRSW495djmhFgjA34mApYmBlhQz6BZV8zxVBNeStTsz1BczEAGyUlCyjkSyspyz0EzBKzrsazAz6yzTGyaT9TDjDSmVFsOpltpt2AhNizMoyy34pyxiRyaIxyBZzSmzQBkgNyZy4UPshMFSQNi4BZlgmBqy7BAzlgjzHp7NQBHyjTCkmAUhOsRUVTmIATLypBzTrzPyty6zJyRjpzHomVPyUgzyfyYSuB-ziBALUgPyQLnzXymVMc3S4lYK5TM4sLsdELrzbzayHzwKxjnzu1-VaFUAw4uhCJSIzFHp6oRJ4A9hUA0zI0bgrBskfyLzTSBZkS3QGMmMxMhL618g4y7TEzmhkyXTpjD5azwyGF6NogMLLTGhNBdjiBXzEL6NDl1LpjTzOTzyC0NSMx0AhjyLDS9Kek0x3jGB4LOAfj9MxMyKDiKK7LUwpKEyuBHS2QUyx5ny94QM35XLiAFVbTfLOB-LnSdypBsVeK8LfyQxzLtEsyNLhLogXcJBuRYBGImUPygdoL-TAymVFKYzB4IzP4MzNAWz+T2y5VHBNZricq8rGJSTBT757kEBuynK4TclAgzBFFmq2RryxwOssFWMxTmFKjfUe1aEmAblWLZp2BwZSI60UM+AEBuhTsQKeVUMC1BUPEDyjknK34RrF4Q07ztzlhurWL9zkgqLe0cBBzlqEBVr1r4ouAtrWLdqSLAyDr31I1jqLgkq058K5AsdYg0r6rpiTTohwrxLrSor7S-KkyAr5LWMKqwyqqVK9TrLILMrQxQBtLdKtT9KwhDLWMCKcKTK4KobsK0q0xLKdLCb+4KavLogHLPiASXLRKIqXz2bVL0wfK0aYqMbnSgqaTkUMwka4VCtiscAK4JEW5FaSswqBbIr4zxbYqUyTqQk5robNbRNBaxaZLYA5KRa0wtSvLErlTkrwBYBYg7Q0qFTwqel5bpjyU3kvTgafSj1I1arW5kqvbWMfbGF6bkrmbUx3aBa958BuMkENkzAPaQ6IbYBwqpMz4ua90MN6VSEJSKBpbeS47TaoT-YFTYaMr4bdSRLTbKMoU35EVNABM-b863ycEW1EBNA0VJLUaLa5KmU3Tsd2R3BNAi6Q18hqadSQwwgyb2bbKBKALxVxKwhWbyaS5g64bWMbyhNwqwKPLjzpifsvz06C5M5ELkK07vT6UFsB70bZLMbnyd7ClUAQBGqNZBgqJ7ISJygJrGqRNiBuyq6gHlg06qjijb6o1lhcT0L2bCqJqz6q7OyjEIG9EzBoHZU4GaSFStSY7ohbbSFXzc7UHc7zbH7LbMbc7oGgqmVLiy7mNcKM6naXaEA0FQ6tbhMuGsGaTvEwlWjy8FT0tD5st0l0dwb2AlL+6dbB7Mbh73Sx726X1D1pju7g7T0bRZHKG5LkgKGJan7nTkNDqZ086VHFksN-kJGdjVzso358h-duhehkb8hazyroywyR6PT2Blhu7KbW98gO1pQMpSzspr16LehkhHGehH1ohMhAzkhazP0rHtiCsisNaByHGnH2Za6rTXGyrgz84lKvGlHaMuKNHAndBO1osStwnsmonsnkN4maJEnAzkm5t3sC17HohonnHibSqaJ3GimYySnPSymPUKn20qnpRu66mYmGmYmmmEmbrIxLGOmS0ATunQBemcnjS67og3HCnxRinFGxm-HJmoMWAAS5nIntnGn8hmm1QVn2mBi5haatmdmXGDmCmFKPH6AzBRmfHxn00LmgmWBGbscbnh07nFmHnlmkm1nXmqAtnDnfnhnPHTmgXzmsmYm17NATTPV6tey1yBydm0LytQrSXsnyX6tzqqWYmaXix3n6XehGWix1bla34yWVnuLpTy8mIsoaZOjgABXFghXFScsS1BXCJM5WHXaSVRg4VuiORyzdAekmJSYwFMga8xAG4-qcdXTMXg6NXAosgdW9WdqDXpjcS6iCqR16BdXtrdZYhk5GJX5dBeWkXKjpXC43bFXpjlWHRVXFB1XNWzWHWLXnXWBDXR6toJ7Rsp7DlRXaYZXYA5X2HGJlgTWtXzWnXRsprClLidXFBMhGIhNi2SICqlXNndAx4W4rmQxOteSK3S3-WaaATI3ug3XLidmTqW4dmx57WxAS2q3pjFFMWy3ZqmBAWm3TqW3R3WNx3Y2MF9Xu3BTe262YXqTDb5223ClQra2p3ZnB3QBd25gTyC1O2XXdAzAe3sm+2t2eTJFT2HWR292cEnV4hJ3x5uswFWcT2z3dnCkbkXInBmhW3FBN2mA7JQOU1Scd3X3K332e5-cplv3OSmBGlmlZ2h233z3vaP50O6iZQP4cOX3h2kP8PWMbkTAFJLoiP627JaPIBLoyPAOmV8F-F4AGOZmuO2PEOIOgO5EXk128F0AKIf6PZGIH3k3xWqMJPqJcBpOAOBOF3gOC4AhROUAbkeBNPDIZOfXM4dOAgzBjP2BGJcATrcPKOhOe4-NfAtPEAbTIA7QHQ+gDOxXU37OOpYzbQEA3PLOVOKPBOmUN47IOpdPzOb3LjY0ZpcBlhLjGM2snoPOU3C4wuptIvYzmLBh4vuHkv2ArOxguO+GuOwbRhZPU2MuIuTPJKcvo3vaoU94aNA27HdAc6RKCvMKaIg3M2eMwhKv0vwvFzYvcvsvdZcuC2cFLjBvM5MhRvPZOTZuSIFvxLN3UBywTNlv5v6vygJlQAtvDOi4kv2srgRTeT+H4BSuHhyu3mjvquRv6u0rVuyUmuWueu2vFAOvEaBa8XpRqz+vNAXvpiBN96BaaSFvs6mU95LjFaEv13sn9z+3snuuVWePFa1uMwW5luHvIuFuCH0xzTxu4vrbMxzjwrrjFaLMDvwhluzBe21i4UZujvMgmITQ1rkun2SxseWe2fTRGBeZbOY4AT7FZrIeat+VacZNpj8BRef4Zjafef2eBe2RzuYJkhzjtu+eOfBfyhDM5eLuSuywFkJEDbTrLuT2LfDebueKKuw3MgokKBY1xQfi1OcFWvg3YBJjkPWAzO3WR5KTt3Tq3ee5ce9PFBlKA-OSZrTrJ7buqBlv5PKJFOQ-WAPfpPcc6fxPk-7IlOPX6HBTtvs-JPFvx4i+FPc-Mf5fs2shHfYBnehri+U-8+4UY+se0BNvFfPPC5Mgm-c+9uBNPpMwNfDvu+5u++PZyhB-Alivgln3Lv4-vWx-YAzO0q-fDJG6WV0+PXPbfvia8QAfDl1-sZoekfuHTaaTj++gofq20fD26i6er-cBs6pue5mfl-BPN3tvU-vrOBSEefl+q-exETyf6k8MwT-A6uKE4ACpperGWXmWBbjk8Ba1xb-roDV6eIFeFPUfmlzm4dViwQ-DMGbxN6G0re5vMrrbzu7L9vOZGaIM51c6OgGu4dN7rqUqIfdPe33c-sxj+43lg6dA-zgwNP5g8G6cKPelO3CDHYT2qAcIDTwp6gARSejPzvaAYE38QesPIrPDzwQ7Mz+nzW-r13v6ckMexNf-gryp6WYu+OAouAzyIBM9C+LPPgfaDkCq0l+Fg+booPkBV8swAAiwdQIJ5Zgie9ggLmAOzABDlBEvaAVLyZTwC1YiAkzFgPMHitXBLnfznICqAED1emA5AdgISEBCUhlQNAHLzN4kCjew-WfgEgvilCruRQufi0T5aRI10CABJEEC8ypMqAIiJSsq3tBhpfSQdXuHlC6GB0PUkGHaJ0P9oIAnqNEEYc0GQzlxoGEmPoSmhebWM5gn7WIFezMCotWMbQmMuo2BZRoT0lTRQJ2hWFXtr0jzVpjREWEtCCEEwPsmsJxZ9NcmSwfJoMxPJEIlKOw7FvsKmaHDpQEaW4Xm1ZzIYIm0LHZksxabPNEWSwqgEu28Z3CemKPGNt4wGZBkjKbw7YX6V2H+MIgBw6FkwBhFj0ThQI+po+zBFPMEWBRKEawJDBwjH2XzFZhxzRFhkPh6ZQHtiO+G4inKhI-IMCIWa9BSR5w1ZhSKuHFJ0APsAZMaFq7RAJ+jAwpLsmUQUBVEpSZEQyJcjvCMRnwyDGCxFFiiLUkXa9M7Rz4ewJMFfD2PyIhFCjv0cwagaKK0YlRJR99JIUoKlCvcWU1AnIZH26QqURaGw-doyP+bMjymrI09GC2tE6i7RHWZDK1HoF9AFBjogLmaPJEV1KobotwcSmiCGCx2KiIhHsnuFC85UWYlyDmO+YvDURqo9ET0I1EBN2RnaFMXGPlzIZosyQRWkSPmYki4W4IxMSk0tFUBHGYrZvPYCMBgxdYi5NKgOKHFKQZRwnFlL2Npj9jjA440gP3DxrLi3kItfLM7DpE+iP2foswAGImZBicRnaGcTUQohjjmKi5U4fOPPGRdBodgK8cOJvENjnYTY52AmLaaQirhx4ucYOPPGvVNSpEOFPKPDTZiKUppL0IBILFFxQJxYlEZsJ3F7iQWB46sdKC-Gnj7xjAHANemaQElMgyGZwDUnSp8A3xFwj8d2JfLDdIuZ4h8faJDgATMxCokCb7Tq4TdJxzyFlEBMVGrjKUzkUyBBIYmFjoJ9I14WWKZHqiWRXwy5mHykboSLxeEzIDhMjH1c9G9XZDG6UyByBkg47dScRMFFJjRgUkm0eKKy7-imUHExiZ-GLA9ZwEzEuLpv3YxmSBJXE-IFpN4n0TgJjkmqs8Ngm+iRJ-osSYGIklgsDJYYiURGPyDYTtEuE-IJAji7KSWJqkniZpJ4k6TLhZE2idRCIiOh+4+QfBDNDzEI0ik7ABSB9zoh8T3JUEyMkWCsnKjhJsANURWPEmajpmTAdKfZEykIBr0a1KiFIjynIZZI98IqYpEXLJABpxUpSClNImvFe4IUyLoG0NFpVDJuo0qW5M4meSYJKouqeWJdS+NGpVYy5otPDFzTJO+omaQEAkynT2AE0i0VNL0C7QDpoUtKrdPiCUBTJkEosfCk4A3DK+Lo+yW9KVFeSNp9U7aZiNBbNSnpsQe6XqOQybRnp0LcGZQGQyPRPpJfEaYFi+mmj2xZI98ddPmzmpI0kM+0dQNen8SKpa0h0a51cmLs-pTE7mpAHwhSASICjZdjVNLGbTRJDUgKU1J+FMA8ZLqAmWFOiB8gboyQagZGNTGxiKZ0MumQLBIjJAv6MsqKXE3hbYy9JcwKeEdOohu0+g2pHBA5NJki1gUFAGGNRGJnlT3pW4nuFsPZnAzKxbIy5urJ66Gjr0IkQZNoG1lSzAgsAY2fZDlkKgvZvQeyBNOiA2BugrFDntC3vipSppJ3J6BrPshpVH4yMk2WVNWnxwqpf7FmXBN8m7j-J+4wKc1JjnsA45zARGWjMk6oyk5gczGQKKjnzZ74JUU0JJ35lpU64jgHWT3D1nvSRkJoWgO3NYCdzBJLmO0BhM7qAZ9mQk1mUDLvq2zgxzU+ucaEbnUR+Z16CiPclnRtzkMiwTgL3OSDdzt5xAZDI6JHkizh5i4q6arOhGiA9Yzc-IK3PuSmzU5ntHuX3PzEkz3pQ8naouM3E-Ms5bMvyRzLzlczcRiiK+bqGXnGM2568+5JvOfm7zn5h80+TgBPmfycA58rsVNMUQJBTAxctKi5LslKJqZn8b0T-J8l-yc5ACxCfnO5mYLIA2Cx2cdISnqSkp2k6ueaIvmZpRpQ04ydEE4UlT3AKc8ycQpLG-yp58AHaZzL2lgtGIvCpSM7N0AyLhphUsaYuTQXrMKuNbRQAoqy4WzWAVs-+TbLoxALO051eRYNL4WnDlZJEnGZ00jTSKzFSkdYSQu3HZyEJewoxb8K6amLlFUM1hZ2LUXLC-2V7Oxd4pM46KCE8E3OemioW4jjhAI4JVwpmyqKvW+ItwPEr4WOLhFpC0ReIo9TRLO0KSqLpovsWyTfFKs9BfNmJafdYAWikziHBAqAytp08wxZIuamVLPeNSgWe0HknaIkllIgaXIDSUOKwlei8hQYq4p5LpQ-SwZSUqVkdiyl-i6EW9OGURKKFbisrPVj+Flk1heNWshmgKXbLPRuy8rJyIBHKUjl9WbUbaIek7LRy5WUMVcqy43Ltydy9zMQHdErj6E5y4sKhLqkyTHlnop5aBXqw-KqJI8j0Z8tuX1YpJoKkcR8uqpstyJmXAIM3LhUMIEVrUh0MRCXEArDlkK4sLEv1YZKgVxYfmTgsBUZpwZKKnFRCueX1ZeZCAKlfQlRVfKiwDs8GJJ3BUIrC5ZK3FbSuLDzz2eTci6ZyrRU8tysICtamAuFWoryV4qrBSYB5U0riVRYaZf8qVUZoTFRSkJewCJUZoD2WqhJTqpZXXD4gQSrxYat1XiqJ25q9JcaraWqqTOsqi5YRxtVDLRyyWeoelk9VKk5g9QjFe1Oym5x0EMiRriymbpOTuabgEagosZmIilGrIq+I3BUE00IWLrTJtEEuK5SqIPSHGv8zxqXF-VWK3ht-Bbi3T2A0a4pbGutbclN2iaoIAnVgGFJ7V6azMEwEuy50g16LPNZ6MuIawEgGCDumbzN4tx6hDqnVeaUlR1rBacWV-qwHqHhVfBqYTNUQg7VLrBSU61dRmsFJ9xTeTgvuLORQSXoVA4KwoePHqG0I+4p63kvOoFqLqMwharKXeszBZqp6ascJS5E3XPqdxD6hANA2WA-r4AvDFCEEL8HBrG4BQ3xAthQRZo54C6pgKO0UAdQSIe1UAH2oCBAb0wcUigAuvsQAan10QF9Z+uiDVS5eIygDX+sikZSi1owqNPYhA2x1pUU609UVxvWm1F1eG+xIRvsQkaSwZGlyG1Oo0d1-1-GzFVlIw2EDV1RPJjaQmfJWTF+o611SOKnX4KOG4oNRF-FxxTrk1hSZlvnEHJ1pbyua5SpcSwYPtWNzGRdWOqfWarqlxSrLiMoo2mbP1DmmjZxQ9Sm9JNjGsDUECHUnstN0mTCqmq2YZhp2mLAHqBq7XGbBS4m1MGZug04a-Bim7hdmAKVWaXNQmsxiBi-jOadxjmmjcxs815JpNhAvzd5uIDaacEHLeAKWxbUharJ4WzMEZvzXRb8tMmzduZrEyWakt9orMASstZpbctrmzLXRhy3Zy8tg6jzRIik1lbfNhtfzY2vd5Bbat6YX9iDUk1-MoteCGLdEDi1QIEtjW7rTqs42eKDV6S9LeYzc1RLRtZC8beYwK1TavN+ca+LNufbzbAtxtAciR3lzLAmtPalrYOt23Ybb1U2w7U+qmWg7ztIGS7XsOu1KVbtWWybX4Me3twfNbWubWVoq09xdNamiRJcW+RTaNtzWrba1pK1i94twOxLadocX2J7VoO75O+pu1DanNnGwbRlu22xbCtMNYremCK5yaKBVAeoYbOIAgq-l9o5TT9JfjhqiF6rfwFRx02y78qarEyQIsLEjLXF2W-IOuPmEd1uh20hNRjoC1wpm1em-IJWQa2-b6EeOmGKNmLVCZz1wq6bU9vcQHq9tFO9MMuo-WkIGGZW3Onjrngl1x4+6uFBeg3QVoPlw6qDVAgvVzwiBkUplHhszV5T4VDO7JZiIj31CRdP46iewHTaBrswG6zjUnvsQsQkhn62idds-Va7Mgf6+xEwEqyzs0wse0gdeug19w4N-MzuIhpEiZAUN6Aa3XEgw1YaYNx60hCHs4C0IJEn5evaABchZ6Jx6kPSMECmCQg+ALgvYLkAkS0SeUjzQVDymGHEBoGgqNHbFvk3QbW5wux6LOLQlz6RxJKMrSpql0a7ogJeuXe7wV19dCGdEqmW-LV2RKYdmu52NA110F1DktE+PSJoDW3tBShG0Vb-tWXqIo6KO8rYbumLG6cdIW4cqQgt0aCUAfe5bAPpJ2xb2treh3cjowQ+bZ1keoHWxtx3QGV1tBvBAXqzB+6VAx+2akHumJj7aE4epweeorSXrINGey-SeN+U37Iuue-DefWvhEaCERessC-tfWlhy9pG+g2WCr016ywNWUXFmFj18GVA7ei6Z3t8DIbbyeBm3YQZb1R6K0EiLg9YZLCfkKIzAGfaLsCAL7FQ0CVfQkPX1l7Mg2+wMrvquaPQD9NGo-ToeP01DV00GzPQuPEPO15WnapAw-oHL-SCNeUukQocwrv6ldn+h+dmLgNjLclPSMOOBJWl5GVlBRq7QAe13mNgDYiqo1-tnpPDDkL6sokVgqIKG7dreuw6LUPWh6R9WYVAGWuKnCgSI94qgGVFoUmBjEOMJIaRC6B9iKI0oEzC+uOzsVV16hmjWwdADPkOtNA9MNEevE9b0wstbMAceHF-iywyhy4wXAioqHs5BvSKX4ZogBH99h+pOjBGKMvyB5byB45yU+NPHZQJ8HlDMJCP7kUIOEgEwEZBMd1QjpYK9dsdXXvGMwVe1dSMvsQbGhNuGm47kY8nwm-jNxyE0CaYDQnzGsJksBCaYA76iTJJkDGSZ50ybc6TB9MDxvTDUCAsQWBQ8sGkF7xQg4kF9SfGSA2tygJ1XlpEagRnHqdCR8gy-N2SP6RaGRpVlkZDb66nd9alA6xiq01aTdW6vBCibv2RaidKADE3dp4xCYq9hVafdOEcOzsR10GvDY7qQPYNuSlB3Y4uo92KGMw3u1U7ceYPbr-dpO+XhwdYy2Hj1PBzwVQeH2vUBDGA80yIPr28HoNQuiU0pp92VEFdywERMsGNMI6MB9Q8-cmay4bq0zpehnVmcAMWHXtGOxOkyk1Nvw72DLFSsYL0MXHghvR8fRWlQA3IMkxh0iAMgQBwBSIJWJY+EB2arGOKoAbM2pjCPlDmzeerMCGZbMlgmAPy5w2IboiERSQm0MxaAGX2UR2IcgPanL0nORo6Nu6kgX+z4Z-tT9UCelfABvkEaiEOJouPkaaXjKc19+iXapp1X-TJiBuhbT3DQM6qmAKG7A8pkQC2BuQpm5htKYbXvbsKwWtdXgi40ZhQLBaiA4JpNON7iDrumg1mFvP3nswmZ3DehcfWka5DpYFk7xu-UkXf1Q28jRWYk32JJ6sOmMiIkJN76JhwRmE+yko0CaxNDFjnQ9sJSS7UzcWLY0Prb23qWpNF0DF3pMM1lILhBy+H+aZSAWCeTAHlIycJ1-a8EiiXWKYFqwxaS1EZ5uQ6elMabg95O3C+7u3UXSiLnp2yw8s04+6vdjloyciv9NEH2DF0oM4UgXPYqmVPx9vrObMD8zozmG6aU5fM4qWjdtjfstqezCCoGtEW45pVR0soA9ACQddJwD0v1RU4XFzC5mHT1WWLN9ifC8KruMensw-M+y6WFxIyG0TKEGq0QnYuBHJhpJpE6WEyvFQXAuVgywVZAwQaSw9G3ONKn5nc6AzhtEK-Yn8uSHPy+2Iw0hp70b6ywzVlyK1deOgnTz0559rOYMNRXFr3elDX1fyuD7aM8Qa8xQAFWLz7IBFu+V8bekvmxFae9896aSN6afzUZb05jtYBqXTdmBqU0pUNOIAzDBBibcZft1RXNMXOmbS6ZKudbXLoyZ+bVbTCJdn5TJ1G4KT3m9yd1WF2atjeIC+WcEs1sM-LxCsE3wrhte69SnsSsqZLIqkZSZrbkUbSktN09pRD5nSrqVyexm9FuZtDbWbwV+G3sazDXX2AQqqG3L3usyGCbKNxKwDdLAOb+bGW2Wy1cpP+GiTm17i-CZGvCZ0bZWs8xFb2tu6sw8GwwChjbnGIGAeUcgM0gtC5RYoC88W8nMMODBF9O5uSKAHmNX6WgiAUIFGOSEhAgEFqQ8yWFBu4BaGO1ywxQEktsamAHe7s0td7396I7Sl867EEuv6A7pFVh8zFBV3Pnyjr5wo-qcSOfm5TwdN7bFdCbxX0D0oTbK9dSu410rTnR6O3HBudGoElKi6YnPRk-EsDZB57eQ1bsDqLtpCJgNtjoaWWoExSBde6ekNgWpDjcHAyDZj2bsibPcEm9SuKtWHj1lN3a8LafVd3JbZYOW71qITSHKr0jFCGxfVvPHNbnFt4zIalPXxs6rVkxi6jpNR2irn6sy89sNsXcLzADi6-zojNH33L7AHuyXzdofnQ17Gcu8xLbs1GBhBdbmllZcBOU6RnHEiF-WXhMzvGYQZi-XS4GfnvjRCtlBXZiuoG4rb8bq9lacrVUIb0Gme7erTrc7lLb1-jGf2NtsbUATAEzLQ-QcAljsh15DeOYb5nWsHmQHB95JwQx9vy319U02uoefb1sDD7CxQDAdLSIHZcxThIaEsw3vT9G8R65okQCOuA9DiRAfUmvB9KH2NAcqhf+13bAdkZ+AAuuAo-ZE7R13IMNq4qW9ihQ+zR+GMge6O4j7DLAy5aQTD2ND6YMx5wAsdy1wejezO4E9CnBPc+ej5+x3DLvJGI1kexByBlqM9JYnGD-pkQ7EokPCFGm1utxkOSQ3wHX557S7uoOlWdTKAWq16aQM9IWDOAU05yXXtzq2z3Bre+o5cehXV76OhR-+d+vKO9N1ZW8lHzPWJns7UVtJx7Es0D3MEq64x5iazDFPx5GYQh-OZTpp0REL26O1nfiD8zVnfdlK9Ka2dROTHuztB+Y-2fph6rNh451w1OfhH07mdiVdfJzv2o25IiJ82YCes5LKjmT0kNk701GbAWELvYViMrtUPq7WzIctdi6ySwwcD2LrE9i6y3YusL2Bu1IxGZGtMRvTuonU60fQ2Gnzuqe804RsOWkb+80+wvYJsY3ELKACm55Z22btuXKgJp0eteqk2ydO916vy5wC6GD79if51KuPulh7rrLuWsjdUOlh5tPKYEYKgas7iHjirtW1SY4tBHH7Dx1W+tdvuAngT1R2k2CezA63P17Lg21-YkuwaTbK2hOz7B7Oh3Gtf5t+1tYDNeIrzIDlxARZBf533p4u2ByJY+tOTan0G8q1DczOL2fNTTzOm7vdNdP11EThezuuMv9OqDQrgK2o9Fcx3+D4z59sG+FWJu2HEZsWxLfqdVuZtKb-bZjaQuquW3KADl605XusG8bdRPN5vcCuR1FnYr-uHvblnmJm5DbwxxD2g2yu5Ak7ldUm+IBw2cLLTmy62891MuO3Wb9t9256e9uW4-bwZ2HuGfFvRnY71DRO8reLvq3gu5Z-W5veNv6Xqb6y7u9LOI3t33p33X6Z7deW+3c8QV30eFenvh3Jb3e2W95IVuE3j76d+c4XVTvHTmd0yzA6YFhqcnRCwliZYukSGizv9ul5weldvu5bHTu52PG6eVDtja9gD-S4LcnqmzXR8DyoFj1QeH3H6pd7zsDcwg5gh8ZOGRrNLoIhmamluulV3ICejmR2wG2lct2OOEdxlyHRiLOsL8QHVL8MRk6XfvWhPuTnj6vRheaeyHJxDZz5szlZKpPDDr6+KF487j5tSL2x4UlrOfbcS8zoK5S4Pv7LTl9Vnlj9vQTmlnyyLjU+k05afbJ6Tnod7adXeda3PhK5i55-Po+fcGtnyrQF+q0Vl6tRblz+F93h9bnWuqrz-nDi+l0EvlsrpgOXrOstGznJV05suyhrDuWuy3LxZ-FS+fCvafTZiV4R4NmFnYXhl7vBOWEravo5er+Z0a8zuoEwUqG0xqbeuuu377rdzXB3ecu93FH3lxV4PsIe7nvcMt+w6QM-Wja8Ftr5oOpblf0v3X0OPTe5bVSYv2nlJE18meqWZnamjS4Zu0vSfidAOju1dZeSmXDPy76HTd+2+KOcEalpgIdkG9A3m7Pj3Je99gA+C8PRniH+mkvPAOuPAu6DT4JLvSmNP353J58ZTZAHkHdRn7sIMjdmBaxFMkVcJ7bo5TKAUjumbg7jVxsCgCbCh7d6rt9kKyx2UH6Z4Xt1wEDx3l92u7TD3L6nJz79Tcdx9M6n9hPb7yKfi8cOQeXDhjzgDcdMBhHnj5Dd45x-dAJH1P6R0yjkdLudvQP1R0d5W9QJqBIcESIMBpdMb-1YvrX0NvCpFc-PhSN+A46228-TfYHpX7evcciPlroaXnf44jPm-LftLoILb88OrCHfAtUU2slR+vKLflEaB3L9Q9wP0PkvzX1H5134-d+RP1Py-FJ-JDyfq48hyqf+9TPdv2OLZonuzXo+wfL3tp3lNt2IGYL1Z1nyS1mftqTffPr78JbD-TqLLBHjL26fa+9AlXC9ztwt42+-ve37B6j0P+ytDPB3p6rr+e4g9G34-N0RP4MDU8lhJ-96+mzAYu8jKX1FG0--lt1vwiYm4-m2nb6z+j2ywHtMi1REju2uZ+3DizfHcMNq+e9t5TPzFqH0Q-SiF38pfIrRm1V1PDSP8M5FPVYsm-IbXP8AdCAMP8k9dOwzMdxBAIu1ZDF-wv8IAu-2icEnU2lRM4Ajuh+cP-TrU-JVfD1yTsNfPAPy1M7IAJ39QnPPQjd8-L83U0ekDMW-0zZQSR0FSjXEyKNaA7PzUY-SMpxlMoUQvwcFi-aXRyliApB2ECg6MvxgsAfAC3u8gLY3069g-V5QJ5YfH71IR--R51FoU6Sxy1oJECQPkAn1OHnsQyWFnWzkMAqHUfZWrGkyOpxEL+x21c6SegD1AArQPCcv3PQMECH-QwKVRF1J-yzAzAtMWzBLAksGsCqLWwNkD7AnZkcCrXZwOY0GTUhDb5tjTO0uV6ndHxDVWA+B2f0H7GjUKdWRO90udu7HR1z5k-Tp3yAOhAaxEDogJK365n3ZhzY057Jewn9Uzcj1zd5-YM2PdQzED0981-JjxPZXTCRCyDqXGwNERw-SYPaFCgjLXVdzXAI3fsOpFwO-t9Hfvxe0A3JHzFMY7C6RwUWA2USbp0-Kp2Yldg8byfcF-fn0Zcp-Yj0zdfAt91xtKPOfwFcaPID0Ldu-QYOj1hgmcwPtSVehU1lE3G+ypNZUCa3N5OPHYNgBoVFwyqCMfXTyx9pA5-QV1MjJIT65fzFn2mJ7PBKwmwKJGbGJd6-Ze0RUauEe1k9oLF+zb8A2JbQSsiPcizTA3fFACkk7Aqcz-cW-F+3eAK-P61Nt67AnQNNwfbZ0KtZ-UD0hCcQ9gHx5gBcVEnVUzYHF1s+Qwax0MU3FoIs02g8Pw6Cv3bN3X9ng16FeD2zfoOX97EVfy+DJXexCH0aFOhXZVNZB4x0DL-VMHEEn7A32kxfXbi1tD0guUOfdZ7OgzY8SPeey6C9Q6f01CF-WjxFdswfUNLdvg0sB6lHIOFHKI2gDowQETLboxQhZrX41TBBjeSG5ARjWfSHFxjeVWmMFdOY2ENaiPh3CAVjYCw4okwtSmFDX-YDQeM8TU6lGC31KELXMJPN9V4tRNMJ2bDUwZC3bDUAssI7CdxBkLiCMRfsOwCJtdsKtCMwNxGmD2wm-0Is+wisPgD9XDW0tdq9UExrDG9W0KhcfTNWEosYINkwQAOTdMwiAjkXk3cB+TQU25I5BVcKeDswYgRKFm9fexHdlfTbD99vDQkMXJGQ3xymtFfVxyksANZ8NvIpJRT3BC4-Ub2FDkPFP0OC0PaNww9NNZrwnMkvLU1rsGgybCJDkrc+nxCF7ACMIMH2LTXJCU1D7SpD13Rv1r9bndCMuIhw0RBHD6TIWxAikVdgH5kQAlC3FCo3TpxAJdbDjRPsaQ7MG3Cz7bOXIiKNPiIEs1w+xEwiSA1wNrDoNMb3AccPaXx2l4gB8jnDKIoBwztlPCSNAjsPJgJhDcgiCLT8oIjPwaNdZSp0skM5aegUi5A1jHUZFAl+2UDpnVFxbUmALkMk8m7Bvxbs2QYkLUxGHGiKJDRQxiLADDHIe1cjKw7Y3lCXkN0I3cpgwWk9D2g70I1DR5AZzjQ3guj2oivfUd3VDxIqBBNCFVf4PjkxQ3yMdNP1G0OEjTIqHXsRnQ2LUm9Wg90OupIo5UOijAzHoL8s+g4D11DwzEKz3tPw4fzl5JIiYJQgrjGCAnDNwk+zbdFbWcNoiz-BcLvslwt4xrCrQqdW2sIrO8JvDnXfQx997IjxyoCvHeSNGi6AlSM8jHuFiU0isnYn3yDCJB0Ht8hA8yPqDOBcp2J9O5cFzT0uMHpEkcBWWaH8B+1PBzHoCHJn0sik1ayNJpVAtKnHtzdZ7wJCZQ9yNJCk1XCKUdbI2ZxB9u-VfwVDOtVh2l8WNL8OV9DsZ8O8dQYj8JsdwInBFB5Pgl1zY1PybbAxiI-U6Pv8czU6iejKIbKGxxlpaahrUWQn6PZD-ouZzS9BgqSQW5pI3KPMsyY8XxVsY-EYK-DF1Wa198f-F8Kzp7QxYOpMkgkGlWDe3IfU5j6uHD1TN9AgWNNpY-X1VUjaIrmI0icgw6LyDjg5RgKcc-UQJU1SHDXVjcoEe01TM4GcqLXd03cKTuDqg6bxzchMI93ijtQpqPZie-EMMND2oigCVj9ooswo1dMVOi+ciEJ016AdjVGJ-CZLP8N+8-neVRwV9Y6FyOijYmoKRDFTFEOyMTo-mLMjCkCyMIZ2AKSQVNpieFzNiKnN+Qp93jamJei6Y-hXLjMWT6MlJmfUu3l8hBZjB29boncWBt4fPYRGdY7CzQoC1ouS399+4lGIfCVoygLHiXwtWMKstvJQJZjoYh7w580IrnxM0L-KH2bdUwDKJwURfbOXnj7A5nR8iDHR008C7Q5eLZ9Ptc7DS9V-PeKyiRbBjR5jB7UhE5M-AyP3wDUwMOFLj0zUhBCD0wDwIViCEan2ejaYt6LhQgEvnwfizQ+yAYil3Uhn8Dio+9RLjhQ9+IICDMN+IV0L453xwQELRyP+YYuB+gMYqGZ0gJCjLO3WIS9aLGkKR0g++OTjH4+BI3DV1L+Nv9f40vWMDCAiRBjCqI+8OSjlfc7FJiJ467gEZkfCM2ThdWfxBhpU4sQMgi9PSXzLiaaJU0UMw6bSIIVq4kv2qdHo0BJpjXo+mMKRAWFuIoA242EI7jBghGN3hWHGbVl9y-O7xXigLW+KO9V-CRNbk4ALnRkjizENiujBaSemfI648BP0ScEKBOcSXOVxOdoVY1UIgYFdP7yXjBPJsNpCNtIhO0YSEuSnISKzCGyoTJaFMj19GYwUJcSpEiJJYiokpIUnj+ElaMETxY7x0U9yBMRPqEYEy32og1PA4KnEdI+RJFo8feQL11i49hNf0e4CuMJ9iHG6Mqd5TLOIDZlE3gWg1i5QpPW8f4tBIPCFDFdxO8nYsKIzdGDLN3I9VklAA6Nugl4P9CEowMODDGPf2L4TYAepPmluQl2MzB0EzMFYTv41BNojrk5OiCCD4r3lRMiERjBhg4YPoDAS9EnVW+d-XCoUzt8ktxKaSUPNRLYCUjbxPNjhkmXSSFkQxQFRCwgeoSmSNIos2i8Fk+2OuDHY6byZMNk5ZK2TsEnZL9Degz2KX8fYw5KjN1-IfWBTnaSzXm80wR5MCC9MCOJch6NERA+TYYAZB+SG4sF0jifnJT1qS7TBwBTiNwzH3YDTSHpLzEK4tENsSFaeCIrJGsTnyciCQqeCgsmY+tUhjAff6LHsHIwnmBiF7LGPc0BQ-UNIM+-IsxnVMUp+KI8hot93381Qmf2ZDA9eqOJtGo94IWckooYOOSfg62OFTGEvWMGjN3NV3pTMwVVIMCSwWZIeS-4gNNgBEg5cO4s5ogOJcd9rcBwTi8nNyOxjznIePIDVooRNDTKIrYOUjBU13QK4UUthmYCwUlpOYj4QhRLmCC4ruhECZU2JPb87GOyNvi6-DeNsF64-tWb8+fHeJ+4S0x+Jzk5ImALDJagijW5Tu0nAP7sX4zBAviVPB6Qm9XQqbwXtWXaqIGip-R4OW9-3XZJJTF-E92ajBQg0No1E0vtNTBuVQdMmCWLUdNrT7AoEMXDiTWWI-t5YnnXW1vTUgNji47d11njbyfAE1iUfYtPawRU9TzhDxU7pLmS4U+nx8ZvotUwr9MQ2uxaxasdrCBieQ5yOETjLCNKJDFE2hNyT1U8rU1Se4V30STBSfRmoSGHH2Iq9MkwxmyTIEhNgTMAM2OT9Sy0633ADhE3M0I9Swc9NgTd4Y-1Z1MAk+LVdpfBNJOSF1TjIaT45HjLG0mdHAKORn0paMXMejUlPjDMwFIEZQEMgrh+wdoMTOCAtzJoBMgPbUAD0hGZJGCEA0YAoGFCdzHiW8N7EQKIFCt0gtMzs2VLTLU9Q3PgP1liXLSMrSIU3JzHSig02LAzI0iDKbjmZTUgcB+ZDpIuiFAxtKsir4jv3gztsPEI7S8EWJ0NSEfYyxwiYsltIIiGgkHx8DG7btVQy9AXmBMgKEs9zOSOVfRwlDVQuLFXUCo3ZyKy5AW5P8zMM7BMIFLUqA10t5VRNzXSCQtqO3TiUhqMUydQ8jMPS-Y49JKE6wpQ19SuMyQ1zsqrEsAyjpwtMBGUfMjLQWzxoi1wfS40jq2miZDWaOGsZ+BaLjDloomOB9R4z128dksh53zSjs73xOySYypP-VQsi6SwZM7UtPiNgM9ON0iRaDDMXIsMnBH6TPEvMQUNEUoHm1iiQmFULNUzDFKXTrLbFJVDLkvFOm9tk92OdSN7V1MSiRso5LGy4PW9TW957C7wWSRvCgALMTOIs2hzLg09LhzbU4NMRzCIxAB4St0w91Ry4ovdKGy4Ym7JSjQwnHLY08c9oIJzokonNgBHM+aSLMfs2aWiS2sj90QBV052NI9ZvX0KW8rwpnJ3SBs1nO9j2c1qKpSIzeDxg8WI-nJKTBc0TJFzVY+5OaySkyXPlyZctZPuC6chXID1lc-rJdTBs9XPdTfYrHNKSrgzL11z1vfXMUAY4qPT2DB0xdIpzl0qnKn9J-cj3tyFcwDy9i3U5zwJj3coWOH9ec5UN9yveQXKzTd4JgAhy6IV6E0zDRVNN-T2FeoX78xU0pCtiKAGlOkTmE-IHEEmgy4IsT2stp3Psoo2XK9Cf3Y5IdzYo-N32SBgvrMVypEFvKCAREixlqFHYT1WiRnMZoTIkJslzK4DVEO6L8YRaZpLYlWk6tJFoPYtXLjyLJdOVWBNAFkz+ysdZRPJA9eJCUuZdjTqSIRB8lyD6kytReOvhphOeAkw54ZDBmMfhBQ1rl-YeoUbycpIfNkTfpH-ULtnrJfOXyK01fKrSvzE5mZl7onpE3yAwreyMi987sMRDAspRJzi5gVvFPyJlJgAvzkMBSBchr88KNvzvTe-MbhH8lQGfyVAV-IV0nqBXU-yIQo9JjyyUr0SRT2MqqnyB2CqUX91PWSkTIC9jazHylx5cLMLiG01gpHdxuLfMrQH0X7x4KrhYHNGBNARjH8BqtDjBYFAWWQrIl2U-2S+TcACdJM458wpAtjMPAwpwRhcjlRlV48uoigTeSEwtD5hQnPPhDk9A5MZ9JSE9lxJksFxAaFPCtin6JKRFxF5SKEA2PBSjC0A1uIys80NmyL7aID1wEgOqGvZFAW809hKDRiAXVUVcj0C4+nOeFL4IjUYDDhq4cIuyjIioIs8yjC9VkdlUeESA-0oU3QSqUwgTjgeAqivjCOjf0fdIYcHo1kX6jBBTknZNFdbGHDjCA7ZjQ4W+aYkS5EMp6B45C5H-m35IOdvhSKWHMYsKVrqOaX2QsipvWKFreMoSpi-8nbz+DpsvHQuk749Kmrhm5fmSzZHZZIt0BT0zgttzdikSG-cxOHyyyKA9fE3yKGE6bPWD+o+jVuK5ss9JMDdnAIA+IxnThEitwHbTHEsKhGkn6idvEnPiTUwE4wzBkzeTIP8qNUizLAa-H4vlyOlbV2zkZuWtOGyhIksALUbjT9UHhEddME6tpvPUwzBSSg9yOKEAGEoJ5OwtMCxKP49dPTFnYXOmWK342tMnsFKS4tvU+4hwuWKF7BwrBLZqPIoQACiq1OfiYaT4tXUhSx2VXUAEjMB5ogSt4BrIXDMUt4SNiij0ILos0LnsLoQvQPpt0SpwpplbchblzopSpvLuIeJMjNIQaSv9xbgJS+AAbCYjfQpQDLSuVDtLWBcGAuLFAK4u6Qpcu8UbCuS+XNFKni41LpL4Aa0o+K-8+jQVLwYJUr+LMwVUv1QNSxsK1KBQxaIZ19SuFCNyOVUYoK5TipxOjKCyzWULkSyuaX9LPcgniLL2saINtyjc+4q5cFi-VGeK6iHoos5+igzHy4Gy+9gL5RkBYqI5OSSYp95fSvQRmLMwEVH5K2NMcq8Tmy1DQBKhEdMr7KnobTFPUbwqoU2KdSyEu2LfoswoiLbcrQG1krSt4q0ybSuVHlUXJe0upKP4KPJdLTLU8onKvecqlnKBfcPO1lGy21O1kwy48u1l2yqMpdLrSjKJvK3ZIIGrK3ygMuXTpvQ8vshvy9MGuL5cuCsJtIy7UvHhgK88vOS9-aVDlLgBX8sVKyrPcN6K+gHsrcptEKbK0ze2QctbKCuEcunK1yxYoqKqlB42dLKKw0V4DWMVDmaR6K7nm8Skw3eWHL9BMMIhLjeCoU-VjkKpFXKTkACqyKfkKpBQr9UG11syyBOfl3LmyMIqwqOVInjlKXy8Bi4ZtMRfhdLyywosYr3XefMEVEC6yQKDwYCopIrg6Ssu-9XMtRCExHy4VUcqorM4r9KoK2suDL+ZBCtdjA8pMr8rHimqA7KZy6Ctfd0wXNlXZIAN1n8r72VdW+Kkq0KrsRrHHMrmK2NEDkcA4OTNhfK-06MqDi4uZ7nq5oUjRIRDXwvHlKrPzZrhYFpi2ADPhS-WgXq4iUFo10ESKk-NgKsih-RaK2cmuImSWJLorqI94Iqty4FUFqrkAYDJSpG84uHb3Yjbcpkqn8WS8cJ3FN4jLVdzjLDpR8qOlS8o6VuWV3OdLbiUatwAmEyPTi5V1Y6vucWJVqs4i0wHVg6VXWG9j2rEqiREWqWaNCuzLCq4UN1imMmw3q4Lq76v+q-q66smrbq1MHB1lTXrTBraBIwLDs5K4AV6qkSsnlG5asFAELDiwsiAIhsoPgD0yGAHCHcAvtH7Fkg1jKW02N9ssSNk0akyqBdLjqtT2B5WA0opMidY6quJ9aqq0gnKqlDgQW4bqiMIDZHZKoqmK2BKorarHhLKgVzWJSFDDVEa7fMtjMyauGOq3aaVAW4RaMOMuqjkGA0YgOBXcMCwi4bmtBrs1Q8J5MuYU8JfKflN1jyq7Y4Uy6qwqgqpprDSxsLSoRavZjyZmqwaqrjuA3JzwV3a1OXlNyi9qpByvq5mv2jla6HnxTEAS6rDqzq3Lh5rFDdIqxR1MQGrdrWa97jv4vuXbTi4Y6uyvoqu8iWrYxJdaWpPUV-aMtjKywG8rl5tajk0VKo63ABjqdbHytPT5cqUvnKMSxCqDK0SwUilLAKt-z4rMqj8pLBsqsDhs5bQiuqLgkwv8pQhT0N9SNq+TPKQFNTa-MIog3WHsPLDaIt1jVqm6oSr9z1wwBNozRw5DBQhygasNtC0yuSqvLJjYuSzLu668NErbw9Yvn476nMoFTKoGvGIAzEFJ0i5rnEqpYkf+XZDZrd0eqo4FrnH+qhR6q32qNcU0YoKti4uH-nxjRSXJPtZX62gDdYFuRiFftE6O6gqCpOXQBf4ckoPhbgX6t+vvctHT+unSYaFBp35SG34kwa8+Leu5LwG5oBwSC60hFQBVneiH9hCwunjGDqG1BukwZNYRwhBhjUKGV5aiGYBikqIVijYbKoDhqO4RY+rh4agTROj4aSwzkp5KknEBxdKGSmQN5rnap4R4U7NQJI7lDI3fOsqTo0F0ElYzUWokobKkSCzrc4lbLzELI0IuOLhVT4y8qRIGsv20iSvgASqGWSOs+NkqvxpuMwrJ4s2r9GxuOxpQdS4meqOvSwvwaHWB6riqnqsJuoqbBB4rHjs6yKx7NBa1Oq555eAhqQab2G0Sya1WE6J8bo43BtybZi98uuCywAetyrc4ssBHqZsu5O8agqu4qTDJ6tWGnqTw2evGFwYM2pvZl6zJqWsqi9sJDhcAKvVNQpAEQzMAq9S8LUa31Q+uA1bQ-xtSq8AIa2vre6mptLA6m8DlGbSwJpqTDVmqK3HqYITppQhumrAIaq+mkSAGaI+IZqKaRmhpubDxmyZumbm8WZudh5mk-STClmmCDHCFsWGrVhjm0Evhq31GDCUyUIVAAKppG5fmLhWmqKwZ4fsARrTChG-nhEbEoUYFhaLBUK3WibOM7mUaew+xqTDLw6aMg07w9Ste1qm6UuiBdmoetMDXlHous1CKksAsbd6eM1jDzm0sEuaTauaTuai4EFq0duWXxP3rSwP5vJM7ZC5uPCrmuer5aF6kiuaa7qiNjiVEmiPkFbwxXtm3r20HDP+bRWksHFaX0zfSCa1m0vmASn63ItuIQ3R8zDdBJOaVsblTZo2ta+a6kVOVSva6g0Ctmnrw7Y4lG9k1b8qvcrzsjKG4S2VXW0f3dbnPCKtrKQMM1Qj4-W6soDa8xLL26AXKkympawXP9jyr42mwqdbF2TFjWE3Ww4s9bhqPNp9bY2xKv9bs2wNtYwE9aAxQC8aXmzwR7GtoqEwnawpCjCXy2tTTa5pEKlnqNXbJi1cK2qlsiq+68GpdVIaq5JZbMwA+ALqUw7czA5SILqSoB0avKTHMvK9qyuBlKq8MIKDS2iIIs0wJCqn9LS0hGtLLiMCsEl92+8tpK7a3duFUvSsCqzatiqtsKQhfalyIS4xBgUOKXSswIYFfOd9r6A3G9PMra8xeN2yD5c6gRbKnOVMQg6ly+mW71c6R0sZzoykDupdwO8mWSFlgeWQZlMgADr8Sc2tRObk8dE0Ty4NAl0pFEiO0KyI6cOhNqZR36o42m94ZH4qibqG3OgbatkvEu790M24lo6dVBjowbK5D2AA612gq1w6n23WVAV53QFzfdpbYMoJtoOj+XOMCfdMFY7EAFm0sLOO-IvE7m5aWz1t95QTtAB5OkeV+9qOslAblnbW60k6p-aTvlzZOsewVsls1apk8MRDatcrbiWtyXlhVbTtk69K1jNOoaOOjkWKjKo6rUj5XemuCKYU5yR4kyqj2oqq7W-2qV0nGhAAVqQ6-jEjqI66bz1rOwuOukAz+Y6pU0-6u1AAb066Ov1qgc-muErMimqB6rFAZgsFsGKzCvPqL00urtLy6xluIqzAYUoy68pOuqxI02uXlPatK6iGbqZDA9t9MOshrq4yu6sSNmoi2h4ykk16xOvOqz600K0zm6gFtOb1YZct3hVyzutWKNmjAQpb76tSsO6dy1Ss2KcitWTCLNOwF2psbW80oJszG80ti6+a8GCqKDOr+VKdogYQvrTIsuWoZUPOtuRw766tNz5t7kRsqZt7kP8vB7UKm2pc7nGqGy877rSCp67h27Zum8CbAKrZdn5dbsx795SbqvDOSN7sdye4IcjBwqyYwRdL5ZS-Xcg6IizuVd95DHrTB7rBnrPSseydv+KQUXeHutVyiVzwBdbGzMdTeSQnu7ymAHF2nA8XacAJdpwF7HJ7XOxYH4BxG7KD3bMwdHupZrMtuWZ7EaVnuCqNujnswY25bnufltMT9X56t07coHyb687qoAKe6WSp7kVQFxV7cWGos94vSdXoRFnuycsUMnu9the7c4poryCC68PXaTfMzpJAMwgFzAeAwYMQDdYHesryZ6BymjNcLU2lHulLUtZ5usafi01GEAd4MxDnc+4CQzj6GzGPuuoKNS+t88021Pq8ThSwyvUbZe0EAV6jAAiyL7mK53tvlXex3vd6qlMotsq4u8dr97wUiFr6rcnL7p7hHGsIHya3WfVWuoi+yg319x+m9kn7Q0NvvKbW+HVsjb4PE7SWKq6y+svheu3rQ37V1bHphqgg+xHTKEa6rshblMzCC1hLba2w2o7bNhrgQ5e2gHr6kAU+Ui43DJfXtspGweB+xXoVbQ-srMssBN6BekAbL7k+xkv366G9pqeTNkCRFP7KdUZ3sQUgK-uFBn5K2zcA7+mKAqJH+uvtqxsoV-s-l3+t23cNJGrFp-6QYGZiOpAB7MGAGznDIJr7q4NzvM75XG7ucrBJe7tu6yZL3p00yu3vpTth+8DB+66qS1v+77kQHuR7fK6bwL7WWSOsR7J2qHvbL1Ov7vh7n5Rfoh7zioHqiq0e5+Qx60bfeWx69BnGw+r8euolYHq2k0traDawMKW5HZHtqogiTN2xohm8QVCZRrC+Xhm7H-HQdV7PB-QbZ7ghIFrLBVSrntPqeeyzltCB+pGpLBZ2wRtM7mYYcwxqpgTaEMy1gdoDihKsNwGIASat9XDtgB6xym6QBjSsYHTOuty0dTqxnqX6W6tMCL6ZbLXugGurTbr177kA3tx7VimQxyGyaq+sNpSO4ofc6orMoaBdQe7wezBqh+xAJtD+1MCCH9ekIcN7Whk-v4GOh9Kot7AUhgYQAmBwm3Ujfqz7oqHm+qoqb6ne3YdqHSun3t77uqsuwD6t7IPvOiRCoQZfZEGt1mkGp+rwZiYZ+3JLX6WHJ4bK8xhrft27S6XfvTARhunt7lsesOLgGwWg7XP7+jbMGhasWrIVTZU6D4a95+GmlFRbTOkQziGpG2Ed9YHhglqyGaBhYfQrTe+gbESKeohvDFHpXaBelOBkWmucoun2q76bGnvs97a0yBt+67zYVV478qzQYdjBSBjrB6eRikd-JtehewY7FB2HuUHwHXAF2RrnDDoFGkevks0UQo0PK6puGtPoXtrnAweVH+O3ADx6H2EkbKC+h-1NTKBR5nqAbVRnhWobxh1UpFHT665yN7uE1RvQrH6qmotbq4bjrU9eRt3u96PehlBVHekyWvYxQG+kaOHKi33tOHmiiEZdzvM5kdNjDkD0fb7WMObui5iMuRpKb6y8Yo9YO7aBuwawhGAUbotR1BpzGpeTdnybuOkhvnMUx8dozBTRysfTBiW1rIkG5MQUgEKCQ+xoj0PB4Yc3rKhvSpmsU6VcoiH+4Zsd9L12lIPKEi2obu87t+zNAbrGK-ZoZS-BtMBBG4azhDP7EBssAwA8W0iBMxyGxQEgFJeQVHKAQgZjp3MpAUAE4A0wkzGrGY0wsf3HcRksDrHOhgka3bUNY0c9HZRMdqfY3htjQhrN+pMvFrnyOMYeFqODTkWLLy0ATFH4AbjrM54EgCZ+Kn+XOkvGVGoUbnH6Gn4p1HcGP4eZL3xxCbqG0wG5CVQiIGlvFrJNJhqiHMICEAyQU0lFu0zdoEQxUgYWzEcvoYJglpiBDQMYDIAYZPaCdsVePoFvGJ2lCf-tHU22q47SR0KSgnDRmCaZQr+d6Sf4VNQMfyBLx2SaFqKG9PvtamRlCeKCuCyrrOGIxmWqxEZJz80TGI+QPvAm3Rw0buriKwyb6BZTaVFAFlgCAWkwghBCagHUJsEeQn2rRhvAHSEb8ewmfixcczB4B8EdXGoRsiYa4DrKiYDAaJ5vBUhCEYIF2gnILED4AA5D2FIG5gbFvFZnEF8eeHhHVuwin4gWidLC7xh0byGTBoSbh6JR3ZF-zAitOIZrwulScZHc-QZNYDQGpqvFqqu0Z0D7S-R1qqmX5WBsjbG8iBm+GaoF+hEHoPbqezpxB+UckGbii6V0G3LLRw1G0m0FrCqr2kafKmoUShrwqMwJpqr62m15NH1PnAYrKa9plUoaHVy4JqGmL481ou7GBz73I7yMIjtpHBFMBoZH3e+yunpwKd6IZ93nAZOuivR2os0BvJ8jDDH-enScLrOp9egenOHM8jTbikaPpj89OrUuNFDRZ-l+iLY8CZOKiO8ac5GJBynLmmNWoYYeDdp6DvOm0qx1LibHWWKviqZp+PpGKWtVdnK7TB0tuDGWK8My7LDIMisFoY218tSbaK9rF4rx4Zup2GGZ9vlI7bp5GcVbtAMayI6AWqUSJmkww5zVgpyCpsZn6ZuYEEq6Ks0ezAT64EpJnee6sLl4ty2+qO6zeg7Ifqlhq6at7biZDrJH8gImSpGUaOsQe6yZTDu71PpqDLqnXpgOrcqobVDrlGImzyem8X2-Gd8bA515QCbQ5m6F1mkioTBdmq1VjDcGR1VMXAMUStsMzBTSiRBG7ewnEsL52O13MJGXihAGtnQpfoaDnQpDXqubP1Uudml5x2sbxL7EKuY8tlpoq1NmjugklWnqXHIWWAG5ouQ0GcZmCoNTUxI6dXU32imXDm054jMHmTWrY0TnHZsN2U6hxgq2bbgrSecRbXx6ODZtevfrSTGDvZ4bZto2pmcvKN2cMxdKi52I02GDmsOepmQ50sHLnaBFefAdxhtycXm5eVUu7nVynISjmdbQQ3vmhWteZ2R3xpwXbGSwQGbLAP5uWcCGGht+dPqwFqK0vrip34YDnSwEBdLAYFh+ZrmYB5ptfnL52BegWf58MTtGUIfsYlnoR1KYYndavBbLn72YRy3NhjZfUMzSIVia2hnYb2DZheJ+QyKm4TPbubnyhQ7NIFLepDo5txR0ocNG7Zjvpb70xIrHSM-az2bsboxkPsU6++zzKIXA+4OlEXWMagUc59O15RCF3OITG0pqBHZiJRFaAnm-b-20hEVpeS1jCLZBFtkdXmYmYsZsWjpoWanLputNtPmAgblir6fho21TEILPoBinRRRuGnH0+z9QCmswSIOzBwO4vTrn+6vKByq9m4WZMGcytRbUTNF6UWU4-jXACq8jAWZqKwXhoPiT7ay9JZKavFi6cNpOAttraM2gWGd0BEiijuRmMl8eCLaalhIpsWfiYpb9y94RWh4tSlt4BY1fFjyCyXuQQJaCAF1Xpfng4I+hF9na058hSX3eDRSoBvUb1tVn9ZM00kXIwqpapEXARiESLO28AZs1EirpaKwelwab6WRggZf8Xhll2CCXb1cZby44eLRZughOsNFmXXlHdqJD-eEDzVp1l6YnbbLJ3ZdcXwB-5baWjluQBOXfxycZyE-FoZfWGbltjTuWszdQUeXfAZ5ZTRXlm6EkngJzRbAmC5+AHcX2AMSaYy4JyZb06m2v8ZpI5l-+YGV7+T8Ys1vJice8WJZZIWhWAl65dGXbl05YmWHl6ZZQnSpwuccWLpQlfez9J4nzkmJFymUaMxa7gfmXjhtSfasNJ1qe0n2pi4YanfpngZya6irjgDqRV1jF6mpx+YoGK7l4aerh8V+BPsmKSklecnEJ9q1zpYGnbS5HUe7NyvmZB+XLHnCZnBabnEOtmb6K06I6coM0xxYr5dOx5xcqa6iE+YFWorIVdTmkdPJFsn0TdQRP7wF7MCbaT+1yeV7OxgScpbKW-ha-btFtwR-b+6P9tzrdkMIKkCa07vpkXx21RM8yR4FqcUXwC91lBmOprRJKD8150TMTbWNNo0Wb2R3wRnGVtDqdEUZiv1LXjSlOf7hTS0VXPap-DHoQ6lc6MublPF3ucmncZxad-nr591bQWkJjdKnmgK24lMWbnRrSVq21sIbgGk1jBbTo7B66hir+tVVqLg-VjgROndes6ZNa6Bp0Zt4x84AG8Lq8RgDMRGIafKmlw+hAEj6l63OHkUQ1nNV0AuUMRYDrpFfBU0WWl6pTSzINuDe3mUABDcUQH2QDfgBgNp6pE55FDBoURGIDDZPYoEnfs0UmUbtYj4R5-gSsmkNxQCg31F15U0WdFmusw2I+h1n3Xf26MUlHIqIteI3DaUjY4VMVyLmxWsVwyHvg6N05OE3w+IuEuIn+fjfHgzOXACw3I+0zjE3sYFVFAB5Np31qWf12gFX4n+TTaI2wBqTbhQpJuTfU2+gBTcjb8mgzcs2a6n7XkVnyfJptIeACLB4A4ARteqVHN+jfyWPxrkiD4EGsxFc33NzzaI2fNxDYqbA+J9mSA4+cpX9g5++5tA3yN-YdziiN8DYTUwNiXXg28NzRUk2GN1JdQ35iXLdOSH2RLaLgENzTfQ2iuQTdg24USjdk2J5otYk3oZ+jYo2mNorYHWAuBTe6K9NzjZY3NNljZ63Y+XeuD4st6YksnLyhbk02A1lrcKWCtnBEm2YuFqoJDC5YbbibEGqSWJ5cuQbZW3GKzTbW2at0bbI3qlaTZAmLNkTfE38ts7dE3Lt7GHW2tN4Cds3gJtTbu2rJuyfs3htk7ee2suQzYi2FNk7YW2e4czcFJtNoTDM5ytrzc02wd5tj02Qt1fTC38NzNAw2ot6PngaXCigEX58mrbZskdtvLpTqPermpar8duqqUm063fgK4-iaDdzi1tjLaga8dqGdN8M6oat627hntYWKDthYq+2MdmLerqgd1gD1XBNyHe5q0Gni2m3RdvzfLY9Nrbf8F6uCTZ+0lalqtlRC5TnYK4Adnnax2+tvNaLXnuY9ap3WA-LsBJCuh2e43+dvOv3gCdzmvaSoBZGHx8kUvXd3HwhLV1bXmtoapnnTdx3dzG4UVuUl5N2dINi3jtrrYYEzdwXcD3Id0hH0XXlQxbkBjFgbd43uN++FfsHJ3Okj2boaPdj3j1+VCD2rJpPefTJd1nbMRON-wT12dMTPcX7JeZ8ji2xElTY43td7jd13Xdmqst32BFWsz2Sd9muN3W+yXlqN7d5rc92peXgT123d7PZrr+9lwe92bd2gD92dWgPcT7awtvcZ2rCwPZr2o+wZozBU93wHT2isLjZo2eNkfcT37Q5PYj3asAxeyYjF7faG3493fYP2gTBycsXsMvBv072NsQCL2j15rdL2+N8vfCFK9hNk13EG+HYdBPNhVhS3qd8dvS3Uth1sRBxtzYS1WaVnnfQm2tk8lgOpyluFq3oDt8epWUDgLd53wDgjkwP-NmPhO39dl30g3Wt0zcmn74afYKWRtufaIPuuEMG-ZI2s3c3nnWT5aHc0d6g9n3i6BBdO3AJa1SwPcD3NuXYuZlNvHh-d+A54PiDj9g36yDs3f3mVl0Q44Pcmrg952q9yqCU2V9tfns2pDhtbFXHtt7ZrrFJnJr0nPt4fbQOEivTbs2DD6Hc+2cGhPu4O6iCHcsOXtv7clnY1z7d58zwvkRAcnDxBqAFaW7Q6MOPekWnk2gjqpRMODDkPbP5CDzNB+2TOVw-k27D6tUf3fDsxCsOZNvfZAEPDn-clJF+HZecPktHVfBS9D7Ju9HWRIo7xiz+IXb023Wc1Yi389uBsC3Yjgo9JybJ+zZBCPWRflSOCmpLczQMtgI4MOwjz3giOMj4fZiPIdvKvNWGjluG6PzakpqyODDzw413BGSJC-XGIewDA5V9BUH-WKlWIq7ZaltpcgwSQUehubYAflpjoGt-eAOpIAanE2iPlm9j3hITO6nfGT4HizpbBODdofXsD-IG4pogTyG6BTj848m3HjpgFlwzihg-a4eLb8dlQRW-IAoAkKNzdgBAoAiTlaFjBVrHhJt0hBBPb+iiEFw7jxcjdY26QYp4qPWHix5QHIJE6kBbySfteOWOmQ4JLUwKBO4prFDZghPWlyNE+w7ZPlHCEpEDfrwkJQHoBchbxYE7312QB2FoAnKW8hs1aT70uXZpOaGUNJ74AiRFOmAIqGFwMzDfplObNX48hBXYFzAcBDyYUMJPRTx6DMRJT8E+2XITjU9sVOjuE84tcAIPFBBDT1eoeOTT8U-NOtlrgE1qeLCvq95phaOEdP+AZ0-uOI+EE4oBTTiU+uYLTr06tPZT7xnlO4TrGuVOjT105YBYAGKUXEpThZZlOEN9roWWNUfIDZACIeqGhZMTtMDDOxTsxB2Ysztk4arlgHlCLOwYSUGrPozzgG9OvKGzR+P6C0YAQ26ljpeZnhjyDG5Ogz64RtPFAZDCcB4gYM4JPUzzV32QiO9s7zr4qhc49YdTtkAeAKAac7e394KE5K36lkvmk4dT0QEHEJAIU63OZNq47TOIziflMMVzr7h9P+Dv0-yAvAJpHYBzzkCYrOMzzCVbPFz7U-5O9Tg08qqLzis+vOTRW84aXYzyfp1PJAJVHfPjTpgG2p2cec4gv7z605dQEz6ICKgxAe9B1ruy-s4+3YOBJb9yaKxAGbqg1jWb9GOaz3mMFgTni1W6W5k7paJogOyHwm15IC4-OeURC-AuDzyC437mT9hWBWOToc8n3eTsc9iYxgPKXGFazsWW5BuQaZm-Hb8pyjguHjk5drP+LlY8dg1jwyB2OMcBZfcUu0BZaJAWT9RRdaFDzislXOAbApYP9jxQChZeRR9GMuAlMS-0vJ+oy-YV5DrebLb4xiy+wKPL1g90A7LtsUcvoRR8-0vfTty-i3KoSL08vLBP+dqhMWbAuiv-L2y5bFbmUEUml5sFYQKoWlbmSyuAr7s7mB3j7K7tkwWIq-yuMr65HYBmOejgUKSr5qT86WORYoiuFlYk5C4cr3EW4rBOZq69Zvx-S+-HurykXqKEAYq9nlcr5A-JwCrqgDLPq69vf-qydhqpFpC5Onf0vLJ69DEbbxBbk3kFi9WfaxJr5FY6hkG49dmuCu+a7PhsChrbWvj1plcHW9r3M-7OQ17AoQ39RIjqRmeL8c4qv1Dyza83i1kBvmuqnOq+5kr+ORWxgTt3AD2v6q3HCWXaz45WWWYr0Q6LBJ+ilkvYD5hZyLBfTq1WEOUb5zyLAGrmq6nKiwTq+-Yiwb8aRuv2e-hxu4lwes-4Nlca-KxJt0myLBLj1G6XOb2Zm6kmR4DwvMQGhPonEY5Cx2XOPcxfo9PZ3mxY0gzQZbmSTN5WxiECv0rgdBFvoWKZqcGKIcG94GW8bhmULMgVQo73+bqW5vZ6q5YHUKNCqaXbHzLmVbKOPZr0benNJzmCVWauzRJkzxb3EU9aZb+5miB8804-IK3gSgreA9r6RUVHrLRiA8zdDv66DHVJ62ptvwx5VeX92i7AudvUr6FkDuyCu0-BgPb-IA5g8Ab27wA9r69dYPb1rzYevNNccr8ubL1ZdmpEbubXHLrL+ItLuy+BZb81xypK5LvFD9YkfP67965auN9jqC33wg-deOujd067XEflnRuEowsOvd33h9qyQpWx7wdZ28YeJrYpkYDajYcEtBShLrFW2xL0cExeVMQHZDaTu4v0Ymc-cl1pUfddlRFaSmvfWvWe6rCbHqiPmibAJwwuGTccO+9K7aznaoOrPTts+EqRpZJrivRz9C9B1378u+fZn70yUfO372JrjOx6Ijm-vtVU26K9TVJmfAf2DuojyuXF06hAeyUd8aQeH2Em8NpcbgLsivRgb1dIrgD3g9APFDQQ-VWyj73hAOYDhorgOiNhA-IO6H4a4Yf5FJh50OH4ABc5JcHsbcQO8Dxg8Kl8DmkgmOkd4zdR3O1zRREeajm9nC2OFaY+R2OHm7c63DN67bM2vri7YyOHtqSdVKEj7I5PYpJsONcPjNkzbN2QdvBBh3HDr66MfPtiLYk3nyKSenbNFf7bPh2FV5udhFbmZrZafLsIG8ecEOvQVBRcVA8D33Cwh7mAeiyyclH1plepDP211gPpuVVzrj5nxyhJ+X9g6SJ+H2yL3kkiedvJbeTGWJVbYWLjLCJ5TONN6J9ACYaSJ6CESnl076KvSwuX0qKLwDr-d+Fmp9ieD10Ls8zDdtxqt2Kd9rCFupJd5ZnOjJre3SfzMuFDye8EFzB5B4AL0suJpnwwG-CCuYp4smFusbi9KFnhAGS7aZvBEQR2tPu56eW94wWIf+aAri7mZnwuX9WsbDNfDNBZiA9DXZqSbcQRGn5J79yjQm+p4W76rNdO7dS5YbES2nvaOKrcdyUYOeqLzWpVridpvdJ2cmjgSWuoX7W5heY7sQri5OHmTMzHo6lnbqJC5E9lVKGnvnf9zmdxfdLUGhvF+m3nNmR4j5xd+0PQa+diXYkf8G1Z6Driq2XZYl5dtw7IaldhVE+czn2l4cnyXtncpeWq0XfGrWXul5X7H9gF6qrg4xXdZeQQmV4zqdMbl-awRXlF5f5nNxl68inuShrJfGTeV+jqghMOLxe94Kl9v2eLIa+452uEU3YVM+3AGz7aAXPrng1PMwaofO+hjGfkhbgQd2Fw7vADam7bmLvt4c70bDdmMSXQrgCFDzzufksRPyYCmiFseGha1ITEHtJFyFYD2hugagGfhWAVrH6eJsBNg0zjzqmHNtZIVgDSm4R0hCs7axgN+Vb9WU1u2Nspm2xLffWLzpr5tWKt8tZLOYRwYA4ANifJggNh1l4nX-UeFtrQ37APDeKh8BgRHMPPYedbEyBQ-fuHh+g5ne4bvOcaPQ1lQ5PYp3zYWRvZ3iB-neL2SNBEPl3luFKi13w2g3fDCktu3fkHluF3ex2C96XfLCpQ5n43BlQ+LyLlmFZGXiAfbWlWsdVW+9efrqWqbXEn8VbpFKVlrxybjYgtAVW4HsD496wgQGZoeppxsr-K-J62-ngx4WN4zBUAHIWHMqeH7EyBBltiZvgO4OiAxH4hOEeoEcRgqfTBAo7+EHe3HrJeDbsoRCnEpQiwShEEz6GI9focEc4g+xOqIcqCBuycZuyX+i5d3FJf96QCAA) - [Methods](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQB4ydHceAM1D12oWABtYAW1jsxKDCwexGXhIAJrCRoYJU9Fj0ctJGkOy4QfQaoADa+AA0oABMRUz0TGUARkwAugB0ouFRsLgAFOVMAJQA3FaoAHx91mBQcIjIiBhYOLjFRKTklDQMzKzUHNzUfAL8IaKSMvKKoMqzxTk6inamFlY2WvByjiRkkrgC2ZnwL6KL7m4knIkK52BJfFUELhpPkiqVQABmBrvWgdCq9fpDe6jSZIcZoM54BELMgUKh0RgsNjpLY7QT7cRSWS6U4zImXXQ3cyWEa2QymF7OHDxULRAAeILc5AkVW+jlS6UyoCqOSYhi8XjI1BwXkiTEa7HFAHlnG1iPAJLAMdJBsMbGMULjpipcAAWElLcmrKkbGm8fj0kSMo4swlujnXfnc7HaJ4vRa4MRePhSuVcZVSUBC+CcWDEYjxwxLMSJRg4BUZIJGHIAInoRSqRSMNfqieTxDa1tt9wAVD3pKAe6BQAB9YfjieTqfTmfDsdTkcDocAH1Aq9nG83E7aI66k9Xy6Xa7XI-n89HF9P49PZ6vo6vY4fl7HB8Xg+PTDHAB0D8fV5-QC-UAwG-ECR2XMD-1PX8AJ-e9D3fX8kPAv9d2Pe9gC-K8gJ3FD12QvdXyPZc8PArCRyKVd6lPMByPAkiaLokj8JQ6iR1o6CjxnGi-y3PiDy4qcGPY5i+K3ZilyPLQhBEVgvh4XwkxcHgYmCRSfH8QJGB4dJJSuWAAGUjB+MQ1hIFlcDkTI-EESl1h+fMAiPURtF0IyTLM44EnYdhIGIbTFXqbQZNAfx3FYfhGGCIIJAoCLdFYdIvGBQAUAn9Wgj180ALUCBSqDSaIVkYXBIFgcZ6kk98AE1IAkUAS1wVh9PcnhTNAAqEjk8hzXjMh+CoVB9K5Ihc3YBAeGrdxYlzIIxEgRqeCqHwjy8zw2VYKp6FMCrBykkKxGwAArYwgmTOA5KCWh8zEXAAC4QE4HYZXqNJfGADh6F8HhgHANzjNamRduq2r2oBURMnoDU0FoBL-tMogXLkWqJmoDwDsgY6jCCbYA1QOREnYIhhVQcRfEsd82mauGgldeoAHYkEQLxGBQEJ4FgABHCQeHZyI9xxgQ8YJtxIliGHFFwanUB2-sKa0VrbtAWhcVxfrzJOSGeHoOLlW8SBqFeT11aoBAXTiJGJEQA4pC6Sqe2AXtZaHdQXddt33Y9z2ve9n3fb9u2xI3PQcCoZMqngRJgQ63WNX1gO-YTxOk+Tr2lwd3lcHgIxgFEcV6mIaFYDFOb4CCVahqjMwAElg08MViACSJWDTTgBg0AdgLALRIBMAIeAALyoa3Ae0Hu+8H6vgzbouG8NINnBQbve-YAAZYQR+HAB+Ufl7XpUZ8b1hCTMdw5CKU+Bg7idt5sKvXFPtaXSKbNfCi-rfCvycADEcFf4gzFyEvAIe9iC1EvlORWQDV7rzrrPJuoAACCQIzBQJPuwOQAxwGThvmAO+0ojBGFaLgZwEgvBFBLHgIegQyAAm1hvScAAFRIFAUFj2gZkae9dD6hAXogAAcpAaIIDP7X1AAIoRMCD5z1ZCoNBZ83DoKwTOHBoA8EP1NrMZ+v836GA-luH+8A-4APEbAEBYCRGTkViYkBsDuFIIjnIMwAAhbWsATFyMwRY0Rt9XC4AkAQohJCyHGwALRGCjAo2IL8ooaLwF47+2j-5cjMNY9eniNyKzGuMeJmSyoIAsbk7JE5CkIDtGATO2cACqBYvC4GAPY5I1SeC1PzoXYuOAy4si0PQZpKDbHSIaY4i+bdNBtDaPUCZxBIF7nUG3aAkAeB836fAtoHdaCK1PgUDuEz6js0yIrUQvDQAACVpAzLmQsyIHdt6nOHCU+Awwi4l06ScBhsVaB9KkfAwZHiijoBGXkHZWg-m1Eee00uxtQCVIyEIZw-8tDLNYD8i+fyAW5HQEUIFoKrBPI6ZC4OYRGAoLUF8pFyCUXaAuKSxB5LFFou2RMrQhQGX1C0KUaQ2LpC4oheXHpXgnGOI7gi6lyLFFbOHE4xFoAwQQgQOKxBUrRUYJyLkWoWyAWSpFbkJgPguD8DqKAbeCLIF8oFSgvlKCBhFCcUUN5HwzAIKKAABkwWU8gWdgBNNqcAMMrSuXgpeUoNkZgACyRD6C5ilS3Ioa8xp8PBJCRA1KZWJpGR3VcBk5BaTFMfMNjUI2wBjaINxCaEBYNXEwvAjhc3htzEWuNpb4DltcooGt+a62gFjSW2VTawXPMhZm7NbbcAFqjT1Lg9bu2JqlSmstOQADeHcvKKyYIO-yOa2RMD6MOfw7bYCKzzSO3M27QDJgbT2xWXb409r6AAXz7Xi1albcDVuDYe0d1Lo2duLde6dybG0AsXcOZdoAmDPtfSoLdHdd1Hv3aAd9x6O5nqnQgS9P7G13ofTyrpuhh0fq4dIr9V7G0zoAwupdugV36UJFBndta4MIdgCe5Dv7UPfvPYmzDMYKmepqXUgxf8-XcsDaAATRKO5hkVcg4+X7Z1NqtR3Y5rRSFBBFcgluaK1XSABZJ6lqrrknOU14Eeiswy5CdbUKVx9DkoEY0UGziBiM9qwdvMT8KLVhitaAO1HylN+OM0UVAAASedTnE23sViFxjt7BhYPuW6njXq6lGiqJjYgSWhMBshSltLYacywGJUUNlAKjRfXhYUUAvckauGK6AAAZJShLHqoEDwQMAGuhxcCZf7atAA0rAOQ2p4DwPUOm0DaRKxMDGzqvMU3hz-hcHNj87NiCW3YEt-8YINQbdA+aS0O2mDOEhhQA7JCwgFnSFB-1PWWRvPOxIAKHhRvzdAwUA7HRptdAO9q6btQDvzoO7eg79QDs9AO7dA76gDs9gOwAagOyEg7wArvCchaxvAqonVMA-PgbH-5ih49AwiQnTBXQk4AKwk4AGwk7piTgAHCTgAnCjrLq1M0QkgLU9uL3OjTZqNNowB29TTdgKdg7nADu0AOzwA7h0DsmAO14A7vgDvrem5AA7YgDscwO-AA7uADvMGmxIA70ADvUAO2KA7cgDv9wOwgg7TiDt6AOwAEQO+gA7X8DsAHEDvgAO1XA7AApA7vWDsrwOyGg7fCDtGgOwwg7ABFA7xyDsGQO1oA7lSDsADUDsAHUDsAA0DtVQOwALQO1j6buPpsE+m8T6bZPpuU+mzT6bdPpuM+myz6bI4DtBauzYHjLXB7wGACGxgtA-Xs-8UYbpS0qCaCA6AJ1it8AnvwIrYoJ7iiKwRCehEitXQntdIrcnJ7yeKypyeqnis6YnrporenJ76eKyZyepnm+nXb436APgFvh3EAZvnviAQfoAUfiASfoAWfiARfoAVfiATfoAXfiAQ-oAU-iAS-oAW-iAR-oAV-iAT-iUH-h3MUAAcUMAcONQbvuAbQZAcUNAbQbAcUPAbQYgcUMgbQagcUOgbQZgcUNgbQbgcUPgbQYQcUMQbQaQQiOQcOPIYfjQYiDvoiAweoYfiwYiLAQiBwYiIgQiDwYiKgQiAIYiJgQiCIYiLgQiBIYiIQQiDIYiKQa6AoaAG4afioa6Goa6BoX4aftoa6LAa6PoaEafsYa6Kga6OYTEaftYa6Lga6PYckafs4a6KQeTu4VkZfioeTmoeThoYUZftoeTrAeTvoRUZfsYeTqgeTuYfUZftYeTrgeTvYW0Zfs4eTqQVTuQfejimziyAZAvpapcFKlVpAK4MMQQkvj4IaqANMYvvQMvoApZvFtxs1mwq1pPgZOOpwBlgXNdo+qGIwF-DzJkAYIkKMZoMKgRvAsFvOg5ogreiFk8U4jFvMZKiuqzjdicL7nmGcXgMQJcfANcdoFKg8U8Qgi8Y8ewEcu8UQNvAgqAN8VhiJgSkYIwLsT8FwLgA6mOjiZwNagSY4ACg8dCSFgiWiQOnsQSv5ODNXCSROuCZ+nsQClXFKloAZntrAB3IrBydSg8VoDCU8SODFtyRaLyXcqohCa8XCSgCOE6jCcKXKUciOPgOKVvCQJKXyTKYKaqQqcqZqfMTybqUdrUkxhsdnOPm1jafAHPl0lsYPB1lIGYB3C6apncc3HsfKoCRcQwEml6d1ISfKh6d0s0kyUSR3AwuzIQpEI4F2uHLAPQCYFKlUJAFzsmewPKmFigP+j2vKm7owNkNSlAkWf5HIufIopcGwuWfQGYDGcYDEAmcWkmSmZOujgpuybXIKa7AaYgGGXysadvLkP8WND8IvmwmYEwK7JUKAHWV5oOc0rULqR6RCS7P2aosGOGV4MOXkGOeNJOcvNOS7HOQuUUEuV4CudKX6cCQGVKndljA9hduwAZqOQEIeagreSCUUOeVuYcDudeSiaJucXeYkFKujtCFqTaejpPIcGUGecWUUN+QGXFiBUCSCVKkwDWEtkak6YZHsXBVIDuWUDhb+cWWhSheBdSjhTWAZjadiY4ERcQCRaALReRf5JRaBZhdShzumbUvRfhXxVzsxQhRxfWOhf6YkGhWuvQBurIqgDXNAJrLEOEqWFjAgPUKgB2QBsMOXPhbBe6T2UGdGopkZp6XAt6SGdGbGc2VwImezCmZybWcWZWQohgr6dxfeayYSTkP8cQFRaCR6V2TkIFRBY2lBfMTBY2m6VOOgKcV5VccFfKhOBiViXsXiX5ipshYlU2ileOI2XGS2WNG2SYJ-GhbkOjqgllQFt5rZfGfZa2Y5SYIucGJyvpcvK1oxVwLFf+ZmD5Y4PKsnhIH5LAPpFhThceOxR3HWc5cvHWW5SitpjkGufqbCfCbANmLADCcNaNfpCKfKYgAgnCggHud1ZwHST0hkM4ptSHGUF+OtpwpZdqZaJ-NvLJfJTgNOdCg3IYqICzLEC3KenwAgJDCDuJdqixo2nUEosBbkOdagk4rdezOJV5sdb9UBYrB9cfEwD9QgF9OwADcGS8O2KDV4ODfOcWZDehj2jDXpY6Z1YPMJV4L1atSZT6WZf5hZdwqZcOIVXZZwA5cmamaWS5RWZsu5QpsOGFQNemJoP5YFcxSFZoDLUGczZFXhYzYZHIJzizRYvFQFblUrflcOGlcQOdZleZTlRhahSbXVU2Q1YLU1cLeVbqbkBYjVdzdIv1oNjgE3PEtvD7UNpENVVbfbUVY1SVc1bDcUgsTrfxaHVzbavVcVbAKVVLZOB6fle1QzePLAOAN4IoKCUKvhZ7fKp7VJg4r8h3LmYGc9XJuqjWVrRXWplXRfIJVrb1RODaZ7fkFplOD5mYGXTvHnb3RZhnROLXXbeaRQK7dKT3eZdSR1XnazcZc9bzYZlzZXckKwsecMiqv3exihnXdwnJjkMynzSnZHWnc1WmRmT4ACJoDPYWh3KrevXsX5QCUbclUZQBXypGTkAbYrT-d2YcFhbhZvSprqW-dwtjhAzacxaxcPVPeHQLULSmWhWzc9agCAJucHL4JpA3JELeg9ZuX5sQHuQg+Q0UMPYsWYLXV5jyVxTbdRUGUwA9fA-hYg3yjQ2HXQww0UEw7qTaR6V3eOFnRYoFXbZeXbfzY7egyYHbbXeVVKk8QvVzR3XnQXV4EXbvaPWHcgzTamrqVkqUlacAHaRY2wl1ocajsvewAtTZQ7anaVXfZme4DmUY3mUGQ3ctavh3AdM49faVYrHIy481cxl4-AGhhxmY-0Ucdhn8R+ROagh3HnpDJaJGYWcWXNQEAteme49mdKgBo3f48BpRqBqNIebRqAMpREHBuk-UyepEMWYrHWVxgkyJkHX7ak8OI05k7LVGcOLNaLfNa5QUw-UU3JsraAGviBkwFVsHTU3U5aIrP05acOC0-5G08WR03YyyFVVOWkxkybOzdZcMzk6M3k+M-fVmUUNM6U7MxRooCunJssyc2syc80605Tf5Hs4MScAjUc30yc1kzNZc0GWWTc4U-cyU3408+Uy86Bi3O8-U5800x3Fs-QDs389IPE-s4C-HVzr06AOs2Cxc-5Lkw49C5M7C85o83MxUywES8rieisw0185iz8+03i0vbnewL1SM5C2LfWRM3c8U-S8c-UwA5oKZWmi9geSk1Oes6jWNoc8eSq78-QM2kCxqyc6qy9szagpqwuWNt08Nsa-q1q1iBnB6gZONJrBPsAPaz8I65pYcezg68mIPNo7o0KiyLxf5AWIvroPKgZMrKQpENPmIGvL9cdm47S-C+G7VLqNG7G2TawNSjyVFSyAevQDGyDRHF4N3PpCgroDawS1QC61rN6wVv6ycIG9pCG4oGGxG6m-m+m0W5m0GWK4-VmMdi-QCtW2676wgGWy2wsW21Gx24W8dk9dwk8dG4oCHboAZkuzEONYG4SfpG9ci3sUttKeuyuw22rXsZ25DKW08es7DdvOs5-Hm2IMu5u0GU4rc+4Du6IkwL2+rrHUe8+89a+4U+e8W7oGYFeycze6Syc-e-Bvm0+wG0GVVau5+28zB3+wh89ejsB5e4dVB-U5B3e7+3Bxuxh9wvGhqB++ONvEwFtsrmh8R8e6c89dCtEM4MWox7u0wBIIaJtexwe8Behye89XnpcpR1qUwPMosvxw+-B0J3YugmJ-MeUOgtJ7B4+yR3J9ItCiYL5KjIp9R9xzp-rD++ODJxp0x2R3kvAPp6BqY-rvR+p4x9vXIDh0cugBpAEAXPpJB8O7Wz8u534J57gN5w57JxZ1p+wDpOwK5ygNClF-pLgD51661nF+kGYKl9FwlLDWZ059SjlidDF4gDGZAEXQWK0El667W-l1jA2dgKVypIl6F+Z1Kl-Nx1jPF6B08ZWp9LgPZrh0pqtvAOwBVzW61q1+dlFw2aWL4L14ZoN8NzB3ZyY1Z-TYC8l4PON+12l9GdN9289T8rkF+rsU2-pGAuXXmGtlKsd8G-pI8752N21y+d1zN1NxHDN-O9Ik8fd4PJEM9xrQsetzEH95Gbu6gG0CFt90D7t7eucqABD4D0PRd0NwMMadKUt2jyt1YJ65Vw9xN+kH971cD63TvYdz6QsUGxNKdxnS3Wcy8JoEwJUPC0T0GfplqZ7bqX9+ZpZnpk8T7X10cus0Bbe6C42zd8h1R6AD7SD1OO9YD5t097t2I1ODua9z1xPdOA8Z7TCT7RFnD-OpD2YNex8dSl94D5EAZDwJwITYN1KZuLLzjz9xb1b4wJbOF-Ai3PEjL95rt5DQEJwPqtz0GfgJ79ONvA8ZD+b5b9b676j3xIrOH2b079H+zLeoFiH7Hej5uPcvEjHcBZnxj0Unn5j8yIC1O5UhQJWgEHif+9wtd5T+WxGG76wBl6W+3VqaafPaR9IvLx14oItYohKa9dKc-at1W4D-5x54EMF13-AnX827APKwDw7wVgF4Q9P4oB9-Aqb8v5EKv0F7uxH3v1P9L9gpOym5EOX7AJX9dUf15w31mzqcomgOD-r2b7f7gDD6quTNOPH-Dzv+-7ei-4FJpUVnRbsX2x6jdB4GXXqi3wSjOczAc-bzudy3qDNVQjPAFLAIlhSpWe8xdntKUwGtAueV3CnvPwMwG8CBuALnpv3ngoAI+NnOgTPysrygvekPaASHxV4UD1eU4Cgb7z1TS5A+z1YPluDD4hYtef-SAeZ1j4zhf+86MQa-x377Vjw3-KcLn2z4Z9QBBfMxiXzH7L9qu-8GyiVwQBlc9udiZBKTxDLk8TuugM7pzRUwytQM6AnIMV3q6tBsBQvSBsZnAacd50QOGDqgHnR68teoAY0qEzq5GCGuRAnnrhz548IUAgvAzGS1F719FAu7KXoMwsQiD50OvSLPIIkGG8IOxvIMtvwkG-cwhpcFIE-wj7OCjBwIdIRuHt4SC9BSvWcCr2qGlwGuXA2cG0OMG8D-e-AqVEIMDiZC5BVQsofIHvTKC4+aAUQeZRhKjDDB5Q+9GgHT6gBc+6gwvhAhAEbDTOWw-JOsL2FF9xgTWbOM+jawIJMg3WY4icBMQLVjupcLtKRgLKnBDQDw-MqmnIzDgIY9wqJljX8jfCxoJ6RuLXVMwvDi0-zX4lQHI5eBgOZgIVph0ESwAFqDdCVqmkAzPM4MTAKEcBxqZYscW9AcEVcMhHghDyMIqVgM1p4TpwWlLalDcNcrIiHm8LRlki0xHEiJy2Itlh8zw6Whvm2zLVgSMSZUBAOkzUkSC2lbUpv22TakYhwRFIjG0dLVNAy3RErohRWZdkR3HZbotuRXLXkTy3xYAsq2Z7WdnrVFHkj365zLVhBRlF0i5RKIstIqMRYYjzqao4cBqK5EbNQAuIvkbywGIQiaUDidAMXD2Qvptuw4d-vAJcQUB3EwySUSWWlHRBZRTwhkWiIdErpBkAYwJgtEuyAjJ+BcUzDmNwA8jsWXovUb6L0Hpigxk3AwS4JMEDJkEeg7oUMnQRVl5E0YqkbGPhHxjrRiYuFsmONgroyxgYohFFxqboxqxoQhYcYMLF4j+RImesWMMFTDg0hL7VxFGLFRkim+oACMW4gRHV0KW7YsjlaIrL0iexHwvsaBjnETjbcJ6KrIrB9oci0WboqccWL5YnB0mrrZfG7mMDMwI4L5QVl+NLAvkax3yZBG+K1gfj-xP4r6hLWgl0p5UvWXOOSwtE0jDx9ZY8ZK17HzNQJyxHwJ+PCAAThxzTCCY9jujzkiJgE68bnFvG5wnxuol8VQCwngS8JkE4usOCrixBqUW41cR5SMopgOJK4ncUtT3GWjOxR4m0UmNPGYTEgYEnCWRJwA1NFk-JSICelEB8B+SkXYgDRN2bejOmkKHvukFwnfjHsrNdicuMjECS1xfNXbuGP4nRAPEGdV9pEFqGmTtxtkwSUhLjGIiuxiaeUXaMZFKjQMekhxmRIIkdwFJqiJSQE126hNduJ6dMo5MVgOS5Amk3FiWMJGiZHuUXcsUOJDHhSpUnE8ycqlXC0d5UzPfbsgnymuTYJHcRKXlJskFY3JcIg8SJNQliSTxZTM8UwEClZTMx62ZSZEEUknoKEPXaKW9wLEdw4pcgBKYIiSnaiixtEn0WlLYmedlIY7DuHwk+gbiN6CCHyH5Eey1SzJlUwqcUw1AxjhJnk0Sd2PQkSSmWS03KGxwQA1NCa-gKxBtJPReRtpvkCnukEVgfTdpL5ZKfiO0mVtTgg4nqdd0C6BBeq3U4MR4D4kHT6pFk9yR2POktTLpCovySmNAzQyou4MwhjUyeQVjvpIMjMTDIBkzj8UkMLwNjJyl6BKZywOGS5IRncThwSCTgMSOP7E9HEFUpmZglOnITmpZgNCejIwlMtaZGoamb1I7iYkNQlARWGLJ8DujEgbMtfj9JzDsyC4ZMoGfqPgx+BE0Es3qnoP2mMzdxdVS8UbK4kZ18GhwVSOKLfbZk2xZ0hMd5NtF5UMZHUsND2glk1NIAqWE6IrD0GDT5x440rjNOHCvRrZ-U2wJAEUhSAYgms1KQKNUTOBcZnnXqloFaBe14E3Mk2QSgoBcxPO5sgqRnUanSJaRF052eJPanzM74KcwIDUwbj7JtAGck9BNjzmWhAgcsxUJzHbkaTZp04juDYEhi-VrecGBBOTNWgDc1stc-QSzLVmENC5h0tuEVNIRkIHZ-MlGYLNalXSq5TLSeUN2nk1MlZ6s1WcrM87xy6JiCBaFb0Ib6ya6m1TOawGzluTjklvK6AvJ5nyojQRdMsCfUIwc0hJ68p2XKhdkzMmRGI84S+mvmecvZzGe+ZenvknofgnAK6IrBfnILe5w4BYT-P9nfzSADyPuc+IWmJynE-1J4LfOHArx7578k2WgrfkMyLZn83BcKEGZ8yPJQC+AD5NdkizmRJCwmmQtBkwyamPgOFPArhSILX5UyE5BIpPRYK8FOC0GngvPlEKRMTiTUKYGnm9UapnM5xHVLsmsLkZ7CzhaAv8lMBVFkAdRUGwhnMBYp00qaY5KUU6Ty4ugX6V9IFYdwXFe0+hUXP0VNSN5Qs3ydwoxH6QPFL5euc4p2muKfpESx7A4uBkI1wln0oySXPgRlzUZFcgDIEpXTxLFAISkKZs25ZaSE5ImJDjkuiW-jklrAVJZvLRllpMloGEpbAFyVZiCF80xxQcxXnYcElf0ybhUrEQoTql6S5zHUpZEahOlpSxJaEtiXayVR77Lpa4thEQsDFXk4BdM2GUzLMu4y7pc0vyU6jClF8xVskMaVlLJuVccSo7OWUcKQFwyg5fPyaWSzhwYUquFMt9HbSXOcypJYst8WGKrl105ka8uCXHLtlHogpSlIvnZzelVS-xfJh5zHhr0JIo0W5VNYvZ1lMIiWkiuPBOiEVaKiimNjTECLJu2KzimNgHEkyCVTY61sSt9lYwGx-feROitXAMSZJTEoyTBLpU4qXsjKxEbJNBKsqDWx4QKQZPwlpdeV7lPlauC6n4rhV5KkVfSvCnLT7pPK6VeStlVYiEVsqiWRosJXasxs8s-WTKvZXHgPZesyVQKxFVarm0NcyxYQ1pViq5uU8q1anPNW4qr57AG+SaptWiqKVyK0hXID1VKqWxyqg1auDMUWKWY1qp1S9gBUTKyVbKolYaz2JRqtlArFVY2kTXzKU1oyo0Wmo+Vxrjw6y7NeUqDWgAblBamNbav+XvLC1nFY4cAFOGT461DpV5MwlgC3SCwCqtOWwhsTaLUErY02u4CRohKbZPbO2Y8ygQgJIhatFliSyeLrT-A8qKFuLXJVPFW1K0+AAw20wGZaZ7AAdWUqHXPUO+EvMdevD7pSoS1wLacEwAhx21hwC6+shLSeLBxNQ0CWJk2gsS59t4pw0tWlx3Jmoj1mQOEJggfLNrPazQicDOoRHXrxwajTtevEg0PLcOhIHPgHRkTMKgy4GLgMfFZVrCJepw4+ISGw3SlThIGlYaxOiB3SVILEwOLOpfqBw+l0QODdOCqUrqFVKDZjRRvXViROhM4P9fQhnDYaRpFAQkCBqYDPtFAGlSIBTUfXpAONlib3pQmI0bg2Nq0rcNRoY3DhipKwpjWRrbXsaomF5bTaupk18aGNKvHjdhuy5yaKACm6cEpso0zhVNIfDTRuC03yrdNL6-Ta5oQBGbJwXG7QBajM1vqTGK80fpZrGqVrJuPG+AT2rpSL8eNE656kaynIsB92RWEVm5SeIMNIORG8yqBpbRHLo1OUmcNkvy1JqUk-SlBploY1VKKtUTczZBtM0waOEgW2OnFosxXcp156qcF+ztmM9uNaW+9bh283DgstwGnLfEi-VuKNw+a8LWl2q16aj6nZXzcODm3uaFtAGHPvVv82NbiAufCza1oEHcJzWIdTrZOBo4rzet04W9elsG21bmtOG0bVzVy0Tbcty2jpVmpm0CsVtx9HSkMqq3lb5tQ28cL5oa27w0kd2+ettvi218Otx5eJGdtpr1b+tS6m7S+t227tstj28bR9pe1iJU12Or7ejh+2oi-tAsmrajo23jattoOprSoJg77b2tutVBMp1typaxmi6+RBltq0jb5NY27jdjpD4VrNl8ygnTaMq0h8RdTwwHcNs229IAttOlrZDra28UYdAQXLU8QxTjakdHOlHcfTR2iIMdKmJ7fzo3AlrsdGKOjRvLJ266ltFuhalbs7IU7uNVO4BGDvl07DaOIW04bnOICcrBVP4ysTeu21RapyvahYmkE06z9w9YWltu6RMkAddFkKrecTo7jwTQRL6x4d5Phb07qUZ62HcOBnIXartA2tzlzGOzrqXMoW-WSDpd0cJqBoW6zWBtw4mI7a0G6ncQBb0Ia2Qc9CXoSCA1VoMNwaLDRkMr3Bp8NwAtiVKls1gcm9G05sUUET01L5Mw+04b7uCnpBR2dmy7dtqq2z6Q+RkQwQxrYkk6aNs4VPZECnoh8mArc43HxuAH59gKuGtkMJoll1wxNRDCmugFL21IZNAm2AMfAsTobOA-+mcDhWv3Y5ogzKwCaFFihBBIQoQPgCUPqA1hINbE7VFizqDaovhxAWunUHB2rDPdzayhT7qknYSuVkBgPSPXYQPy-RO9aLRggzr76I9rARg9HpP0T6vFtkhfYMuT2Ljc4tdDPXKnhbsGgyU+mdbPs9VcGVlGSzRlQah3SJc9quixAXrtpF7kdJeh7N-tu0Thudgm91dXqoOAbqUBu4zGrqb0Qb4kremve3osOd6VAeBrUr3qMPMIIMUE-1dho-XNq8NbIfjaFtX3kH19hdZTZuB41qaxEu+rcCwdCNH7NN5hrcGfov1bgZsN+2cKoJH0qBn9Jq1-SdBiAf6v9uAbzb-uAPThADRRkA0kfANr6Mg0BpUHAZUkFg3WEm5AyH1QNMB0DtQTA38OwNRNcDt+t3esW0G+GSDjEwyS+Q30dq29wevelVOW0bTEJLBq7lHtu6x7qFkhy5astDLqSVj-SqFbzJT18GomAhjhXscNBgsAU1G8YgNkmJh7DBBmR-bIgAPOGB99xmcKgC3WfTsoMQCCVQCWjmKTAISSWIYNiDKV3xcxJgCFmo1A4tKkG+I1EzwNoVjDM8ycH4ZGMUGpw7tDcMiYAlfUVh0RrcDXD4ChGqlJG8KWgeLIYHktiQLoy+rqChHWJmxjgzzOJNal8TxAUk-5HJNAjujQFMSIpLZMVB2jTATk9Se5MpGQ+vmw+lODP2QaiTG4GE+5uaP0nnJFslYdvBZN8mOTae4+j0az4knWjZJgU0Ka1MintDb6lQ9vosRObJwegvLLmAQFR6igAQ3INkBcjUbagisbNrelho2sn0zazE-7pymRbu1Ie6Y9caYOhnWDo6xXQdu9oDZg6066IbnHnVa7+eKAOU7ro3Vakz9WFMAx+B8DJGtSpwqffoZASMNJSdehE6YaOTN6bDRyEIzWZQCIa3doiRw2hseNAHB9bh5DXca+pj7pBkvBCdSiv2Kh8zp-L3cOb9NGSQj4Z+fRBv7OamHdfZ04UQYnO-ipzkRi3UUDTMLnZNcW-ANGfgRHbUE4Heps2PfVpHsTG4Eo8GlQDQonk2R2IHsgQBwBYgwdUDCFnWaQntKc58-VoenCpHuzm+gem2dKOzgmAnKj0ZUeBpKhMSES3WJ4EUjyBwaKwrc42jFNIaM+K8oLRqAIOUIjVCAchRbq2MCydjGdQM0GR+R0HdjAKbPUGQUMCt9Qc5VQ9rqORu4-ImWmQ+Or3MM6E6J2+DVWfCOTgmLKZgcgZpY2-nht6Oh7YbviR4X4ABF+zbEdnBT7NNAljcJaec39LbNrG0S25vTMbgbdz9Y-QtRMTqmBTWBnA2qjlXkavN4lnzTLv5SOIpzxQPXTsIAvCbbNWR8TRTVYtUm9LwFGi89TovNCmA2qM02zrvVqGUATiCOKYDzDeaK9uGvQ87oMPlmpLJhixOrpNXVmpwmV0lekDrM5WENJqxs0Dt3YSyWzz1K87IiH1e8ALZgcq94eAESyAr3CIK5fr+wmbkzsQxAHoE1AvouA0VraL3F8vbmmz92nnZjo3CyX5Ls4bK5uAllzWNwPJQk-0uJMLWERpljo5SYsu0nbAfVxwINdisjXULW4AjasJM0eYTVcuv88ALqsh8qrF5zcDhT+yeX39TRrcOteiCbWKT-wo02hd6OuXPDT+nLUwBf13mvLc5Q68NZ-3HSvAOFigBAqj5uq8rk2ztFQoZNlbiLSe2pUmYmNBmpj9ByM23rkPwI2r+eqHLjeubs7hLpwPI+XtuOeGkrsu7bYYdbMTXpLhVo5LQuICLWoN-XCRQVcnBPFubJViS6IhFtsg+9-V9s9Vc7O1WgbsiCWyoFSOUK4UiKEPquCn0iqqlGW++Sg2GQa2dZns91WavJU63Btet+bQbflvs30rG4RG1AsCAzWZwqt6w1uG5u82ZwyhmI6TsturaPbG1vU+ybMudGLLZ1m3dzZ43oXZNbl3naBekihx75ISBgCcZfSFQrjtCF1fPIJnZSPAvgGA3BeyDAnpJVAYUNkFHE1C3AASRqEhY3Cf6ND+R2EwDcI0K2cAGRlG69ZyNzl67Ze385kmC1Y9bsza3Ve6rWkIiiLfi7G-JkptUHJjqu1sdRajOnrkmlPc9UwA6Az2FqxelANf3psFnh7lMiWazPVl4kLExZtJLI0SAu75TXWr7CoycOUJBkIG8DRIn-XdXKDICGm72Z72S2H70tzDXLdHOt3QS392OhWZD4j2UbOO5bYpY0uv23bm4GU3xBMtB3+TW136+jhpPEn9t31qGrTWNM3X9LF15m23vM2LdMLaPAewMa92H2TVx9tfuMasNz3TVIZ3ewcbeGCHTa+1rgOdUQl8JKAkQfBq-ATZZkcghl2wZ4O0VPy6UB9Im1YZJusAgrvV+aI4HOqnmGbj9oECBuHrXXIEQevTO4NjuPbUAYJ+dMo+lvnUgcndiTV+bYfk7pS-DmIEI-3HSID1mteR0rtosr2jyquyoHOTb7jWKAkDwmewHodBcxjlOkh1Yd812Pvt8Scx6o--nTg8BPmunUvauYCshL799i-ruAcgayK2OcG29aJ1lowBhfX-cE9zthOp+ET5XuaaAvsxn1cTqcAk54dJOJwKT4bfDf0C0OUb1TguLU4-uSJyLyCSixnVifo5Dj8qVp5wF4csKJH1Bn5NI-oOyOmejNqB2ZqluwBrNL9k-ZYaoPyp1dXeivRVe4QPXFVAajBJJcoReHlbaT4m548CveOmdb2dR7k8oSVOep-T0+07qicGHINEzuUfE+4ezP2nk4cRzOEHrD0TELllux896chPvnT2+p8UavtNPCdwLlR20-NFThlr8SKF2HRhd3b+72Fwe02soS8LI4BF12yYgnvfL1jJdPGyM6rqoIrtEoq5TMxavyHnna92ch+FPIfh4cH4RHB+Bhwfhkcm9mluK2mYZn5iiVjZ8lZLOpXbbiJxvVzYkWe337kdlF2q5QBK3ywJp8WxItOfSJzntKs83Vf1evrNh4DqbT6udvTgaXsD2cAHfo0rCcHEnE5lg5U2rWxITrr66g-JPmWuTu1117AG+uGnMHBDsayoIY3au290duF4JuBuTWL1YN4uPedrtb6HnApto9TWFPEvYbIWrkARdpcY23JZFsqSy+DOE21nuF3WfhfdXN6hnHCLZzs7MNuu+Li8FF0c7sMnPf7bN-+x2cuc6G-9o+xq7HRLdNvZzuj0LQ7ddXQLp39Gltztrbdx3dX-CZ1128QCC2N3KG+AN3u3gmv4EZrmq4E7HeyJQHwFKd1A+bezvThlL-hbe5ncs213qbvd5q-2ef2Mrthg16VYcMDvKrwF4d28-Pe3OcAFmm9yE8xuFoV38Jg++LKXewfNnf97Z+u75tVmt3793dxh4bNd7DX8xY96wFPeAP97Nz8d3c8ndRh9Zd7lmxzzSv-xaPpD7p1Xv0fMvaDNbzBIv3lchOxjU58+7Xrfcc3cPm7ztyJ5Xf5Ve3f7yDkR8s0uGLnoH958m8vcTvZNUH3OzB9Z3RPyHpLgY1Am7hMbtybCKlnZJWpGfl4Jnxl1TYivMWUAe9+YhLudkw27OLHk1YM8remDq3BN3Y4HuXg7lmHpnm4oq4vtry2FrlLDU3QCAGf+l+2zl+k6DKHmktPJfxwPzI9WactKKhFctetZafoufKNCly4POxmemSW5+il6udpe0Pj2zL3GxZqGWcvlBncgV-i-PVEvx5M7dtlA8eGVXKSN7bV4WWcVcvTX4Ri17I6pqpyx5y0F1-r05a4VbIhFSawopDf8vI3nN8QO3YTfcOmrAJ91-S+PbMV-Xxb4N8a8rek3sACVRs9feoeG94nz97hxw-bv93h7mb49qY9WG-kqnvR2t+V2M7NvAvK1jt5e+G6p9mrYqQ1-0+nf-Lo37l+OVXvtfQrlBre5Fccxc6NHCNoEFXuC8cISn1rqH9968ew+fH9FgHLl6R+2eUfqOhK82qaECedtOPtCh7rJdUBThTQqz7Pfxvz2QzLJmtvwY4dHHhwNPKtzvQvEhyPV+9TQKqnlSOPBH0c4R7bMKZiOB2cj2Q489as8v2vQOUn+F+R+dp0kcrhj80JJXQfoXml9STz4B0+fBLWPnbd3q+9MODHaPi923Zy04UrHRTnI8ga3IIHIYMN6X846lRuOV3Cj4ter98evPJa1zigHoKrgNxfA5qP5yWYvJm+ff82z2ntuh-wJWXXVjLXr8q9CaXffj6x0gZjQWbM+v+6P7H70YHOvf9R6Ean-Mremh7lCCv34EYfs-2PjlzjxnW58p-09fP5AXYO0Ui+ahYvmRxL60yL38fCWlXajbENzq2fZPmm9Rvs-uPZDXFnPaH-otXqI-Snv-UzYctV-P7JQVm0B56-1nEA6zTV494e-ifRb-70-rJ5I8juuzwD+q6p5tfU+qVxAGP34EGcbgb-U4FPqqasNjOYCyy-vNrgBlPqEaX+WHoAHJ+dfjfabgZdCpb+AyjPpa3WeTiDbpub+l3ZJ+3vggF+WZ3i36+Af-lb4J+IXjOBAB4hmD5VKkAd9phGqAVzooGOlmOzABNAf0p0BhOgwGmITAfEg9+BARi4zgyAfZobSaAak5ne+fo9qu+hThm5eWnvvwEMM3TsQHuebHkL6d+3nhnRLi8evDImyiQkqbeKPErX68+PjEC4C+5lPALD+5QqP61uMxowF9+JgQWRZ6Gfoo6b+05OH6A+LPl-7NCtPp0IKBemgAbvIuWsIHTglgfIA46fPCHwqs4uhwGiB82uswRu85tDTmIzdkDrT0A7Lb6harPnU5t60jPAEJGjCIEHxIwQVOChBC4qfoDYDGlEFwOG8pwE2i8QYG4GmiQfg5kOsbhYgHqXTkz5zuGPqPa+e9vh35V+eih3B3Cx1j2hTOdbkE4IuVTnPJBcbft+7DgwwfkF1AU2Mq7o+DiM-YduPAW-ZfusGu-bf2R7oB5nOwHrLbP+u-uB64+Z3jd4TgeKlA7RB8DkZauUCwfNoeuebjqhcmdWpE4s011gR4kucNp0E8eudhooeetYl56c+9Btx7rO0Hih6DuVXsJ6PevNtsH-qn8FJ4HuYtj-YqAUtvJ7muy+q-5XuFwTloaqDqpDLNuKDm0ZeYXwXnxUOPppQgCqlRrMHDOagQMGh68xrxSLGobE4FT+h2sV4Wsa9mdhbc62JK7U279oFIr+Qfuv6Tqv3nnpC2M+vP7ZB1ntdpHIgUrUHOY3etBSQ6xQPuYuBhPiSxdaG9prrhW8oTvZougOha7NqgUgTzsCpqOoHveiIDbqAuPaDnxbOT9jlq7OR-giHt6uwe-4P+Bwaa5HBrhicGzgu3k74gOnoR-4UuaiiYAaK2Dtb426E4D4K7Wzwfqb5uRprtbtBKRkJ4mGuzjTZTmyIWdb7B6IX-aYhZ7vULnmwYZR46m5xtSgTEUxFHoqmJYdA6MIvoYBZ8Qrxu4DvGvMF8bKg4Yf8ZR6QJkMagm4JhtKfmu1hODChTdoHBnWBHhkhA+dtoHA0h-hqja0aylrRoTgDmsuHjg6lsuFVKiobEGra24XYGEB44cOHjgqSIiFrhV-og79Ko4atokhiYYKZNBiaDDRMm51k+EABs4BuFbg1pggC2m65o6bOmHgK6bumkpMEITh9-n2b36+wiiEx2mAVIHr2MgTgGNGyFBlLpASocYxgO0EYbpMAHlu74Sac5FeF+WPwd04XekIaoGeeHHhoGxazgZLxchx2pKH56vIaEr5UWTk8R4R25pBy7mGoXHQShihjOBz+J+rKHUsgocxFIR7AChGlOMbvr7UhwkRLKkByvJaGH+Owc5aH6LAU2FTgq4ZuDvhjGpeHCRokZcp7hPAfY4pGDGixEnWhDlBGSRePOwDSRgRqCQ+BsLCdLpSFkQUZFufwaaFSRbntZF0h+8P0FjOoZHHrcIyzkvIgBr9MJHGB9dEC6T+HjhxFk2oGLqG9BAkTZ402docYxU+5kXyHmhskeQHY+Dxo05iBw2o6FaOzoRsGuh93tvoehZYQB75hg7oWGkeYHhR4QeGAWGG-GkYf-7RhDGnGEh8xkY4FLWj-H+bph-8JmHYepUTmHD6j-o2FYhT-HVa4hgNmf76IbkTcFiQuJsg4IicwUtFiePrgLKdRzsjeHB22qJG5JBIETGEru-1rJr36agg-roRJhjhQdARfp76bRZaIRHCR6USu4Beoen4H2BYUV1EeCizuVIJ62xlPZceqzstoCO9rF9BpAT6iI59s4jhFEq+UUa4Edw3QIXrZ+uHElGlOFeuxHL2WoUlok+O-ue5Ohj2jo7RhFmkY6G6OFADg3RtqEaF92z0Q755+KbiTEIx5MTX7m+BkVYjAxfgBNBc4ukA-xD8UVJRFBWfjop4SRFAGaG7cfHq1FMxvfvQFp+MHHdaQuY0QU6MxY9Lm63he0c0GFupwiLGjSfHqVFvRUsQ34PRFkX9wqBTLgyE+RNdOw4OBmemYEoC-QQFEzMhZspHyRb9kwx9RvVJmGhSJUTkEexbnMc4GYo0f3oy2foYLGBhZwUTGuRhsYrxTmKDAS5J0FuqWaWg8HuR7pGINlhGyB7+nOSKBLkY1GhqsfqnJs+Xat5Fd+YbFHoLGhgksZ0m+AaFGn0pgVuSBSzIcOowsCztZI6B4vnkCH00viDEcx4MfL6TMivhaTK+Bcc9Q4CNyOZTB+2clUrb2FPtbqR+QYfk5MAbvmnEe+9PjLEXR-8NIGMxusduZ2+MMRjGfkSWpr6I+2vuT5raQyo76XBm4uGEaKJvgLKbxourwEZRnwXR7fBQfqr4w+e8e15g403g+6XxhIaq7jgtkRYiRGFiLfGfRE4DXB1x9ph7RW0FiM-QZBHcezFgxXMUGSwJlXiGoRhv8TJESewCXkH+BcARAkH6UCUnSAJNYc-GFeTULxaHxFZF1xX0TtFHTC0NNvFa3GNCQowB+PUagk-xYap5yYJcUStFTg+QXgnCRQCUIHQJRWiQniB00cp7O+MEWDiMxznuAJN+FAN3AxseSMaLUxhcRoHFxhgqXGKA5cV9HNxxsq3GS+a0mzGgxnMbDINxvcU-RK+7IX0FDxhjs2p4xhujo5PxePpFG7xSrB-HleKUYoklclCnACfB4seubD0z9GhTwJpid3HIJ6QZV5KJfid4DaxOQV9FFALBs14ch0iNqH-xaWtQlBMtCTfT0J2TrZYJWzCc7ROU3MbbzRJviSonxJ1obQxR6YcUnFSJ9MTInYRxfifGoRhwloJUhFAGgnTyxsbYmkRVoSw42BrSd4wfRVsbXGCJJcT3F3MTcVI66KTIZMlq0rITHoAopwj0keRU5uAkTJB+uGYrBMITOHux1-j26-u-Pu-YsGsrnmGoap-kO7HBwcXWFXuv+t0m-xyLl7GiJBCS7a4JNmuwD4JMepC6BB18QvzSmCIkphcwPMK0CdxiCZ9oIiLlv0adJY1BUn+JvSe36mxRcTMm2xcySGb1xCWksmDsTgs2prJOjGOxTm9Xskmux3sSgBzWboYc7HJVKUchnJ-bpVFXJ1Uf6G0xKnuVHnRlCDEkqJzye97xIQicUZ-JhLlCmAp0QMCncweyOClmJMHtCm7C+CtQ7NqlqpwmQy+cfSH9JjIVz5fJWyWGYSiNiTvHUobXr46LYWvoJG4cd8Dk68xxNmKFPOmMbRHjgsEWFZyhk8XJrX2B4aO6Y+zSL+qlRzlrsnnxcIbAGDRLydODIh9hoR7ehJ7mNFFhQDvUmlh9UYubypychgkeRPtnxEtCOrkpbOA-CUpYapFkXynVBCQT+YFu6AaGGSJ8AO3YhORfnOQox5weynFpc8ddHNJ8gemlUxjPnKk8683Pil+sPCSqnAhZEaCGW+jwe9HVxjgdDHjqr8aTZwx+ep-EL+R8TTYSpT6iKG2uk4HvLsAGiuwECy-afQGzp0mvfFkBj8aQ4ZB-wT1JOxq7td7oevqWtHieN-kGkEeFyb-JhpAcQA7MpQsUGFv+bKb-o+pdqvvJPJtwcmmqR-SuulcB20Wg53h+aUabvBfWgm59GJYaWm525aUUD4AjfuS7pebaV+mdpXkcikaJRlN8kbi2qcOnHqo6awD6pqNkwArYa2IjH6hjqSKGbJ2aQsn7qbCeanyOlqdwhZ++oVkkR0OSaVSnmgsQWZFJdCSUmRJFpC-6tp9qoqnEAYsZlF0+wyVWloRM0UgFI8y6U8mrplugDrbpLUeJnh2DUXt5OJcmSukryoAUpmralWm3F1JxablpmuIfDWDIkxGXJnY4EMLnGBAoMB4BJQwIHAaxQqkALAuQ2QPRFRcyoNNLF+IfLlHiJz8c2mwpCqXZmiZiaTA6FQ5bojJAhwEiCGDJfaaHYWxoyZw7jJ1GVolTJHjO6TOAEslXHSIvjLhmZAwftFEIxAoQlHv2MzpWmXwaMZDqMZb8R4ncRp2iT5n2SMUch6AlsMlCMJu-o8kiZT2nJFOWvmu1Ezg7WfACdZHyQInpZKQioKuxbxOGHNulKWVExpXoQymHB96SB44xNtiZlTReIe+5ppzUatE-ps4Ggnnhv6WulJZq2sdmB2LwarEPhyQZuCHRUdoWknRGghImzxBfmTH1pRQJVmUxLMVBkF+X2BvE5ZJqpnEtpFAO2lBGsWWSjxZgwXSZYZEMfbLzBNGbXzYpjzBrHCRfupOalRJKSempuByf6k8pj3oSA0ptAjWH0plyatnXJQcRtlPpocSvE9eb3tX5g+ySfR6UIK5hFpY5tSaSmc25KVh6UpP7j7EqAHerSliJqITekYhTxlTkBOLKT2aehb6bN4vuCSUzm1JLORQChZVikelJ+WGd6mnp79nd61mqaYTn4e9-mLkFhEuQp7U5IcXVFVpcua94K51oUrmGCicUhnCZYWRrlpZfIdjnQh58Xjl7ul6ccnPe-sZTnm5UuTTlW5xmXsmMeduYzm6ZOySrl7+KNoCFXeXuTrk+5F6QbmLZkEaLn7u4uYHHB5qXrVGspS2TtmG6DOUf4O5G-HHmSBGERjkvkjMN1AiZsGYAQVs2sqcJHpL0TFq4pHKfCneAnkQg4+Cy1Kh6OJGYUVE7BC2cNEVR5OT6FrZNyRblPesdCeEmYMqTWp1qvGM0g2MbSL6ILpZbvoGcGf0YvqW+kOTQYDJMOdnmm5ueea7HgtHDkCWmmKcjllxLIKvip8bsvMwImj0giJWICIm9Lba28SAiAibIKZhsgJ6ACZIsLBuPIKJjSgVGpuC+fonuIqxkYoH5JEd2nH5bLiOocu8qIHlMpp5pfkry1+bplDBSOdIgsG41I-n2iHUq-knovkNEAf58Dl-lt6P+evB-5KgAAUqAQBVHpY0UemAWIZz6RgVm55riskG+HcJsiCFTYhJjHOF8sTEzhjGIhJ5Z8CAVmd5JmWa52Ykma6jKKA6Nik5ASmGkDDYZgF+jfszeb6ImIoqaCm4Am6ZClRZO+TzKL82+c9Rq54av6q3JKCTsLWF3CHOEomUqpc5z6s+Y4XSkPJDWpcgbWP4X2ktjNrLJI0BbMktxHeZoA1wvCD1mu5Y9ncEdwvuJqCbQIHIoCyW0IHXr6QIGiKrIhjXBPlxImgrKmrQ0RQgCxF6ufEWbB30VXR2xYbJYrECLMLomC+tfCQLEFYiFZy6JumN5G4Y62YYkT+OQGEUs87gjaasGltLHEiciyN5yqM-XHJk2cS6TXyEFLReLyiIWRTlpzFobJYINwH3i6CpGp0TKm6kC+cH4EhvWblYhO03iUVyW7qhLJJJlipkW6A58UIXc5iAEcWbF-OQ2bFW60CqHzE5xWUXWqHwTB6J+8SM8WHZ1sdlTxO6QJiT-wYYH8jvF2xXgZnR1BZUXB+bOYVrjg6JtOArmj1pQGOxKwrxGhGUJICoI5F4QLJfc52bB4h5rQRuDLq6kgxqnwjupOASm4nlKYWItJdelbkvCMiULhx4apbjgdyrkEEmFiEyVTg4MnbTrp99pCx3FOWo6k15OMpYo020pekCeYu7N8UcJcRb84s0C+b5ryl8mSzCQaxQZOBm0L6ZoikS84YqVjW8JRbojpHEa4VCqnJaRqeaoJLiWeqbknu5-cdtD8WpybxNNKcZzJegjPe5xdaX+mn2uIaulm4l6UbFC-JyQSlu2cOAPFUoSxaVGwpa8WIAWpWGCfFqpodTulSqWqX-FFAdOBaliZcIlEJw2eCVEoUJcaVuFlketCwu7SZBEIllpVKhLpGisLZyZVxTjHplvCI2VPJS6a2XgytxYoDe50xfNxVBcZXq7aZspUmUfplZS6BplOsvlgJciPLHFLp17FMVc2MxUsUS8axWGaIC65csVRlWmfNy3ck5cKVRyhKJCXrQvDPNyeYPhuBE1lZTgcJ1leGRxG2FecY8VNyp4ZOCZl-UbhxoJiUt6VTgLJcblsljbhs4Zy1xSzB9lEec0JqMGcsOW+5GcgWUjlO7hnKplk4V8UZlKperk-lYZenKZAvZZGX9lOuY97PlgQLBWTgsZa+XEVxAChWBZEvMqVNRKGS0IWoGpSZrwV45VNZfhIxQuXZUSctPLLlJvIOVrYinE-yblG4tuVTZfEKqbxpImXoHCconDuV28X0U+GoKa5eJVbgZ0VOF2cDGrkA7IZZUCjIV55aAA7IlFWGDRuqwnfovZhRauToV9Fb1kq8zFeGW8MscZ5gha5xZ2W9ZZlJeWZG0WUdI35dRaLwRm8LN2VeVFhR4gGY5xfrJBVKNmBUNwEFQOVucJqqRWE5JqghV7uDVtOWoVRqHuUzhU4GmxZqkAKWwSy17JBpAlxVTCWzAcJXsWd8BFY9oscvHGNCMc0VQvwuVh1JrE9chPFZLhFBiSGatVM3PALmCg1BsWHKYCIDFyaPXAKgVhp7A0UP5szE-mhi60FFrdFM+b0Wo5HVYMVvkPVbNx-c41eIYmVLOT1zB+S4YhXcBQuSgC8lFiObZHI+tvnlZ5dyvhUla8yviUFa7ANt7XVaFbwgbV3CaNUzckGhtUAuu3NtUyh04NGx3KJbKBx3KRVfEhqRcVB8VmlQFfAAfVEWai6jSP1Y9G7cf1aNIA1wJYggKcbISIGA1A9IUF1255ewKLVmJbOCoAz3HmAoApjhCbY4CkEpBGAfAMlBKw2sAoigYp8NjheQUJisIBZ4kaiFBZ8iScD+lqNVrGI1pUqqk1FwURHGjSfVUdyLFigDYKWSGNXIATVCWpYq6J8xbPzy1J+qrU80STp0WmxpNXnm1u3ZO9Ui1bVUKgWof3OM6BBv1XkDABVPJ-Jf+wxarwzcmNQ6Z5Af4dwFum4ZZyqlsh5S7Gem6BR8UIZVAMLUWRWpb1S61f8uaLi1SBTooRFQyVopopidYlksw9RQ3BLGptQgAbVrtYlzYCZKYgC-VhdV9W4A7tSXVQlHKAZgbVstWTxiVsAHdlkeY1SrWzG-lUJUhpZsN2pG1fBchp0VOceUVbgv5SsKfh+WAgKylpdZjXh2d1e+l7un5SJWhG5FbOCzZNlWFnUVKQV7wrF0ZbOC1VbHPVW6JH4c7UcV9YROApVfEGvi0aTpnEAARvtX2GsGx9dOCBSpbHbVz1KlQClPhE4N4XjhJ6GJC3oxJodGm0JZWeVPwF8SvVWKppfdkh86lc9nbCllRBHLcRwp0HT4xAOEifOMMki47co0prVQ5JPHLVWCCtRnTfOWDUflj1eDW-XzBpJWMH8FmDYwJtxg-Lbx5syDbQClsf3PpBc8fdEUCENugFQKsJPMdvBINKDZMFfO0wVPzeBVtbtxICZ9haicNG-CKWklGQdRjBoFiKgD9OkoKtCmOBvPEjSN4bhZhvqVjiEDvG2sJAqE0y+IbBDS-gL9SqNLIOo0I8+LuI1cNFmH3S6N+oNpSAJcjdobNV7JbfWR1a0q3UUiQzNjVPV1ChfDYFJ0oYFBNiMlmbzO5DenVt1uNZYK-WlDWZ68I+siyaNVsVXHZUlfAIVX6sJdSyYlVuTepJpV5VRXq3VpZNjqPVSai9UVeEvMDUEloNX3zg1EHCuVvF8Ee3VHui8blyTVYvKpWn8-DUw2gc6YveaHleTQlVNNpSSHyZV1VbCGbgO9exz71m4CPW2mT4SM0J5bFYHDn1gcJfUumG0j7XgyftaBzv144IM3ia8zYuG4AZ+iGhSApBmYBn6IESoLf1fEL-Wcau1is0hOa9aKZThm9dM0bgszXvVxNB9blhH1yzYU3JVazWJAbNYkFs3-hOzb8Isw+zX3yHNoYh02nNgcFXDnNucJc3+Qy+Dc25wdzT5oPNW4E818Q-9d5iE1qLSC0o2ldbRoKNzxsuGDQVjeIJusk8Fk2jN+HHo2sABjS6qkGhsGo2MttbPVbIt5bEOGHNopbRp4tB0TkiVV0DQcJVVkFfEi-N5nJBqLNdbBuCn1kpgOZsMYBrWEQtm4FC3e1sLQ3DwtBWK8252mrCEkEts4ES1ThOrRuB6t19Xs231pbIc25VtXvU3GtFLSE4Q1a4amGnWFrTOBWtdlnwEetudu82ohMKSyDhVPQYRbeVDBn5VdNAVWcbj2W7C2T9ek3mSX55kzZBUHeZNKWxFV4ZaElJtiHKyITQMImm3TeXzSYZYc72n3x5tvZfsWFtmHH15k0oVdBRZVjHivKHldbQ44Nt-kXbKltW3gD4ZteWiBo1eObaBy1tNxfW3mFNhY7GOlEtBdW0CpJaeYV60dfAhVh4ZbuwVt-8ODKVUOzdqjssNJvm106bbblqC6WNWq2olNLV9QthsFrvWxAT0lQA01g4c41gVv1gMAEOBbdO0uFc0dB4+lZ8BOWulFiJ+XT68JGGXOl44ABVZ54dXyH6yIZb+VHt3bV+3SIRvhp7UJE4g1xnFh1KEENctXOh2tAaTVO0bi01lG17uegidVFc84uR1RyMckQx20kHWZXMmh1MR1QOZHabIhyX2dHIRyBHYh0bi1wdB7q6+Yph28IaYvmL1WgnQh3AUzhdIioNqJuJ7yylAFR3fOdtAu2IA66YLEV65xTJ1pc8nbB5KdDlfE2+Wn7RuKPuvqiR3iertlR3c2VHV-IKKOAMp39KnOqtoh5GnRmX2u7qhZ1SK6Co1VFANncxLLxPHYqhZ2i7vNFHVFnROVWdShhTbnVDnTrpcBznWFWHU87sjbQeHnVZ36dMNtpy6cGypaQDG0HS+QEWcdXFk70ktRKjTSMBUXKxtMTfG1Z1STTnXm1L3NbUF1j3sXWPeW1S3WA1uRVsjuCNddor9VzJPXWN1Ekc3WrtzBurXyVN6UBLYNjlt3VYa7hnDXAdKwkPUAtJ0C7XHlbXdRpT1ZTVM3ZVS9d+UYVhDPPUrCi9TxF7doDTfIw1HzQGHDthFQ-XCRT9fV2zcL9QeXlsu1he3Flp5YaV4A1qPt3QKVZSsJnWUDXA2bCuxWX5L5nQd8VudIXa7bhNzMp510KIVW5LgyGdQFXDgvnT-LSFyWYOmZ62dRcVQOHnXhVbdcrY96u2w5brZwoCFWT1UVIdQl3JN7qml2u2BPeKXbdf8Y97c2iVVq4SKF7cLbGuF3fzXzEaPXgpYUArv+Czkw+pp2cdUkiVCWRZnVOBs9OTRuAk98vS66c9YLdOAGlrtmWVWuiXAxq81oETsIC9k+fAhMAQrv+Aiu-4GK7-gyOGL2JdDkLQDmNE0A64dOEiuz2T098i73jg3Nm93jg6vffKa9PPdsU69Y4eJFQN5pS57g9h1FbKS9CpVG1y9Yol02HKOZG70i88ffPy1FVXWrVTVPyfu6TdxDVe3G1lvjIUct4UTkBGg4wMzBiApbLH1TeaNnCh8V-GbPSttzPc0LTaWfSfWq9w4CGjCAf8OEgmdhIGMaK9J5nD3EGg-SgzgNYbdd3Vedsp23j1zleH3Cdtvfb1GABFlX2iV2tYn219yfRn3dNJ+kj2xNWfQbWqpefXwWeMA6flnF9mgH02lsDSjQzO9YzUGSB+l-aBzX9NfcP0JxPDWUk5sTfc-3HlY-f5YntkNXjqt9k4F72D0IfFS0tC3dSsI1gCdqehJ2KdoDSLIpdvfAeAUkvwCL9SALgreZ+djUZIDkKMzrY4woPDoPhfmVuC69qFeQMMdf-U33nVgA4dkXtoAzODgDyvJAMbg0A0WBIKV0MnZTQ5AIgOSgtCAv15gE0BgMKKWAwXZwGVxmo0c1deUQMPSJA7OBkDlA6hWh1cNUl3Bdv7RQro2CPYjLc2MPZV0NwyPR0V02mPWf1DptXbj0pd98mk3T1GTRbYb9J5iXUM9azZT2plLnbT1QO9PffKM9z1Fu1QV-Nugrs93Pegpc9fg1dDvNkHND3UoohtKHptj6VqQ7trptqj52WLT4AGo1KJ-W7l1A+7a399g1kNBD7ffyn2oxJj71wofvegqeY8YSwOBwN7Zy1GNhsE+3+AVjpCCYkrmdFDBAXUNfruAxANzW0aPdpoYvqf9f93HRmwucWqDTtu5EEpKkZOAD9U3isIr9oRp735DLToA30MvvQZVa9h0b0ON2-Q09mx0Iw0F1jDKNp9UaDdgzMMbgcwyHwLDOpRA7LDGvWsP+9swDbqbDCg6X4vZ4bULWJd+w1RXjDHaS-0yVzRaQ3l02Q6aL-D2-YCN5D6fSCMo92fQtWtoPRSGaF9Lso8yP9ffNMOweK-XXqB+Pg3MND9P-X92yt58ecOy9KvVcME1hQ4wPE1fOrCO0tLxuNTWNy-EPRAjC-Oy3SofkG4BctJjYsC8tuQky2ojKPC+3+ZQfTRV89yg5p2CNMMr1Q6dug-KjfO5XYvJ6Dq-Zn079FDf35CGh1PrI6dVg4T3tubWXTKwApPbhw6dFPQaO6jLgzT3AVITrgA-IenYaM3Fd1UPks979lo2KdwjQXDBDRyN85hDSpRH1ijUXJ9U6d7vU6OaNLoyYWLDJ5RCVmAOnWWUejVZZBqitNFaH2C1Ydd6OIehw4jX+jm-SCMJ97isGNENPyPXXyjBg3E0H98dUf2zdafQk0qjAKOmNx9z1I-WdcyMXY0TszZc90V5TdTNysNM2HwKpDIzqfJT8HY7qh9C2plqR9NWnaE7BjpmY2NY1gY0VpuNPmndXWYuHEoUkl21sWhnmPgxcOv1DGl7180gQWWVH9Sheum5+Qo1QOQV89fp2-9kCP-3CJLY+e2hjDA7OBMDl2pUMbgGAB0168LDVw2djg47UC3ogIL2MFwDYJmCcArIyFhaNvQgHy3o3Q5uBxj69Xr3j91Y8CMDIONeJWZtIGme3ed2fWhQITG4gQIgdsXJFz5WWXGaPwAo4xlyYJ2E3bQUCdtNOPAD+Q2p360vPZQOXjmQ5ODoTrjSSOTg0KB8AuADo3NVPwWOlSNk1U4INAhQOdj1JtDLI1WCUypBkFC0jfLa1gRjuo0bzY4DABy1kA0sl4A8DzvDbxdYLjaq2zj4kV6YeNCAKRMET7AIM7YTUqLhNuSFAvAL5j0ozmM0NeY9rUFje-UqMrjY0GMF8TswDCPPpZY-Cy2T2inWN98s3cROjjmCcMXBTrQBRYWonAkUA8C49NROOTQA9E0vF0NfxNClBk0xMT93zdjVvKKUw5UBBZI9OCPj3dM+Ma80kCEBiTMMhJPvGGkzJN9KWQFDDX6fAD3KJQrgFyMG82E3yOAg+UNJPL4UEzOMeTH-RQNGTc-eaO52lo8ggVFg8RLXopQybv3VdcTU0Xx1+YyNXFjRXdN2CT+fZpiPMAxXYn0UzipAVaZscbiOwl0pJG3Pu8DlzyajTPUT1HV2TTkMPToLRxOpVZVQUWAVl0xaM-Ikjb0jMVFiMq0kNmxcTIhOvZbIwCpTlay0JxdtAaVllRTXgBem8DR0kRtNvf6KidEmPmKyjlhWn36Dbk55RAk8OTkB4uIJZI4p9rRWxPeTGOF3XbTfBas46YmMzTGf9kFYMiV9DfhhPgNeYlYqUC+GZuLzTrgxNOHp7-DdP5t1g1vUnFprUr1vTqza9O3+705FR89fDTOyut+VQM1QzEZfxWXV1bSNPzEYygqPb9yGsMXzlhjK6338RQgJVDc7deLav1GdYcq1hIwxj7oz1LR5j5iJLUi3SzaU4HAQus4aBTv9Os1rPAUh3bRqwzBlfDN5FxLSsKA90rZnlRz5ldsIJjCDbl1MdDbuYMaeHcIbIxtJUvOJSjHcFbKxyfkdIjapqU3rMJtZg-rKsdXg0xlXj79ih09S+o0cg1zMMkaP1zX-qHPnJ1HRHJSon9R+pZzkQ9iUnd-FvjVkVIhQpbEluHGp3U5fPYx28IzHbx6I1M4A3NRc7vbYFY1qPS3MvTHs0NO-WDGgvMKljExQMh9cNbB2UdoADvPalMVaLO5TrXfOKPTpw4GnIx18+vNY1aHSHKtzY1t3NmyGNip0GdXaMu3L6D8yjZ-Dc8IbbZtRbIVxuiZ1quBVtJs33xptc3ecUzzudkcPjgp80vPjgqC5fSXi+TREZLtKwgaWnzZZQ2Khz6mYub-znrRmNIT+U9rON990-bbITK8wVSkLAIaGOpUyw-gsGVhC3LPELP-DlM7dM4BTObgHC+7P0LO48VNbgeC2vOUt7C4ws9S5Q9g7lTW4PS0nAdI3kKCLZC2y3Y4MFu8YuZFALECs1YMDxwSgXNXpOBwMExA2nWQw+7oWVt5YUXGT8AAgs9SgzunNkzcTVoF615ootNb9UI+uleT0I9TN+TbhjMxOLz1HoJgL2HeVwGY-lHoLrMAqD7SG+X-t0IYdApQNhilz1IuzJzN8x-18N6S2rM2zpAhvUnt9izDKasZ0w8O3W84qxatAAiF8PrwM9YVNE1GU+UH-tG4GR176OCz808cu9eZyJu1i8BRBL-SWAvv8IXMya4Ac3hNA3NA2BiN0ZqE-iH5i0-TqWYTMHK4vSI67SzO6A6RWJ1czQy4eontqy2kXJzeJIMvlsuQD7SWWJSwjMyx5S6VAjLfkAGI1LOWmcuzcMQuXOklaFH0sLF27CyAZohotAuMmmZgNgXG1WOTwfLeyz2jyzTMyBrFa6RccsDYpyzP14jrlpcuVLNy2KB3L+3nCvANTy1-6vthnbqRvL8CFFPjR8xEstrtlxq4BRT6RZu0nt5K-svQrcgLCvzLF42x01CFS9cvVLmQBCvorRpZitpY2K12ivLX-lZNmTYC5wLEThS1FxkTHkVRNUR8iMeXjzHMyfMCrIqHQuHTTfehPnj8K8HLMrVy1Uu3L7K-cucrX3dKs+dWK9-Orjti2KvpAEqxMMwCQq3ALaK9kynr-LUTeGWFjWfd4sqjlMzn0UWM3QEsD+pM1v2HK-Re0VshGAratYCjM9Mv4xfDAathzaktPPZLqY9asWICUwyWLiFQexMbz44PRNomIpuk1izRVgAuSzss0ItUdr84BWGzCUFxW1UGS3XrNjgleuUjxN47kttNcNRavsAVqz8PZlcUyHwRBddo-NbjbSw+MUjLrq-XdLsDZYvlOYPYnO8IYSz85Mr7Qq4JD+8S-OLWBadbjNLTWfStObTHiOtPzVfiw+nLtdM04JjCDXG4IqrkFSEugcafuzMar86z0I8zpQc0JRDA8zEN-lR1ez30d-MynOHpxS7aNajKeQWtqLt81LOgz+Q+LMyLjE5BznFs631m9ICS+VylVJa-i4Qz3Fbu1zqanNhwqzffDWuK1avcsNwznCxVWg9YfbazZwgRVPiMA4SPpCXCicqX0IA5fU603qzis2txN+kJqjOLyyY3zIknMmAu7LjSmjG6A7G2oG8bQIGxuQcdG6Nn5spbHxuOoR+WJswcjhcxONKUqJeswL983h2WjAm4oBCb3CKpsFYz8+EKtATiOJtl9+bDBvwblo8nQabxmwptRJJ49xtBkuE08QUCCCFpuwAOmxFy98+m7hwUCNm6IgZcuABJvl96XGGvRT8U6Ftl1e2msuUbtANAIubRWIJsFegm4KtebeE4gC+bbm301xbEWzah5arm7qR9NMZApAIGcAOOyNKCW9puTLvDS9T0NsHIw1FbZWDwClbbGxVv8b7-XQ1mkA7BfLIjKrXlssbWfWxv9bOKTcTMbPG-WPujom84pubHm5tMibDiPJuiIPWw6iTbOShw0rb7mxZqKbfW3lxf+YCxZv5b1CzNusAem2lt3rDXH5s1NMW+ZsnrYW2dtGbm23ZtKbDm7WN3d424aGjSsm3WtDcB20zNHbDkXyF7b-1TTZLpF28OMxbgUnnWybW1ReVrYsmyDsPbAmbK3Pb3CE5s+bEWz9uZtf26jtHIGW7uwZcWW2ZMhbXm5ZtQoOW1FtpFMW9lvE7smwtsnjWO6FunbuO1qT47MW-7XOK4W8TsXbDDeEgNbJWwVjBKrW8Zvtb7fD1GKwI-Ig3g7wke1UfbtdRYIDd4zv9Wy7A1fLvnc83MjsLFAIx5VrYf2-XUrVMuxGsT1Z64tus7V63Jlw7cmaDvAUW21tVG78xFttLbW1Ww17mFMR9tO7w1eM1g7jDRDutCu3K5tFYYjRjVeYS6ebvzcXO-2wWkIWn00wbVYoZuWjSu-13a1uGxZt-bB3Lg3b9uG5Qp8ChxsesabCCOBP8CqOTdtx7Bu8nv573Y89SZ7fQruyphYu49t3bZdbbvbw9uybsItU4JEtf+0S3ICxL+21ZvVieew42JTFiO3tpYne93tF7uW-ttsN49CkvcID-VdvLrGm-H4s0+215jJ7MaH7z8AaFOLsDGQW2ZsL71YoTxF76u9ut9dRJINXz8Se+Pvx7Z+yrt3yWe3z457fe2Xt9FmgPtuN79e04jP7UqJXv8A1e3Rm17iOw-pX7Bu1tu77FfQc1t7eYFEsnMMSwNi4dfe73ux7-e+0aD7kB8QDQH9TLAeOIa+-XvIHVAjPuuOPUdvBgHMG60JH7q++Pvr7fAlvtdbEu-Vs-AjW6Vv1sym0kKp9zBzrtr9WeqNuIcwayhPh7DfXTsQUvB7bxN7de8EqKoyqyLs8xSmynuSHJpKLvbbd004jnrf28Ep-7PMcPxiH3B2rXArIh3locHhJLrMttEvDXv8HtW+IccSU-eLyY7eUn21azxh1Icf9ABwIdPb4VD2iUcNhzSKNoRhyHnbwph1tvb7q0AFtgHNq9Tt2TLk-Ki+b4R6Q0zMURyAdaHFO4w1U7hExLCybvm9w1pDdm9vAs7SR4Tvxbfmr0gZbaFL4WdBOR+EhsCw4C5vRH2-RnRxH-QQ6uhrnO+-sHqSmwTuTc+R+kfj0wu-MRlHsW3kfo7-u4Udk7NBxHudB+kG0c5SgU-UcRHzB0NuPMUxwdNakze4w2lsKa61tVbehy0d5aEx5k6xTEW2SHlsIWr0eMbeWnMcdwCx6qkNHOQBcfSIw8TVsFbLe-zvrFKaxscGYxx6ByHlHAvscjHFAH4VRgtpLoCfiu9QgaBQwRb6JJFPshexrL+y6eKtymZAa16jjrRAfILu26By5AkNJACS4iERZGls6J4G4cNdC7UCWWCrYxzvtuG8Bg9RWIMOBlQkMAidGtZgASt4n1uNcW6HRJwSeULXmOa0dwFACxR5QtUJIoOtIJnfWfwBKxYh4n8Az4D642JwDtonlluMWknlltqgFg-gPydzkDSmyc0D7h+uXq8jhViBFKNJLofpFp4gOP8AViLQPKSYQBEDRAJEoyeYGyZFnC0A51HOTFabJ6GWFM3nC3IBkCCJIq2nTAHNCG48+rQOunxWlSeigRcCaCKwvpxQCJA4SE6csnjgKdyWWDSqGdYGuAIXg7AkZ69t98eJ9GcOncZ0CsJn1gpZYt9TVR3CHw6Z6af-bL5Lid2nMZ46cpaBZ1wCJn1qFYcb8QBUpA+nWZwVg5nsAENJ4KzpwmpFna2-NugcIZ6GfswSYFtBwYopxOA9ndZ+swDnrJ0UDaoE58zCEIC5-GdNnQ55-DFaHcHqcXyfG+suHLW5S5PGnG++si46Wp4oAnobHBqCZnOJ2if7tXrn8izLQ53JsDNr5xvzjnVnBQD3nMp9meWWfGxstr83nKGdNAVp60B-n1Z4+csA9p+Ei383dp+cN1xZ62elnw4IdALI7AFBepbPZ32dySm55wDNnjZ4ReHHHscaDOA2FykfdntZw6cIXL55stvnyZ4NLvIlF9l0AI2qCDSq49FyBeMXtA6GdzQYgAegcV85ceeweJJ5MUazo5TeO7sIlUNvD6jJ5ZYiVOxVYvrEw4NxzcTIilWc4XHF7H6IXDFwrVJnfF5wVUA1K6CtnnfAmadXn7og+2-Cuh4HJ+QfkBUxntX+edSsXuJ7Cu6H+5+YzkbCXDRsiYxWr8qOig54oBQY+p+zjfLY7TW3kL7vGySBXWShFegLugKiyrMj4lrIGFtA3Ff1KtA6FcXyUC5FcFYgCzFeEkwynleJXIV-eIpX6zMZdunkzK0VgKyoqhc5XqhatCjtZVwVfRXG0HbJrKdhz8vJXHLBixhX7ShRzTV9V1lfDX5V2ldpS4lyNcmK01xNeDXJwJl3GcdV7NfsARnHpxJX1V-KcrXmMmBZyV81wed0LmV0wBntTV20rXCwh8df8O4wPpBnXwMjOel11+9FVDV1PHJlnHwylFMjiUUqXWIKcmcpXzc1VydsWbT1+ftU8wynpsjiRe5qsLrY0gtdUAQF6JdDbwynxv4y+YpzM8X155NeJyuEwlzVHhyoBo7yzIgQJhKEsEpuw3F8vXUwqXy7odjYIC1CchT+eZAu0DarN4f2HATsGqoXY2K1f03vy8eBLXG1+JUMq+17byrgZ7SzfjXIt6TuscczeLyQLwh2NgErZ7quAnb7N++cM31TauDWTiiH8f2AbWAcQb5aUoKcl2Jx4Vejdmux31XNJjZln2ywyt7pGtfV5qLuiSQ6QYHoltz4DVX4Mq0WaFftDoV11livSe67PmYUwqF511QDrjJonrNZjRc66sn6G01N1lbB65LS7Tz+UyxbtDt6lefCligieMFswMwWzA1V8ErHTM4fpCzTq0zMfR3eM6IWd1XRTTOzdR64TdBKbbencl3DBdydZ34ZTnd4Aed3gDVXLrTm1YbTxyecxHMKkQ2lXPNw4cOezNy1o0NdN6kW83cQ8FdOHpx5YdAcbN69XbwJZ8e2Y3odyH7oHHezAdd7cB2nP77seyDe37aa05Jmig1PCyzr7+7Ry4rJ9zDfB+uQAZvlCwAa-fyA8QtxmXiI3dKvo684oRw7Cw+ydCj7cByryzrXmD7QM+xfMDK1NT1W60OoBJabe8zqdYvyNNNY80W6HdyhPfvUi9zBzoPiEykq0D2D74eXniaIpxRKT1cg8lnJD+vc1XWZBQ8BNlTR1e46maj8u0P1TVqRQijDwQ+8ddCxw+QcYt7HT832Xd1vCXla8wfH7Zt6CPsH711xtCHN19Yf6HwjMls0i8t9QsIIKjzkoSHlCwZhCPgh0qu6PWpPo-c7-TX3wC7+h68caPDxyscfHgm61uub3R5jtaPLB45sM7zm+jvTbKW1ReM7ZO3jsM7BpR0fDHMHLhOD0+R2JtJb2m949sXHj5zsV6oT4EG+bDj3r6KwuE4Ajs7+h2AgXyaLRc1u3BWJE1+NAKAU-PUQ5pNgGYW2yUc73kU12dTTVdFLX-ni6-0GK3vq1rsWzNDc08jujzFFM59dxyJXQMNT8H4ErXXGjVaucmRXrVPD56kfTTD8Qyc1PnQhM8NPeJCGVLpMO20+tj9-m8NUACz9BcSw0uz1xn3ie69fzcZx9LTCRLXF2fmuXT2c-UoQz7hxGg-UPAAhlTxPc+GAJaWM9rsHFbnUhlLzwgCNdkl0Vzo6Bz6Q2Ddw4+I+7PKzyfMPPS6bWvmz2XchqyXrB5bMS8BKwwirP2XQD1StwPVYvjr465s+zluYLnUYNPXFI-ENp+89cX7CuxjVAv6e0c+XcvXWnsvX9d6XUkvdxzbuMzbPHJkwcBpRC9bVicWNXv73L3Jku7xL2hQO7vu27vCvbtW7tWP8xNs9RcBPD7sfbZIQHtjVq+wKnzckr2XVUCor48d51n+w43O7zL9K9OP+L+d4PdS+5DvKvcG-9Vqv9qDy-iv49KK+fP5r79PL7vu50KKvqr+DN2vQr3kB-ceBxZjz6wh4N36FaUp324A3fbQC99bIIM4RDHGyfo6DiL3E0IjvjJ6u+Tid0yFTsfd12yEzURSYWxBPyysNwoN-egr2xZLeANH9n8CJMhAE2PGS152wFDCQw1AMkCsAJGUNygYZXjwNhAVAGrBeQrAMotMtFiGF1ClWb0rMZs5VFY7cDA7-y1pdybJGzZvc7FY4MAcACyN4g9G-myDTkmXufaYLlfm+MBhb6iMlvV0MuXPYQ-cg+z3rfHQ+oj63im35XE944fACn9agqMjbh4mg+HV70n0YPpcqzeFv5JfIcaHOwk+9nvLD9zdz3OD78MgfPV3e9-vfh3RmaHgB-B+-HzV7diIrrK7qvEA1mh4uQjHRXus13-iyO6aBTq341O1aWCc+SZPi+e-a1OQGxPUWVc8OUIV9456uMR8i2gANib5lkIDYVjpEBXLkk3XAwIukJ1MI8egnyObvFCoKNYI1Wdk8jLxbUYDMUkZKAz9UbDBAxbHWDNwgPEkFAdSrlmQHuRotoy7J-kMPx5aRAAA) - [Function return type](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUVXqgHE9keI9I7ADQ0DMSgACaQsKz8wm4eXj7soPCwxBLw7AD80u6e3r6gAEb08AAU9ABcoOwSALb5CACUoADe0qCgPA6gpRqa+I0tbW1JKWmgTL6wTADcraAAvlZDyakJ9DML1mAAMsksoEaGpu3ErMMroND0ADYSsAHUPFdXgtG4tJDUoPQJCCqZRr5cMEkrgJFdiPgKlVaihNIUSgBWeozaSoAB8KJsUDgiGQiAwWBwuAATERSORKIFGHtqBxuA9+C8ROIpLJdKBlETiRptLoDMZzJZNqAAOpBL75SBSJlIdiwTLC+xOOVfGI5eJZWK5BIOSCQYrsKE1OrwfqzM6jdjrKw2JXOL7sSD8FATTXqvLwg1GmGm5qzDpddhmwaJZaWmZtDZLEYJcaQMS4ACE02kGxseiSjBcqyw9DkvEZksZ2TigOkAPYQK+ufzmgA2rrIAF4QBdTFgLTwfNGa5XUTcVzVWA+pCdZ3V+B5+7i6hSq4hY6hmP-QHAiJg4jek08oqTuR1gAMLeKSKs6MxACoL60L20APohx9P58v58Pp93m+gAA+P9f-4Ax9ijvRoQ1-b8v3Au933fUAH3g2DoJg6D7xQhC4IwlCoMgsYHwAHXAv9fyYfDQDAfDyLvb9KOI6DCJI0ACLgqicMIqC2JAv9mOAPCULwro6K4jjGmw0Bb2-Kifyo3i7wCX8ADpoLAGSqIkpSVIk38pIUpTGLor8X10wjAMA8CDKfNS72ATSTNMlixK-LQhBEVhXFwHhqjEPsnFgBcPK84dYHYYhGHiUdeUUABlIx4B4MRmEidlcDkIFh0EalWFpPhiCCr9RAi2Boti+K9nkRQHUdELtVweTtGc0Ah2+SJxT4UAJAoRLFFYXwrnzQAUAgLWgv0dRIPG8Id9kgEIqDoRhcHCHF5JvL8AE0pVAMR6FwVgdCimK4uCAFpq+VzyGIWKuBIMhx1QXb9EOEwiE4IKEB4IwHQXZ7gjESBtp4fIrlgL8yqoX4iQKehTCWhyxLq6IxGwAArYxgj7OBXOCWhiGIBMyhATg+FoCR8nkgFqmADh6GqHhgHAXQioO5bYbWiR9m+dpKxCp40FoXRcH2+KiHyuQpVxagEgRyBka8Qa0DkIp2CIHA0HEapLFh4o7oZ+LQAAFnkgB2JBECuLNEGiJIAEcJB4JIQkaBkBFQeXRnoEIF15rqBeIVBoevDWtDiip3hxJBQ-HEGvj7LaIgKWArg+K6KSoSOwbwDnQBF1IOckYh6iZi9gBtK8v3UMvy4ryuq+rmva7r+uG4L2z-z0HAqD7fJJy7SbjrqJ4Pibhuh+HkfR5rm8i+FXB4CMYBRGmgAPeSTmkWAF5++Bgkju7+VMMwAEkWWCNecvYEJWCBC7ODRDRZhsLRIBMIKeAALyoURc9mB+n-YV-YAPo+N8T5BXPhzBwKBv5BS2MIGQIZ0jaEflAmBoBgFn1YJyeAZhvhyACNgtEsw4FkTAPvTo2CUGEjwAEXU8BqiMEEMOAhj4ABiOBaHEDMHWSB7BoFAhbPgp8FQuE8OPgvU+oCACCNYzBcKwewOQaJ+GPngTYEh5AJBGCMBEXA7grgBE2ngd+wUyDsy2rA58AAFIoFBpGIO4TAoBoiQHMnAYgAAclNWAwjGGEPcdNYRKDHFoI5BQ2ROCHTyO8UoohoBVFkLTrgKhrC6HOmqJEp8LCaGMA4b4zxMC+FpMGBUHJ-jUESKkQAIRjjk0JCiCltGUcQzooINFaJ0QEEGABaA4AoPpuCScfChuA6mDAyWwswu9zDFPsYol8UJYA4gKXMhZAjKjzIQIwpZCB2zkBnsAAAqt4K4uBgCSL3Acx4NUV5rw3lvdkWh6CPGkQEsRrBTl5hqTfTQxRijyV+ZubQjR1A32gJAHg9tnlOK6LMWgFRsF+FmL8+SIJ-miBcaAAAStIQFwLQUhFmPAzFbRNnwBRNcnAtzyrmParQJ5pTXlSLwQEdAnzQB1kRVoJlbYrBks3iQdkezKxCAcOwrQEKglvLkDUplLK6zoACOyrlq917kr5eVVungslaDUHS0AEqpXaG5DqvVeCZUIt+Vq+FbR2XEnhYqnlFKqD3MeOUyVX8xVlL3FK2Y5T3WsGhCaS1urfW6oZXImVLZ4Usp9UausTBAZcH4EwFsoB4GisEQ8q4LrpEZukWiAI5SAhUreGYcRAQDwKO2dPWe5yjnAAwZcoZ9rVVKBCQAWS0fQZ6wbL79gCNAuUrjjQoB1f6hAnzZi-kinIYK9AF4YLMO27ana7igH7bAQdPpFG-ksXgfs87F24GXX25wG6TRboKvujtz1j0DqHfADE3LlW8sjlOmdc621XtBoE0BPauA3vXXe4No7708gGM2ioTBX0hXfSoFMbQhxLuehUA9y6IygD7Len0FQ12nq2amUlT6HWgB3e5Lgl7ENfpeWdK+-7cOIBHXellYGQYQZI3uihcGGqfuQ5+tDGGANYdXSeu96wCM3ObRej9FHu3nV7UJzD24GObtA7MFjYw7oYM4whw9SHQAoeenx4TgmcMifwzaMAVb9mHOOaMxgy9G2EYk7Z9hsx63Br1fO39nAAjAYUYG9F65wTuakV58NkaeRuZ1XWFs+KMWBbMRUeth5k06vnailA+mV3pcQCZzdsXnPZsefWvNxHqVmAC6CcEARUAABImi5ZNHMCodXMtzHRIo4llbdk1uOQAeXyNLYgPX7NKvE5Hfrg323wGetI-AAQtDEhZb16mIq5ugCfiLToC2b4ADIDVddnlwv+8BgCH1zg20bKrI4AGlYByFnPAUB6gJ1jArECJgL2427E+x0D7bRiIWnYH9v8TAqhPGB8Rc6twIdjAcNcCgMOmAlm1CmS7z72RUpyBIUKeRnv-bGH4RHxREf1ER7Gz7LZEdNER3MRH8lEdTER2URH6hEcXkRwAakRx0xHwBUdNsjnR1gmgmAHiYCD-A4viLEil2MAAzLLpgutFcIkVwANkVwbRXAAORXABOfnjmX1yFqJAI5t98dMHoIj-IiOjCI5CIjyYn2HCI84Ij2giOeCI8RojkwiOriI+qIjoHn3ICI7EIjy2iP4CI9wIj5gn2JCI+gIj6giOF6I7kIjl+iPxGI-KYjvQiPbCI-QIjphiOADiiPwCI-3ojgAUoj67iOtiI9bYj1xiPeuI-MYjgAioj9FiPIqI60IjvZiOABqiORSI4ABqI5WojgAWojsXn3JefZl59hXn3lefdV59jXn2tefd159g3n27yI5q6jmwlmjtvxO62xgtARsvvUUYe5AMqCaDAwPAqHwDQ0hFAGJDQ2JAqDlzQzlwqF1jQ11gqARDQwRAqDVzQzVwqANjQwNgqG1zQ21wqD1zQz12AIPFAKANAHwBANmBoOAIgLoKgOoJgLoLgOoIQLoKQOoJQLoLQOoIwLoKwOoJwLoLwOoIILoKIOoJILoLIPAIoNmGJCoOJFoLaFUIqGJEYPUOYOJFYPUPYOJE4PUO4OJF4PUP4OJEEPUOEOJFEPUPEOJEkPUOkOJFkPUPkLl0ULaC8OgLUNADlzALl20ICOYLl30ICPYLl2MICO4Ll3MICP4Ll2sICOELl3sICPELl2cICOkLl3cICPkN1m8L1ioN1n8PKPgJCN1mYN1giLqPgJiN1m4N1gSNaPgJSN1mEN1gyJ6PgJyN1mkN1gKOGOQJKIRCoIRH8KmOQJCIRGYIRAiMWOQJiIRG4IRASI2OQJSIRGEIRAyP2OQJyIRGkIRAKLOPQMULmDEyu3ZEim-1zR5FFR1Q20gE6HuI0V-0BhTVAA+J-3oD-04WTU63Mx2UO1sWO2AEilky4GGyuSN3ZHQEYCYVtiBAMCKEeM0GeO-VYFqyaGy11TmDqwJPKTax+J9Qg0NzG3ZCr2SBRLwGIHRMwS0BZWxKozxIJPESJPxPYDRVJKIHgXEVAEpJuPRzVV8B7GIGhKvlwBLRkxo1AGjRxOo37BZTxK5Lq35NFKI2lP7HVRClEFlP3nlLkzZMhVCx5GNJ1S0FiyhyBiJRiWDTxK0G5IJLvDa1tPgFuFmAqCtOVI5N5JQDvAPG5JdOJMDMQDvHwA9PqRIC9PtOFMdJ1QDLRXdLqxdPVh+LtJ9LcHh1gAO2AGfwQELIhJf0-zuVLNgDOykDMFmGrJESoy80DXpLRIYHo2VKbLrKPidWeB1U7LaHMSSE0RCH7DXU7lgHoBMGDUlDNwnP8FmAa2HWVOA0DVsEYFcGtNsTXJClCVwTDSeK3PXLMEHOMF8lHOcHHMnNo0Y3C00HrKdPLnDLRXrJ7JjJ+LrFpLlFih-1sTMCYHLiYACG3PoBKxfIzRiwdPvOTLLifJQDAseDfPgQ-Jem-JkX-NZyAvXNAu7PApzJbMZLbODUxy8Gx21Fi2Qq-LehkXwqZMwpCmwtzh7IgsTJosIp1SF1iyLLowAVzgCCYEArsHXICFYqKA61ABEvbKoyYAACJgdU1KzdSuAeKpAey+LZK6KQK8LUSCKihg1ZLpLOKFKYTOBlLiBVLQB9KNKxKJLg0p1TcjlDKf4-47LJQrhTK+KBLgLhLtKmSxKoNZ151UBD5Lg+wFwDgihIYcp4B5JUBrzN0URt5KzuKuzc4TS-1ZgKsNw0rvNZgTzhzzy5RLypzNyf5gLdzwk81ZgbK+zjKeRaTiAJLTLKqWVqrlSOLYyuK71aynwkSGqfK2ymrA0Qx1VJTFLOBZTMqqtxL+rRKhrBg8qzyuAxzMwTBGExK6w6MZFJriBC0hzFrOBlqJyTAGKpBFVEqnK34xruqYkj5srA0B8JAnRYA7pg0ZLZdLLZhgLg0uEyq4UKrbybrUrkzYLEBylHA25uSHqnq7pXSIzdVhUEBELfjjL9SHlKwzAwbqEV0mA8IgcHEqNszCF-KYMcA-yBUorqZ2AswFwvN0M+AEBrh6cNLY1+M6Mk0ZlEy6wxqZFMa24rKAhxEEb4BmKKhib50mByaEBKbqaVTLo+worGbPL1yWajMTR2aEqKyLrCoTdXLrqoKOzjL-N4s7rcq9qRylqLyVrvrDydy-rGUqqZrJLzTarNB6rGr6zmqeRWqqMXKzchkOqFKdazdrqQxer3bAE5q2gRrGAxqJr4tvKGTfLI7iMzaCrYAiq1qcy6xIltrg1bt7scBz4Cl4F86HsQgtr46U7TzzaDrLajqOaQxRag6rgK7Ksdqq78qLbCqVrKqnx6y5qzrNbn435wB45FBMEv5Kztqja27gtPV7a2hFynagkVzpBWSp7jajVQ0IkA6taQ7Bgiztq6x8AI1Iki0aVp6EEtaj6jxe7Hwl7k64cjkEy2gxLD74ttSJMiy9bbqaqaMMrN7lS9UZETUeRotA0l6gNANehA0Fqa7DrJzpy9RAZ2ZNAn6KBmzHbsq6q6THbBqUqVKM1sHNAw68GPaAb9apK5K4s26tLE62LlTxdqHv74LdEaGNw4qA0O79qEHjqczKHIVUAQAQbQBW5qghxgpfI5hcaRGKtiAkbv65GAhL6-izAl6Ss7TrKsGdUcbQ9d7h7-5WHlHK7VH1H2l4y37Kz6z962h+7IkJLk6jGz7U6u706Vrk6l61rg0CT37aH9Hf4R6x6EAbFr7K7L71Gcy5QcQCyiyTsuELsBch72AyrTbq606iqkHZzvgIHValyqNV6mNZgEY0nXGiqKg4H0mVrDMFMEBsNcmSUzM0ciNPzXofyf5rrp9rhbgTa2gvqSqgoyqZyUH-BKgby16VM2g1MmBnpKL7c0MQrbgKhOmbh8zZgQh1yKhgLRNH1qTypS7C6ZFZhlnum-7e1Pr1zrbSqjyhm5yfMxnCnJndAIMNsy7OMFnYAlmunVm2h1mQpNn1ztmmmJNNrfyjmvmenBKQpLmBnrnkHbnRnN0AbmMnmxhgM3mvnPmVm0NfnyhIW1hGnEnypubQW2hjnKNnb-7emLn+nknYWsmRnfMkXVMUWWBjL0WVnMXbhsWNm8XAXCWqBfaW6SXQAyWIW+nlSfq6Xhm7nEXxmADmXFAINkp7L2XFmRWvnuW-neWCWETypDmqWoWaXBm4XsmEWz1A1RXTnLpNBOzx18cWnULfyyWrKXsQX2nnW8Xz1iX3WvmXX8dBWZEPXgLz19nHtA3fXPWCzIpXprhITo3YpY2yyV4X0Y2+xAmrhx7rqXqdVoTQof9dBA1Ip3gwQQg38xBoEFbzcdUbnsm5Xfji35wy2K2Gaq3lS7SfiXrkN6By36bJwhW7ppFdAH0gWU2E203-4v52Qc2qoqKC3Zgi25xS3u3m2+3WBq2TWEg0G8yAb42eBE3YBR6M3gm7oAgF2S2m3e34d8bIUCSy3FBy7dBYs73fJs3lTubH3CFWWr5gcHTn2H3ypp2r4V3rgB2CSyWOb4EyWNk9Nu373X2qNykN27pGF4EmAa29HCkYOxA4Op3lTEP6XgOW7dAzAwOvmIP1WVnoO-34PIVNqP3BhUO0WqPYOX3cOqM6NCPQO4bwOUOKPvTG6sOcOAO2qwQiPFBePQdROf3EzqO2PIUBVpplRWPxPP2PBFPnBHdmPsPlPyWglp9cVkPP2QUwVpOu3tP-3dOJE5FDOGOxhsFTPBOdPg0BUTBHRxYbPYymAPBXOPgMPf2WOLPg1XE1l4APOfjQcQuHPZPhOqMJUuO0V0BAYJGTg7pyPd392PMkugoUuh2tOhPLPWABV4h4uUAivfA7pcA0vU2-4yv2AzBauKuOazP8vg0JsUYSvEBBz4wEBvAIgqux2-42uvBjzsBx7evKu8unOdUmEtRiviOCSd0qYEkwEUAAsYx+u93x2Zv3Q6vFvqhlu1uVgmvVlllEyom8M2QiXqu35tvSw6vcqIr9u573k6wmzka827o+EjaYxbKZ383FAd3rvYBbvtQ9vZSwfr2gkCT0vx2QgwfYsYe-44fHu12Dar5ePUBig6tEe35kfJx9u5hsVQBsegfyswx2A0Q3yHTzv4BImQuNaruBubvZvfAwfrqwfnvJVXvDb3vvB-vYAvuAHZ6rXuARdAK62OeotmKCV4scywfktg06wCT86AhSOVnpe+OCvefZ2VPbP87srIl4EcfgeWf2A2fhkezjyUe76Xw8TtruT86mtiemhjezBwOySdVoegeQhIoeBOAqaRgX7Xwjfvfff-fGBUgtevNhlCF5evsE1PcUtlT8AY+ok8Tjefe-eA-I+qeTIKh0-Q+s+I+kg5hqtU-qeQvU-iUCkG6zvK+BOae6fomrAX0G2Qg9kKAd0gpZSaOglc2+fUuni5OgkGviO8FPT+PEze-QEQe5vFByrx-YzCbEz0HVnLuBWgfMvApgpcBp-WB++dfYA7XfjSfEvt+cvFBIfQEvemffIz-kv-bbOM-7-svUfGzjLDf63F2O-YAu-0aX+d+g-HVMvyfDwJMeJPW-iEAAEnBCe0WTMisgL6QDoBuAOYHAMiTV8G+9PFvncSB61drqo-LqJzzMAH9+ed9XOiLx5D8UAaBA2OFL1izbUcyNA3AAr2nYfd6OIfW-vV1-jlc+YyWK-s4hQAZ8wuHAzbkjz36y1OAn-Y3ngIt45omBNvZ8EwJZpBROAiaJPlRhT6AQwBdWe3hANEG48Ya8A18Pnx0HxZuSQg3QHMD-BGCQwtfDAZh0b4V9m+6-E-rfyG4uYByo3HrjwFoFAMpE3PBUiQM+5kDAG7-K+JQPF4souuY3HwW-0hTRZ6BoQyFPxQk5NBac0HVAE0Gd7295gmZcpl4M3ixCWBypJXnDRV4rdEAZLDXpazfZ-dhBoAfXiL0-54lHezWF3qT3d5EBPecNDPtEJ65yBi6rg-Qb5D6Gbx8wTQ-8CIP3buCbGr4S3qMPG4KD-wCwoofH1UGJ9g0mg5uNoKaC6D2hkAhYXIGuI2CAIJg3YWYL0H7s4eBQ+QNcTQCp9a+mA07iskcGPh7BTg9ZB8IaZTxdkJGYsuIiBAjZ+WoAHJGVVzabw10UDH0EyjPiQilMZ6CZmdCKDEAl6otEKBCOcBoYQEqIjkLCMxE6tdmVAQdE8EI5mBxW7HDxGVRXJmsx0DzcDGMGJFXBCOnGHFv8xCh8tdWRImoK01JFgsVmYralm1UpFHlqRjLOtsi0VYMjuR35ZkfMwxaa9NWuLLZgSNuLlR8OwzXkaS3Bbrt6Wq5QURSOmhUi70Mrc1uKIVYfMxg6oucrKNmDvNOW3zUIDy2VHXEdmqogVsZU1Ga8BRhrIUYaJFHGiaR96Jlo80lGQYPRl7QPHKI5YKi1mTogFiqLFJUAJU6AdeCCHci+BrqyAogZUgoDVITUeon0QaNgBGjoRgYz2vKxDEWimAyY1MVoniCcZ445-XAIliy479FRbI-Fi6JHbsh3BKY4pn9AzGm1uuhQ3wbFykTuDDhC-ORHuXkR31yRtHYUTuVFH3NERUzXsbWIHFA40MksGIREHyHDjxu7Y7Vl2OBETibhrqNoI0Lw5VIPEXqLUfyJ1Q5j10t4heniyC6Lj6AZgZcbKzpFriBsKMQ4Zxg2wVB86UYtVmSyPHOjP6kcTpgmz-z2AjApsScNqGuoISkJOOSsEQNgl7t4JxgdCaQEwR21pxFVO+tdnnjeiNyvo4sf6NLFijfxLLbCQCUBhoSIqKObFnhNYnxBmxdgDichK4loYTA88ECfPEgnxiTxnI9VnBOYm8TGApNOsguEfE3jpod4m6q1EUm5iXxYaAsZRKLEliuGdE1cQxKKA4TpJiE1iTgE4xgpfSIQNDKID4C+lf4xAUSeyITFEZZ+vgFiXxMHG2MFJ14jScpNfGS8-BnqJ8XmLDR31EOIQcYX5OfEBStJ5zQsQuL9FLiAxBkisfSKYDuTkmMktif6BCDWTtxKPcpijzQySgopFQSKXIGcmdjoJ7ILKX2LTHxA9avkhDkpP-h4I-wYOXRA93x5xDxUFSNqR8kDSVTg0oUzSfIm0nvjkpn478aaPomhj6pG49MVuLykFSimRU4jCVNmBlS5AFUqaFVNjFasoJroxMTEmmjBQOgPgiem0FcRUwo+htWYOInYCVQMJo0waR1N-BdTJp7FD8V+NSkrj0pUzfeOdO8A+RY8aGKmkOCKR3S0MIMJ6S9O1AVB4ZToDCdVI5GEiOQS0+IP33P6ZisZeQdSbFPanxSDWOkpKdRJSm0SAZfoSsRBgal1jfAOM5Lg2PxmGhMZ-Y5aWjNckSY9AvYemZuOuq8ynglIQmWFImmPTps3InftmPenhTvpVEvSQgBNFjpgxGUoWVcH5nLTOMPYYWRaPVmUA0MRQTgFLJOBIzJZD-LmeJIxntofQmspqbMHcFvT-JxM8WZ4IPHRTWpzslSWI1zi+RMm0rBKWTKCSgiaJ+k6mRKKrE2yTQds3wJxkgD-ivAFQdwduPPH7ixuB0toGTF9n5TRGkATyFIF8iWzap5UEhEzOy5ZsIgDZSFGNLimuzc5lYWANbGy5OyiZKk+ccHN+mzSVZZo2mWMFLlVRz+nGHKECEESVy0Mb2RubcGCgVB1UFAJucFC5ltAbA1wKKgHwtHiJ0ZbouLDGDLnBRrqkiY2clxbliyb4n00TvLN0mhylZZY1WVM0O5pBd5zAQ2ebOy5mzD52XIuSdKIwAj3I-vZLjHPu6L1HAVcoJDXJdlkC-eWMY+eNLvq9Zx6sk5ej+gemkyppFMmaf9J-GGTQxP8rPv-NZmcZAYwqbDMArQyxROAWMCoOikgVOTZgw4hBUnPgUETP53YtUaICKByAAF11HYMKmgW1yIF5CkBaAjAUqS4FDNAiRRNQWKz4AysoMT3IynlI2FXYABQQuAXELhUpC6hZQuoVoY6FBEhhWIpwDMLgR5SBOKYEfnXURpW9EKbLNnEXzyZUimReWJpnyLTFJgR+Zxh2l7SopRiiSXdGRkztvJuqZ6SjO1C8LwFdijudNL+lUzMFgMlln4uCUBKVplY-xRhKRmJLUZh0pUWJOLnuir4CShGU1PbmgIQ5lMsOZunmlVj32igVJblJ+ZxiXJVsreXRxqUZKUJxS1gKUvQUxKz0lSiDC0tgC1L6xPijGYyM466AhlGYjpSCM7kYLelWCqsWMojEFKQlwyrJR2M3mnSrR3wFZUkrJH6j7FV86RWWL6WWikOEytpWsvqVHSclX8iTA60P6TK6u+8DSpIqOWOLTlTAB5fzyeWWSc5+8EZVvKelyBdlGE-ZYlMiVoLol5S+ZXEuwXWcLlhS2OYCq2WDTplXS6FdfN8zH9fwG6HkRGPKrBsXs2yuxJW0JVYUXsY1UkX9SJX44axHMpqTSopX451xDKjMUyvoovYzx7sqcWElpV-hGJuEsyV5Lq5ES+VzKgVcZKYnFicppNMVX6z-BZTPJYK+VeEgVW-hFpbK0VcRNVX8rfwwM7LpdOCa6qJVuK0TqSL1XszGpjMgecl3JWcr8c6szhSaodV-go5CAZ1Tqq9XirXV+qhwOYpdWaV8c989gAGuImWqcFf87Lp6rCSBrz0CiqmkotZm8qZx6qxUq4rDU+qg1f4UFShI5XZrJ0xlXNUUtNUgi70xaqZaWqWWVsK1dXS1SStrXgqC1oAb5Y2vzXnpgVja4NgWT+EnZe15ZSlFYirIgyjV10q+kgirBWL3kIDOWbMF5nsAwatSv2TqIDnr0f4wiYoT7Wbr6sKhIIu6YGkla21iJBJA1RdLBkRNFE8CedYuraXLq228ZXjkIhgTH11BkKVtcKyfBMBmcydNoIes-F-UCSrcBOHYhqb3pIktfeBH8MbU9ks0T6oEAEEWz8DNpBibarMJDAEkckP6wYD41sTCIsNbQAkhghr6DCMERFKxOxhUC8rHhtnP4fOgwTUaHSfw1DeXzOmGqwZaG18LdKHD4bnwmGljTdN+mnrQZV0h+qxrPUib6mDGx8EsLmG4aYEDwxZMhooAYJUNTAV9ooC8C+Qmauc4DRExWRMb4sHGnyWxqulGbBgXGu4Kny+mp8MVQm0daJrs3nrJNwyGTSGEt5wbiA1G47gZrbocbHNpm4ZBZp43Wb-wtmkdU5tA0BB-NCAPTc+Fc3aAc0Hm2vmJS6kM8qAUGxFasozEeaiBM62ccfw82brIUAbX8l+37ACU-15VAkuo3I4+aNwHGxtcMmqWDLLlGYjFaJpq08b2t9TThmOhr5Yb3NcmoEMlug6FajwtlbdR+sfBocN24vF8JVoA1w1Yttg3jnVvBANbMtey4ZA2s21grutkW+TAJl6VdbfpHW5zS+Hi2Db119icDaNqG3EAitQSUNuXSm0hhJO4OAbTbX-XHqlt526TatqHXMb5tu2lCYFvNXLKQdTU-bUduvmdbAtp2nrYdroxeaBtiW+7SNoE5jbX1ffSbe0wKSScfQc258Atp+1opltgwWrYDsM0FJGtoW8tZDra0I6DtcO0LUzph3HLydtg1HY8iS23bMd92x7aAhK3tMrcciCrV9qq2-bQNtSWPlTt8006GdgC18J2sV1mBoddGXrfeni0CaolZ26Xf1pp1o7rtw2vnZhyx0Tb7KO6p8IRs+1XMj1YSarX9pW2y6UN1O4Ha0qRVK6Xwra1XXKhmW67EdLOzjWzo11I7GMBu+bUbonWebTd1PUTmlqU36BVwgq0yfhPtm-r7tuW38vmPnYAgYuxWvPc9TnY+Swlau2ZT0tpGBoyJeI0DVCIDR1tzdOqd9XjraD-kidJOh3XDXQDWx4cF62LLRuTVXbo9CiMja7vl3W64afGifWig83J1CNFCTOoQlI06o2MZGEJGKog2J66NFCOwWdODTRbMEGG-dWqv91Qqu5Wuz-n8JT0yrhVGEw9pmwt73aut+6prYXp43AyTt00HjdXpCAP1hkTAN7Ingu3oCTunwzDrRooSqaAFASDTTlBCDabu92OI5LFuKkGJ50Z9cjWvso0FJZKgB8XNNFv3VQGo7UYIHUA5h8Bhh8B6SlhuBmxocWSaWNECGRFL0k0se0AMO0jh-CdgxAa-cqtB0Z7jdgi+lJ6jy1+Zc93XWyoXpPbyTS9GK8-WIcvHzxIG8IpWXW2Bn77wtpmo-dxpP1yG5ltIxytHsF2sBm9QUWYW3uTod7VeXenvcgad3sGAdaBwfVHrsTDakNa2jwc+Aw0eIsNOGwQ74a70L6nwm+5fcqVX2cB50G+wYRAco30bFNV+qVUKrT2+B79wTVPrPps0v7AI0Ubrjxp8l5HT9BRn-X-sAhfYgDr4XfTEZwBQHWZMBlGFpoEqIHe99h1A8ppCQFJwj6B-8LJUBjMBQgOUricQarBkG7J3gK4fJGoPDJaDTAegy2EYPoiUR9TVg8AeCNN8LunBodbwYGMpGgmY6nLVOslSiG76FmiFjkfz198pDxevfaLNvF6GK9WuwNIfDUkxTqkdxmFZXtmDFH6mde1Q4obPgm0WUJxl4ndjeK-FC9-eodV0cfCdH2jtvedZVFDAEGkJVAAGJAFMAdJ+Y3XBcJcCklUAmAdWCzbThipYavjoGtg2JQ8OzCtjhB9Pc+Gzr-hqT+EuSYBA-2p8njO1Gzb9JY3THZj8x5g0sdPq2R2TpexftsNUkPaZj65Bg0wGxECn+NiZHk1KbmMyma97O5YwBCk3xbBTz4H-VhoxXDJST7O9-Y5JFNhpU+8Cdk3QaVOxpZToG9U-+GslWmQo0p202qeYqrHgjlhp-ZEhC2Ph3BU2GbGcZXRZC6wrgfKBZpbAVB22cwDmhwYxybHEjqeziYEv2PBTp12e2dW0CDOSHuu0htdUYfG06pntO65XvPAPUS7FtaKQ08jrXqxYf9r1PAyDl6PSdINQ6g-YVjcpJbzGtwdw3Lvq0FJvDX+gc3DQyMvh59KgNg7GVCNUYYTlGqIy+FbNoGQkcR2ZA0PIk6M8D0RodbPJ4OJmb9yRurrPrBO5HCja51UzWdXNcHkgjJ5M4eaf3HmAep56s+HpWSFaT6edO7GXRkRq9bgM4zfVUbHUvhZzpNVAAKmuT1GFwIIBAHAAXBl0xgdWMlkSdipnnf99h53W8K32wnXwwFwC6+CYDX7+jNJvIH2CrA9hElccFBJ5HkBM1U+z5n0C5uI0N9ROkTePdgMHUGJ3V8AThbMBySyHy97xh45PUENZ72mOe-M64Ye2FnlSphurkwG01WHd1tgJ0DVsMMSWX1Fu1ylbuw2T6sjj4BSyes0Mxb7DlOsff2ZfCcXuLrOoc-+HbOZHuNVm8+ZyaiUH6HNhl+AJzuk08bV+n+qFTkidPW5lTTBjEXaYjRibhNRl-XRdu52ZpDj95xbGwdaOwAVNhmpgAfrqOab4DnlZS39sEQC6pLVGGS+YdjRem7d32zvXyUnCmBkg5Oy9VvucM870dvZ0y+tsiSEbWZU+x8G1a1WjnOrXe1mURvQtTn+rFCUfaRgiPr7vV-5yE8ueGsqBd9ACxvdJZQpUVXt02ynDxv0tw09ACcMa+UkqtPxFjkVuLZfr7MtX-wFl5NU5cs2AQAFHV-8HaQKP6nbIt1jxP5elNBXDrbpgo1HR2v9g9rkMA6540AiamNrOaBa+jsYsYWALZmnC2ZraCyVKc6VuAxMYKMvXpob1wKwsZYPunjrKx8A9NZUA1GtVSNho-mn2vVWcrozJ4Anr+GRr2AeCrVVwuAV8Wol8hu+qmbHEiGMztihvXlex2gJCrswCw0JZhb27rDCXWw7gD72xkB9jNofRJZH0r7Trnh9DXDSoUCK7r2ltFOraxg9XVb2t6hQNYp28cdbxAac5Clhvzmok0N02yuYwvcKhDwyfVW5ZTWn6yq1W4BaJpNRO29Mw4aOcmtVV-UMVHt4VF7fCknXmrKt58HTYZvWqvdr4B2wUdNua2XwwtwCO1s9uI7k7r1yU86cxv8mQrIN4ZKbY82Q2BOAFoHXhacjtxgFHSBgP8fcjHRQTJiP6FGuCgwG47Qx0gy4AuB7njYqoHcf0K+AtJtoNF-8E0bsNkm8bjGgm9UZSvQHwLGVhA5LZQNU2rgNN7c3zMus66tewit41isYzs3M9BxkJmYbEsHlBDxhltctbaZmGhbxOcs6Vcl1oo-+0tn4n8KdWsyD5Js2UpEnlvCIZNr9nrZEiYCk4vGStgxBKlQ2Dnck8G3dUefHM4ByO5toJJbcmsR22jsRnfSAcpPDJP7jNq649Y8R4arrKTWyH5dzsBW+TwVr6yxqx0Y2VaIVhTf+G10JaGrghrzdBy6ksXqbbF9LZvaeAALv7D-LNsfbTOxXRLmZ5DUglr0qHpFc6361wDGoQtguvkMRrQn9lzkeQ3loXllRPvCLQG9YU+uJY3X5W31N9mRNtd+j9gxqf5iE5A5rCobL6vOh0hzfiEa8K7hm1APiaaBWOxrY1WnCTfgPIWgHR1opJQBCDqOg5oCZfvJUvtmOgkhVwCgJVFMy2BHGsr+y-J36pHcLbmlwwA6w2hOjTBSPxzY+QXPgGBHps3XzehZ3mn7lZlACpZd2YO57vm9SuLkXvI3qDYevLE8LAOJX8Hcd4R6-xyezC9b81IoDI+KdPhSnSj8pyGEqcU6N7BiQZwzPYDDPsnux0R8JZPtHHYGkzkDezp+PyOfr1juZ+EJF4z09H4jjGjYpH1GOAastuO6fYVujXYAldmB4Gj8PR6vngRic7VZQegI0Hsas0806SvLnsH-O+J-zZMMWPSthOOx2C9WebiNnJwBrfk-sSFODnJR58LM84C2OCkOjoC2Vkvo5IMd+NlZ1va1Wovf782700BexfAOXweLgly+AesdGSXldMl6bqNC8OXBfwhNewssurpgFvFm48pP3vHLsVj96PSJbMOVb0OHypxYtYKtwuW9YwACiDjLiK4ucIOHnCDnZwg4+cMr2ljuUVdljazaTpw3LYxduG3nld-W6t2oUp3d1Jd+l71YNsCKjbr9E24bZGsQOxrkR9B6AMwuUbbbkLqG8rbM2Cuk1BDwCA7ZddPhs71lgCPQ6YDvMk0RDqJSxoTc53eTrLAu7Q9sjJvYADDlU6haYfA2XNPGt14IbLuJlPH4+58EwAXvrwILY94nXzbLes0709p423Hr5eRwJkwrsVy8ZgUmuSkNzvZxLyHUXXGbmG8da84DfvO3du6jq984ku-OEuC+gF-67COYHxrc54NzRtnuYI7bDpYd8moXcuOG3Q6mO9Gqvc+HF3AD+16u8dduIfDrVkc+6-ffBIJz6F+BIC9YDAvEXJ7pc1g7mvQdL387p9ze8SsxuOFj7r-c+-sSvum3v7l1xu5IfT6UA3rhw1Ob3czmD3QbkFzvTA8tOz3Ebi9w9E4XXuIbM9yl4I6Q8roktaHsyx65QCYfv3-hr99u--f9ufiQHpTRRrlXHurXFHswOe8TLQfnndHjh3Lyjdyfh9yz5TYPrEec30zkj-LRbjqtarRnR5-+9MjY9nWtbnHz97+-GeIPaePrpfYR4tvEeJrpHqa+B9JpSfqPAoWj7B-o8ODWLLgrhA-Fs3dlbEtTj5JaSC8-wQvIt012VfFuNPnNtV9XQGNXs08VPSV1maM6i+TuNPEjs+1I-89ENdn3N+52w87Po6IlJS36RvovtBQAvv0rHcq5qdFnPzBzUrXaRSegv37UbklaSIeuet5stiHspY2hcfmC6YbUrav3a9kfFzFAVDd14JXeW+vi7wbzmRVeQpizpWrqZN9quUnq1LbJtSVny+PAhvBZmF2Wp9DfnuOEbUU9N5Xe+a8VMoglUGywr9ef4y31x419qH5LfyP5ldNd8T2oaqVj3iNsGxe81eM0FJodZqueesfl3Dr0zx+5TcWef38Pv9zgEX2dfI7Ze5D0ebtu5XhvObXHWYZ++gebvqG9sx6y+mLfDvVwY72pYScC21XZhpgMVcXe-VSdcX6Xdt7vc1hOFhn4bZrtp+mPTvST6nKD+i-P2Of7OmXRj4oAzC+fnmgXzw-Xt8PE9MwzL8gkK9aeFD4pzbsoeXLGjdHQWE+9yvTmu3DHrKbU6o8id5yNHK6rR1u2foA1VviTxn7Jdpxi+2f5Vxp9L9J9vvBgrK556S8E2OTdfge7X3k-YfD70feP2V3QPE-gvCbhm2SoE86dabun7J0P2E5BEROonwaWJyh6BBX2knCLiqo4dl8JziA+8HKNUA7MvOCnOv64KJu2rHdnfoCGRJtbJ3S-4-yVtp8k6Cco3V0x3V4YlfcFV-hwdfmBFFpD+N+s78WOM+xfL+DYx-Nf9X5OqndFe76Gfmf7I-1-QjDfQhkNJ6hN-9Czf4UsBsY+q90-Tvwuu+wRp0v2WBDotmL2u7ulv24nRh9803td9-lv1pfsF7z4zRYNOK0Vt93TH2HM0UMlkTd4HZH1-c8PGzyiQhPEDz-9nwG7231IPS8yHVR-avwy9AIcZxfB2zILTXsAgDFQs1RNUgMk1WHe8VuAoAkMC38mRJlwAhp6Oy1yQp7CoxwdT3Im07tU-TKyn8KDbfyl9oOP4SwDhwHAOJ1bXBXwKQCA4-Up8SA1-0R1yAznxoMXbQgJkDfpBQKNM91IcCD0+6af3oDItApCYCXwdQLoweXUN1ad6tZPw6c23Je3T9dA9RlS9hA6oFEC3HfqS5stfUiTuxTTOuRqFPZVuVfE6AvX3yYDfNoHIEbnY-zGFT-Hmxuk5AnfyCC9-Ex2fV6fWF1mY0KEvz+8hAivzGdxAmTQCCGAkMHPoONQwOfBwg+QDM0VeYZGdZ4dKJWMCAxMljLdXTNmnyRp7CnUfo8yaP1V9Mgv+xgCG-PQOmdoTMrAMD46ApBKCLxV8HKCGTX1iqDfLGII0C6gyhxdNzzXtyaDcbTy0iQQBdg1S96VZ51X8D-YBg39C2LG2+M5HR53SchHLJzRcdgg4MLcNdIW0pxxmZdygdDNGBzw1oA-w13U7bQDzs9UHBzyPcnPMvwT9XPKj1vcwAl8C2C1nMzSmR4NKYLBFDgg7TTd83Ht0J1lgz00N1I-BW1MDUtFXyec1ncxRcCPUTT1y9tPPHF09ofdHWM8o7T50YQsPSfypC-nNH3gCCPFQFGsRPQiTE9yPAEMo90AyN0x8AFcxQXcKHWYwO9vPAd2V9+XSH1N4+DWkzxDhDAkO1Uogh8y14gzPM0v8hfEby-NhWJHFN529Cs3Z9EALKTf8C-B7U-832Qn3js7-NFCC0ug+p11DxKU3hqDenAT38YN1YkGF9v-fHQfsadHUK99OuRlyOtBrdkKylzef8Bg0cvTdwCJWHIpxMCLtN50eDfNZ4Mn9Xgn53eCgQ2zyZCA3FkKo1hkVAIhcuQjAIMQTFNEzcVbVcuTodsg762aBS+Ohy7d5g5U0RC1abU0Ah1g6MNh8ngyfSfdqQuBys8pNT4LTDQAwN0c9QPSYTMDOQpByr5NArXleJ3icEy0FhwuG2hMfg5k2bg2gVAHhMnQRE14kUTVxQxNC9bEz7sfHQkzktYqeUzaB9Q+pnlMpNf0LzCZvP30AglVbYzNCTIWyyXCQwS0OfDBgX0zfCMVLKXtCuGb8JmCLzZ8MoDeNYhxpDPw8z2fCvw03jIC83a03LdsbC8NWClwvAIAgPwkyH9MEAQMzf1mgVlDDMEgCMyjN4yeYAQiGQ58HeEMLV4XLsOApPyYBicfv26c-wrQJaNhw1TTStuA7TVPCs-TELFCDEKH3BDpQw-1lCPkArQ+8qMdb3VdW9ZHHrE5qDvxQAOIgQJIj3-NS2NCt1S3VWtzQzj10snwGSL1C7Q-8JfN-tENz+FeIzcVEDI9Z1FDCXgxbHf0XbZgIKNUIowN+kGIlgI0CnIjyy51hkOSKjCVgyiJ4jTeABX08ywogNtCducnV5dRQjY18idufyK2cdguVzlDtfdQ3FdwFTqUcsTwqCKODd-evQSDC-JIOvsUgjUI9DH-cXwacfQpIEOcazLn0ii7uIML0sywjAzKigbCnRjDHHVsItCQIzsO48kwrsN45EAhcNZC-gwyNPdJPFMOBCKAAsLMViwveVkE0Qgp2GQ0hHjU8jgg18CbCmolsLjC2w5Dw7D26bqJDdeo3dCwNRPAaJQDZwtzwpdrw9D1fBjI5aTnD8jFjUhCOTch3Aj07RyPSiDtAUNgiGgpYIQigI0uxYcQDCiLr5TuRKx78LAmiKsDYDNP2EpXoqX1S9AwlHm2dY-df3cDHjOwIyi4g+vRCCkhVwPeQ97fiwPsKlMLB4sInaNmpgAQYDU0dUGXMkd9ebfHyWt8o9V1AdtQ60O9DpHcqPD1arN81dD6Ypn1F9kA+P1jD6tZx2yDvNKiN79qcOiMLRfQ+SKn51Pdx3scKPVDVkpScCWJ6DV7K3xJi3oM3AJl71SfkUjVQr-25jZLNII694-OGN6kAomaMxdVY2fzboRYlz1ycJnfaMPdSadpxVib6ZU3zdPopEPJdErM2KW59Pe81yCDtZv1hjTeMHmcDZY7GNDChpBcjRjIUVekxjheG5wMdZ1KITbMXbI800ZyQ66kpD1IxAB6srPS10E8vgoFz6jMw--xzDRwnyIoA-Y-bgn84HUTQKCg-aaA0YLGBT3tiWIty378BKewKxCh1caKLCswO1VijNfQkO19szHNkuMAeLsj4DegujGOcUYrKQnjlSRV338ZZL2XN9wGImN8gNYsmO1iqMdDm0dt2GmMRiqMBIVjJ3YlmyhUSonp16V-gkGPW1LAlWNCjmI6iJT9rArp14CxjOeP0iY-K-2DQknd31Z8jyG+KacZfW73Y8QwAePMVm4qFSDiNA7QIPpsg9oNb9kg1pjQpGcEn0T1oEyaKjtf1OqKfAgzRxlRj9AnQKXi39HOiGCnwVfnaD1Y4cE1jyYnVBoT4-HBKHjsuUyIPpug+BJuCyE03iITKEtumTogzFBJEjIULSyKj3bOGgqZSmdxl3UarfvRcZa6buiOo8-B9TBdWE6v3YSYoulx48XwHF14SdufhJfAigwhOnCDIs6I5DFY6YHBj23bp2S8sBbiIoAH4ctjWQ3KEeKRix4u+mXifaKeOut2GI32Ti7nQmJuliY+hL3ifgFeI3Yj46mOyiD-c+PASBY9bWcdvPP+P1i6Y9BNK1ME5AJu9nEnYDgBOzQKKIT-E9ulX4xKOhNJitYiJKoxmE8BNyTXEgOLeCVGQvUF9Eg073ETgEncgW5FE3hli8csYywUSSmJRLcYVE4ATUT2QupPySGkpMKaTuuO2IVjqIxnGfjKbFLz7j8wjNVwSI4nZw8T4ou+kCD44paMPhyEiQzt9a2ROOudsvW5w3ipHbxIL1czOdjTiDER+SmSwww5L4SsIoMyatzo9j1zjEwzd39A6Qk513VhE3d17CiPJ2JI9Bw8BLQCq4ixI0TcZT0N0TnwIxOfB9Ex8FeTDEihOJdi0WBPi0ckALGthbYCIF3jKkrHyP4MQhxIiinE+MDyT44TZNPjIUPYORi14-RyCTC2QvRzNFAZUM0A-hJ5K2cjzBbw+Ts4-5LaiU3LaK3dcPChHFTEAYFNiw9o-sN+DIU7MIg8YUhjypSXE-JIa1ugrM0xSLETl0ETT9XFI8R8Um2BBBiU4DVJSfY0A2+FKUqsn9VcEhGIks4omONsZ2AI5PONQEVeNiSr7MSKZ9fsD3xASbQkhDAS9Y59WUjzHQ2PMNCovSy9Dek1mPkT--eqxit649ukQ0hUscw2i-EnD3zitU5MP49Lw4uNBT7PcFIHC+Y62yGjTo1VNtTeUo9gdinwGgM4TEUmywcBUU-ANdS3k3Iyut6gxYKRCGLfTVFj6tFt1qM2IgSkjD9IytIfj2EWSloi2I9P2bTlk3zxtSQ1atIf0iorLwZSpEadyzNYQo52OCT4-+INiMkhmMwSovT31jSzU3wANDcHJN3J5zFVQKiVwRT61D1z0tmIqVLDZBPQtgYtTw4c00jjwR9M0lH2QjC4gD1R9EFYDzLirbbv0riwNauIgSTPa9J3l7UqYJ8sYQ64IDF3ovOxtNu0+sJR0EU6PVMDG3AdNbcIYngOoJ5-fh1d0EMthKmjV0jX22TnUm6jdSteT1JVDWktUJa8GYwHCZin-CXz6T9dWq3RS7uG5KCR1gkNML8w0oJHb8JdLpMGSek-6lLSZbbpLrpEGJhLaCFzf7xvSNkvlMCi3I0aNgy8Eipw0yqM9hDvSoVPXSl8fo99LYC+0zHyXT7UkzLKozM5HRKxosOZI5CONWG2GRpKIUiYBOMpEU0T27Mi1lBeoCi3ag-ZR2HyhXASSI9B9pFG2GRGoqpw-S17VL37kjM0QNHdfAk+QndaMi5M3T3uGh3njd0l1MYyKY+clsYHAABT2SV6A3y9TcowW1b1ScE11PTd1PF1HS8sDmIF1xMhnwjSQHUXytDuMm+L0BUgXqHjT2QuFOHizIpNKPMrIgpHmiSnIbLkAW0wYAEztQYROCNs4kklcUF3MVNzSVU2zjlSMwiDLLT7Y4aNzDuQr5LgzXwFLP8z9MhyMR8AIAePrSXw36QfTRNB7JgiMMuCIFNvogo1+irM8iPr4LEidLMBZKcWJnSAgFrKliAI4GMgNqI5WLByYkcrNZle4xxMKhNMmtIdS10qOJed6M5bOxl2Uk5NKyFQjlKL1p4h5JriJQ+8OTTT2ZpJ-SfksVOFSJUlQClSFQouJ7DlYdMIOj+oxVJOigQxK1Q0lPMMMp8Pk9uIoAbzEVSpyFQz5L0zZhH5KR9G0lHwwQ59HoTMT4AtnNAzhPTnPLj2Q6FOgyLE-nK883goXOaSRcqtPtSjzXHMZkactaMgSUfLjxn1ugoDIE81c5kM1zDspVMBDTsvnMM0Bcl4KNzZkk3NsyjMiXItzQ1K3L7Dpc3jzM87svOMNClcvj3pCnckDJdznYrnNLT3ckcN1zK0-XOx97zP3Mv4Tc3kLNyyQ63IuyY8u3IgQHcgFPR9ncjnJTytcyDOVTM83TOzyWPXPPPlJcgvJhzfNJgElC8gZWCYNrs7uICB8AYdmBE-hZNKdSTUMnOepqU1xIxzQIisPuDw8xJPYR4wjqPty3gnaILT2cvsIOy2QtXOg57otY2+FH8X4SHUTsOEgcwMZK9NP0r4hxROUsstfxyz9g1zBLiwM4tIVSKqFKO5hNAX0yEyhdXxNAxKwz5Q8NOMR0GmgikDxFhl7tVJJgQsRChESwKENDExNJRIM02UiMWmxaim3e6PXjW5SVyVdH83YI3TfyBVw3YCC1-MLTvgj-MOi-zb-OeBf81KKJzJ4u5PKgACYAoWVWMZWzAKPESAr8Q4C1TBgLDQ+ApUBEClQGQLC9UWkL10CiTGht9s13Mmtp8yuzhRZgZQraAiNUfIkkCMkz0ywIWSrNAQCmHkGhtYbTLAF8NCjGSVD2QTQACwAQR7DMA3udDjMLmlI1MnlCU3AGfTSUrwPuceLDxH307UoPMDsTYn4hqSHSdLMhQ7woizlDU1E-VScgi1TMw47SAsgmRiyJIuip4SDGQmRSUzHPxDJUFOKJCbqFxDGySwne2w8W1BOEKAxOWAE4shkJDTuhUNVVSs8JuRkKJBj8hPUPgCi9ZKDzvCvgqfz106xSuT5QnGV+4swaQzOSAkn2jqFLC7PxxARikDL6lsiwdkUAIUkiXP8AaHArj8fiAMxJyIgMnn1T9OMFCAFlSAkhDV6hY4uH4hdCYt15CEWosM1Tix8xxkmUQZF30AY+wV4LYHSS1O9C8oPK6s47LBLaKPVZNQAVT2AeRqLdAOHzaBVC39KtUcQgeTjzcPWa2aL-Qi0wjJCi6jLEDHke6Pi1PinKCw0TEx8Gjp2EetCZR4SvAHJcvhHMnuir7MXLBVIkek2fAqSgiTM0nwgCG0N-09NLRQnlLNyhVoebdMhSUQ-8BPVHJHjWwQI9R8AbCUfXU0iRhS4DL+L4AektpMXwzSMGAOSyJHZNk6CUsISYSyJBeznAcBwlZQSwzRvje80NRhLFLe8OKxeOGUpRKbskr0yLMXApCNL7iwYMESSnCUiyRCSniQiLzShLMBj+nU-TSSqMcIoPNZhdsxZKoi18V-cweZOitKSOOGkqk-zZOilLE8mUsDLbzNXWP1IyxUn2kgSrMBBLFAMErVVI8xAAdLNSrNI9KDzetHR9YyS0o6Lrs9F3RL2oiQJfBiyrMBxKqE3F1dKCSwZCAozSx4oSsrU8kobKr7QPNrKji8nkBLsk-IoQBhy3GRDVxynGVzKI80spDVKgpcsMzsSwsu3kVgCssRLfbabC2K46fVOXKyObxjVtyeMLgvizys4v34LioPiuL9S3zVuKV0acvByOyk7KJBjGGMGKxqNMiLJK+naz0TIKS3KKuz4U0sq0BK5KMprLcZDbMLC4y-6klK5EavMnKuLQfXAreeI-m+p7ym3JjywKoEBXLISnCqlISy-Csrltyx0J+JqywsPMUB42CoIr5yjCrzKbwlH2ArkuPCqfAIS0suYro1QZEnNyK5EsgrxsuYRzQMSja0rlHS86wwj9ynYo4YEcx+XA4Ty7W0vLLi4Pk3K0gcQSCF6OGcM4rgoHwMhQ9iiznlMZePxmbhKFRStvLjBfssAhiUHjTZRfkd0vZQSKrstABEULSrNtBkHG3zSyIl4qQroyy3mEq0K4xn1TisVoojJpygStnKh0sdz4U6Cq4JyghinKC5SVK9gFbcMsmBViwZSzhXCqtVbMpygFy-Mu+K1nVioVzWZMSshKAFUioUiCofMraAL2GtUgAB2ABXA4sNLEtZLBgMqu4rvSryuuLfNBTkcANOE9jQqyMpCtrjaXZDSW5cCk+TvphqogQCE5MdSsUA+EFYp6kluF1CBNahYYsmLZstQsGRctXQCWLN4i-25SUeRXg146wYasljepFauP160EWlGr9uK+yZKMPRUpjzlSutN+lHdA7RiLarJ5XoqWtT3RjL2S1rXYAPWGIqRKXEYao4T8glHiw0zqjoxR5Lqh-2fAy2J5QfgB2J5UaqCkV8OfByqsiockwasOJR4Iax2KW5oa-Gt6ksXC6rkBMap8BV1p4owKer5qAYPHsuyi3l2qsLf8FQA9uZIBQB9wu6UCd-IPsCMA+AYLIYBXIWMHs5m0Yk1T54s7yPMTEslZJcFky0mv9jtE26rmKZQnItZSqqJWqe4T7Gar-RtefnkF4ByOGspq7pOKq2KD1K8oNqZi1arCEzmLapUA1agSMONWaz-PPs7yCMmGqs2HNAh5YGMrDOrWUQgOCFA0dCL3KreCmsICQzXCPHDIzNCuv0B2fqqziYzQNArLBqxWp24jS66ltqKWe2tVrxqmBQil9pfOr4UvEgeXNqEq9Ouqj4YiHkV4GcnSJ25IyuutVr4avxIaLbUfLG1qnavVD1rvMa2t0BkQjH2WrTaiaFYF4qjSr2ztq3Z1dqaCkiUGEKKiaM6LAIOMtT5Q6wMxNKweFus1MfqqqshKrSx8oKN2K18GgqF667OxrvSkNy6qsK18B6qlOCznLDV6idiXCSq2yDAwlw0Mwzh8IuOr3MB2Y8JGRTeAdgDq960yqAiXwYIubgH0JcIWBbIEBvrlJSN8soR01SitwSvSjU2GQfyhwQBy-yrhwByQSFwTfxiAA4GRdlpGl3Z4UecQW7q3uOaoF476Gl3IapEKhtLrC3BeJndepcQXiT4EZfi7YCG2gAHYweO6GSwX1AWnODd+XQD4FVE3WJg5uGohviASGv+x9qyGodjfTHkWhsUatS7dJQTp6h2NQBUXcKEjgfHV3gKQVGxQGSxwNPmr9Q1wraF-kqaP-CTh9EO6SipdG9kH0bSeWGtYbRGo8BfVTGw8KET1G2wWCqXEOUsCVs6oJH7IglT3U8LoqmeIP9ci0iXXM0eXOsGLR6i2vnZt05hpZR0q5NVVKBq7etXcBSvgAarJgmPPZNmq5nOKbiS6otixvq60lV1OSQGuBrAi+BCRrAalGuI40a48u6EEuD+J05P+PsQgs1Km8sGF8Gg4Hqqumu+vFMCmlZiQ0Vou8oYqLo-8Bvq+qq40AgH6m6KWzHJEpvlNX65uHfrwzO6VjqcZeOuI5f6tQtGaZit8P3hcAH-VbQpAaVTMAf9YiOk00MWyCgaTIGBrKatVM+plrXzTCtLzr6s+F6q5QO+pY0Vm+U3ea47Z+pMgtm2yB2a8IvZrREswQ5vn5jm9mT6alm58Iuarmm5r-w7m+eAea-G+UxebgbcsIKDQW9ZvKbyw39U0bVmkMFugnGy4XHYAEfJtZl3ecXGiAETSxqL4bG8kD0b6Wv+Ek9TmodiQsKWwYG1K5Qc8JY1voxTQBjfys3R+brShZsBazmv0wr9NiszQhanwesw3NVwaTjUyoWgCBhaY6+FpyhEWwxjJatVD1lKSnmgCEJbzKvVv-ADWz+oObv6o5rfCaqlthab5+MFoKqyOYVsmYxk6Bqtb-wG1vcjW0plo+b2q8xNwbI4DJrjdb8pKJUlEmtarHrScnkFCK++cMTJVifCcsvr1tQHxrViORqoGqBy46HYppRN6FJEs2v7xzb2EDjgh15+QtvnLi2rXl28+2GpE4o5WtXVE5+qxtpCKfCx8Q3YK2y7xWYsE6toxoB2utv-gG24EqbaNDEzWCZQy3QzeqehHktnrYyYJtARJwtCsfUO2nGQ2o9m2NAzdQrHttlbZmq+raAaalqq3SWygpE4QqWlcO+AETZUAXBIZPEwJNea7xryzPrNEHcr8PACr7blSK6PlLBgQ+pjzG6p8GjKSSLMrgq2KhCulLPavyOTUMy2CuPbXi1rgr9OFLpIPFYhX4ojISg2IRG4sOiIGyqyU3tpLblSOd22DSy9wVhLOuc8Ro7c5fOTgMEy2DqTKIyCjvBDqOlOndkXyxjt8hiOspP-bsvDDq71WxE4Bw6XEZMVE7ZSZAX46Z2nVGkbAlX931kWqzkmEbk6YO2XbC3SFP4yIyBTrq5lOoRvfkd+YjuzKaHATrI6EORRUQ9Y2390TsNy023o7RFZCRwB1OpdrJ1EdT6rSrkSqzs4VE7DFGoUTO0ACc6EFRX1I6tee92ChhXWzuAV6OhzpAcMKSJA073Oj6sCKdOiTtbt6bB90Zs-Ohzv8rb4vrQdIXONznYA7ofxoQBAOwJSCkLkmJsLqopYuvAVGG2KqSaK6+Dobrq663lrqY8mGtA6TazGrbrpADXimrdayhpvKB6xcyHr1268vWqlKpovTgp6xYpLTvbNTPnrB42stT5l65ZpVaJK4gXXreuu6S3rqm09t+bSyoBpjAlWl8BA6vDWMv4quKx2t7TlK0dpY0spABs7r80G7uChHymBvVbXwfEvgbluK0pQa-oh0wsrSIkHqwbwen0utT2QS0p87t7EVx4V4218VNtPCmKsVCB5GYuC7xFS51jjYg-ZPiCwvFxF86Yu7JsO7FyuROAU8KkO0Irr2mPIdtU6rzsJ7k1XLods6K0nryq1bahUKqY8022+6jiv1zu6dyzHp3ypKbVy1dtXT-hlKfZYyXmgkquHuMTOewpoTsKexXvl6BFb7uGpXyunscrw3R2tYdpajyqC7GFYXuSFdXYiH1diIQ12Ig+cCXojJJEQmCHA+eKLoqcFe4drizle13v-AeeoiuZdNe4BXdKdeokD16zw5oJlaZWqNuh7dOvOX0RhAXwGFdTbHSvTa2BWmvh7dzB8STbD+VHvLqrjSLCncqWjfV2S44qrPx7NAXrBxBTYMQAHZ4+iNgds5KlTOfp22o7v0ydtZPpDBvu1tGEA2EA4AQ8MEUZxr6I2KvuHb8u45UB7f2wRA7bm+ldHuLZitOtt7YofgAd63oOPpd6TmdPv54IGd3pX7xipPr8TE2rfuTa-EnPpyy8+hQpyZceovqyieQIZp4biOAZWUZl+9CtGSJGq-oHZb+lPtr6dYoPlTQO21-qn6R+sfsb6ONW-oKR1e0rGLRhkQkpZqFu7A0AhpKau3Qxa7euxpowUKgGbscwe3uSA3oJAEYUwoaoBIMKLUEz0bxa5WAJ01aWLPjdg+v7PPrR+yqsYqgBjUpp7+gsAZfAIB93TczPMuAbIUsYOu2+AkBpu1IQ0B+fowH3oXRRwG8BsgwIGnGogcQASBhADktJjf8H16yKkiJn70uqxtjtwQhcmZtEekmX86BFFHpSaswLPuT6J7KW0L79C6rIJ7-i7LuJ7WevUoAGm6vvo97ye4VBKqqe+nqrKIyDKoC6U+2waoxHupcvv7Yu6hV56Oer1wjaKqh21nbxNedvv9fvNkNjJd2iM1jRcBkKD-wk0YNDAaZmsns97Ah1Pi96GB5YUZqTIX7q17Hau-rCHde8sI0w2akyHvbyLDlv94k4HmqHBAnOoB7BQsxcGiBXAQA2+BiASWqXCTBxQZD6vm2WowsZSiLrNt0vFWoUGN+y9sfAB+38zyHgh73p+7fe4VH97+ewPtRsV7CgeGHcahAAmHoo9HLd7hULnvmHchnIbV6VhmZzWHXKsod0GsYYrB41Bh3YdGGvK+WujbbejLvUGTIlWscHN+4rRvL-Me-riqM+jKmWHDB5ruz7J63PqgGZ6nPUXozBv1AsHNAZ-uI5-hp8vv6pmsZK-6ABhYcxGrhlsun6VvDtpzoLh84cJH1yp8BJbmB5mtYGoTW3hepnGzgXxHKeVlvMbggBoesbviblrpb9hYYTUZZhtkf6GE7V4fzTYzMrvgA9OwWV7ARZSKvCUJZIzpOB6u+jN37AR6bp37Um3dPSbPB5NQM6SeuwbJ7ANWUdgBKeraxNHXB80d1l3B3isZ6tVXAD1QaXcHItHgSn6pXyZcuGiMaVOz0eEaQh9kuEbsa8jkl6qXOO0Jqo6E0bOHz24RvO6lS30euHBgX7uU73SmlyeHgB3xreGQe8PpLldOkMbWdRA5ToT7zi7fsDQvRogQYbM+qEeMGYRo-rhHU8hEc-a4RTKNUMWUAse1EAO-+vm4pEhRsfNRys7ty4rXJbn4a1hNQWCwlRkRuMbhxxPl44r+vTtkaGXNxpb7HwL0aw1RWsyoXK0sOGhMKgU7dM31-B18H3qmteMfyCysd0uqHKNLcdXGu-UYdccO2-ery6-+mgbmbBgA8ZfAQBmkdfAWBuYSpbU+DAFGbnePhtEbJxpNCsEjZH+2bBpQTgDXC6sL0eUEE+YCZFH-wVcfu6qBsSlbG0+2LgRVdeXEelyL2wLpQaZ5CMbbGqMGgX+rSubgRK6+YNLoQA9O2rkJq0JxYafAmBZOmXG1GgoZFaeSyJEDGSR+weprMJlqu+6BUN4A6BrSz8a0jvx9mqchoga5E7s2WtcJ1lTYP-FqgmR3lrfhxkQicmbAnEWsqAyAeSfIAi+QPhqgjwxCfTGUJtaklGaJ8ifzH1JgEZH5yJgdlfEmBMsZvKaG6Matq9UcsYMGmupNuSar2mh2YaHa8GHm63M-PuoE7JvmCIFnusfgUKGe6idzHfh44afBNiyKa6hgGOQTCmuoErCUFb6ZidcnFxq9qpHHwUSfYnC3DRp4mlxviZ8a2JgciKGeqOkeJ1xJ18Fuh6oaSbWd2gDkbZgngaVVqh3ETke5hADPgCnllRiQfKhmRgUfomj+QJ0mcOphScBgEJpFJMnrx39tfpJRgBQdGpELoreKVR+sbVHE+-fqucxi3oveQGGxaoCm5u2EeCmFCxasBMGy46ob7BlLAsFiTGE0vwmkKzz26L3i-jpyanx-Ks3Ezhn6eWk-RuEvDaBe1jrtG47Nac9Q5G+svemZNFZt-7iq4EuTom4yugmaezZOl+73Stqt172gj4Yj6JOnnyk7MxKTq2nrksusrG-E-ChKyeQdl1GKD-Khp5BcJigsCnzpvarP8HnOtizF1i7CdQ04uYjmb88J3sodJkBK+xiaYp5CsZthZo8E+m2exiv+n4gP6b6stVQGcQAsZhErIrGm5dmWU6q4jlRmH+w4t+182mbp+Jxld1Km6B+cesIRNiirikqpqE2b1mqMXsZWBzyqJEfLQR-nnNMkKyTqbFqWm0uQEYGk5qVmjx18CJdm4Smcf6qAeBDtnEyF8ebgMZxytVmSSiVrHDpW-7OeFU5sAwh6w+q1MlH2OgWQdkK-fQbdl05QuYY7s5ErIrHvJlrrBmOOiv2lnDRj5zhoA-b1qcGCSJuc3FLRtFDbnlpG0avUo+guRalIUMBsg1zxKIfCta0l-wRqYOnBAxq3OwQRXaYikiI8GXEXOeWkwx-33Q7mWlXt416akMC7nsZIOd8nPrHjT3nY+8IcWnPK16cQ66OoLo3nA5nMq+mz23dUOFdZgIxftzxDZrZKUAZ+fKa2DYefdk78o8m5KtO1dutt35zefQmnEH2zzb3WzsYgCyOH21rbDZ-+B+9qNUGoQAV5+IDXnd52+bjtIxx8DwX8gsBbvmCp4ya07U+X7pPmkqxyu-ngZwPuQmobIhdwWiJhlL4nBhPcf-BGZwCBoXwWg+YTHXyyhfdLuFtZxH6qBm8bKmOFiqdT4hF9ud4XqppgeKH+FnBeEXqFxheUXKhuhwanbIWlpGmVJ-+GkXlpFlrZhyLMg1CyFwLaAdAOYReAlqjJ5uCQnoG5h0oGMGtOfeGKUvGfQW-bKwdDGVax2VHqwRy8U8Dse-KbR6NRq4L8nCs2Yp2raxqjScUfF5UncEOuG+cGwVhPrlix6qdwTJYXUfOlmE8OojsiR86XUodnNxjxfFmmFyjktnil3WbdnnZ7mcM0MF3wA9Zf+wWYYX3ZJSwiAeplMRgQd6oJeeG6pl8HGDXwajsPGyF+Zv+bb652ZIivK2Jey8El5AVS40q3AHu83oO5ruxsRyfg6oO22ZYLZ7xppYdIrxKjE3beZxQCqLJPKTrmWshnmZrA7oY5c2XL+OsHzoj256Z2WG3c8VaWFlp0A6WgQAH0eX7h8oU47LxnMimXAR-JXZBC1IDgna222Mj2XIUTdua0qi7doAHYV4peYF7lgWexny7F5fCA3lyYc6XDNRpZ+W7sAID+WdxgFYLnpuDsfn4rbEugCXlSTduSnKipFfhXpculaqK7lu7AeWiRh8cOFXl9pYXgcV3zTxX3yhoQJXEllGFM6v2klcGxnOdKeQW4aeQTFm6l9gFomtnJiaFWwkKftXGHitFcTJAV8VFYX1lgAdwntlrVbTl+hblfeXeVz5dxXvlwVd+Xa5hsecAVB9xdtlWZJVYSnQARyZPsPJ-xY9kc69KiCWjBzUaYbwlw-sOmXaqJZCnmU1fpepNAYLmmL7knkA9WShDXlHaVGa1cTnIKNjoqWpht1ZDAspsUu9XKpkheKmaHZOniTX6B+d+a5Z+pa3mY8j+dKqf54DKtm+YG2fbpdZpDUdnVK8epl4+x02b7qjZtBfgAFV11ZXTBKx5HkFv9AlfAGEZqqcfANV8Ad6WDMntbMrF5yHuwagY7OZV8ZSnJZGrklruvHEK-ScQCKBismcrmrjUIIuSOpdmdOm91kQ2P6nPQmKiEbhWIVun9V6XPiW+Zuf1RW6FxjSfWIgK+xGDgyl2wXaN9ejrOHEy1XMvnGbBpddGZZ76cVnSlhifrXiF70c6baFvAErLbRhAG3W6ytyl3XMS6daLXjx7FMro92nQzda+2D1v-g21o2vbKNUTsvuGE5xoozHh-DdZ+FZ4FIuAA0RxQCBEJJUvoQBy+n+spaalKpauM7oJUj36wR1kgmVOeBJcOXBlDmN0BxN0Ndk3LlxTfI4+N+AAE3Wm1TZqUhGvcDE3juGpP-7BlNDsGwEl3dfEQFNxQCU2gkd9fn5MO3cVwBykdTbL7u2bDYs3dqQjqc3DNuIuM2hSHVBImCSJgUs27pmzdARAt2VelXvN3jlq5cADTfL6uBOfgiBS0d1ai3nN0bV0Ar+vAWC35sNTe4nYAMLcK5pV0icQAmBdLdfWst8icS2eBLqALQCoELf85uGwcg8gKDOAAWLBlXLes3VlhMg4axkrhoOBmtlbB4A2tsTc635N8Rp624ySfgqBV+XJUkbhml1vq2RN5PrE3ltyzSk3hNg4xU39NiZSs2CtmTdgWUAOTfK3bOLjf-g5NlLeO2fN+vrEWTNnVDs2ZVt+a82GtjtkU3TN9rkO3aOrzZO3YyK-vc3f1h0c83HNn7ZX5fNpbbJWduczZR4UtjtfWc9twreCi7uKHYurY0kNRB2NZ7hqylw6pbhS2N6j8pWAUttHeu2KAfLf83lSCLbRRgt+HalWktkrdS2kt6LcIRauSraakct+nZq2IgEHeM2WdjMTZ2DN-LYR2KdsiYZ2Tt+BGZ3GABbfn4-FAIDK2xKK-sG3Wt-+Gl2CoZzYm2J+BMhm28yBPSv6sdpav24ydi5J7rsqw-ho2N66apG7t+mjZDUDd9UfNnk+tHbW2Tg3qRt2gkdhubqX107Yl3r++fmt38dtIC52qYknYY9lqj3fgQjN+be929FuGoEaT6c6px2Y9havDmn2L3ax35haHYO95Gi6pKxfdxKpO3Nd5+m12vd7DaHFHNl3fmKjdvteobYGAHYR2KGnnioaaNnYAT5jnQwoB3xEWCfWFM3CXjb3Q9rjuB2O9kcZ1Qm99YV451g-PaD3nl77d73w9s7dmE0livwyW5ALJY82+97wWS2BG7KciR59wbEX3l9mvaB219h0Y32B67reT3uG7DfmE29krF3W6t4ff4AxKWbZV94ttzYPWAd9nh73hu+vdG676G-fN2v9y3d2SVBRkDkdW957YH3E+R5w-2k1hRO+3wD9IaH2gDoaEIQx9wPY13V9kcSc3p9sHef2K+xbZDBt9lGF327sAjtL2D9jA-b2PGzfafACDrwCIPJUG-bIPxuCg7mNb6ApchR8-HA4v2faq-cYPYhW-cQOH9rXZV95d2KCG22tydk22o10Tbe3fFtfob1pN9ihC4bOMPbB3VtxQ7jWsJ1A9J33MPVazI+tlXZ0OQVdgSm20DvxR+rykULbdHR9-1tB2btqfgUPPvfsGUODDwDnPIkFiFds4UD8PbMP+2+lmcO1DvDnHb3DkGpMPoObw4cP2OenU0OAjyI59A7Zjw6X4bD8fbQPH9lwVi2cD-ASi2y99Wp27t+u+jK2nJvI9CmRdrA7sPudr3ey2sjmXbS2xGuvon2xd8iZ526uPnbSmRd6XwIiuWFX3F3uGmQTaBgtwo7t2j+QNAKPPV5yeKOOdzA65nQj27aaPqtiiZSnqjkXdqOP+2LG6ODgSo4Z2Uty3ll3BDgvZV8rlio6q3ZgRNYuSvVgqEd262E47ljYyGfa92B2PNbG3T9xI+m2CoWY+2Ootg7yHYE9NY8j2s2K2qobhjqLYGPD+JxSuPXdjXk4aI9hOq2W81p45+Ifj6E8fN3jhnfaPUDxIoehiyO6DtAQ-QEB42MZKvDKKQOTLaRXERN7FnIjW00edakW7BbM3iOOsBZpIAd3ChjIduk7esBaPiZbBQrBVp05v2mjb9bJ+CBpQQQqCk5NazAOlY4RY0TPCBLgV+atCsL2krEtbZgCgDMoPIWAClB-kJ1txNBNv+pZPqTx8HpOmARAcBhY8Zk6R26T0Kz0rUuUK1jRxoNU6kABKAZU5P1OqI6D4FBGpIfQmlU6URWfQYXGcV40dYSKQXT2yU8AbgaaG4lxTg04oAigA4DGoBKZrSdPMyvw6+PZgcKngBxEf5AjPY0H6HjxiAl04TPmtQU-ng14XrAcAKgTM5YAJyGeFoBYz6U6cP+60KwGVBTj61wARQQmDLPyV-+EjPKzmM7ZZazrgE+5QrCfsFOnEVs-4B2z3U87PGDbs+rPez5GhlOBeQc-OVL+ZAq8h7JRHe1AB2Ls7saCJOM6LV6zvTbzAB2As8FOkgLyEhgLRcU8YQuz6M9oAyWXc-nPrTnzNgAzzzRDvO+zzgAHO5qZrVmAPTubbk3rl05f+PnJxEX9Oxzs7xNBSu2YCcAngcc7NP5+A04zcmUQC9lODzow-n4blo-hPOQuCgFguNz809Qv6q5C8wvgzxCQkAwz3C9p3rzqs+gFGjIi4TOhztDERhQUNmXLOKAbc4sl3zz87nO6z5c-+TF4Es4ouOdiU4rObzmi6QumxLi8bPtxalEEv5jyc6YB6aYPHEuH+SS5dPBTn6DEAeMPcutmML6o-U5FWodnkrVuUypNtTKtbc-4Iz0K0+7-ozBsh60MDwCEmiFdc8ovY0RS9ouJL-c-AuEAVLmkLI4ZlZJP0pUC5hQvL0Ll0AIZO6TRF5zlOSdAnQFFgvboCsalkvNzh5fnPfz0EkswONirjxOt5ZrQ4KxgZrRTBPTnUgzaYF+tuYWQm4yk+VoFijd0BVWC0QgluZQXBdO8rpgAGVCrubcQXSrydvKukFK+E+VOrmq8UA6r+0V8v2QCfpauJ+9q7uVI4Ob3cPCx1gAcKJroI66vhrmMSKvgWLto2rzRfpU2uhr0a-KhuTwLjhUqxQ67ugprlhSoAiu3zmjXnFKZiuv3OWq-2uqAS062ve5fCwM5Hrxq-ZAL2lq4vbzr4EVjXvL164ylAb0K72uvr8qEvPja3qT-3Ahb-e+5zgWQ4SqI5CDDpXOMOxv25UDJblIVyeEypjAnrkVa8BeGgHdhvZq7-c+UHt9G4B2TVjA4Ju5Nk5Y8ve146eOuIMOTYbEpOlsUZvVmda8jgSJirmBPSBT5RoEh5PmGM3cAAm-pniQ0FZ4uEyaW4tpgjjrzNVzvejiVuTQeI9FNfwCfuJVlrwa-AUXse67kuXsF6915fwC9tdZdr2W9S39L7pvxxQbmzg1UOzrXN-AHtjw9NudNvW-xwSJvBHROBQYskvyLrr+q1PFt+a8r3A0a5tSHviAnNvkWWHcxNbVrhq-gwsWwGGQwk77m7m2cZG6+sLC6Owv-3jWqk--gATgoA3YK0aa7uRSRqgOCXBjiub36fJiJaCnWZ2cSumWr6tvjuNWJU4HkKT4QqJBRCokAJu-FB6ZM87oLIpyOzjnaaLG9ppmbOmaxi6fvWm7lm-Uw5W1a6Hv+CtoAHyLRHGS7u8AHu7wACb8jZA5tZqXaAu8jnT3EEBrok4pWGmkK7C5jN37jBWFbsjwSG9zpSpvvfDjUXBWQjrW8x0wr0u-KgaD1PtuBMl4g-zmklkm8-24bgA6r1qVu2vSolsV-a83e97hwdJt1q+1KEnt9OUICHN-oSqEYD9B7NqmvAYVj5zxKDgE4-7ug9r9t1krHzoUtBxOBEmmz3Uo2S0Opp6vWAGrp082miBfTb5zp5QSOfib84E52HmyZKUXT7h5COBlaDgEfd7Jc9+qsteKN45P7zDgkegucHSQWRHy+8ZFr7sJpkeQ7i9tUeH7n4jNuBOA28guA7pta6g-jyQ4k25DoTf22kb+NaxIIj2jiUPjDsTYF2guJx+iOJlbQ6NRdDwUl0PjN2vZ8eglNC7QPZ95XYM21d19fEQcyUJ8U2xtyzYifXt6za8fyd4raC2sj6nYC3UnyLbaOYt4rd+62dnY+g4SJgoL521Nt+hkOUn2nbSecn2MmKeysMrbifUTkidvbdNlXb4Q5tjFvnhw725s1b4mrgBZRenqSk3MbjsHYSKf7qgCSmOziGfeQtaic5vX3kcU4jXMYpdeDRFnyawBo6Vp2rd3HyvCimer7cU4W4oa113J5arSZ7me9UKGbcpNnmTTOe4L7YozKQ1P3bkvYzFouEOJKzZ9IaYbsB7JuIHgBh+5bH5PqylVnx25A262IF4h27nund6xnQeAAzLW5mF5DVTn9587rsd-bkJWYXmuo6av51bVJv9ahvc31TH7YseeguhF5OejLxAB2e1M12YBfl12znFPzEJ57OXzKlOdD6nFjOdXWvhbXeRe2u3qU+ecd3F97r8X-ZwuqBX43cNqQhf55ucK9-F7nvVa7I4t97HEPfWKLymMCg9Xy4l43qIfEV6mPfujV-T3onu4+I4weZg8Ebm6hPbhPGm7l6rreXtPed2M9x5E1fC0TlxjA49-bnKQ+BOXcNf5+DeoT3XXo-Y8aT6C193LnoL2ttecd+19w24a6-edeVgP1+YPUT259B54Yy59ReHRmTTDe3XwBxje0gAIDrBjX4-eID3H6hrMnxnvTA76vd7vooRRAyIZpfgRvQdrecendKbHAUkNaxyzx+EeuS2+Pe9bYD4qJLvI3CuQPcOcu6hScV3xz8fbfcLJqeiAKwEclCUHgbmGuBqAPMFOByeWHDzJxcUjE0R6EZtFYBRp-dlmE7OwhK7fNZytkf5X6Saf+M93hlty6z2RthPeW2Srk0n6AOAG0mw4fje7Y5pxqPwQ06gd8Yih32YfKGsYOSuJD8R2+7cOurnh8jnZhsD-luIPheb0O1lzDjAatFARRDuz7iosg+3+5h5Cv1bwIueOzK5I+g5QP1++tF37y+4xHRpHW-PuPbqJBWjCPgTlSOx8jFbaXzVvlfY8x7s2drvW3+YonfolyB59WKrylkJu6ZoEcbeCs5t4tZsPyW6CeEqvcbwqSq98evXpIzRcGAOakeZ8dHefA0xXtJkRGQQ8gHlv5H939wWFGbFkMGlrFEb946eFlstqMBTKbKh1GgaRhmoZITgRiCQ8SIXFhoFKoECRoLmxZds+5GXY4oAZgIAA) - [Equality](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAEVgAzUVXrli8UZ2lHI7XMVBDABsgsk0mahwggBMmAG4rG3sndhdQdgkAWwAjBG9ff1AHSDDQAFYE6zA9enYaKh9MsXp4Kn5YTIB+UAB1BmZWdpJdJAdQJlbcCSDmTvy-AMnpgM1isPVNYNDK1AA+SpsoOERkRAwsHFwAJiJSckoafpY2X25qPgF+YVBRSRl5RSgZSXK4abS6AzGcyWKq9fqgejZSBSUBGQymTw-MbESJuDxcUBBPgIehBVgtKiwACOElJcx4YwAFEwtpAmBpwpF4DEmABKUAAb2koFRBUgQVgADpQpxGfheQkAL5WPYHABUauFapFAH0RfqDYajcaTbrjTqtaAAD7W012+2Gxk6-kGm1Wy1unV60Den1+r36r3eoO6gN6sP+vWej3jPUAHTdtptTHjoDA8fTOqtmeTXsTKdACZ9WZjic9ZedtuLwDjAbjoCdWarFf50dA2qtTc7VtrOoANLbJV6wL2s53h6PuyKp0OdSO85aTcOkw7V27F0bx3Op6v7d2tZatEIROTyDwmkSnLBoj8Lx1YOxiIweL5RuDFABlIweMQDYaA3A5H8DpBEYZ5qA8YhiAfS1RHfWAvx-P8ARcdh2EgJ9iBfPxJW0Y9QEyWBakGeE+FACQKEGXRWF8II5FAQAUAl4fhLXQ0B4AkR9zwaSBoioOhGFwSBYGOSUD3bUAAE1kVAZpcFYHRP2-Hhf1FPiEVPfx8W4O4hlQRT9HREwiE4B8EB4IwEXYG9TICMRIHknhsglS0UNABAVFYbJ6FMMT20PfCxGwAArYwAiJOByQCWgoLEXAAC4QE4D4JGySVGmADh6EyHhgHAXREJUmR-Ik6SJFRWofgWUkgjQWhqOU38iDguRkROag6iCyBQqMAJ3n4NA5BadgiBwNBxEySwJMZAzCtUgAWSUAHYkEQIJGBQb5WhpHhWmifl+oEVAhvgOp6GiG96sUXBGuIVA-M1aatBU+LAlOJBjkENoRlJHh6Eo0BclCagSDIChvsBDzLiq0BWokRBfikXlxLVYBEg1S0Nix7GcdxvH8YJwmieJ9QUd3O09BwKgiWyeAWnonx1KB4GyZJtn2Y5zmsa1NHYVweAjGAUQ+IAD0lYhcGkWARfs+AAjcgzIVMMwAElxBRaXoOs1gtM8XYNGFNMwC0SATAfHgAC8qER4rtFN82rdV9XiH1zWH2iER2AcFATbN9gABlhFtkVul9h9A8KN3taBC54DMWo5AHBPdkNg1uhsFWxgT9zY9wAdingTJGC+zJU8NAAxHAi+IMwAG0w4DoOAF0U6NV6G4jgIo490AAEEsHoOQzAb+P2DkXZW8NdOwEz8gJCMIxYHkhxpgHZo8Gtx8yEq-7g8NAAFFoKGH+3G-8V2Ra1nvRG9xAADleNgTuy7T0AH74zv3Mv93WGBOOE6TmPSeJpp6gFntnKGeB85V2Lu0UuDpK6F0YHXd+T9m7AONK9VBn9u6sH7nTIeAAhf6sBUGj3Hhgo0oDZ5TAXkvXAK8ggDhQgAWjRFCKyN4C7Vxzp5F+xpEHVzMErcw2Cg4T34QaV6qRjiSNANIkSeQ27pEUfAMuCjjgHDAPzQWABVLCZJgD4MHvongZJxaS2lrLeWIwtD0DMcPL+V88EDyHsnfWmhGSMklD44g7d+TqH1tASAPB9pOJ-g2Q2tBXoAMNj4yUkw-FVVvqAAAStIAJQSQnRENt0dJIoNEIEqFYnANjAT7worQRxuC+6uPIbsAc6APGgFrvErQjSm7FJlqU-8VBdF+CEA4GuWhwnR2MW4oBjTmm13QAONpnSrAlLlr00AlN2BGGQVoNQNTxn1IHFoUEOy6nuLBLXOJPitl9nOZKA5VyFlS26cshW9igiEKHobEZRyCF7MNoQ0ZPcMg5AQFckUvd-kuO+cnU5TcrnNL+Ts2uTAJRcH4EwJuoBQ7yO0C8t5w8XnDwaaAQhA4Km4Cqb3AcAAGCeWjyAC2AKYwxf9cAWIedYlZf8zAAFl6H0FMuCvEngByB1SHfLIuREA1MBRKjxhsbQfjkI+egItOU8vkny2AwrnBiqBfASeNpD54E8Kq3lpktWivFQgfV8ETXqrNaAEVpDLV6q6eytyCqlUqtjty01lJv7R11lwc1TrdUCulVasEQoRQoVekwD1T4vUqHiIbQidrYCvTVbgDVCQRREgtbq16jqdUSqVK6npblDW4GNd6zNGqBWBs4MG4tKApXOuaVG3psbK3VqTTmgivqM2+r7XmkNErC3audaWxZjyylUAMrarN-KakNqbc6sNbbI2GxjeMedsdk0ilTYu9NoBa2mWHROgtDqL0lukIqWlOiGUGNwMAQRjBWVLNnaAV9NdDbMoFbszlK70htoaYbVJS9lj-rqQ26ZMLpDNL-TU2uTdclpIgzMQ2r1mW10peimpnKb4oFPZq5JKAi1ttQ9+vFDjmWEtJVU8DUwZgDlQAAEgFOR3VipXrseI4qPYk9CnwHvfSxlz6ADy2QerEDE++mdKzJPSZ5fAUyw98D7KuM08TOVhnqdAGbVqYwDn6wAGTaCuCJwWDdLYIGAGrP4LKJZsvLSMAA0rAOQXIe6k2nOMHwCwmByvGBKZgQWmAMkC75iYsBiDw3YJF20TAMghAS8mdwEhYCpfGA4UkFAstMBXusrCvhk3OaeSMCpRXaTFbqD5xLfZ8vMjC7yfLiKwtN3ywKfLip8uSny3EfL8V8vqHy2qfLABqfLLD8vAFKx+lZza8BgiYJS9kyZ8BrfGFcTbTAADMO35o7bKDtgAbDtpaO2AAcO2ACcc35PurkDkcUrA6vJnoPl7I+WjD5diGFzLYWHD5c4Pl2g+WeD5eCvlkw+Wgj5cyPl+LYW2RhbEPlqk+X4D5dwPl0LUWJD5egPl6g+WRb5bkPli2+Xe75cIflvQ+XbD5fQPl8u+WADi+XwD5ZVvlgAUvl1z+X-b5a5flu++XxP5f3vlgAivl1J+WPz5a0Pl3R+WABq+Wej5YABr5ckvlgAWvl1bYWNthe22F-bYXDtheO2Fs7YWLtheu2Fu7YWdT5dY6VmwD7rNW3gMALljBaCsvdfPIwdjnJUE0B2ylr18B9vwK9CzhsrivV2323br15p9vmq9CohsyivRO32k7r0lp9qWq9S7fbLuvRu32m7ifKXJ4T6AfASfDZd8T2nkU+AM+d6zz3nPne8894L53ovA+S+d7Lz3ivneq895r53uvPeG+d6bz3lvoArht-Tx3q43eRQn9T-3-fQ+rgj7P2Pq4E+z9T6uDP-fc+rgL7P0vq4K+z9r6uBvmflvlcDvmfnvrtofiKBAZnqfqALtinnAZfrtkPrtrfnAWPrto-nAVPrtq-rgZnp-nAUvrtr-nAWvrtoAXAVvrtqAXAXvvNJAaAAwbnrAfNAgfNJfhwbnmgfNGPvNFgfwbnq-vNHPvNIQWIbnqQfNGvvNJQbIbnrQfNHvmUIwSoYXrAWUAgWUJftoYXmgWUGPmUFgUYYXq-mUHPmUIQZYYXqQWUGvmUJQQ4YXrQWUHvidofnetOm6iMB+JHgSmCJ8v6j3AZpAGML4QvNHhKBiqAOEVHoiBKPXOikJpZsAAHrZh+O4J4LJk5vNm5OgIwOXLtP4AYC0P4ZoIEc4mgOxoRogL3IqNUV7CgIQvxtEX8rGvdt4YCOzjFoUXgMQCUXHFoM0hUREmxgKDUX3PUeMY0YgM0UQN0GCu0WWuVoCGshssQBkdpLgGYGCsupkUGkSvWvsZwM0mMXUexnMcsZ+psZ4Gsk+KINsSrEcdpPss8XrGCE8TUloKhulrAJhmAgKmMVoFMRMTqPxj8RxH8QUgCTUmMaCZSlMcCQ0SkjqPgOCSHCQJCf8Z8UEawHCTMT6IieidEb8f8TlmSLACkWkUHtSeHrYqfDZvZlIGYIbEyV3LiYKkGobL0cUQwJKhySuqyc7HYmYm8VySKPvK0IvNEJ4I6rTERCYAKkiOKEROwCClevmhKuurquqbYIwK4F8afHqU+OQoAuPAEUafqWYJKcYNeLKc4PKfQCYKurqqBs0myYCVjMiSgGySKUEMSd0LXN0akB4FHqfGYEwFjEwAOMafQISr6S8ihtCR6bCRsN6YgAmWYgGS0sGeZGGX7BGRsNGXYPqfGcKYmf8Tyf0XyQKpVr1NVthKhkGWZKGSPFWQMTGaWQOJmUEEmViu2TWTUotpLBiWkYtk7H8AOEwMWbGQOAOS0IJl+kUdWS0AKkwAAEQJahwMlWw3FcATlSB+lTmbmdlPiLnzn8mVGbnrmoZpF7mcAHnEBHmgDXmnlxmVnLkDECoKrPZki3k7kIRPZIhBCPlTkzn6lzmfl8mLnxrKqcqoBqzQC-Q3hogtA+TQTwCSioAukyqVAKwAXjlCl-BimNpgbobsmVGCkSlSl2lcBymtBOkCoNyxmmlWTjzqkXkkVgjdHEAXmPlulgicVDnOojnRFjnOoslGj5G8VQWlFsmgZGhrGMD3nbGMbLCQV9EDEKUHw0Uyl0UOkMUmBlyLm1yLYjxqXMagA2nSn2mpCOkmBll-D3L4V+w2b3mSVgLOwkXqmy4SAYSwAGRrmbm2ivmGyxlMWWkmkAJsUCWaApkcn4kpKEKOBUxTG+X+UGQgkEm9xDIIDZn3l3H2J+BmDJUFwkZMBxjxYXyVGkmvywWJo4ARn9IYU5TsAbQ3gNqEjEh0xBB9ZvmIojqLZooYKvS1z3kjylVUxvmEo5UYV9mvT1WcpMDNUICtXtWcncBEgYWkh9UllPgDXXoIDDV4X0muW7lAXigeXxWUXHHqkWUUURJUVWW6W2WwD2URV+wsXRXJwcWyWXmPXHHcU9F-X8WwqCV-XfkXV-mjkAU-nAUeUGjSV8XyXqkGhKUbHHGqXkUaW8kLmo36jWW0WcD0UKnGX-FnJGj3UCruaeY4AexyLdA01ebmXY3PW2l6XE0GUKmUL6gLVQ0s1MbEAkovX6V2WGXaUGhsn43OWnUOywDgCwBBCKBxwfIAX3V3XkVQaQqTKGycZamto6nwYWlnWwBU1fKDz1L-km0I36hpH3W1z4BwZGj0ZmDq12wm3224YS36h63Ar8LkkUBk3Ql23kVXErJpFXVeV7EvFkWC1a0W0jwnKaDIbqm+3-XRzhqICaDqaGyE0c0k2MU1LKkSiVSrC5aarckQ3R2YiaA8XI3OzaU9lcWaBI0g0o1G1xVR0cnTmob3UfmaWDnd3jBW1y2PnPlu1p3C3s2vX2WLnXWjEgDpmrKQCZCESPjXiKiVVL2MbEDZkR070Dhu2xFmBp2Eq-HnlV3d2VVbnu2j09mH2s3H2n3MKQmLlpFsk20ihS38IXn41f3llmJ-1s02Wi1vWGVANp3GUCoTEh2C0j3sA2YK1K0IAnwe2s0T2HV6r-EyJFKJDaL0rUmpGnyOaWIPay3sAsW50i2c1i0KlKklAl1qm62YPakSpg1x6GxBTT2gP2WvR50z2GXnqakIDjrCPCa3ph1uS5mtnhmGwa6kgZbeVhX6kfUPgsXF2qkDiZ2xWChbq6CxqmQhkWT7qgBIVBAZavTyPmOUmGzRD6mvSxlTplafpM100jxyMKN+o3Ux0ijhWGmfVWkaO1BaNtrsO6PRr6PjAGZeYmNmMWOgBWMZZ9p2NPgOP6lOO5EjBmWyMiiJNeMA0+N7UGkcnMWBMMOaPAaulhMdrbpJbOqxOeOWOePJP2NFMZNkOAjjU5MJOeNKO+MqP+NqNlMqnBOVMyrVN6OKCxoNoNPWNNPWMtOpNtMSNeEuadP83dN5N9NFOqMUPDOMMhNVMd3hOdrjCAS-mzPxN5OLP0BpNPjtOdFzrdN+MlORX0BmBBNqljNWrqlbPV0EiaCCmyq+bSMWQjx5PTVBbZMFkQtFPWpdMwueOQu+Zw3ijgtItwtBauPwDRDovWPTUpEfjmS-SB7ABEseAksIB0mdPEtEhWxIPK0eWBU1IZHPhR66Dqkfi0DIgxAh5iCBzbVkj0MjNMPNJcs8vRB8sCskhCs1K-FiUjAZr0D8vdWkgmwGTDy6D7CrMrFUDkt-R0uwBMsjAsuYRgscuGzivTCSvKvSs9WsBF3lOl1FDl1hP6uUsMsoMGQDhWu8u2uqtkjVURITF8uKC4u6CoahvXjMscnjURuvwsDHEJbQlRvhuQyxvHF2tqu6BmATF5MYLdB5PqInrKthsxuVGEJOvsAGRlzdBMCfPJtYqpvlsRKVsitZtBAat5ueMFs9PWPFvNsmsclmXxv6h1uZ2NtKtiBltDuVGLYdtdsEn5u1t9sZYDulvRuzsRJiohA1sJvJZw7rvTubvpuVH9J8QpAntQljvjCcQXvOB-ZSIlvHtpv5PRwa7ZJ7s3tMDBKhKTvPszunsRK9xjxfsYlMAJz-uDtAfRz9ImDoQdRgfRFMCcTweQAdRQcbuvsCp3yqJIfjuqKYcvsttjKuKLspLoAShr0SwGS9vuuGsAZUcPg0datHuAdvs9z9LYTkcoBce+AGS4B0e0s2Z8fsBmCicCcjUAdXsCqKZhQ8eICSmQDK1YRLxCcUuGtye9TWnYAqc8Bqdscyc1LlycS9Tcc5sTGGrZR5ykaIDgaxanTqcGs2YmdFbYTWloWZA2f2dxZSc4NqLQn+cnU0sacuemc1YeVWdefx1Dy1xAastYTsuKAtwa0Od1CmtsvevHP0dhdue+BRfbEFdBvRwTE5dWzRAFeoZlfXgFckUruoCMjsbVcVeee4CKiZKgBNfCeOw+eOfEmBeqLYOqLBd6vdewCudmf5eteRetcxd1zxdmtJewApex2Qb-PcDhDRnHO1dIZ9l5LkX-EFc4Z4Ycm1wTE00DjdvWN7erscesAJfmuKArs011dUIxFjcTc1YFef2Gh+ked0xefe1GhjH3VTE03cadcCjVdmD5stE1KldjfRAfg8CcBtUOfXt2jdDNfI+o+MDwx3cbVyJvdHdIoPicCooneVH4BE-GjdBjHY8o9o-4-9erivT0+I849M+tCKgsY09Pv+d89YoC8mg81CbFvC9C-DdWDurcvWu6IUCGoPjbEkc9wPdLfDFbuwcIP8c5vJwQlrvB2a89yffmeKCsV68Ym1VYoB02OyA+FjeMf3iPi4Aq-3eLe0cGwijQ+UdO8seKDFfXwEnNc+-UeiUYnB9MfO+vdTwxGy8xDy+wCK-FUh-Mcu9asCpW9vcNddehflcp-O-tfIZTSYJVFQ+I-58SyKhF-8Ji-89S928hfOdWyiceUSfURzdq+0ca1x3rfLZbfNJt-XQCrIa90HfQmD9LzHffnu+jtY9jfifa-VvUTHcB+ewpLNf4fve59GcCnHH8Jz-b8t809-cT+CdAMGin8DVk8U8CrU8Oh0-sag859N9Xss8mhs+P-kVTEb+6CKi2jF9GhReKiWRHXxAGS9NE0ve3tvy04-pqKynBAKpwdYcldkcXW6jERn7JdtKZtXftpD75hMlOenJeMPxu7YDKiPdBNgKB6zFtUAAoSHqD1ADEk+GunBAfp1wBT8kM53DzJdyXaeMbufzDNpl1HYYkXu63ffqX3B48Yy+2-GHj2zh4ckEe2-CrswLlhyAGaW-F-koPgEqDo+ICdQZSxgE-cTQf3AgSwLU7n9jQJguWKwKv4oowclPCJHf3JgP8BQT-KQRoMsHyA70AA1nqX1cHNcPBcgO9GgEF481QBSiEvhLzCEBdeawA8IckTwZ0pBYlaWzL3H8ByZHmb8R+CxVZZyxHUrDYFECGsh5CDaMqTdCKH8AtBiAadBak+FyHOA+07saoYUOiCOoHmazKgDuyCAdszALzOdlkKtKZ1DmMqdtJM2PRMBOhHbExik1ubLNPCzjBbFkDzLdCPG1jbZr0O3b9CTSgw75nqgmYRMpm4wHVEsIDaXNj01zWxq00cYrN5hbkNtow2WG5NemjrEVrqQGbDtNh7zbYdoz2GnMmAdw1UpML7RxMzhzTC4UsyuFzDMmnTTNgGw8r8DvGQqZRk+Bw4fCzAXw0JscxqaRM40MIwVqcPmZJMwRMwiEZIxGDjJ0AMsSYFWl8AeUK+SAyorsmIQUAyE7iV4ciKHKoj0RRzEYfsLGHkjKR9CbCCY0Vq+8EoQISPhLBuZ3N6AbQ3VqABgEUiuGjkGkVQy0GIC5uMAgIebzHhmkJ4bI4pn0L4gsUuR4zTEaMNjQKiBRyo+LH2i6iECxRHg1gVKNmGkjAQmo5QfIA8oiCOSTI0hI-B+SPDVhNSX0SyJ1r9N2R7wo0QMOdRDCfmZo3kRaKkxhQAhJjAzK9BppAjGmt3Z0SSJ1afp5GFLGPPYCMDrQ6YEXMKsYFLHPgCgc3AsX9CLGVi0KpAf+DqLYq6jtKrmYWGsLeGGjYAxomMTsJ0ZYiDhTAOsfET7GNiyxQo5JpOOrF+AHGs4mrLgD7QmBhY6Y4WDmPSbXCoRVAMcQ2JLFNjGqrJG8MGJIShj2KQpMiKeOZH+ifqSIg0RsKjFbCBx3w+Mb8L3EShixVY5sSY1CSvQVY0QPtKID4D-iEGxATcfc23EdMqAJvXwF+KbHudjxAqEMbeLDFWVZu5tIhGeNQkUJ1SlbaIPRGvF+i+IAYnZhyKfGfCXxGInkb8NgkUNFx04w2H+LASATOGrXPhq1z7RIgCJr0fCXIAgkyioJGQuiYqKpGISv6J4n0dhJIlQobQB7dUjt2QF1IUJMkoBNpT4nITpJRrO8eGIfHRxUE-YnUoOJ+G1MRJVo6kTaKYnRB-xrEkUOvGs4cSAey4w2NxLkC8TeI-EokdKNlGfoAJzHBkPpxVoig742UAnk9RA7oQzWr4IieeP1hyTpgTCe8SiIoloiqJ3Isob8L8lcQrwWOPtG1UIhYJQpfaFCBFIwhzjXopUqKewAEk+SOU5k7CAl1960j6p0UqSTeNUkXjdJyUvsdGKMmviaJtTUSYKN8CNTqOwolqewCwwTSapQk9oashqhDTrRHlGoCEAeAxScJ2lfuJwEWFR9MJJVLSfUm0rrD9JnItKaaIGnYiVpQQRaRZJMYbJVpx6K6ZQD7QtBtpofCqSph2mSivJLovMSsh5S6obp4k+UUmN6iaT2p2ktCQEPBnETIZnU5ek0CkDXhhWBzJKeRJ6nPi+p1EjKbUwBkSogZJWPtJAFBlJIYBtoj0W5OepqjPJIoRoH8GvCvRKYiM6CLZNADTDvJs0uUZnFGnMcmWS8B6tHBUlwztKayCgDSGY4wzYp+o7qYZLYbGS3xtTbmZhF94mNoI-gduPzL7T+YxZGWR8IzIKDUhdZ4En6VcJFA2BSQGFNHsel7i1S3IvXdgDzMfAeUtpX0yWRtNtDyS0ZkYjGZRKxnpSOGCY8YPbMdnMAXpn06jh9LenMcZpkI6CX3Ecio9qOBMsTrrUcACye4Qs0iakhR4xQ3ZHU7SuJmVqMAxo63aWejNlkFD+pOM7EakKrSJzmOyckxhKCGSFo05faDwJwBiivRs5nc42SKC0HFz4Ar0QuSSGbExzXRVAQhKIHpjJyPK-sNOXnOFl3Uc56c1gJnJ0nyii5zY7sRGN7EVz4AsY3YQrOxFTy2q8AOQI3OHRpzW5QyduSvO7kryiZW8nAMPOfniMRQ7M36TcJGCEJQgpgEOR5Q0l7T15aksud7P3mHyhx5o8YL-MgD-zlZY0riR5PckETx5f0hWLoEqlzjnZaEMqTVkXmkTjpPcAyb1LllVyA5vwgyFgpqyqzMFuCqqRVPoVzi0F386EdpCoVMKIuRC1gCQsxlkKQM1ckcXG0UDULGJH8y4VuNjkZCR2Iizhe524WZCUpJoq1BdJHEyLYAoiwmSbMkUTy34CUhdnQsinYKFFvC32fwtdKqKxhEwgNhwqMU0KWFO4olFW1sV4L5FPYx8T7NSl+zhhgisYf8NqAuKqpUwiRZBKkVzTQWS3TRWJxVhvkZZpCyuQIooW1MIlgSucb+OslgIHFcckDnIFSVcL3FJ0pRWdJUW+LY0OSvJWIrZkhLBJYSuUZnJMWnTvFJSt7HosIihluh0VWMtan8WNxBWrFLpUFnvIdLWxAy3zPyKVEWT+lpZILJaImXudOl0y3zO6OpnajE4mLXzB+InEHipxNI76iMsWW2hNl8EssY1T2VrLRltoOiccuwVnKzSyLS5eF2wizzblbY9ZbaCylYQcpqy+5TaGsV9KLlNoZOQAoWVnkgsV055a2JBXvlfMeMhABCrWUvKAVYCBwMCshX7LQVvmYOQgt5lQrrUtcxnknImnfLXlSK0+TPKJUvLcVQWWBfAo2jUcplGK20BUt2XoroVtoYRRorkU0ikV6iqJT0IOW-L9FNiwxa4u5UCqnFIrZlWJyRUpKRVVUhlWyptDlK5Vxi0sikWSFB4NV1LKgMkI+UBSUGqtP2DgiUnfJE6oCw2DUHYDJVqFyM54ajOGKnxO47A2NhswLJMSCSIUwiOqVKZRVWxExPVTlNPrwZUMlq61ZwttUclM+YlR1UHAdr2Do4KS7pkaCYBDZzBPq95tFQmKUxQgjcMRjzR5rdBkhUq6jK8iHgdwg4A4TTKv3Qkbx7qhg-UBMVQTmCRQMDGNf4GbW2cY4KgORKEOiJ-xayR8HtKcrRXjwaehao+LAE5R-xe10JZIXWsF4ST-JXyhdfqE9UV1yYii9deTFMWqw+I2UwKZPRYlLqD1mDGdYaCB6mhy1-gEIXIkckUA-4dapgDG0UC9Rrwu1bNb4CDXKI515FetYuv3UGqHQa6jtSKE9lAbURAak9WI27J7rPlUG0dFahp4XqDQf3K9S7B7XFsf1gtetZBsA2mhgNNPMDfhog2wb9V8AQ9bhvI2nqe1aa-FGhvzXYMEpI3GtRQGLVoa5uZqihMC1vpnxiAzqyoqi07bhlE22kYsumtYoTFT6vbLDcsHrXFqaeHKvlTusPVSaO1ymzBjhUQ0i9aNDiejfwik5ob+NESQTe4xND1sq2W3IwW8wk0Ekv156ldjJpmByaVV5Yu0D0uLXqboNGpBDXqmQ2rrURKm6jdprkSoa216GwAcW0M24ZqaHmZmkmsNB1MUsaa6zZmts1Bb7Nr8RzbAONDya7QfymVh5oC0abvNi2PUTT080+bNNWDYLUYLo1haGNT7KLfGtV6uqHw9auprqks05aUtfqtLXmv00OaJ186owS5uBkmheVXKsThVsWxVayteWorV5rs2ACdNIFPTRFsa1hajN0cEzcJsg77IetayyTaeuk1Dbf1IW0bSqLtDKrZFdi9ztNoHGqbytC2yrSVoow1actdWo1eIgG0bavt-gLbS1t-KmbjQExWZCFoO3cCUkS2-UCdtrVnaRtN20VSnLtCyrEd8q2ZJupYqBa81fm4Kc9pm2vbXSNGkLZ9vDjfb1tMQg9sxuSGiziARyhiZdp43GqGRdSTjXNpiI+AYOqvTnQFQtYSSCFO65Rb5vVKdiihLDEoX7QdV-a+N0WmpImrdUihIyXW8Taloo40hcsQayeOOo3izzQt0uieAOrh3Yb+Ejax+EA1bXS7zdBJP+EHRvb9qak3aLgJyjOUFqWNk671NOpr4sSBUlG3Nh6tCl3LMd8Sg+YONd3JD6d2yucZ6yCmXqwtamgPQpp50dqAJams3TT1F0tCNNNPJgNrLxzGggBkQrFMkIfW-qmAycr+C+pZm7V0A6uskHZrvXu6VAP3R3ZwE5RyJNyue9kHxEj1LiCIFEAILkCqh8ANBkodcuYIAmIpphaKRFBULqFiM0UP2mHdTonXzy6dLQesZ+IZ3I6mdQcDjeGVZGWsed35HnVl353rSSJgu4pcLsNgZ606+Qg+ccwAk+7SNXyxtQHteWX6mlvm+Bk6tl0cl5dbW-hErqAYq7etau2kHXvS0ihYd96olXrrJ3nxq1WW+tabr4jmCLdCBoWnIlB2xxF9r8e3RyRb3O6R1va7Xfeo92xxe1DeiPd+OwjR6-1ttOPYLwI0Ogvw8AkDSxI4NNrBet+rPQ6FJ556ReXu4vbHEfXl6rEYUN9cWRr0QHcA0OhvW3pNBEHvUNPTciFi71b7WAmQfvYDE3jD7KW0QUfcnuiCT79S0+xNpULToL6hDFO+IQ3x1UTqaDCE3wPQcNWYG99BZA-cFNCnbM2DXO+7ifr53e7z9RrT-eYuGHqk1YV4tqbDLMBhGElFikXcLDv0S6H9IoDPUo2aRrqBUIRMIjztQwiGm9-CZQ0UZNCoBLVkU9iNeEnFUBnIcCkwCwhujwCbwSFQsVESYDsY11PWLCuYN4NiM8DoARcsgf4ROGdl2+o0BTVNCjHB5DBiSRwaiNYHwNKUldRPqYBT6m4M+2oVUMwZooOD-9aIxWwOkW8nBnlPgKYafDmHGhOxvsruBsnnGPsGxpgFcfn03HTQZ6vzU7WNAZ7zBO69Pckb4OmgFjBC445j1ON8a1jZhx488Z83WH7QdxiExcahNi6XjGG5bfwjQ1AMiNBoGAcplUx+GSMtA2uK4Dghrqm4r0eVoqAwTat7Dbu6Y65p32RwTVCdffeaq95H6WWgRxQGEya0xbaaOLYHed2FjeqIdnavoz5pTha7QAGRmpDnoKDMBEs6hwbRvF93wHeNZ9V+obooDDaQdHqtPSaAwO8b0D1u3AxTvwOxxNTQ6lsQiqARqDCjjVT3e-ylNdiZTne20xOtp10n3OGJjnewc3UDgxTpW29W7tX2emaR3p-EwOCbVOnkT4pr3YZsdq8m4tBZK7hll1FiC7TMepQ4Oqd3epUA-SCQ6+pvCTAEAcAG8F5nGDsY8m3R7CtGcz39abDhoBQyobtAlGjx-BzZWzK31dVCgGyehbofchNB5AfVHg-8f6N2he1fnBKYxpCDL6N4sK+ALPMNioIBdjS8IyouFPS6PDbWg-VLswMA7WAABsTkwF2qgHDtBJWwBhCk0-7Y1CZllq1vGMNr-dXq9EyKf9Uv74NgZg0DAdNrw7jQ85xc-NrQM09fdzBhPQ6CxPEaUplGije+YQDQ60TdoG3qnpSmoJ7j5h2fdsZeMwbj1cFqA+epW24pvTmmAY02ZUCPrKNFeyQ4YZnKXn0t7cTbX-sqKHmfuTARFCAdfMElCEdMUwDFmh2Sni9cB0nWqaQOnbjdRoUHRNO4PiXrdE0jEybpktzLfANur8yu2TkEHKirZq02meJ4Tqp1E0h042aBCyWGLzWg8y2TBbxbk1HWDtaech0oA9AoQKtFwC4s+QzYmF2Mw2cy2iXZNNPf80SuYN6n7QycqS-aF+JcHURK64K4-DQuPGMLVhz4w6AcsORPALlni+5cWw3rxzNl-FMnLW357hDul5s6aE0uzGXyaKdkAWar1j7BeUVviDFc2OWHrjSG1EzEIzNiGJplFws7tVStuX69wGGc5APKQTr8V9cx8ABYdQLyQjcR1cwkYiNuHeNW5sTjueNp7nGLESZi4bGAPzWvqYBlADIY13Ub+LulwS7pvq0iWjdPl6Sykh7kxQQrBoCYjdafJMGrrKAR68pZh0rs3r5ph3dmdb3eoXd6Zwq03q+sqAgB88oZOChp42hfdLyndZJrTmHr3EUNk9B0HxkUqR1geuG7ZoRvFakbOli605pp4jX2AhKxSw+ZNDg3Fj9oR63ddNBbWljniym4eppvRWETDxhq3PphMtwkNHax62hpatPs2rv5szUeGphpyWEDAayGeHUihErIGkOuSTYllWIxJr4bQ4UEH2uBWjG+qgGNFcB2iEB9EHyIvHkjDm7Q+1yA2OfyuC2gbOAdq2Tc6tV7pDteuQ3Rf6tBBZzFAcFf5bx3qQpr8RkPdo20rsa9pbOnRjybl3mX8ygBxXcyA3NDNfVZ5lJEn010FH3TC0iaS7ND4-dVTncC9cnYBMGg+Qjbc6xQHGR1rUDaCdtZ2u9M4HQbql764Qd+vEHrTo6-G+Qab0GXrbBN7LSaC9tk3SrtN8bY-E7jhXlju4VC2zfQtbH4rexhkzLsePrGDqKJh0O8eyunX9dAtoXlOcC5MbBrDhjeH3ZVvsBM7qfJlmFsWuHSFJFIXNT5vv3qkkrTlzgPeW2a4drwTMouCjNVJggkLq3GYHNxAUUJoU3JkywKmYsP3PA95bS9EWSFl3f1btPK-Rc3O7dU7Ou0Q7+tQAdGBQ4DrgPeR6wO231NZ-O-WaxSv3og79vST3Ct7blpd+50AMxejLFkQT0DtOyEGTkn3nerh2revcwN+aiHlWuRNg6fu3U5EfdU01inDuvMCytlztVea8uoOyLv6k8hVZlhUWjDhOmVOL0G6zqWH10jO+HNT6cPfuz1g+Nfcnr8JBHkD-hKI6X1723dh94acff0ccPFajLea8zuA6s6WTuE3OqY-F0clBhFqxyxA8Bqlzf7q82pN8gAcG7k6cGZpAJf7v0bNTP5sS52pCsGmR77qijrgclPqWIkJVgG3I-bv2nKDkWkBxHaMZR2jzDWKBxiRp3p2yb7DiWHJqEu53zBfDmbQI6Cc4PhHJoH+0ocqSu1WaqCBra1Z0dsOnHTT8HZbrkTtOYxnT5K908KZGgwrMzgZ27WGeL7pEu9mk8kLJXnzxrlN5c37ZmsB2QMcdhayHfDLibPmkCsrbud420ONriuqMoliLKJZJsiWabIljGyJZZs5z9RlW0gXBranx1hJy0-EQl3knl1w0A9ZXmD3O1fN4x-dYJIg2cAtujEqi-To9x8nJBwG-I8aqYugBwxtzdPP2fe37QhzwK3aBZtAWHQTWxFMCN2MBWx7q4Sl3VcnuxXp71x2ezS9gD1WnjMZoaq8c8v57ebK8-myK9Iu23hbCW8Qyo66tdajQ9Ljl0va5ubO3bzGkRONaOcxGpZbj3fZc88Pmq4nE6vy-3ajOJOfr3djyhXfVLpOK1mTva9k9Qy5Po4OLlu9+anUlOn2WrolRa-q2HdhrCcxW2Nb9dm657kL7U8i5STwv7X7a+S1k+7UqWMSrr7F03f+u4vCnje4p3XZ9dGRZ5-rje9o43h7OL5YbtAxG6SdRvHzMbqlzW59hIv63iAd69AZdcN2NL6bpvQU5vYZmzAndrFL6-NfhuEHdj+p0femsVvLXjd61wm5QCxuCScll6825NMfWU37bvJ52+HUeulTRTuOP28Zn5vy3JGEd8gcLc8OPbk6uA+fcNfbm1J3G+J0ffoPemc7ELqtzK9tdlw43VNltcaaTeDH67KgC0zma7eZuY+vb-t9CUHfjuz3ap8Xts5coPgTYO630qfF2aHSPiwpVD4M233SOjt-WyU-dqMl9Wgutjh9w48MfB2mTZarx+zobh+kL7SdbFNw7VNgK95VpF3SteraQAd1TWsO2U45LYtcWwm34ow5tMgvrXPS7oWFbhb7a-YfpN+vx8qKCeR4BWcuqJ9bvMOJPVbboUhZk88b5P-xCR0p9i1uNhNB7dT0detf5aeq-Ks8rJ8Q8vIFPNDta-pOdQjwUzJGY42QahdOajh7S2EbCy6X2fq2jnwz4p+M3HF3PPA-FjFRQdanf1QygLxiyC-6fQvxbigGZISf1a33KT6N3O7rc-uUki7mF7+7RfJvNP8X7DTB5HtdqcATn1a6ZZiL3m-dKSWFl57d11rfdsLeSXp7o9pfxH4XhNZHZU9sWeNO1xO2RmO1xeNFriXXeC-Pizawvznxr-Q66zBfxvdlxALI4q+wADBL7hb+o601b2BrOzidQYP1eMmWdpqmj43TAkGsUj-juZyKFIEePvkyylThMhbvtigHS5ygGQ5Xof27VX9suhSWAfLfQHw34TT1nW-sfdrW3iROJ8q-QvsTJM2ees4g13fSQKm9nShvm-hbV3A3pB6dxu5C3sNm5PB5VbfVj6wT93126Q-IcZ8sSMNcH+U7zIqfqnsXrNzAJVjQRMgJa1Bjw+7KY+uhxW+6gZsG89wR4uH2zQj57c234AdapR-g8MPU--YfnLR0XrO8kyefHQAX4aZp9Y-Rf5FakxWi1-SYdffPi7+E92Sh3Ijwvh75UQCfPfNae097wbeJWMeU6xzIz8Zua+Ov74YFsb7D4m8B-CIKd5n3udvP-7IfBZFNRZ53eXuwXZiQi3Hv3wG6rXSPwm-qei8ZZ4XhXht9M+z+JuyvGWmPqm9YDuuanYH+X32+9cl9kh3P3n4Y7tDFe7Qvu4DW7cjOoi11h6nv8do4N5M8-hoBY7T+g2C91aoFsP5g2avfr5fdto+8r92oj-DfxD9L7t+19N+XHeGpV3j783t-39PXndX3683H-xTe-2C3HA7+H-u-oU3v7f-79yJl-IvsfyaAn-jb7-lt8r1K4V+KOmAFP+V1VZC++hs-7imF7o34dAFHte5UeevpfY36HmMCZoS8Iq2xHGaEk-4O+ESE75oYPfNAFu+Kgh76smb8B-632qRmD4NeEPhU7s+8foj7r+0mNna7+QDGgEF2BNAM4iO2NHIi4BnounpcCNPBCxPaKFkQEE6eTPy7QmQrhOb6aQDDby26Deud5KujbvsZYQK-vw7O0LAa-5sBJoBwHvIdoBdw8BSLHwGeKp-oIGeMwgYK71M3NiK7QGQDFGom+FWMNaze5LpR5XezJka7eOXvFy5iMd9ttxjOejlHLO8Z9oX7oCjVi-7jAHWEbQZ+M3gQjl2uph-AVq1dqn612dXm26AeGfpaarKnrhQa5uozjO4mg4yuO56BGToBaeKOQulYDiyrovZIo1xhOYraevrnbquVOqR6guR9gAoOBr3k4G3uXGp7xu6uutl5hB1bh+55eiAK36dq71r2zl+LGikHduWbl64ZBXdpn41wQKtipOyUZhPbrGhKHlY72J3qb4bwVylvp+B7hje5LWBAfibH68Allz3Ov+o17Ke3TAViPKJWP87B+m3l+g3BN9oGaSm8Zo147aCuiV4xugfihocWKSHRIGBb2gT4R+DzlcAreMftHbGgTALHZTO8dhmpw+NamTqr+wIXL5bBTwd9zH8OKNR6W6cBLjqIhzwc6g9qSTrA7YaFdjV5fuDwRB52667m66buWlpz6mg3nlMEJBdoA3o0qJgAAorq+3i7Cz2lArPalBkJqq5Cus9lGoi8OXrJq2usQTiHxB1WoyG1eWLhX50hqQYLxMh6QSyFwmhAYRA5GHmLLb4mKoZ0FFWu4CVYrqBoOUa1AlRntA1GgMH-INGTRmGymM6+uOIVmAoF0bHm2FCaH6gdEpAwbqZ6uV6shHXjK4IITwdcr0mG6iBYbqBoCwYRhoGglKz2RoDuoAhAgQOKJhU-siG7geIUPbRB8btGFD+BQSxRehxWssGChArnWZc2vofhYehgweBaxhHoTiYIAeJknqCgLSMSZ1ApJuSaQkDAuWGtu-oYXpRCBVvi4-+ZPtCHKOlelT5zkTwYCFE6Mwdm6DhsmkwAUWlPtRbjheXASFThx3u7b1BaISuFdBRPo4HYhbQRPDcaPvtHCXBnwYrqFYk3PFj400vv8FPBdmr2xvBkNEDqWWTbpqFbqsgQEwJ2DwSmFoIaYf+5t243E8HJyzfh9rJ++4fr6aYxhjhaZm+Gj8GmgEFpmGeKP4YerIReFghamgBYZ-6l+04Zl6PuW-oMT0Bnfo8Erh8hhq6bhGXkBETSkAbuEtB4EbAFn6uru7LxSIQBxR3hfjo75zOZwbGouePcE87jAMISKA3hKALM5E6lnhRErhGITv7MerTsUa+OWEZC4khEoVEGV2QtFKGYGlIXX5ruSQdO6P2zdlX7UBzIbKHTh7IZyEt+9ATTx8hNPJhFKBpoKKEw64oU5qShFIUMGaR1IdpEduRqMB5bu+kaiG7utftMGGWxLvaC4RDjqVZzGK6mIjZhq4LmGGgCYWxEn+rNmUEiBpgeWEZhc9jP6GWherXya+A4Yr7Dhi-tT7WRpWhe50SkkXPYMeBAYwHuBJAWE7-2B0v7a3OsGOqSkORLDlA+AOap-bOsP9lxH-aPEWZYUBVwS1h3BX4Z2oiRGjq8GbaUfkxYQhR5mt4Mh1AYpFOa8Drv5ScpPrJqbkXWAVEkockR5aE+ewcT7TeJekOEtYW0Qb4gBn5iQ5-erURZDigrUjVRM+0aiz7R+A0bH4c+TDt56lRrXE+6ERVUS9pi+mGjX4zOSoUr6Lhajp7QL2xYclGdaZgaX4N6n0U5JPuqfr9EE6YviVHohX0fhG7BFztAG2+zDNVGPehtM77YBe4ftIQysASa7KmF-tUExB59A5HZafQWpGGm-vvKHAufajSFpunkX9Yge27pMFqhRkTlHiRl4d9zemh6i7To+fEOqYZYQxnP6l6C4QAFSGs2he4mRCwdlrNBpHNd7OB7OkcEcmJwUEbIxa6DVH-0dEtrEckNzrVHAKKAYA4xOzUVdEdAN0R1FA+XUa6ze+UAZUQj8GLuRS0Omcjuqq6k3jjoJ+R0etF-+I4ao6q+eFt-55R--qOEq+QAQoHnRQIYg5kBrPjIyx+0PkH4jReHmf7Te1biKDKxdKrzLixnivrFEeD-lJGraAbl-5z2jzjNERkA2FA7eeecbz68y6JuZFGgEZvwjFxbDB3HsAxsUnpWOagYaCSBlcS1F2x7UXdERIQ8Tt6NxvvCBGCRcgWdFmORoGrC9x7Bv3GC0QDHqGVxx4ZL4vh4mpZzUMBdM6QyOeFvxYHxXNIXSRqD0dQHTx1HLPGMG-gUaCLxxoMvFPB7caoHrxciJvHYRAsTOF5RA2KdHEe9fJsGsaynPPJwAIFFb4VRLgT6b+GMCbzpcm5sdAFROTUb97Xg10WPHpcpsVWzf2zsT1HhO7sTt6LRNcPA4Vxe0Q859RdDjXHxAVATt4mw-LIoirahERGZYB6lC6wUki5CPFtRt0ZgmVEk8d550JYCYrSIxOIUfQ869XuQmNewOr8Gfh7zPvHcMNDGAwKkDwXxYFGZ8bQwXx90Qby+RAVKAkMJwiepEsJllPiarRMsUOH-xoMWHHEOdhsAmwAN8cxzUR+0STG4xIoOgEZ0T3p5QrxsCWbFExa3EgmWxWseyaxsnJhXQUxFACHL6J+vi-ErhzCcYl0xNrspF2uC7sY4yhiSevz5GOTuzGKhnMXpHzRO3oZEmJJbjaGmR3Wg-GGgb8caBPxS8T3Gvxfcf05kogzuvGbqfmqgjgYO0JMDoJ3CRO6wAIztYk2BG8AIl6JmMZAn7B9EYYnW+ykv4naUJsQJrBJ+AhOrhJmMd6a6esST0G-mDMRSHMxf8KkkoAeoRknuRG7tkkZuPMdon5JAMf0m6J4CXJrzxbJqvF1JDGEM6PwzSY-CtJEgLtBLwHSTmpdJPSbELiMp3sqYoqKsVjHuO6sa0EHB0CVEmXh0yREhmxeCbQ6nhbWuFhA4MPhnEEkmcNt7UOkfuCEvRkIYXYCRRjjIk2aSdjtEXR3YScknWpatTFV2VanEnYGCSbSlFe1yS5F-ufoW5ElyOkeMGgeAEacmOmuqgCn5xj4HfHxhBXiUnqRgvGilMBJoBCk1Y5SQUHGBpYUK4ZR04YHFOaZeh1agxxZGNFHea-sqk1wm5MyCnR4qVYlkRfyfF5pcCycgwx6asT3A2+N3pyxuBxAQTFdxsKRQl8R1CcNHwhIfu9xcJOauH47eOcWhhmpgKdf4pSRQYeofJn6qXG-cu-lIGdBV7vro0pS7n6azuAwfPEyhtut0CjBlfrkmqhHdq5EN6-qc76Bp-KT3bGgMUTuqhphYYlGQxJgdDGVBsIbxrqua0Sqlyu0cbtT4A1gUNZw6RaU3FOywyTjG2pQpJ4kE8MKZx7nBiZqZ6fB0WGlzK6fwX7GxmkplKkNSgSZokY8j0Ziloee8QST8MPDOAwxUPkYWpqJiiRokTx5dG6ZdpcWOamMs3IYSjwWmQbMGlWWKsWmpSLEUHomk2Omf4cG16Yql3pPnsQkxYF6UGmxhr6e8zvppWoSjIYBSX5FAxhyaUamg65GChTpcWOyAVCPaQEC9mSAOwB0Q-ZhRDIyh0HBCuAF4fgquSRhjTzehVtrDHGpNiUrLFphjjq6HGZMRvJWpEKKCmjJFafjEcRhMR4k1J8Ap1FMMX9A4DJyriQCicRo6dxFYpbPoNEzpBKb7GIAgjpqlYME0TQ5TR61jXFAGa3i+bSZCIXoDwwdEColZudib2lcOFKURZ+alkb3Y6ZcgJUnD+1SdEn5GgAnEkTE7IVGbORMoa7qZpSoRMHV+A4f5Hqhs-lkH2g1GahlhRSabuBOZwqYhHZC9qQTphZ7LklE1pEqMNQhCn6WFrfpA3GALapaDkOGbRFiQOByZxKQnEGhCjsdEhxXVtT6ZwgmaeoXul6XhpMZETixleGXGbZk8ZjsXxlwJxwYoCnBYIMkLbBPel6ap+KyTpG-p8SbW60ujMfkFMpOANsmIAuyYkFspHkbpFHJVfjmk5uvmT-F1q1XjEE9exiYG4bwoZmJzhmYiQmlfB+XqNn9Bc9lbrF+aRsdnTZdmQT4ZpmSWMFeR9Ie9GFZK2fzH5pv6htlV2W2WIk7ZFAIFlNS3poukjSh2asm5er4fO4MppSfn7LuzKf+Fsx+ybSEwZ3kdmmvZe7nmkBhVXsO6p+P2fALSx56adBNBSMTZmQpoOYNn+pDMWdlVhE2dEKkp92YjkcxC2dzFLZaOT5nvZmObJpfZqkbjn+8f2Yn6NBgKVO7zZQ2cmkhZ12edmi5LbvDn05c2QclM5KOS9ngeGOae7Y5OITzndJfOTqkRkIYdhCrQbgMWmL+xZO2m6KyQpSnjJGsQeHRObugMmXJVvuqSUCoQYNlEJLXidkqRDwTXalesoTLkKhj2VzEK5Ynqym05JDsPZBwQ3BAJ8w9KBqqPoZiCQysK+9velLmj8CuZFKX+rR6uxtETAENZ7mcjnPZQCB7IJSYIERpQp22sEmRoPPMfIjiWWiYzoQfEFgiPwxUmFqJxvGg0KxwWGLHB9odocej4mtsn0ml2riNqaRR5uRbTexJzo1HnOwKdameOUjtZo3OoetpTZ58ubnnmkzEbVCaARecunGapeXHjl5lil2jeWMwNXmPwdeVmF9yoMNLpN5ncC3kqAbeSoAd5POgtQ86PeZ2l+RC+RykeuoSSLkigsSF-k6iv6Nk4m5pidC7EY2zEJmsAATh-mcoJVsRiza1Jo4r4mgVJoDgYPgDixmAQGJ8ywFcci0mGybybgDhpU2knlTWSdInm+2HJADn0qlKgHkYkk8dCR0ZESD1m0GLKl96vKL2dQVYovxCkQiItmJwWYUORHHIiIXSRPnMZWEgxl3uGHrfAGZ2WoPnqk7OKEDeQnbLoDzmksNWoGQdai8oyhgnLNl4AYebgw0masOIVFJgKcQUqRdUSIXQJjUtPwbQp+mMkWFiXAgVvweHEEaIYOMboA5JnvrE5ggg+cQKRs9YfAlLwDSawkfsoSB7zw8KLv+mnQm-PbKu8AQbYVCCN7CoVwOYRUvxcm0RSRi0YXullE-J-xIPm0O8wU+kSWZNvXGeUt8LPLJyPrMrLKFugP6nf54ubkXQQF2Xtb6WucOi7REehQgASFzTg4iD5fmrUXvhhoG-7Gg6NGzk2calrnAjOaWXEKbqY6TUh7ZP3JMZGgdJm2aAmVMYLxv6z5g6ATEUSqPaeKpXPak+RX5h2r+qYEh2oJwxOkaAJWr4d8b8IJxeV7dArRfAAzF-CFGEGgmxd3F8AQDJcVtxyshvH2pUDF8SVFv6jJl2AW+o1IPBOuUpajFK7HcXtFJOp0Uh5C3nIhglDsl8WsBH8b3a+A6xEMUxkW+mkViO2UcfkqRtDvQXOG5NkeoAaccKsWeeJBvUWKcrXEAztFjmR5K6iQDNcV3ZRRQgBElYxnEbv6BXAOB8SZRRtAVFigFUW-5iaYiUglouYiXMozRbcUzE0JUZkCF4iOYJilyJe-HqUAjuiXIIzKFiW9Z4JZ5BjF4AhMXZFFCY+lBZD1okWlFDITKW3wJpU1L2yFpY1KCln+eLn2yvAYmk2l1JQGlxYUpSyndAuJr4VY0jSS6U9s0DKEVpcSHB7FhlRvG7yCCT3LoLxF2GpEUcsnpYTlfFy9OsialucA-RpctGFQaZFyiBkUS8+JVMWkFfKUFmi5WgPzJ0lBhXkWcWNoXyV7pVxWPDppbJQuZwGlZSkWOlFOQu78yrpeLkVl-gOKWJp-ZcQDelKIVaVtF1ZUFnsh9ZcOUOlTFP8Xg5Z2WQXMcvZUaDVFiacuVjWTRWI4YkUJZOVNSmIbCUn5eIbOUqlpoH6UCc-hZZSbla+tYzVqZpZGWxl9oPtyPlBPJ3yxFoJjeVIB77J+wflz5WMkeh3cokXhlpoNlE9hqiB2qtIPiFqWgAbSPzIwV8SDeXMowriiHjFQeXiUtl7RX9xdF-JXUVjJjSKMXMadxTaX0qZFNmVqpjEfnL55LEZazKyNhb4VhMdpRRX0ZsRu153FaPuaUTSuFd0nzlQpYGFDBE0quWvhPRR6UjFfCD6XwQBac+wLskABqzJy+bOYIiVciGJWXAJFnmXiOC5bJrnsjgA+zesHZURUzE8MdZwzcTkiYWsVBAUZXRce0qgIvE0RY9zLcKCRKStcbyNkYZc0EHYVmZ8ofSIZ5u6MzkxUKCRTHWcXhRiS1wllTZwFcLle-rIVO2dZy0O4YeLlPFr4S8VCpKUpnEE6TDpKZRKvFZyq3aNIhsWTabXpQUtFhlejEIxQyVmZOS5gmFVtOzlXICJVBoHyxRK6rDmxRKClXIj1V+oKOUspoErfBhVgqTWrWcVVaVWDV0GdZyRVaxcaDXavRZGFwRBoC7Q08WpcfwuFhoaaCoAUXDFgoAmDq6G3gYgESBGAfAFhkMA5IHUAQcY8OyAoQPRoLxkZ5gahXw5vSYCB3FfVeVUDVVlX4mmF7OmFVzcNlUKh2VS3CtxOVTkuNVvlyslYVRF75QgneGWoaE4igThU4nLVflctad0vVcNVecTLPihFcCkgM7VVLSB34GQ-1SDJKYPhf9xjVdVe-qEmLYW+FkmKRZsoaselbTGUm6pFKUdpVAI9XBhOwUuY+G0NS9XeVIKcIXmV0CUApvV-NVrF0VblQxWP6JVRJHTcRXMPzMx1VczERVpNRNXqFdyJRgo1PNZPnfI31QcTg1DlUqYk1rlQILuVf5d7ka1QhZqyKArhWpJqCe5fUbFJbmoyWC8dYSphGsIJdzVA17xtlVSVZ2RIWJlENfaDrlpoI5n7lSctuVvGY6pJX8VJoNpWXsr7LPbO1qmB6GDl5MB2gbqRJjDBth1NY6Ex4GrB6EGgdEhqzY1vtcBVascYYPGnp0YdqwbqyoOmGz2gxTBUSFOJfaBnqYFZlEa+fYR3UGlvyW5Ah4xAGiD2O1oo07bEPjk5JRFKAgtwxlDleqRD1Y9XUi61UyfakeBgVV5xRFBCd0BW8SrH3W0AGrAVwGQx3HGoDgM9boAr8jPlom+ljAP3VjuDjkPV0BDiLvWl1LcQ4hH1-vN8WBBq6W-Tw1ixaaGNOb4G5CYO0PHIjP1fLrhj6aeDt8CVG-0ArZOhdwPZKEQGFL-UjA-9fPyjVK9cfW4YcaqA1uhr9ZzbGUBlbfAPFkNWFI9OfcJNoIBy+Z36Xi4TlE5JGUtlzXmFYtVYVsZBPOAViFcKkSoLG3FZ2VrJqKWBLyVugTDlgmSlQI0LGKlVoWZVpDX8Vo62CvlW5V7AIVUaeGJI1WTazVWbytVwZSEUUc8sa+xiCiolRZg1GAqumvwvdWiByVWjXpUiNgleo2XxWiXGWaVWfquAx1ulUEYOgCdUawehFjWTbJ1u4KnXkw6dSSahSVNY1I01ObHnWdVZjc40RhKsLgAZ6XKFIDjiZgBnpdh56n2i7gNdauBpR8gaI1h84df6HxlyPvaCONqQHHUrqrjcFmZNE0l42rgPjbuB+NrYQE01CG0ME1m8oTTDXhN-tdGFRNMTXE0x4CTcLBJNX5ik2rgaTSvaz281WGG8NjRZ5Bl1vlV-Xkw+kIg3P8lLE7B8AfDXeVgNYBRhDy2jPNA1kAf9Ys2Gsfbm03dJ1ZmXWuBb9R6FJNqUUGa9hXdZFp2NJaRfzWQOlUU1WFRoKU0KaZ5SaDSm3dK6b38JzDU0U1mdUE3Z1EoBqweNR9rCw28VdUM2C8r0NU32gtTZTUNN0EE01uN0YVKw2KslTmzgtDjm1XRhdkeOaDNdoMM0VhkqRM1k2XVQT73VLNTMTauBBZRVLytFRtD0VnWZoC0F22riIysLuYgDyNrwfc1mAiXoKwasClR2VZF9LXOyLC-nn0oeehRXk2+ezqAYpm8IrQ6VitJBRK0hAwyhp6hw-LZ0J6VKrTQXitrbNp6wiMrZaWR12GpJ7CqSrT2ycNqrQTy+6FJZjaoiOxW-XtiqGIbWVEuRikUrscrTXCNSplAE0MunjLsaitjWvy2ANoHBE0GglTQaD1wn9XHBmhfZikA3g+UlQBbVoUic0BBnNrsAoVHCYa3RwIUUtKNlicKLk8l-CPSWcWjJQ2VrlTZTcUtlhbZMo8lTigRK2tBrWq0RIsyuO77xaoqwKFFdxRwGsCOnD21LwrbcHntt0cGa65BiaTAIelAQh6VMy9MtEDMltbayV3Fk7aFEztVMh965ZK9Iu2jt+JTFyzyoOhKI2cbFTMTkiJ7X24nt+7ZuoCoA9ZMqi5T0tNWdqQ9UAxY26-LsW5JC6TMT3t7nE+2H1EzjZxu1TDXm3jtGcqS5lu-dqLmU2HpY9YelI8icpXZkYc619aL2hlWoYUJRB2zyMHWkgry3FQOAIdg8ot5ttBPMTak2U7eLkwdouXB1AGI2G+0odUOrjZFV37bfBkdDckSo4dcHSkXEdWKHBwIcSRbbxuQrNduHkuikiTHIJeEh5JmVsUgvXMtDDRazukktULHS1rXNWqTGExPLUCNitVGEq10gDdyfV1lRPUxFmAvrVecQNSy0m1XlRxrxtqQaQaYVIdc3EOgfJU7UkyfpQK2pl2naFKe1kjU6V2gwdXbUqxftc+01tJbesW1lAXcWmUtO5THy+twWQXU5sRdQ52PgQXRk3cdK6vXWZlRKEl0jlEJSvY08rdZ3WFdtzWhV4NbRVh3kulNmQ1YCK8lV12pcnUbXi1IoIR3byXNaAU7CYTOxUcdacpw1e13DVDppyvZfDZDIydUN05dfCCx1sN-dlx2U2c5T51dl11ivJCVAjY9YxtCLivKUtvbM12y50cJGQjYrzkWRiCdxQu3r6QkOwDjWr-ot38NpoJTZLdfRSvKrdaNBqU1wlNjBWYuZ-KRnT+N1a-Kjy23T3BMAHzsmBfOyYD87Jgs2Id3ntkELQBwNFkOd3Ggj1rd0GgN3Vd0Xdvcg936ggxS92Zdb3XiHXV38WhWaOYAtS0tlx3R4Cnd41vD1PCRtfZWp0A3ZT0CaBjXV3QQFnf7Ww1PlTZ0u62lG10sNmgOJjHA60GIAasFPTF5I9d5QKh8J5rfk25xzilG1pdRoFyjCA1cGiCluf8PQYi9qZrh29ysLIepN1pKe3D8t7mkmVu1tGKV3wA-cB8DQ9RgOT2XdQYlT1LcNPUMjflqvAz1MtTPfJ0s9ucNZ2W1i2f5Wp07ERgEiZmgMY3b1ObOoqH01vVLGn117OfVb1GrKH0TWDvVY0rpPrTq1uehvamU69GlXxWLlq6qn3tNZSZ80HwKgaaCLVLfjZ2C865KLaEg4tpLYdUoSDrZZwZ0JD0W9SAFvK65atgPr19KyKdUU4euR1oJZJGQ6C490XaSlbx4bfGG59z7at1jNxoCX05aZfXaAV9hgOxAryEtrUC19Mtg30IgTfTFgWQLfaPJt9OhoPqy2f9ZBy99E7AP3Xdn3eRkspzNS2VsdoblB0uJk1gy1ZyNXYQVoS9DQ11WF5ti7bsZ-vYbSKdxRV11DIPXXN19dZGLT34szMTN1nlo3UzUYdtLUSrTdacrN0lMY-c6Xh9z7bC6o9Bfct3rdYdSP3RElXTUgOtT5pSXHJdVMrIBthEI8baGT4DHhooYvRXW08EvfY3UumAxwYrduAxYJF9iVk90n0acq934DepfyHz9czRUabNkDYzygwzodtW5AGyDhk-AAQN8CuAuerUDEAl1Ruo-9Q-Tk3N1qWTEJ3F9-SOVURz1XaBq9wXXd2a9yPaaBcDG0BwYY9gg1j3CDlwGlHaDV-V9139wbuR3kepgxUmQDqZjTxC9AQ+wM4DdgzTwODQyEIO9ytGB2puDWEd1XqVRPYYNeD7HWTaGO5gzYXU9YGJgOZDdvdkOhDrvV-2OFHvSHbs9JBpz1+9biQANggQfRqzmDYfVYOi9crA9HatWfbJpBDJGLYN4VTdXr1tDbA-qAdDQDF0PPt0-VJSZl52l72wZZRoFRIN0gh0O7A6zekCSDwbjs1d9+zTZgCDCfWs1YNH3fEO3VVJib2-tjOk+21dhsEPXSdG0rJ2FD9PZYVBGTDUvWsNrZf3b-tHZb10pOWajVCUAg3QSRPtI3T8OfDM4UoUIDQA2Ta4AuyK+3zSD0qgOVEVCv3n8VGxYB2vNSVYB2rdCIz4ESwG3ZCU-tV9daL9VT7Qj21I6I2nx59zxSiPcDIoIMVPtMFUPUxDn8T8W4liQz8mHDOIxZKGO+I3T0Rek9dPWIjUZXVlDw89Yz3A1tw+72eQnvTOG2ddXZzYPDmgOyM29lRPF1m8lnK1x6VD5XFi0cKDtZx71pPLYKMDRyESNajyKOTx2CK7EH1HDjjkSP1q99SSP6gQDeYJMN+mtlUEYBJNAWdqIHWIKxdgQyXXWj0beSPMB9STBUzNccC6MgdYgcoixdQXfh1eVBmugOU0XoxYNo9owzP3jDpfZMOzNZRro2FmkPFaN8u2o0aNoof-K9JfSNnNkAognAJs3sYQDTYJ5jTcIqCaD9oPaPjmm9rr2QjEoLACO9eCJG1PlrQ0NlTVkYz0MtjXwxyNa8pvEawTEp-BN3wAZo6Jx3xso8EOGgp-EAy2j-CKt1MNQDJiOG8fQw80kNuSjL2rd-SGSgMgW4zDXJjc-amMwRwPEeDfAytg44-AGzWhk1Q44rhAzD6w47CzjxzeyBHVSwxVAhAZ4Ljzo8LKO6F2gDY9f0oht-Ud0sj2ENOPPVb4wKgT8pEqfwd8BjZtI8jsCbsgCjLvUKPG1-tfcOGxVnaUNnjEo8cwITe0gqNwybrbuXYjrDiYMWpP3H6WkTYI6zr4o44wOCX8XtIuMoTk-dwOz9Po+c2j9m4z9y9jy49wOJjiNCeNKuYg9MP4Q149aK3jSw-eMhAj45kIBANUKKALAfAEbI0Q2IAs1uCSzW+MLD7IBSDfj60DHh1jJoMBPRdBw7Y6ddoI7shGFghXyOkxwtVcOYTjXdYV7S89T97Hjoo-hPijHPT95ZGcJfgk3csIxEEJFjSUb25dWKNZPQegU8dygDaA-xOS5ljVAOJpQjTUWTNqlXW3RTDjgxPfIj9SBQ4V-CKU1G9FTeUVAMYsazSrNUsUAwZdUzUZYUtkU82MkeuhRD0EIdIrSIntFw-nLOTzPVupVkvGWCArOPiX-ZuV9lWCCCTXk9DA+TVtVbEtI7hS3SdTyDqOT8t4yIL3G+fY5FNYYJ7V7H+JwI5N3judInFOvDYA9n35FELdYMCNaU2dlZN0pdJWYtpjWTb5sIZYx1CtlnYq2YT9lWoIXl1EFeWqR70-eWhlao3+WvwQXbkMgVb3IYOzel7ZWE5WJ7al2tNnjb6O9OzsRur9TzQ4ozdA701igRjHobVOXAjSBlN4AlzbC3qVjpjc349+Ze3XFdXdSb3rtRbU10kypw3AIfeTMwjKLtvGYKO9THXYgP92m7dCMRIHowI2dtuLVd0TEws9aJ-DKSOLMWS8AxiQLtSMpJK8JzA7U4Uyz+tBEoGZA+YKB1yHalVB8n7Uw6EDFE7fB0zrI74NvNqPslNzj7-hNXqBFs4jNhDQE7sU080s08oEDePdTPJkPM+O5ztBNWFA9FXDdn1adFMlVMWD3bR95XT4uQEI3TYjgenUyyedsV6zrrf5Xpmwc5bN3cyNoK0FaFnDn4a5doIKq6o709y23cdnWu2o2+0z4M0TLndJghzA-hdMWCqc-bN1FgvKuOC8gxS7O6l+M1u0G2WTe8ZBmUc2nP-onY4Y1xFMY6aATT9oP3ONzFg493plNcO3NndmXZPNH2GfcP2Z9vnWPNDzHBkvMOOaPXNW8D9oG3N2zy84vMNzx8yINchEk6uDzNgILMMv8Q7eHNpz+kxVB9mg+jhk3g-0HLbCw0sL0imTq4OZN6DeXY2OUz6WdTNJDMxCbN0Gz1TAJgzQRt6IIi4pCkVczTLVKO4TrPbzUW1vk+UNhM0CzUgwCCnL7O9QjogZwYkPFDAJ5MbyDTQ-cA7SO38INNL8XyCzo2XNPD50-2xGNTCyHMwLT5a-CxdEC74CwsEU3qXCGFMheZLwD8MYNBw3tbL3F9Yk18bcBdoDO0fNrrTTyFNV7JvYYVOC1R74LdIuqO7luAH54WQCTR5jVqUat2N1q2i2n12DUY8WxwLESF62rTChUwvbE5i7zncLK02RwOLuqE4snttHLXA00MKNx1WLgtsIvCQeixhAUiEiwl7p9mXRdwELqkW6PQkGi-T3sKIwPKictPVBqzteNi9HBetHKooXJ9-E7kuOLvix5j+LAiy4OYawS6IthLIsBEvYaZS1AhSmXArEv8l2bf8SJLdBU8EZLoHozTwBNSF62kTeS64v8TAy0Ut+LG04ItBL1MiIuhL4i-4B1q9SzZwxLfM-amLk7S8OM68iowSTjje0-AC8L7AFBM0TC440trKwHZ+39jay9alDzt5CtObzAS-2MBC0y2IvhLcy5EuWLMFUsskyLS+5ZgT4C+wsTSBy644igxE9AHoT6Rr0s4CiImc3XDnI1hNbqOE46l+0k00tjTT3vQ1kveHLZPUeFDhQgkD8i-AJzBVCrPxNH0USxMtRTvy4DLUTgK-ON4ry-LhjvFci-n0OzjK5zZAMBCdAZvDkvQJWPTdc2dM7z3A7yvWi649ETfT10L9MEz3K00MML11nGOfWcY5wvDz45bst-LZNgCvb+oESBTMTXAaF3F9pU0ytmTTs2bYyLsY6+VNjHs6AtMjVkzMTULw9czOmCZtQ5MaB+AWYWi1RQ-7XormtRbRQo1sX-neTzhQRN+T3q3E4eirAgSumLv6ngs5sYvuMvlLs6sGuT8FCY6sdxVMY63MFaEmdm3dLJXTktls8vwvlFHK-0OXTac6JW6rTc6lOEz2Tb2z9tJMkQs2r6q-fN2r3RSWsWDFU40nUDJGBi1CtWLWbwhzObX5p4zDSz3NqVhZRasR5gsNwXB4F9cH2KA6QnNK89CAPz251gkZgryr3qroDwotvay3wQuxJovZzKSPYsiKfLYoDrre4fgv7rtiZt189yrBqxnrFKHyMGQhCFJyTxvQxoqycJMvgs1rvcIeu2Jr69Jjvrca7gAPrK7HOvcgyrNav1rVgkvC3rNa4BtPsT61uuwTNK5sspIp-J+vXLR6whsjjRc6fwwbN7KJy4AwG-z0L8I42CMsTiG0vA4bG47ABB9LfChv7Ia6x-XobNSHBNjjZGwBtfr1G4vxEbGy+Rt0bB6-8RB9kpOeDD6cABgu3r968YstDmJFomb1aIIJs6YPACJv3rvGxooSbZ9VJvXsr0Dby6KtQyE1LrIiiusfIa6wZsa8+m5hKnr7i3xvLTjGzutIbKAGesUbwq5OvXrFmxooAdBCOJvFscG1Qo-r8nLuvCR-66htWb367gtvrfm4pz-rDm9H1ogYGx+vC0w7WxuebzA8+vbr8o50thb3Nbeuqjp0IFuErwWxySkTRcxFUPB9spFslsW9XRLE1XnFBvOVWZXFi3rJW4+tJb8G0xtkbWG6xs5b3Y8esRIzG1susbpW6Jwcb7nLRugA2G9GOKAg2zSLDbHm5Rtdb6ywJ1tbxGzhvdAA205s5sVCqRuLbi5AJseA8m4puYKymw+uR9+vBptsJFAMxpB9FWyPXWcKWxnna1jaL9V412lBFVfVRnfZX419sjdsYrxnVuolbxm11mtcn2z3Br17tQSuKNq22bwfbtW6dAObmm01vPbS09ERwbOm2bwRV+9Y7TbRTkr3Bo7LcEdtg75W08H8+BXJ+v7I6Nc5WEokO8mVWqi5Fpu2OQfWBuqi9ooDvm1d27hVvbT2xFsvbaArrX4188rYL36XWQFtVjFPPgIBboa13MQbAG0Lt2CAqLztGjK7FGqw7FJIdwc7CO90BI74O2i2GgpCyTLkLcgJQuxb4u4gJY76DWxP8I2u9Ji67+uxFtxbjO-vVe09C0n1470W9Wv-rhOwFt0Y1uxNa2C1O+XTMaBG6Bsu78W5Fyi7hnVzsGN+NdBuc7tldzuc91-AICpGAu-FtY7uY8LvbcIewdEqz8W4QhS7uoxySy7LEK-AK7p2yduR7qu8XttLl6wL26bWuzFhkLnjBQseY4G0bs27dq8bsbGpu0aDm7YUJbuN70Gy3sS7beyvwO7ESFQ7yile2BvGC7u-3uICxKF7tGjPuxSTnbk63JvCbmu95ujTeQ3pt5bNw99vcmy60OTYrUfeXszbOHIfuoYXm-vvICVy5bwPRz67NuXLO412Pqbhnpfswja62hvb7As5gry7V8dbxNb6+xmzJLT+-evT82kIXMvZRexfumbPotL3AHRm8GLGtr02bwQHv+4ruB0lG0zutKEqF+ydbOHAq1Wtwsj-s2Nf+0rvQkNOzSZ4b-u2ICt87W4hOT12lNht0H32zoyMHZe1AdUbk6zRvtbG29xuS7XtEwOkH0RCttb1XB8RtibTE31uy+7YYSIUHi-BNvb6KG0wf2VDB31tKH6vGEysHGeySS378EPIdcbAnSRsjbfWyfXozR+8Idogoh7wfiHDiKNsL7Z27Y4GQeh4bDArJMaCvwQf25oAuHESMDvq7MfTmysT-i8EXWNR+xvW6HnB5xsn8rG6sFaszGuYdTra+7yO616pF4foL6E7ivEbYu6EfI7RrHpUBHqm2YdyHGuxgsk7Nh1Ed2HtvH7j0o46wZDJAwEkuIzrcojIXEy2bONuOLGUtrIqkyLW2MgtvhTbQRrZvLXADUkACDjLhl4RqyDHk9ofVDzTcP4sqLr7Dm3410aA9HQtIkKSBdHqLWYAFbEx2ThlFQB8tz+LU1YShQtHeTFjPQhEMiBJIwLW0a9HZcAVv8IExzX0SgWOKMc1Y4x-4uBF8x-4uIoWEOcdSAxZOoozHb7RP3GU+NJPHastStcSReHixKivYJzIaP8AWCBP1AS6yOYx8QYolscz6REALC0A95MWQcqgJxKqMMtHFrJ8kvcEkgYnTAPZA44kZhP0EnHKtC1fzIsOJgOAr0BScUALQGiC4nux54B41-i+orQtGFrgA9AHwKydpbAx5iccnOJ0mzcnXALye8lsB90kNC2sMKcInxEWMc5sEx+yfYnXJ+gJ7HBJwb3+8HebtUgSap68canmJ-ZI-iMp5wBynd6zmz0n0La0C7VPkMeh3HsbRKfYneTHidQnyXAOCIoTp+tCLwXp9adynZcByqGw4J7opnrihVe2ii+jfQcZS8J9EhYHCAAZB9oTgCECinK4eMdBt1jNIbeLugASdnrsZ6Hy0cjp6ogUAWZ+qcDHBxy5slnqfGWfInJYhIBonVZ2afinLAFidogFfPmdxnhZ-4sGnip4bDBQISJNKmnmG5qewAlpzgDenep6Us+nQ5z+6iwzJ22cTnHp92cSivZ6Wf9nNJ7qjEnnDJUirn3G3XCIoxIAjiNIBZ8lx8nE-dC32QYgIOgu1l5c4skYcx0EeVEWWwJ2yrr5fKtiCWx-4spd6RVTPxCIoJxAHjLcuOfHnEx2edbnDZzucpn8APucQnKyCMueLiZ3HuIne57oB5SoUjUJ7H5MhhAYQkTFNUN595EefzbKdLqc8nMR9cKVHY60ZC2YAnA0eQnex6UrjAHKsmhIX7qGkstHRrO2MbUu+WxfcX8hYoD4i2YpzKfo6iqxfjCE-Rxe6K87AQcyCcowUzvESStiLyXSB5liZiczGJecXP8gqdSXg57JfoKel+2wKXfF+gUGXiB1nMiXWl1cygiul4CC6tIwKpdqKCUgZBGXceUYf3sLzc5cnMtTK+e6AHl44p8d6HAJ1SXIV4hyBXT+buK-lgIC5djCHx+5fRX24x5XQKTAFNVBXmBYftSXuHMcBJX4l8hdinmu2J23br239VYCiRR4d+X2IqRMmMsDQ6KcShsK0BpcQFWlzJX-R0aw1rUez9Ux7Al0wAdXdV-+tMC8W8lfFnz5-Kt9XZ68KIntW032eKAyV3BP4r7k0hN9XE-LQrXQz685IOXerAY0dBqS3seDKQl10sae+c9gejsp17hYaXltL5iDn1KlZfpLuvAHk2gEV5+cbKsV9exKq1+7aBOXT5c9dPNsdV+y-KZ+75gFb3bjaAdX117aDFnxxn9eYbycBwX0XQeNkSkMGQlcfa2i67dwGbIoLE30DURC1kmSl0nKaotol+cIHo3TRKAZo5NzYzbXKRXYVIFdNKgVh7jTT0casSR4DBVsNKMZeAggs5jcb7jDS6s77rk2gserZamUPv5-k1Je+tJN6CLlCysl0dX5lwDfmXAyVyFODw2pgZD2TaE0hOczbvVurC35tYGO2dEt-FexoUt7ZfHoGt0HAd5ctykUK3eAErd4AyVx2sFaXazkeJHSEx0FRF6l9ZeEHr8Oop3NsCZnMPXyB0VVY8C5wHcE8lrVdcvZt12G3zXXN1QBd7vUD3uaBsS11eh70e+Hsdi4K-AukUWmIHv2iYuwextLBd3au0OZ3FukUyHfmHMG2eTCT5V3nNQJ4eYDmhTJFsT7Ene3lGWA3tlq+KNauEoNNIuTNTjiko2yNKjUaxqNSl4LKTJHQRPeKMprHsd8qL2eGdPss9wTwTasjZDcYk-tyvcFVQ4xnIKni96HeEnqpEhyMKsjXxfWePF4fcKN0RD9erpZ90jp8XU1dfe9sU1cWwvXaZwnco2j5z9OGb0BzvtZDW+-fvRlu+976v727MDe5bhCC-vWbc7JA-djvcDA8vrOyF9cLEX13fuDzj+0ftv3KbEUfrb8EIdumHH+4g+4Pfh2bxKbW6-kcf70DxgcYbx5yxtiHX68A9GHmGww+8H-W61uDFw27Yfv3rWy7RTb9Gwxuf7c2-gujbqGHBP8PfW8pufri5HBNxtIigdstwuip03CwON-E3fNud80gaPESLKYBY5+01vsFX93RNFXuUxbTckJj3Nyg3WC2RVAzsCVY8euYTPRNi7QXZWQmPhJUVeFbtJQi6JFkpsY-Zn1ELZNlxmxyY8Xqfj9Wd+FTbfbJQ7AnVSbaF3dSMBhP7Z34VXbr1STEs7D24WcVXaXFjcQXPCR0v+PIdw4-HMdEgKgFbYs+0DwATbeU+GAP-mly+PPhWFWVbNnOJgVPMtRo3CRDmt1c61Wd2IIirfhVE-yiFT-bIAz0qyau6CoM3zfAzN7AVv7w0TzougVpM23UgLFM5Toa+RPYk-YQZUUTtdP92zHtX2gNTs+s75V6lxxYhzxk+YCxtxlti78O1ocRlcWMWyDFAzxFX45Y1WLuPPiRRjvXbW20UdE72O589md2O1Q+KNDT+rWE7AO6sGk7gNXRhrOHz+7Ur83z2Q+dXzlX88ZbgL7jvCrIL1LVOSYL5jsQvd9WTskoML2lz-PYI-C-8bmL8p3Yv+U00-E71L88-lTRL3Fh+nvzybt8nh+zDHQG2mwr2TryvbHDpDz-QA+b7GvbnKTP-tVz3uJ+tw5OG3HPZyxx8NrCqyCs9q58wfEuBff5XXnHSvI6M0-bP2G3ZcPpD4Q-mDKT4K7wD+Okg1AIPCsAzV6c+qeFJMhmiAi8F9C9IrALfNLN-CFR1txcr87f2sxlHg5r9zodDxcdvrPK8dsgnHg4MAcAF+OnA-Pb-NkZEpkRWqvU-uq-+DnQ5gPcaHQ6Af2k0d0fcZD895m8+3m9zex2RaB-ffCvnd2vf4HWbzfeYzyb3gcFzClwbPaHxB2QfKz2MzkMIHpl5W+9sObzAcdv+bw2-r1v+82+CHQ7-YeeXDyyEtPLNSy8spOn-YLff9JQ36uYL7+SLo53ylwgsXLID4A+HePuZgF8XuteNObzYD4lOBic48nWJj3EzagrVIoGtWqzmDuDxd6IS3JNfwu+q+B7NOkwc0wC+k7-MuJ7g-DlxvX91E36LRgI+QkUincRQymN9KEfz00cGMTDkWVNKv+A2ZIB+StBizvTlHCQEAA) - [Arithmetic operations](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkhQAdQbNW-KvMVIAZqCb0mAfm3wcqDwsAC2MKLcOKBGDFyRglT07OyQxIw8kOwkkNZg7jwAHokkuqAIKlZGWbjEoPQAXOTE8AmaAEygAFSgAMwA3FaoAHyDeRDIiJNoyji47USk5JQ0DixsWdzUfAL8wqCikjKuSlhznZo6igbG5pbj9oz1AEaQUoL71aFHGVn+AMq0N4AGwAJh9WLggdR6tkKjhfNJquxaqBnho+qB8vRgRQxiMxsAul1pN1QKAAPrk6k02l0+kM8lUukU0k9AA+oE5jJ5vJpAAoKQBKWmc9lsrlcinM5mUuXS6nSmUKykKqlq+VUsWssmcphUgA6YslesNWLlBrA0vZVopprtkv1oCNqvFupNJod2pF3OlwANCoNoEFXvJxvZws9Eoj2vZAYpABpJQA6P3OpXsiN++N2h1SzmpilgeNunoMtPGvl8sUS+lZosxqvVu1siVaIQiVj0cg8b7AngFWDg3tiYFhWDsdLETLZSCeK6wf5GVpiRylNy4OS1MKCRjraitYjECcS0TaXRLldrk6w1JTme4ZPaDugUKwZJOBwHOoSChOXSsFkwJBIAKAS8PwEqpMEEiTr2VDVKCVB0IwuCQLAcDwMmrZkgAmm8oBiPQuCsAul48KuMSQIh9Rds0rRcDkJSoAuNymEQnATggPBGLC4IcXUYiQMRPDPGOEo3vCeBovQphYd0bYvmI2AAFbGHU-ZwF2dS0EeYi4A0ICcDsEjPMmXzABw9ChDwwDgBey7kTI8m4fhRjJAcKLpMCwJoLQAEOauRBnnIbxTNQ2RKZAqlGHU2z8Ggcj0PA7BENEqDiKElhkvypEBXUAAsyYAOxIIgwKMCg+whAAjhIPAhKCIpxQIqCJcl9SguCfmKLgeWoHJJLZVo5FNECGFIONzjrkk-ZEbArDPLAwKQDCSwUC4ZSSSI2QhRIiCHFIQrYV0wBWESg09OoV3XTdt13fdD2PU9z0vcdTY8noOBUP2zzwElQQIVQi3eStb0veDEOQ1DD1sqd4y4PARjAKIiGFMmxC4NIsCFIJ8B1DeLGGKYZgAJLiO82PHuwoKQi0kTDBopJYmAWiQCYE48AAXlQB1OdobMc9zpPk8QDOUxONMee4KCs+z7AADLCHz5L+LLE6K6i4vU6wszwGYyRyEmBvDEzNL+DYJOeAb5RnHgSbuDgoRPM4oSm7SABijuMGYADaasK0rAC6Jt0k0-sa3UWuSwAglg9ByGY-v6+wcjDCHtLm2AlvkBIRhGPNuDuBIwJJoReA85OZDuURyu0gACklFCJwLAe1GLhRU5LojS4gAByVGwBHbtm6A-eIRH5QdxLOu28nhuwqnw8Z8zoDZ9bW3217+OGK7fKe-ATvEL7Y+D0H6cMk0J8T1HrCx39CcAEJzSfc9p0vI8W54uC5-nxFFyX00AC0sRbi8VAA7A+Twtrvw9lvMwrFzBXyVm-HkTR2DoQQDAtBGD4BL2wRhN2+CECEjAAjJGABVacuJgB33jpQnguJ0aY2xrjfGZQtD0AYYnSendb5xwTsbBmmh+T8mTGI4gYcRTqAZtASAPBGo8OnsGJmtAmgGwTEzMRyYQi1CaN3FAAAlaQUiZFyNBEzfwRjyREPgGMFhOA2FuDrr+Wg3Cb6gFoQIlOwwkzoCEaAH2WitC+MDnYnGDjpqgHISiIQ7gj5aEUdrDx-DX6+P8T7dASYgmhKsPYvGkTPrsDcvEtQ7jPGpO0J0MpKTBEYh9posRWh8AaPJEE9oGiclY3CfkgmnDgQPwTkzBJ1T76pKZg-RJkt2ASFCIteALSPGTL4aM42dTA4aP8RMspPsmBji4PwJggdQCq1AGHPpAzE59MTj40AD8kzOKhGYaOSYAAMacSHkERsAeh1DdaPgxl01hkTdZmAALIF3oBxJZdFIhJkVug3uMy5nQumbMhAQimacn+HISc9BCggvBcRSFsA4WiFgIitF8B06cgbngSIBKIUcVJQipF6LMXnkUAyolTLQDwvJayqlYSgU3mxbi-Fs9CW4GJdC2o9FODMv5ZSlFAr-EAG8mYnCaEwUV6RxUqCYIMckb5uWwCaJK4lhrQD9hZZSpofKKVzMGAAXyFREm8tLcD0olYyqg7jZWwt5WSh1KB3GormWqjVugtUeq9fqy1xqpUcTNT6y11rFVzLtUGgVzrXU9PYboLlibfVTySf6rgCrg2IFDSqjE6rySaq8AuXWBqmYJuJcmk1qas22sDTax10gXVnVIV8n5uBgD70PkwwFbqygTu9kzP50LykgrLfK0AYb0U+KZgY+axdI4lpjik1d6T1nSH8Yu9xPtA4WNADu7+wI+ZND+T7F5Rz3Egv0Ygc1PLP29vTWylWoA53xKuX8m5DzXF3r3UmVAAASVV9qBVOqaPB79sAnUjHTjYj5ZDvlULHQAeWeNFYgo6p15McVQIjJHwXwA4onZplT-EEesiUpM7MQrznaAzAAZJUnDXz-ZcwQMAMmRx-nMO6ZR0AABpWAchqA4EluodlTBkS1CYKpsczBVMDk02GLwIRiB7XYPpx00zvJmb1C0CQsArNeHcDiCg9mmBFyKdOLILbp15qcTBGKEhfjZBUwZpgCYXP8hc0KFzOzVOBxc6qlzTqXPJhc-0FzDQXPqBc10FzABqFzgCXPAC8xRyJlbWCaCYC8pgjp8A1b1O0erXhehNaYPlVrABWVrAA2VrRVWsAA5WsAE4StScidi2ZkBcSMxCz4VTzwXNGBc6CFzdnVPuBc5wFztAXM8Bc8pFzJgXPAhc6EFzpnVOQBc2IFz1UXPwBc7gFzOmQsSBc9AFz1AXOFBc3IFznMXPRxcw-FzegXMABEXPoBc+7FzABxFz4AXMkxcwAKRczJlz8sXOgpc73FzBGXN1xcwARRcwYlz-wXNaBc+QlzAA1FztgXMAA0XM4RcwALRc9V1TdXVONdUy11T7XVNddU711T-XVNDdU6N1TFIXOwa8zYXDQnubwGAKCxgtAp0ip-hw0SVBNB1tAC8po+BLX4CaO0S17QmgDCZr0Jo+VLX5SaB1y1HWmjdctd1poRVLVFSaANy1A2mjDctcNy3LzrcW9APgK3TMk+W7tynh3ienfknwC7xPbuU8e8T17lPPvE9+5TwHxPQeU8h8T2HlPEfE9R5TzH0A7Q49Mw77b5P5J2g2-b+nvvmf2jZ-b3n9oBe+9F-aCXvvZf2gV771X9oNe+91-aA3vvTf2gt77233onfySH8d73voA-ehD76Jn3oY-b+O6n30IvvQ599DL70JffQq+9DX30OvvQt8+gm9eg98+g298oj9QAIDXcz98oB98or8EDXcx98o898pH90DXdX98oy98pP88DXdf98o698pADSDXdQD8o28OtICaDPcz8OsB8Osr9mDPcx8Os88OtH8uDPdX8Osy8OtP9BDPdf8Os68OtACJDPdQCOs29utO9B1vNpN-gf5rkMRhkD1WAOM5xQAVC84jcxxjldDDd6Bjc-YjlsMh1PkkYNcRN-g6YuAyMAVSsbx0BGB3Z6pagDAko1DLhoU4NVVf1o4nV4Nf0H4MMjCJktUxthUyh4dYBiAPC8BiBvC9YtB-ENDeE0BQj2Ae4PEQjAjciUBwiiB-Bo5TkvAYiZ03BClil7C5VcAnkZUHC10tlNCYUuB-EAjgj4MSjc1lCWjCl0hRBGiSZmi5UkxMilFj0MQxj3EtAb0bNYAmYmg5j2iAitACjf0KQMNFj4BbMVjV5-Cci8iKQXkCjNiTiUAKR8BdjAMljDi1isiAjtiLi7ijCHjrFwEnNYABMbCW5hMtdbDMIAUCYATuYxMpAzAmZIT90sjV0FkkivCGAq12iESYSRYOEGFxjYUmY64Qh85QRIg+Vfp3wTBoVXhpt3x2AFlEMlVq1KUFkIdGBux5iW5mT0g54jZvF1D2SWSzB8TjAhxiSyVST6ATAK0VUNlZiRZ-DrorjEBYSsTgR3j-AfZ4j0FWgjAk4mBrpQtQAOT6AbklS+lr0vjYS5T1AFTV5MS+lVSAkNSuJtSW4zBdSsskxDTjTbSGEzSKikSUiUToVnF3MAsPN2Ab11TOItSk5-TUiPSWSvSjhlTfSmhYzAz3Fysb1bDK1hYjgkwmB9TDSkw0ykosMgNPCAykpoUmAAAiMzVWcExcFo3MqQZU-Mus+M9IMsks1ErIusmsrMxs+oyIFs4gNs0Afszso0w4ns6FSbV4XEQcuWYTec6bUc-Mwslk4sis1IssnVPFEFVAMmaAHEeRGIFEmSY8TCVASUylUYKwME5c7mHMjEo4HE8tbdXdB9d8+VPEgk4UrgEkkIcU6Ff2Q0rkheLdckWcv1FojEeIxInclE0crdfxGC9ozMwDbMgVaEukNwxC5I1IlChZGkWoxgYcrgRoqDB9bcwilEqC+uf8okwC0U4CkwN2Msn2StJOai4ge5JikU9BMUkwRMqQTpR8wWJsuVXCm0t82CiYpmUnCQNIWABcasusyUScpmQ00Cvkzk9RSC6UzQC09xF4ooxAB+WACBdDeDJSlShcLY8yjxOJBAe0iizgIYzhFEMwSy6y-Mg0UzduLIz46kAEHFXVEFJgaJK86ydgCqcEVdK1PgBAHEFLKcnZNNStQ5c+Con2dypOXyr6Kcm5aOFy+AFM3Q8Kg82eKKycBAWK+Kjo7gfsK81Kzc9IDK7tOZbKsYCS9gFcuQKbYEGSkytElohZXin8hZQUwkwS2AYS3SuWcCgy42REpCqs+StoUABCns4is9DEdCrI1cxcrCocwahcmSmkfC3a2Ehi0irIOoloqir8vi8sui0ski6kGagCzgICskjiw4+pOkSa9xOTBTJTTGBkfwMGxTeAUEHil6-ioU5i361isknKmkJoY6hG+9V676lGv68Uu66kWEz68S9hRs8AJaRQPWIZRs3iial6pdGpbxWkrqkNdojdeZfay4empmkZeOV+JcySy66kWw3in2fAU9OkCDMwBm-mJ82ACW19Ym8kOkuZT68kRzXEZYmkMs8Wl6-oyJWwka2Uzaj88kEG9o8pJOWpTQK9NmvtDmrIrmjEZpP85Guaha9xSkscdyTQbWigNa963s6YuCzQHa9avWW6hZE07E827gTQa6qOva-xUarIgsm9XimcqO6srwYW-qoWOOgBeW9WhAJG2alioStiss9OpRVAEAa0z6UIN8Oq0EJ1AK60u9Yge0k27upMeWvQowMwMuqlJMJY7s3O9xJgAK+shWkW4ugexG4wvOEe9msekgfY2AfWxs2E0W8kUmpeHszW2S1svpE+-Gr2tik+0eji6FX9A23Ggu4TKm4EGm5uRW+W0u9ess9BDCP44AYEwBluCTJQ42vS+gGSy+qu+atiikyAKk5IR2-9UOpJLmoy0AM3JST2mB4SpoaB1G6uskrtJ2+ATNUhnNXJcbG8R06Ml0pmBnHEWzKa7SlkxaiccC326kpMLm1C2tSNRQLVDiTU7iFtckE84EWzJoRhyR34pmUEFkpoQ0yhsBm8GGpTJOBhph4teE8a1h9Idh9gThhBv2mk9dKUnmzBgR01LwDjWG1bS1CRqR0AGR2zS1BR9IJRlklRlwsobi+h8kVxnRsOhS8kHStkpa-krhpB8xu8jBs3BtJgLmsR0AJxmxoJ9xxRg07xgdI2kVFozRwJ7RlhsJthiJjhqJkx7h2J8NeJ6xrVVdFJtJ6R7RzJzx7J9IHx6hsobGgJlx4phOpksp9osCypxBsx3hup+tKNLwTcIapp7Rlp2RtpxoDp+gLp2ItwQptZwx4x8Znhixop2Rn8jEdEjFAzWh7iJOIJ4q9lfxuWMwG5tZ6lXQgpl0p5z09lXph5j5hM9ldRuG657R4qgB-4LiU8zXYAMF1oCFhAfXHp8F-sbmV+9+oZTado+wjIbU3QBZQEEEUEHXMQRWVqmbH2qppByxvF4uAl+gIl5Kv6Ul9opYowtSs1Wl4llK4EVmBcROXQe81RhFmFpF2AGStS9xTF6cbFxQXFoEalwljlhl1gMl8ZjEQOklSlxFl+6mhAXl6V3Q2VsEeV+lpzIKpRX9QlxQeG3QG9C1ocMVjFgp61keFgFoszL421q1twcVlohVnEHl39IJnK-wIJwhUAD1+1rIh+cl9gBcN2fwJgaJy7TGsN2ly1iNpRKN8Z31rl3QMwAN7RoN-p2R0N8N9FrI7ip10KrwZJkt1Nu1stpRStbN-1pywNuNotg45N0tr1jC4uHNxQdtpJvtt1io7t4JpJaJRCAodBT13WqtpgGCKdslVbWtsQNNhtpJBnMxWN512ReREdtltd+tntrI6OFOHd+dg2A9lNo92d6FaJEwVIcKC9wDBd9gR9laJN6kQ99dk9xtnBF9owpJnBa9sd5m++FtvI9AMcVujGBcQt6FngWF5dGDicODvl1d398dyWaJGcSDlAXDrIBcXABDzV7mQj9gMwCj4jnKn9497D1gajNSfDxAfEyAGm6ceaUjoV4TJjmKAU7ADjngLjzD+j6Fd2PzMMlj0AWlKyXAJMX9HdYzZKbjpD4ViT9zGcAUpKOTpe5T9gWj9dHBQ4v+4hB8wVtT4TDTmKLTvEnT0IJV62lJH2BE15rFhcYORm-Tuc+8KV9V-xRD2F6zsM2Thz7Tv6Bz01pJX9QL4V0EULyGow2L4TeL+zxz3RuVdt1AfkeDZL7mVLiL3AJ1ExUAXLsjkVpTkzYYd4r40z3BWrnBXqizoLyTmcBLqBtL8DwWlz8atzyVjzhiq2jLragsjBhL6FK9LOl6w4hLl9N9don2X9MGhT1t7R304NgZh19zytwDMGn8peAEcr4LtrtL-e2kZU8LuT1W2kAI3igosG5DUr1VPLkVwNiI9xGL8r0Ef4HgTgOK5TudnkQ7nj-Ln7v7xgPaBjpqmBOkfwWb3ZCcTgA5ebrI-AGH+kfwAIl77737-7yHmrqsJoLHr7sHvHkIJ1GDdH5NurqniomnhkDGun4z6n5npn-+8ztwKlsEchCgWlCcRo9NpJCVq5vl9QjdnD-qoj3N42PYztiowXyWY7qXxQCCmX+4rew4tVprzn8rlD8cScXABX1gYXvz853Q8rswaD-X9DxQKLruJy7Hq32DxLwDR31Dg3-b2H-V-Fnn2APn7yp3tDw30X9xEKr37LsrkHocQPg34rq9LKekInyPyz-LmPjGJ1ePvBIzghFn9n2QZr4VijmS6jgCLrhOE3+Dxm3Gk5yrULSxkvnqCb9b29abr4hv+aObnz7bgd13i39v3AObu37aPI7HwD4HlPsThOg783qPov9Hi7-v67mkfvjKxH5H6FNHvkTH+DO75P2F2dgni+bI1VXf57r7hyyUBPukRnmxUN+ntnsz-PnXqPvjo+P89jhATj9LpRcpHriYvrkXooE86flq+CdDEKN0sZschO80JvlN1AHtFM6zrVVEllDaoBVUT3O7qAHeL4NBOn-YTgP1fQTclu8mFbnkSCbN8gmXffrjtyMJ7cp+4feDA9xQxn8o+jzAtu93aKfco+8XXAXjDkAwJx++-KAZ-yCD0DGQgg4Vq-zO4MgLuwgvGPgKX70g5BX-Vfvsl2wo8lEm-d6NvxP4vUCi2PZQXIBdRX9Cex-U-gYN4HyAXUaAWnoz1z6YIj+9-ewfV2-bZ8HBD-WxFYVwweoRM0cWoORm6ZuAT44FTFnjD5TKpGSoAdANTHCEMlw0-DckLUCSjEBR6WNdIGELJSWoJYqQqITEMyG5MqGmzKgIim8jZszA4TDCgPHAroMamm6BIdNC1QlDgQ2bFJh41WbKMChArIITMidJlCtGxzQZvo1ZKVDEI1QgVAcziaWMEmMzJgBSl6HGtTsjjRZh2zkbkg2hXjTpp0N8ZuBM2pjPoUc2YbKtTGQzAxhmSqH8kahkzKYfUy8C7DqSLQpYbIyWZuN5GWTDoYoW2FUB3K+wlYSUx2ZnDRhFw8YbULHrXDpmgjLwN8IWELMnhKwlZhsPWZbDAhVATxOgBxg6JPUWQGSmn2-5JJykT8CgC-EEQnDhh5bc4ZyUuEWMI04ImxkwFRHoiC4M4FJktGt76Qoh7vDGPCLWYbNqiVGYjGpDRHYNhIWI9-tANxGHpRkr-QwarxTjclU4DFCoWSMBEUjgRVw6kQ0K8Cv9BRGIpkZakihiicBH-eQfNC5HvC8mZQKUZYMGTkg6B7RAkeSgHhjIDhUPe0USNZpDDoUwQoEZELVH1DEmloo0fIBSYcYmgYNR4c4wyavD2mZowobyP6YwtjcEOYwOVD+hhkZKSYowCmMCzijlkgtRhgmLHAZisxpAPWCtVlGQUGKMmFGH8MVGNtyRkDSkZMPVGJN8xSHRMcmJ05hlWhHY1MQ+CUY9jsxlqEwCjFDEoxTROTD4ciPjFtjCxA4ksSNXBDuJXRjo1ahiT4DQplxiEJ0f8JGGwAxhPoqkX6JmGtjTCs4zMZ2JwApN5EqxUEJalEB8BVi-VYgOOM2GTiihQGVrlkCLGdjbOB9RcXaOfgrj3R5IcbgLUfiAStxxI8ZFRFEEATCRQE1OCSM9H1izAjY2pmCI1FMAleRjOcbqKZjXjV4t4pmGXDk74M0ulqV4KCDkBNAo2VEl8YiLfFxjsJ2oxkSKL-EbiIJIrVZJyAswlw7OhXMvj5U4mvwGKtE2CZG2EmrjSmpw3cfuI1ogi+GpuG4VhM-HsAWJwo0zHeNBA3i9RaXMiYVwokwSaJME+iTyJ8xUASYiEWCIOFprkhe4VkKHuiXJBns7wgWDifBMgk8keJfbJCQCL3Hej5JvopSTSK1SWS0OA4YTo9ktRxU3wl8ByZahOAuS0ggWJoElPvBZBTJSI98epMxHsAJW1vbEQyI0nuSHRnkxCR6L8lyTy6CkqZphJykzh8psHZkUVNylPoWpM4TKYxPMmgA9AOIYEPVLYk9S+pKwJcZJOAnJJOAPQj3mBKEkeSuJ3iBUcMyVH+SVRB4psUeIhFMBep3kAaZpKZhuRvIlAJoNtLHCrD6gdGKaRjFSkXTnenU80W4HBSUpdpMlV-iVLdHlSQJVot6QhIYrN0jgQ4eBvswqmySAp1UoKVYxCleBHpcyXaSk0gD8iYoTQV-nqKtGGiOOcgS1F8H+naSepkAb4FICHB3TYx3Uy2I1LQ6it5ocJDNmNI+m4yUQsAWqGh2+llTFpMk5aVVPmQ1SMJiTUmVOGt4pNjwuibQJTMxk1AGZtmScMdLFmMzJwmU8kDYBxBXl-uNjaOGZOkyVdkoZMycDJVjiTTYOzM+aanElC8TfJIM1aYFMPHBTMJGsvKXzKamWokoestDtdKdmyyox7QicfdJRHCQ-usHZ6UzHlhWUqZSSTcYbMG6-cdIBs7cQRhpqMBoggw6SaSLrHKiGxqoy2RDMwl+DPUvstDrDNTRBy7UQcy1K0E4A6QmgBiCOc+KZhGi45ZDUADHJSoliiZXQqgA-FED-R-ZatIOVHKkm3pK5Pc8aQ3NTHxyxqoTHcezNBmczwZ0wzaW3LiqBA85TMMcHEkLlxJi5lc8uZXMtQ1ySxSM2OU3PdkIi1ZkSB+MtFMBay3+5IMSYJNDkiTTZE882WDPTkzzaRp8yAOfLtlocUmlE6ibchMmHzuRWUuMQuDSmBYdZKQZKWGQHm0zaxSSL0Y-KnnPzlJICiBelL2k0jQFYZVKagsCzNzPhrzOVCgtclpjYFkseBanLWnhpmxMw-KroEwV4S1hbwz2cTOkwVtFA9CrEaQtYDkLUJacu8tQs2lsLYAHC9BaAHWGAKuprCvts2zoU4KSFS05OStIoUWz+FG02kU0JkXsK5FDCsRUwtfFey-54zIhZAq05cLR4KEtCXUKtmJM7hyQYxWgtaF6KGJBiy5n5xEWkwpyyElObwsoVWKM5iTVxfYsCxXicZJMPBVOLPZyAgl8itmYoo5kTCqFairVJEuiU6LxFMYlubcmElmKeFliqlGb05BzCtSZQgyp8wMy2KA4JLCCmUslBQiqlpSv5gZnpFCjcp1SxpZKC1HtSsRDSrsuygDHoyZR88GpZyBPHtjzxvY7peWJ6XTkDMoys8cWJwCDLbmBmbCd+ImWUcyx88aZS82YldKNlUyg5UMvaWcgwp1kyKUsueZ3NpFCw8occqiF7KL5bS3pQZhOnPTNlyyyUNDIQBvLDlcoj5ScvcCPL3llygzDbKBXljhlHiH2ewD9l7KLl2y9lHPI7lwrgVCK8pWfJMDgqjlzyyUKksmXYqZltSx1louIWmK7lQi9xZCo0ULC8VlHSFRUtpW3KcVnIQJbItJX4r-lHic9mypMWcKEyADHwVrkFXwsnEjcWAKcunA2TRWLca+E51GS20FpCyXqewEsqYKAZRw7hpY3DhKxO+4rc6tNm2a-p7Jb4BZKM30rljf0EqiKQgFHomx04-gZVaqrkXqqmWGvEeNqtqCS0NBSSQJX0zpBMAMsJ9ckGasgYGVf0n0ZaAHFIaM9GecPMVYyuVIXIPVr1bjEPxk5ireK0g6kEaoHhBrs1TlZNXmvJC-pdYMCOwUYV1hBlG4saRZZsvLWAYfBIKXWPWoqI+DM1tPP8eFKlUdrqQxq9Vu9HMWIQi19IHhVapsmj0kwY6yKbap7WKC6Qya2wVgnTXlxdYmapgPa0UAxQhwaVXGZGpnWhxl1FAdtTyCnU6taefa4deSBNnnqUJp6+ABOsIldrp1P9dHnOu0BXJk15awzm2pepZq71WauyQ5OHXXqeQo6qyZKufWkNJ14G61fepfUM881F3T9UvF-p9tteVAHwQmplVKxBJCq+UWb2TW6qMW+qrli6RdZyp9SIaiCr+ltWFsf1uNLNYyvR60KSVvKyjjwofW0bh1HG9ereXDRlrENH67DW3BQ2htCNhAvVUNW2b+rE2dfGQRA2o1OV91tIOjRmt-UwImNPIBlTyrQVmAeNUGv9JWjTjcaUJnG+DfSEUFIbhNosUTcm3E3erJYALeGn6tpBDtLMiGhTWGqU3ma9a7bejXukY06awF6PalSS0ZX6aUGfGzdCZu8Vmbo1AmjTUJrlgRwY1Ym6zURqOokbpNrm5Jh5sibmr54NGnzdSFU3lxj19ITTYyApXaKsREWytFFvyUxalFa9Azcpuv6CauEyG6-mluS06qJNxGqTWRqvaTFPNFq7zdGtK1Hr1NMgoLWmPR4pLZtWnOrcCK40hbTNvGwzSqgS0yCkt6sZBLZtcH2a5yWWlzTSBLV5aKmBW0gSgDa0la-NamhjRpsW2DSGQrK1jbpsySDrmtcWlBsZrW2xaNtt2vWh1uGpdaVNd-NDRzww1irCktQOZXuNwmDTk1uGl0lBPJBLgP+c5aoIoAXCx1-xEkuaXposV8KqFCyKsXkNIYRCNaWq9Lf1qyK+qHmTMXUnJvnpGN+SXmqDrVCcwzr7Vh62AM9Ks29a24aa-zQ+jO45qh1S8B+tZpPolrbYANEeJWvcQxouAIKOtdP0bWzxm1WfSydCn-VGqgNC8JMLkpJ2boNdYq+HWssCwosz1PIQtSFqA3Mbsd-axkJZKa3DrydoICdejzUw1BXsFmrPk4NbVirV1v6pgLtMnibrjwoIHdegC524hlN+kigCCiXgq7OAKehkHWXUzMAxFiOlEK+F-B1BFoHkPgBPxj01k81lknZG0MOQ7IkhGQ0hocgO3kh+W7qMVYHOICW6890qoXcHIlGC08Nf29Hc7qx0f9cdMJfHdTMJ0m7fFjWpmJ7tHpU7y6ljXXe4n11OUL1Rur7fEoUm86jt7iBnRODO7M6T6VGjnSgDj0BYE9xWybfzrhWC69twuqtWVum30gJdLuukNLt715q5dlQbrV7yV3tE09auw5eWrjUrqtdtsctUntgBd7xl1u7VrZN5D26+QF62nhjula083dN6yXXyAX28baeCPf3Qzyz6a6VAa6iPSwjUjbr9Sl+7ncVpgMZ6lB1a1XbPHR51ltMNWRCPAbDKsBQghetEBXFL379kwFe9HlXqYA17A4de9ISkPXpN6SD-+jwehr51wHixM4G3UgeR0zTB9DFPtX8IwNQ9DD4+9iaNOn3E7Z9Q+m0uuLMOlSRWM+lRaTvn0oxF9cQ5fTaOrGDD-E+h9xNoU8CGGb0ZBxZanpYPp62DDIVAMqrvDBAhwPYoGBisAS9QP+4IE8gWKoBMB4MfapLMmBvIwJ8DpDZvaADLKi7L5tINQz+Je20ggajIco8PKQMnrQQl66w3xRwPNae1EhqQzIeSGj1DkTRg+k+OgUtqveZMPgNXpZK16mA2Q+Q76SbA3ixj6QCY1Mcb0zHGQLaxQdLXpCe681PC9Hvkci3iGBjth96UMaMIjHiA8xnwNIcmMU6UGCh3kHMckPjGrjSx24ysd83tal4KB2kCBtpCv9aM9GQw0mHQE+xuwZ4PtYHCaDMsnUOVVvWUB8G1Hgtwa6zSjoeZo7dCI+8Vs7vH0ZFadDm1gE5sNVOUtjdNfLaGrG15E9jRms9Dek93Vls9rWTg-dvLj-qH9rcUWOPS3oi6HtAWmBO-p-0FqZdvJpyqWqUOK7bYz+z1KwZUCDKwDfOptVAaXW0np69JgQXzth2d6koM4hHTwa06Fr0TH-Y3bmtkwuHitybHwR3oRNpi9TgJr7UmEpNbaD1hGqWtCgJMul82sjOUbGrlPhHGQwB2eKgGiRUGt14IHRAgDgDgh7GXgeDEE2yM3ljTNxqk4odpCMGfTDIP09KcIPw7c9OprIElVRBuRUFgh8oN8HkBpVae9pylK+rLUQ7vIJnSHU-2h3lwvl8ATuV9qjkOGn5-C01ciZ0Oo7FVNO3vRlqUSH7KOTAHdWfvJMoAIcaQWjQXQjherjtg2xnZ-o32O751o2wrU5TvW3bb95WukM2dbMMgT4w6-9eerXO8gfjoG29TBvHUbbtzpplTcOrVZNbwKJ8C4xMfr1yHlj0Gp9TaofMt6QdSamXe3lS1mmQ9tsNdXesj3UGY9hZGc+ZrDi4noUI54-TslP0bnrtFlP6KYASI7nAjIe+-btrZNpwJTStV-WduFN7LjzUuyiy0rw6CmVzUHPZSKbu2K7mL4p5XaEZANbLvE5uiA9Kd2na6D1u0-fe0RQs+64sw6ic5ubyJ6BlokpzgA-Gwvswvzv26s17xKMAaw2YQGGXCtaNNHdp1FvkEsSaM7GmwhlgeO+auOfmejGxvkHJaEiRAlLMkFS7fT5BrGpLoGPZWDtFOuCgj9R5g3SilPBG+QdZOLNBeDOiGDLVFyy48YWPWXZDtlqs0ma+L+WKDeyiK9Hp3XOWcLqlxM3T3rNt7y4Wc3HrCrouDTA5cSdsxYccPRaSTj+vvbmITi6GMGol+nVGSuZ9MT99VtnVdqlgX749uAHnfhZXWEXOt1mki5xZf2PbGLhiSuUZdpCKdK5Xxii3kQrmlziALFlve23Ws6RADWRdM7WtAN8Xk9s8Xa5tYVMHrKrjV9HicpvPnLgVPCmjUHIfWCJbr2lp6Sit+Vb6nrSml6xtresaXuTYu+bdCrKs6jKjDIa600fOsLWeQ3V1A6Zv+sGbYbsVzoy626PTGPL6Pc6wupSt+XwL5B8i-SHXWGArUQcwBHEASryIqAOhauGDaZksIIb2Qfg6iGL3dhUjWp0qPUAIhfSZIv8R8CzoZB0Hr9BR-GymaJsMbw9GVoM1ldoODXE95jbyCoZ8GvK9LdkgeNVe8V5KrD2huVQPr7PyjWrSFg-R1edLLmvAEWbs6ScU15F-ew1htTDr6m7TdZl0xop8aIspaL6SUPbVBqXhMAosd9KaxQE8SZr39EcTC6zojv9XEAQlqtvtaUSHXSxx1oG-xcWVx2wL01nkx9Gdvq3eQcNqrQPAjutHwKPat83FcuNdGG9rxvo1Hb61XH0bmVAVHcZ5DY27dnt-beLaVvAg6zytqHWqdzvlX2Art53j3oasomj9aJ+2+vSX3c1yQDlhS+5T+G9xKAoIZuk7EBmmNVWPxKvnuhvk0ySL9tU9DicHN07hzZtpOAvciDuVPTI1kO-wkzXy0wdiF3vbAMdtp34Ama1ABkdVRX2uA7lJLJle3Vxnp78Wr4ivaHDr2k5SSEKg2VPt4ntqF9sjWFlvsjxVbg95myPaD6aHGNHdtuHmtAf7GGQf9zgDfZgTZ1fLL9hq0OaSRJxpLkd2c2g8Js4BM1HZGrLLe3UV7Ntd5O-qzxgNq2h7WDg3jg8+MMX64PtqNUQ9pAkOyHwNVviVpVtO2dpeyoRxjBEdInX7vZ1E-2ZAkSPXDnNcYUzBkdwUE5LfeAaexSS3y7aASY+xiEbX36JrpF8rXyfwkCnv9rjqDvLt50J2kkSdmU0ydOsCXLrh2k22JaQcPNQs+pNXlW3QfKPBHN0oPrg-Gu97FBhD+rTAmMdjy6Qz5mBLLXlonxQLBN8uAI8wcJODejGsRzLT0cEHiH8l6+3owZAmXcnLiOWsvQKcHa0EhVuE2KqRULy8711k+Frea062GKetix-KpdJUbE2CSzdIpLrueqz7Pq8J0fqZ16lHQV0VrPlkdCFZHQOWR0MVmtuXbIG0zhSdSffvJ6xroOia1yazsg3ZriAVG7gcWtOVcblT-NWtcrlbWijO1z5xxaANcXZ46u1O4E8WXnWM7RTqbTNcZC9O5Ah5xkAM9zW09HnH+xkPZp2RpNejJd-kj2oReIQrLVdvK83bsu8hkX+L6417umOLrW7w61573vUsQv+dEF4mzSGltD2gHsFi7Wybm5kum7lKFu6xYKt92GzPUomCYFbODOjjP0w52yYnv7KjbkAsVQebhXHn5nosJx6-pcfFq3HDVhZL-pwBnOK1fzg6wC+lNAuYnzDvWOC+OmivnpKr5+3zpKs5zJwtro05+vVdQvVrKAAu1q7yIrX3nF++Xe8cNcqAJTNa5OzxcXhMOP7lvYJ18QQQuuh1qr4oz0-bl9Oh7ROxN26+DtkWPX-rvuIi-ueqvZdwpwNwK-8A+PJYfjs1+c8ZdBOVAhneN8q9dcTWZuSj-qU28zeOPs3e5vN7aZou+u3nPrgN3-rLdRCjXidk10dYje375T9b0No2-Td2uW3qV4G0fCXcpPFHo19N2M5-4pJdDZvex0PZwd6nWTKWm55C+zu9uC7X+nV27D1cuDC2Fb1gFW5TvLx-LMbudweoXfM2M3JKJNzWeBAqH-YrMUdZiRbiGMRJMpJMuB-KaUcery1Sc4gAdtGFltkQxW3V03cXOj3iBsezK60eT2dHrO5UrK8g+XA8H7J4GQ-LJPTveScsEDyhPs1zO2rSiV0xE6WJRPeLNbzNRUrKEmXnmI2uj30h3rwOXT8mexjqTVYcfI3RhTSzx5uXPn+PRHoT4cWY9JJWPR+tzadlQcyfV3em65VUs9ICeJwypYT9Q8WdkKBUScd07Zm0-gGL3YuopdxDKG-MuyRnmNsp6+KqfJY+VN06tw9OQU77ObgLXUs5ZsD-PhnpTwwmTflxdl27rt-89uelHPX+bp58l6Lf9vh3+roN3Z6C8Ofm33+sd5+-l6hPMtS5o-dZ7-fROcvma-9U8xNmKfgPHn4ryJ9NsiNzbGntC6zoQ8yWbtP9XnT4OaU-vT3yCBraZ65fmfWAKFpgAljc-deGHfXwL1IOG-4PuH-G2rl09FXlwpBPV2VeM4NvaP5X-R4Q80JntuG57ZjvezNP6UiD4VC0tZAsggdr28ZG9jVf7W+I61jbLXsJ2151JJZZv7OxD7yhQQ6fEvZ3Tpem-ye3qnxanTjVYZpDLebNQbqh3h4W7N80rv6usoA44fl7J10PnEIrce9QPoUsD1VzQ8lhTeUHAXqNxQFf4kxjwoQS5Mk4ateljvD63ioZy88kRJnGFmO0D5ndMuGNbD9l1FaB+8Oc+werbwjOIB0+wgH9HV80Zh8bb2fmH2ALT-p+4fdvu7iZwd6sNnHFflOs77ve-JXepf0o1FXd6PufezPCD75is6Hd9xzz9D3n32uQ9wPqHzp1r06R1KBqqf5rrd0N-OTNXgLqa915e8LdBNvXvbv12l6+fbWAD473x5O-DfafgXtb9O7G+TN861fYQdR8gcHf0h-1m++rzwpd8bbS-E2poxH4Le8g9f+PmpyS8Rpnm3wbl1Y6QYtfpW2X2PndbX5O9gOGX2f0ILn-nXkfFBhfw3cX5Qnl-Ito8ByatoZBj+TV3dw094qn-1aZ-zfvr5Xrx+9+pHcj3Gtsdn-r0On3pyWwFsx-sOcYMFkXz39tUq+B-ufnd3iL3eG2rDtognXYe3GUDJXLM2Otv-0cu1DHS2n5p9bBOGu8+BW70O91-U+AN8DHRkgHNrfZC2WdRzSnyq8s-KXzO4Efa7hv96-GkFlpyHRvwZAwA+QC0tludHhuZ-tZrVX9gRIJjJcXjLKmDh6XYHSXg1WBXQl8afdANEd3HOkGwC-bGWhad8A-fxgQiA60UZBSAnkHICrzFf0P8DNGgIrtFjBMyJcv1FDRPow+IoxV9BvViTg8NHce3w85XKw1CFCXeklgDqdfxFid23eJ1dkMYDXyVhcWRK3r9DkTTHPdhFB+1-Vw7GwN589Te928cE-StyT9-HanzT9LXDPxgMe3GkA0CNJLSyQRagF835IDAh9TRc5Aq415duqBgIQ1EtJn2Itj-XiRV9dpR5Uf9+9IPx19D7fiSw8hveL2NdQfO9w31q-e33S8Y-Ut0fcfA59z8Dq3P3xBcggor0zt7PI+FyDP5bWRVdy7KQxuQfLQV0A9+7HwVWVu9Hbxw1dAu+SZhDDUfRx0cWeAPG8EHdTy0CHMVSRZ0nfX9GwlXfUnw98BtBcmy1agtA3XMbbc-UQBsJKgJ4cg3U6kHN2gBB3EsGQJgCtsNNHn1-Q0nB03B1U-bCXa55+QPzl82TJMF6A31L4MrMGeUi1DtXA6oPHh3Am92BDefcFzFMQ3YOzDd-A8QRP90-ToMT4+dN+Q-kKoWDi0t4fEf1rtkBWuwSDG7aY1rtVAyEO7cYQvIhVcEQ6Oy8D0ectyaDD1dENaCoaLEI6CcAE4zik3waFD8N9THvl5AcvJgybA-HHtRpBIjZIGiMGoOIzRAEjJI0tZUmTU1PF0jTIwclYzWuxpA9go-wHUTjOP3uM+dUIN5BJgnMw2CB1U8wHUaQM4LtCr1HyRlDaQHhWuDpA6f3dCN-PvyNC9Q3tSLsbAl0I1tUvd6DdDVJB9UGCnjHZDoDFAl0LfVzg29wHVLzKsD+MEAAE2d0gTAJFBNsgcE0hMt6LAWNDvnVBDcEXBA9SD0V3D+1YdXgi-yj1OHYslUkbgtbwZdQ9KWygsu-fUgNC+-TpyFcirCgFi8ygzRxACgQkSQI0SvFjzE8NGFzVcwtgz6h2CnKTsLUsTQ+4Pd8bfE7QttC3B0ITDeraj0jsvQ6AMXCfgt9zFV+wzQKH8KtQEL1NuME83utbdfO3PMeQZMKPMUJPcIfUXw-8xK1h1BcMrRGAhlxPCNJY91JCl-D8U04sgW7W7Cxg4VwmDVJXaQf8ezIcJasJ9QY2NlnQ6CnDDTvYwOX0T7BAM986GC22rDpXOb159wQ-jX69jw1SX+Dh-DIK9sQjEIEkdvwvWihCXAhjTcDogjwOAtWQlEJHkKghS24sU-NoMCCP3fkLb9y4fEMxU+gpL3PCqIkb3R5yQ9Hi-DAAxkFpCStUPzF0+TNiIK8OI5eCfdOQ4K2T9ffVP1nchIo-k0taeP8NaV2jRozLsAw6IKsiQwyQOa15IyIUjD4raMIUC+XVIN5B4w1V2StM-IPVv4Kw9oKrCIsYXy4dHI8NBV8-g07mmDNYeCJf8GKHgJQZZ7I30atkkUZFvkOzRBX4UT0B71XswWayGqBI1Te2pJt7D7xWD5zCb0QcfvLqyiwCIgHx69WOap3i099dLUOD2rKqIicZvfSJB977e+Eftl6TAO-V2-DH2m8awq-y4diIgDGa8dA1H0C8Wws-wDtRoyKy4cEo-K0vhcosIG4hpsXM1D43VFljHClndqI08UAzj34jIowrgAipIlbxWjgRdn1DZ33XJz8ChfLvy4dlaBuyjDyXWy0KcYDM6Lk5j3YC2ujIhZX3GCyIkCPYAEuWCMHC9vQoII9IA--yUR0GEAUu8hwqx37NTAsVRZNgLCehUjSjTV3UjEwpEK8cb0bSJfdp3AJwEirXPnR+iwuPUwfU8nNpwHgbkCelbdKwsPTbDL-SK31Jb-YGJEiMVR5WiiUom2jijcWDEwxYsTZYKO9pwOvxgCAAuAP6NsJBYNe8aSRGON9kYg+2yimYR7zyjNowqMViSooOjKiZgmaMAxXooZ0IiitCbTJi5osXXP8Qo0bzuihowXyYAsfdmKytlov-wQtSfCqKm8-vLrzqj5vC2K49mXW5F5jxI1p339t9fkgBj5JOf3O4R-VgOR9yop4KQDXSNLFs88QkOMJDyZD20uiKPOkEBMl4KOPcNaQMmHliMwpeAZpmAn4njjR4daPyitouEHaIWAmt1EiL5M8O0DgQguPdjeA4uPYBS4g03LiCA2kACMkfT2IQcTg32M5JPggSlwZr6XnzwsG1aeMIZYGMkmJ9do5uIzj6fNDjbixafPzVocAnuL7jMDBkAriGQYeMPCAowIKrC0sW2NW9Joywkgj41djkDk4AYan5iSPNEwVjRYsfXFiLvFWKhjZpD-2scHaDWNrjtY7aPaJE2PWP85aPaaKyJJuGt2hCGNJ+2Xcpo1YMQDDo0c1TjffHL1ZgiWDBFB1AIm03lo1WMsk1iNogqPASsiJuO6jVKJ+PwS-ogr0HpndMb0TiIPTgKOc82JygIZCaCUjnib9QI0XieE1eLl4a3XBOfiloBhPl8mEj-kGiWYx2Ovjnou2Ia48+XsNgAW48SIhjYErX328YYqwzhi0GBSJLjVJT+KyJpnZWIFjLHNWOFjMdTE2-jMDNGPLhW4nDz1MjE0GJtNDDJwOcdYQl3WZDAw2oN1hdXB3md0DXdkNRCEvHiMBdX3Gt0MiqUe2J5j35MSMzjtZd4K4D6QfOKht94mkFcSbOLIHSSlBFp0h9EIRQRPgd0WqHqh5oLWIoT2NBmKyDGubmIoAxE+hJw8342YLRMhubRPAlCdD+JFijqMWPsS7HMVScS36HVj1MFPDxOxiZKXGN8SbI-xNthAkkfmCTvAsJO4iuQqJJoSYk2RIaS6El+IqdUkvOLLi0zApPpiik7YwHhSkuqB0RKk+uN-cvoksJV9eZJJNKN8gpq2HC0TbJLDITEpRDMSsItBNBoJwwFjI09Mf7z6tLVdwEYc9owc1ajz7DBOP03grcLNiuExqIPClw9ZMucgLArxD96Q3NzS9I-WoOj9e3WPyLCtIjkJJi+IgII2Sl1HwQeTN4ycG3i6QXFPO5d44uLBTMkgv17jjEg5Pzs0bd6JjD3InyK6DL4sPUoMXYmg3uQkU-KwvirYo+DrJgoxRNXgWUrsO7sVfMFQ0Tmk9uM18n-bX10SGKOIPQiZYkwJgTfk77y98urVOPg8-Y3nyuS91F9VIjKguR305HlCf28VdUgzStTQIzf2zirnFJ2rjD3AcOZ8JkjLxS8UXPFPz973VgNCSuIidyCswjU1zWSJQyAxxCQgoOKACHU0OIoCYgzkhdTp-ZyMrsPorG220KtazWP90fKW2FTawjl0TxYTTbym1U0x5OsCYo-+IQi5YjlJsSIE6Nit8jUrInWCZKJgCMwTMbYI+DxtNS1513khqR6SlEVQLd8uXKFNodufG2ynicGJeOEpPTMlJk9BEtGhAp3EahNT8VUx5IuivU5nyUTcQkyL5Bd0mlKPgnU77UB0PUvkEwD+Uhlz6ja089N4VvIZfyvTWtTfxsdNkgSIejo0yUPpAaycol7SEiftOaBHkmIHcggIIIGL1fwAGWagzwbsDcwck7IB-kordHhb9fLE0PAj7kwFVVThkpAwlc4JQBPGlnk1KJ0S9AnVLsDpY+GMMT2UtxPHSkkMxIPp3AXaX0SpkQxx+TWEnCM6s8ImqPNSQUpyhIcJo2JOajIUpOJhT-bGb3YTtw22xQA9APaGAh54-iPUS609IP6RoYxEKvCYEWSOIcFMuQG915-OjOQyz4hiKxSAtMIgxUmQ7V0RDNIziNQZfAv9MiTSYnkPfdkQh9OTTmUvmKbAGUukFEifM10JQks0tfz8zuUlyLzTljE4y8i8bVvzLDWeSVIF95ohLBvihM8VO+CJbFh2GiosG+MthWMn+hV8hk1FnVTDYxtKFiMSQ+Kh4mM0UKMM+k6BM0AoI0GKt0rTYC3GSzMu52d9q-aZJaNZklQHmSUAAIyWTI0xP0czY05zP4iKUgVMzV13eX3q8PE5mIoBLTXU2azmEgNI3CagqP1DSS3HrMDSqs8NMK9BshzIiSRsviPjS63IyPcyGNKbMRCZs5hLmzxVXDLrSXEozI+Tls1rIkjTgtbJDS9kglNLcTQiNPszmg4bKndjs3kMEjYkibN-VLs6O2uyZE27LPSCpR7PKzPEoONxi0vfFLDTsvPbP+ydImNKByuok7OxCzsi+Mmz8vabJ8kqs6L1KDNAvIPKCo07oPF1vE4twHcvs7rKy9R3YmJaC40kHIpjNLSHPcDoc23luypU10kayZwbmySFz04X31J8AflnwUfBIEI1SCg15IWkHErZLwSdk-mIWRkBfamzdEE8zO8SWQ6zINzPHIrz+zQ3XSIxDAML50vhrIx9DuSvBL5EFU8MBhFAZZc3Tw1jNbb-3sMarTsycMishtI6SlcyAPZzAcvSO4lu7DEB+NPkoXhqza0Cnm5kZhEoxSZUgRCGtzEIBKWs0E4pWCyFbYJ9FthLUVUJsZDDY+VUTdctrKiCLEtKOEkMomZ3yVRnOCJKyHmKZ3bTd9BimDzDs3HLDzeJCPJQiqsxYNUoygU3DjyBFWkUTzopAeFTzT4WoHTze9TPKnymYSSFzyVAfPOd0saZ3WLzunaNzbzVk6dxVzcvUo3UQmYA-PJBS1GXKnES0y9zQw-hNjNYAEY3fJBQ-HNDFG9T898WMMB8lvmqA4aMwFc5E2Z-LjESk8WXKTcAN1OqTqIT3NI93c0AvaJqUgqXN9pPQDG3SKiQjKyJLQ9Qw5Ut9VoP8AECvMJeF4YL5AQQRMfApBJJMd8QQRf3BXJeSUY-DRlIe4FTOfSICyfK6ztqZaGeA-WXQGbNMYNNQXBM1YFXvcSOImNthEue+JvAyYGgo3iCpegvIKyMzpOIzIA-KSoF+8o+N-iUoivjfyV7DCBMNMcnMSkLdWASLrV1Y7wxty37Iwn+MFC+aDDjoMFxm3YQ+TgRecQM5KDH4W+fTiN4ABPzmn4uC39RtlcdPrj-cwMQPTiyPBQ4nLyyfHWAeVQ4ktT2U04kQu+U4VXaSTB8pTgt0BzQo-OecmLIe3ylGci-XYsVAF3iJTAMKIvgBaC8Qp20uEcvMUFegiqDzUT4+kDIoeggQt8QsiuYEKdlE9wQnyuM9ogWzIbAJBgRLTEK1d0bwgKwZADdE1Vp4giGrSVjEbbxRi4qMyrxOi0gnkEtUnxYdQNgC0mkGJdag4kzpBlijHPyKOi60N7V7w6kBEUT6M4xPoNioeL5kT6LNKDsRmRIt-VLgg0jz10i3nxFysgXwpHh8iwoqJC1MsgukiGQF4ttkKigQOgwMnB6m9g-kD0jz03i8+ICLwHG3OCLgI5DP+KzudfUZDDdOtQyKGowrhPpPi8mTCIYJFdKXgti0d3yKUCio3Y1DdBLiTAxJOIr5kEixQCSLZRbbP+L0ipkshKBC1gLyLzKHEuSTii4alKK81ZkouKgSmihBKikMErqKHiq0KhK7gmEsQK4SiqLhyiQxTjsK1JCIuwSbSHuEVLyZG2ViLvCukr3z6ctaxVKJAlIsMQVSlksLcdS9kplL-AEwuI5zCmikcKTMQNnvpbCpwpoFjYlUucKVCsUK953CpBK9KcWJ0s1kLiumWKRQc+TmDK1JAQuB9Ys8X2cExfFoq+02irImgKviwty0BKZbErEKlSpylEjqSwykJKU4XbPyKBdLMr1LQKW4uxSPAymRNLUcymQtLTSxAEzLagP5A5LTjLkpzLyZfMvxLhZWoHiLKy+ko8zQUi+TrLaQZIsLc0y3OWtLoSzktEKEkrzNRcrkfkvn4GyoUp5A7SgCAdLXqKcsnAXSj7jdKTMQDh5DPC8XmN5fOY8sxDdyjUwGF2iqwt9KqwSxHkdZjKMsvLHBfwvfKMIYdUCQxEcEtAAgkSmT-KtEa8r+Q3jAVwTKIKiog+Kuy7WQu5+S7wqXpw4sDBUN8irUp5Koy4VPf9jjZCNfT5gvmXkLsTDEB1KZbIjOOMb0UsrhViKoexpKKofUvNDwioezHL-E0IsBLC3QSxnKUU1WCrKw-WkCNYwtSAB5ZdpQNjzVyi48BEqGivAEKN-I+Xm4qxdSdispl2LwviKUK8yipj3bXRwEkZpSgqsM1KwST-4A0H0tgBg4e734k5OAZB8MtuY8DUpB8hZAvR4IgtCczPTfQoGTNKo2KMIfYNSrFTCucysN1QK5mLk54S20KbKoAjEq5V2VcYoCzJiodLX9onX7LCq2NQcuEUxizhLyIRFJ5liqOynuDUq6U5dV04YETyt-SzKuQE3DeK2lhEVuWXNjSqC2A-2GLhbDivAqoK1SvIi0uHKspL8q5qqxLCqhzh8raq+kAW1FC+lIOLcA-gJ5BwS+fgcqMzPkFQBQuBIhQAf7LIxqwRwfsCMA+AYCFAAGALsGyBvAFOBqwTgHIyaMMMgPXxssMu3OFcSSjqt+i1U3Koc597LpMI9dKmaX0ry0FwoG5pqNLh6qjDPmQ0LvSi8p-iLK4bgtpNC3DQmqO81GOoKEANStFYrkBLgYpZaTyoCRN9V6qZhUwujBFYEuD6szCQTDyCgCITbwvh0eWLwqxjoTWyvZKq0iySaqGsqYMA0hQ0x1AlVYu6sgDr5LSqsS8KiqAIrlgtOgprkM9rhhqJuDxxQACq2oPRriq8814KOkG9Aeqhwp6rXRDKjyPfsiq-6qUR8pS8r+ytCm2hBrQ8haVVNoKhcrTS+Qaktp4UagE1DLhavtTWNEq80MLduS4gFPKBqxkAnLGQCzN1rHktstbs2QjlANKe1eSunZ6OWuyNqRWF0MbKmwM3AHUsasEwclca-KXxrc2IMOpBsJHlnhrra22u3o-QmkAQKmwe8gHUnUWdVrsaiiMqpKYKi62yLIs9Hmkq4y9wUgrmilwSEKygHXGIBYgEp00DVHdSuurg+P9k1TuuVzllqGKZuucLykQysozMbdBCSiFXQrmcL4Ej4l2i2WeutoAeWBLgXBuXKWiTBe63QEH5hEudltLGABuowcm6spysDPUy7gc5K+A+pXrbeS4umLq4ptFTNqQVAFUcPASJB-sXuLNVPrYAObhQ1AHfYGiMiIbOTipjcRiBIk3wK8nvqbwR+ot4uqtutfrX0L1XfqxzXIzziL6vWhUqe4XYpkpFa0tAad4qtBSQjvJXColjBjMnU8NR5XEnR18K71gqgNCrNJHrOanuGekTiisvmJZKnGK3MnxISuBZ+axUhYaWKsSvYbmjdiuyKQkzBrckGG97TAVRi8KvSrZi4wrKqxiiqpV4qq2RjTUGKmCxVr7lctJ+ru+QHmXg662IEEqRU2dlx8+AVhoUb1692v9KeKnkG9rFKn+L5B-a4kJ7jDGrhuDTeQEOvegw6nMIjq0hCqGjqVeWOuPy9GjQsdCSYXAE91QUKQE1CzAT3ULDEGl0OzqM62uzOM+GuYCpdGQMOEYa7G8kEsaZ2AJt5BbGl0ISbHGv0JcamwNxpxrPG48G8aA6x0L8a1G6xrtCgmkJrCbjcCJpRgomhRxiac6ntTwCbQzhqHsxqgdSvrJqu0OYgygUBtYF8mxivYFFqm-LSAaIH+s1DGIEBr35hWS3n8a+WXUNjqrio0NnVkm8utLDXBPyI9rLaqJGpgFKrJtqaaQXJp5Ag6zY0IaM6FUy34M5YpuzDSmvGo1DjcHlnGbmbJ5hITLUPkFibTQopt5ASm3MNea0jHlljq+KzllkaRWT5s0DhK2OqUjW7X5t5B-mj40MyHG3pvqqTqjD37sKK9N3oL8G1muPB2a-pM0AkCpWp9YblCrzTizGsXRC8GWHlmEq9SwIo9ze2N8GKUqWvzxs91S2lrXcBUTRVe5qq5lthLIC8tn09QvVAN5a9PbyCUraSlltFaM2aNjKFqWnlrSa5PMLVzYmW+IvlaoeFEq9c0S8sV+sR+aYqcqb0NBslgRQ-KXbYpW-KS4oI69F20ZejYVsO00mmBH6qnGkhtYr6QP2A1qLAKIxmbp2cEBiktQ1VAWr9qtzmrthgMCtITWW5Augi87GkAdqhatLmzLna59LxKqJAks2Liy7Yq5qwyZ6UpK-5TNudaJ86FHB8f3KeMDF8BSIvMoiA-AQE4q2+aBorjwGNoVakkJV3xbC3V-lCrDBUKr+kCZSyOzb+BXNp7gO2n927aZOK0STB+26PWbbt6HVrL5npEtQ5FIy1APyLURFdst4V2udtbaoeRuoiDtsk6UoBQq5upPojWvrJNauokdPMp921pSPa-3U9oQqI21S13aNxVN1hcE23t2htts861Cqh5WuTPaUJc2On8Mq69poL3256Whs+5Daznakwf9pLEj00trKQGbZ10-bag79stLK5E+gRtIq5rWA6YqyRrA6EAR1xhVc5OFSg7f2p9sVsH2J9hjZdAJBohr42zttbrbqmQqsMma+mrY7B64lrIarKjmvBr4ASGt5rL0HhsFqiI96pFreqsWukBm+SWv-jpa5tsAEjK0rQVqHJEls0bLcgQuBrOURyorFtazsrTaii3kANqbGqXxMKzAJ4tNqHJc2uEbPavkCdqCQ89OTqmjJNrf08ywutdqYszEKlae1eOtzZE6wuuTqvIz1u4amwPOr-Lra6Uq87Pyiut8iPy2UqrqTOOpLOquSiDv6du5MAt7lzrQlpC7Pq8hp-j4O-bNpgx5a-JBEMGPFp-coOgcts6vEvImusTS56ziRGyxrqLqkmojpbNKKrDt5Qg5arpuKhy6sqWsNrJit59zra5tqCwXeqsLZCurHLdJWsPUmn58iv6U1NUIVUuY7j4yuWG6aQerrYaeQUbvXLGQPOuus-yibuLrh1Q6plKviaburItnPUB2c9QPZz1BisBbvMpY4HYEAbuIOF2BoNunbvhcg5TbupA9ur1uIdQSo+CO6JSk7saKzuw0KOq4u+MtlKa6twEW68ZMuGEBXivO3Osv-SyqU7aSP7s24jqX6sUK5C3jtMKSa7Iu07dC0AwYpSu2-IxACMDCHKgxAHlgx7gWbrriR9yxuKrisKV1t8zo2bJty6T6UFGEBD4WIBhddYHB227-PZnv88H1KLv1o1W3nqDKni5CtxaXuw8FoB3uowFbMpew4Sx6-OHHrZ68eilo0bbAtmuJ6NCuysbTfWvQuQZK0KhoxBtG2etzYhFAem+7jGnaLl5N6mep5Zne1npvLbMNNUnTDmiHMs9Fe0Mqi7Um-rvMbe1EPrtqaQMbq+oRqxkD6bUXX1tp4aydsG+gKbKmx7BqIOm2yBNTfgA16kAfeVFzWbIvVptPAEBqvZubIdj5c0MvkHO7ZyhqpOqfO+lJj6nG+Pq6b6QZPvnVU+nkHT6ybEuR0hKbZIGptc+q2Hz61eovp3lS+gQ2L0dCKvp2qa+5Jnr74XaHswzcitQJV6e4EjvBtNAmSmuscu6DsjlMu8aSJ7LKknoXQFbPVJoy4A6huiL03KrtpKLajVz+sDej0x4brrZrrf7WuySva7npSjq-7n+mruRyXnV3ps8f2yuXj7Buva0m722Q-rX1+ilKv1bF-bkKS4+ZO1rfArjfg3SBjcQ5GhR06qtlb6SXcAY9baQQHtC7eQLvvssQekeiDlju351O6e1AZt6KmwOUMLNv63HkYh5qnUJqxFoNyFgzvwA4Fohs9ZIGIB9ql0JFshrdfs8idmmHoPV12lDs2s9lHKq27cej-tPTSBmGygH9uj6FoGwe7Ipd6NrMDAMtr+sW2i7XBRQZ-q9+-8KuqobdQYgHdurQZxsdBoHuqL9B+gfB7GByHvR4pBxvpRTpKhHvJqd+pQZgirqiXp178e43u3RSBqgWx6Yhja3P6ohvjsUKLegPJYHNa2GJv6DEu-vt6t6x3pV4Ihv9217t6Exq57I+sXRKGjBnSCV6YylT257yB5wa+7Eh3QYT7HkGBB77zuPvsZBhmtwFGaJ+OWlIHquKZvXQZmzgfB4-6pYEWaWBAYaKHhhiQZ5B-BzfpRSyajUoQBb238SGlDpF0QPsFkZutY7jjbjry6Uhl3UobDfFfXMpnpe9p3aX+qF3DVhpWAx+77h7Ye-7ZLB4bbL-+vZVwBykR9vvbeurIhAUmIqPqCI96iBpPbQR6Aacpm6zzs4q1h+AA2GsgHKvvb-ul+rzVm6+PvntaB+9r-LoRmMrzVNm6EsCHTq4Qpvad62wfwyZKZEcN6heAnpd0X6wSQHqTenjov7zerTp0MreynpN7q7O3s0AqR28rjbQY6Tnnqgy5UvdKBc+WqPrV6hHjUF8B6pEsCIG1QSR51Bdtgd6ER4e1BGs1YUdj7Di0Eb57qQAkdMy+ugSPNYfUSOyzSvTYgePjAy7Ubj7WhvgMeQ-yjIbBRTR59r5RYypvoj6DS5zqfbw+oPurKU0o8vOb9Ru0baHXEXwbqLxqnTsGaeQDAD0anuLUdfrpRpUcOQnUc6XlGkwZ4HeBOAGZvgwX6xUeR4nUBYd5ADR+Qab6yyPkciGf+blTFCuKioaPh3W2Ds0Lyxh4cx6sidvmQHEARfnIrSRuJ2ZsKObeIrGnG-vhPpURpeHj6s0k+hhGiUz0fNCGxscZDHokKEAHA3s6kE6H4fboYiN2wfYCZtNA4QdGG6gA6XKhjcJ8DUp+h2FngQWxyZvWqiIUYYgzvIHsHB4AeR8DgbGQEsYu7N+1YcW6yR3KX7GrqwcfvZJeOjpV5e5fvgZHaRnut1Gzy7QsZGiW44cv7PW7kfOHj8tkfsqox0Gvld-EUCZmk-O4Ccp7uxnuDVHt4kwpwn5oG2iuRF+JMBX4VaEccgntR+PrXHXRslEvqGhsIOrGO+kMeoHaQBieDUNx+kGYgXwHceKlP6mZsPHNQp8H7g6gPqUohPIPgAlkMYYBpGalm4TAvHtht7hqwfbO8aPGxwIsdPiEG0sZWGGOjrqHtvhlJAkLisgPO0qjh9TuSiwJjRvVjkJsnvZG0JzIcPsbHDBnLyjC2secDeojwuXpah4useJLhjtwYK5uG4ZAGBu2iy+afumPwKbtsxJskqR2h-uZsTJ0ZAPqVyukFsalexxuu46YpCr2V4WukHC6JS+Kb4KR4nFpS6d+-hBxFsRFdoOGfpKybN6f4-0iKi3vJpyADzHI3uoE3ATQDnGHJuYHJ7eIisRMrz0WqcvRm+KVs8Qmel6huR-JxosOIcReEu0r8JpKf36Fp19DCmjR+isim4W6KYJTYptiokqciwtkhaGWgStzYjG-3tdK6umlQ9KjCAVriHXCnkM3KeobctJQNW23iumzSsUY07l4ZOoem3y5eHXaqpzdpdCLuHEWC7Vx-afegcnAdWan3eqgH8B7p8uWtGyB4HrFLaiwwdUbmbKLrdq+QMutxDyw-Zvi78ZokfKmSR0dp0sVpg9vJBXpU-tplDBI-pnaXVUxPbTYJ6yYuGaGuFQnb-hpRGIHf0ctp2mNB3nwFmNJV4ZQARZ3KQ+Gb0Jmcn0kkBArh4vpRAd-MBiq9yGrqQVzuDC8Oh3kvaMqlFLnKEAMdtPC7B+kAlmZwf7uprUZ+uSl9RKy2YnH0eU2deKsW5voS7GqzmfTde2q2ZIwbZuiuHKuEq0QumyBytvRkbZ-kztt-Zw6cKMFZwMXEkp9D-3PbEACcb06NLcOYmb+R6eHet6W1gpV4KvFtUKV+Wm6ezmuW+dp5D8iw2fJHCsnJutn8p3aYZBzZr6hTnmbDEfOKh6y2cxH0ZswAdnoyzGcMESptY0pSG5wWcrG8RNidVNLRxkF6mqBgedFmQxwqdoHO5v8p7nDpvuaP4x5hkAnmeQRebSKZ5+uET6aB9ufnmJSzeexm8R5gd4mpq08aUmhYI+cHnt6QBwLNojGDIoBwQG8fcgUYbGGmgdJqsDfGLB46o9GSwxMurriRsoFLnKZoyeZtc-Wmd16NCt-xCZiG7wvZmEJ1SxHq+pqSCcmKenfIwZIFrIlf5pOOtpE5AMBClf4gmAZDBowfU30sFq2peDBprirIhNHPrVOZETjC0BYDn-p26a8nM1MudyknmWabwAb+SdujnpzeaAkm0RJWCOb+e8McMHdjEgXtmpfYdTtmLGk5p9rZ2H8KJGsFjpOk4cReDnIrcARz2HowaAPrXiWWNJs0XQ+ioqbHQ2GBaSQRQyabYLQFxohMXxRogbSabFxQHYKt21kXg4fYMGnWQfRuobNMrRQRZ0W0gERdqBM1HhcjLluT2bUgaKyNsOI1FmkcIUygLFEpb3psORpN5MYUPkwdCFjVgB2C61rSacl9gq8X5MHxfCXv1AJbQggl5QdEXf1cJbtMSBKJZigYll9riWpfcTlUkeWM12hoMl3wyyXPAEibyX3VNJoGW7F4pbkBSlsPr8W-LCpaEXglwoBqWGNOpdkwGl7memKyyeJYl48OXNl-Qux-WfgBOFmcF-GKR4ceWX54J4sTmoSpGTaWykEefKGDShsd8WAp1KxmWqlkJZtralyZcxnIl1ZZbnPx8ygOWsgI5YrmsJocJgmbRHpaIbAapIc6n4JxieHqkJoGrQXBptpOADkhpToxA1ChAEIrNAEFbgTxptJsHpPluafNJ-l5hZUHjZjJsAniOUKaoXpF+BrcHEFvlBPoJ6lvVuHgR7aY0lhuhisbmQx7lc0Cpx3nWemzC+WgDnFGw8vsKaBJ8u+nWFh8r2WAV9gCBXbw3kqo4qVgCDfUxApPqhndJlueHVuJgHpRmfwxLsgqghuEbwWW65QXwFBJYQIgD9A0hpZGf49pI7qvEI2Ut8F0FCct7nJmU2cq6sihZgExprMjSacF3NnZ9Gxy5f4WxReEutWC4pAaGKZi6d1CrhuokriqKu-fu4XgBzadAHUiqKaFmYpreYZWkQiOZtLTV8hcbaW6yiOGoLVrjnEq81ygftHIMZekwG-3E6b9YzplXlFXgBNGfDK-y3uakr-5quoAZCC7XHyGFwAIXfE6ehAAZ7wWnifYUZVl3QXA2iNFb16tVOhTL5pOFxeEU99XQAXX1F7ZahH+Eedam76e2lh5Z1155CkKD10NmoTPR8oncQg1wubDnS16OE3XFAbdaSQ71kViDm8BeaAfhD1iddpYzVhtrFEz1ytdwAf1y9c56ZKmdfcR2xnZdVWeoJ9YDWX1gCa2X71gjjg3v1wtgo5cAcdfgAGelVZQ3SJyifQ3QNjnzYL8hovn74z1i9c88t15DeV4P1pyn74wNu5Yd6KN4jbuQPahDfdZ8h-El7BS9OAB0KqNrdYMWPezejl5p62IF43WMHgAE351yYjoURNjerE252JoC14WFSJAd6p1zjdnXTVWjd474hjIhXWwJNdf3WFNxDbUTV13ddSrTNl9eOnh1yqps3hFZesc3mN1wSvXtN29al8hR31e+Hn1izc82SMbzdLXXNwDAd6ANkDeA2fNkLYqJ3NkBXaXBRqzZQAEuM9dFGTMLjaMWkN9xBImOx1uo43Ut5KGi3Pe2IGwlD674a8qzKvTjS3KtgrcM5YtozfaIYNxjeI30trydfXNl+jZy2mNzDcAnWNwCfw36NsreOaCNkjbE0yNmerY3htoTds36hzLYa30NzrfY3edCjk03c2EBSI3ht1zYk3aAKTf42RWNbY9qf1socnrxN97zxB+7B3pK3TKhzhvWparutpGO13Lb0q7tjRoe2bZG7cXWNCm2Ta3zy6IYcS5Od7aUQJ68AzMqjC0Lfs2VeN7eq2VVWrYg39JEHf9X4C2HZTYve3NnRrF6nxeS30dxTZtZ8hkrdkE0uJ9cmJoa96puRIdqMs23TtuRmFcwtktbFEoGHzYB2nV32Ge2up5Tumootp7d65u6nHrUFZ7OxwZ38x9QTG4GdzyfDWv10DcF3ZR9okDk1BdtlUDVNpHZA3vtmxxvR3NlbZ8a6QQhal9iFuQFIWIt-ikfXuXaiaXgtdkjB129dqLYN2gNo3blqijI7aK3aAADdkEGd8DEt3uutQTLI1N4Vxw2GegDdFFxdxncVyFOl6t0AHtpXc53-+bnYDk1+AQDO9+dw3aTHkeYXcfXRdpXcl2EHGXaVG5dwxYV2daGbg52Edownc2fd49ZjrNdhIiIXtGEhfkxANgPat2A9m3eu5TdtSHN2a9pXfr3jRb4cb2aFidN2j-AEvbEAnd6Gpd2O9r-g43M9-gE92fiFQwd6dt6cAE20WKDagWf4+dZ03l1pffLYAOStkwKkd1fYzIt9mscp2Zt4RSXRbl47ZU2Dt0-aiVt95TeP3A9kiC3XzN5XZAVs9xhdz2KAO-Z85Elw-b32HWOVAFahaEeHl2j9mjY33FWoxRv3f9yNiVaC5tJaAOc9kA8g2T9jMnb6n9z0XznUlwA6rZgD9za92bwLDYH3i+ZrdsnWdhiiY2SDpTrmdyDwvZ32890A9yXyNvrco31tgbYfg16rdIg3-AZbcYOtOZg-fUuELrbLIliFQ24PxtvraZhKNig9N4Fkag9BXwJjBlkO8V2Xgv2FwXrd4Pmtlg6Anv19g9dVRN0Q9iAJtgbao3yJxban2daIDzG2DD8Q8pXhtqQ+Prp144YM2MQXFcB3m+NXfB2RWKiZ8X4Oe3dv36DtQ6xEF+YjeGC+WEQ562PD0VignDKmQ+I27DvlgUPYjmg78PR2CI68KvD7HcAx9Dgob22gyoI+G3gfd-ap21cPAtFcRMBcCTFp2UvRqBR1uMXhxmCrOdyW7F+oXUwqSMpseGwWsvepB3132AypIAbbHrCEtlXh9h3zZerYnA4Hxcyb6OKNoe360XaMzrygCRjaOKmswGy3hjpgF+waS7-aMqfF91puQfmpmAoAxyOCDeAJEUFq1MtN1CMGPKmqox2QqbMcEewBj5DJ5YHaSwvkR4OHxZ2RpwN8BOP9SIRXGOz21A6YC06iDfvJJFCbGJVGjylAqwM5PZCVHL4dvrvEikSRkQg2RVY7r13wRGFoB3KfUhyX-jwxVMZ4OTGRRJo4U47ROmAQSGexjddvrxOcl+Y7fnCgAjHcBUyDpdzY1jigCShYgbE82PIgDzh8WhFeY8-NcAWwB2BmTq456OWADE85PXWbk64BeTqkoV7beLIW1hhT-gFFOnj1k-ROOTrE+lOCFHk9D2fF7TUVODj0cAfEESqTg1OJTkiRLEcTiE7xP11izohP3kJmBCBRwGSBsZstt2DZPJT2gCCYbTrY4+PgM10-zhfTmU84A5Tt2ByWmYUE4MV11txYcXHD03nqFYT1U9HgETpmAKBvINU-NOhjh1tkZaDFdrlPz186YLO+WeY5CAMICgCzOCN32B2PHN9xed54OOk6ROJAFE6rOOtr061O0+fM48X9T+U4gOjT8kGUg5EdgDbOtD8U4oArTy8VDPCz2k8RPUYRk9HPnjzU8xOuz3xBLOgBPk-b75jyQChBFzi0+SpzsNc57ONzqk8pRCT4iXY5k0VGvtL4zojaXYzmj6YPKjS76Z2sUZ2den5VjnxaC6-CuHssJyQGCCXGV5M0+rO1jg8+7OGz3s9TOzz0I6AVupEZahOkzmPfhPoLxQGikHJNIS2OUZNIDSAZmd1vTz3KPc6GOJlrY+jP7cpGEHXiOGo+6kclpJUhEITltDBP8mf-dgOwvIeclgZiaxRoUUlqFt0AYRCMVaZYLqRRQuTcfxRmEhFBi4MUm2Fi9bHYFzolovZhDA54vFAPi-SYBLxi7KBDTkS5fktUTS4kv1Nm8HValLwVrTnGM6NmHydLmA9SWVL54TkZ1L7oRla387S68AmhBcD0vMlSY7vZOLzaQ8vXL9fLcAaOz9msrRL7y-fZaO3y8EvIkLdjePHL5SSivZ2Ny-wV3W+S-daErqcUxX4AIK6cvZhA-bsw-LqgA9ONKuTgj2DK+7cG4VStffMuvAEiZSYAGtkQS5i5FUuRn9OPK8aWxyVHZ83ir56u7rKrpgHfWarnzbRlxdlq-tP4z2dZ6v115kRXan0dc9suDFdseI44j23h6v2+AWQAhPR3ABavDK2bCJUtjr5m4uGW6XhOi854S6uVKUAA+idOQTS8RVLLoy6wPOQAK+fZK2EZXvK52TkHdarlBy7FD7rxRasavrmuPUKnr4C462zXTkG6OLros9wnpPb6+rPjYAddKOtcJwmIK4xKOreaxwLTZkuaR6IfJBQm3AcMJFY2qUSZ1TCpusu4RVtEaaxwM1HJvZr-S56Yvqt-J3QP80EC-yudvmWWPojtEDMvf87qWIGMb7z1pGmRuCdZHHJ1CfQWnK4afkveWkm8jFEhPmTaPs87IsXy5gFq8BGfJqFwXBJC-uvkO2ZxqdSH3V9IY5Gd88W68vaRSW-DEbGdW6zyDj2W+8L5buYEVu8AFq+bXSNAmqiPwJ7a+cKpLzA4yr-AIRVG326vm+YuvbyRoBAITv25dEbrg68hvC2K67s16Omm7cBm9mKFb2RAs1c6uZa0q7J0IVgGt-JmMWnfF3Rd3iVaWSMEDfhLFuP2ejnN9T9b4FyBARIru1Ov5OHaYnK0RDZk2RO7961E3XZr2LuM1ZuR9FpLrz58FQlnKrW1kVnka2L1gEsntrse8+qtj9xW9vdT2U5oFsFcRupGLPYS7nvg7qC7mRAOZe7Y1ebie4VOkq8KqwPAMGO9cFp79A9KFYDje7gKUPPth3vBGsMn3uuVa-ZEa0xee-evk2B660ODFIVZbq4t-TaXWHD5XeiP195A4wocrp-eP3ld9K4vYvJ6OE-2bl1+6U3P7pA+V3UHsojP2ttl2-YV5N2zd8OX97jZR2VeOTc42MjjLbUTEHuberPYNybb83ldxrbyIut9tnbG86vg8EPQ2dsdlo+Dg9bl7Zttsfm3aH1g6W35t7h-Y28HjdbLJ2xn1tweDt4OAMV6mlGBxvwmpU0hXOAfxFUe7mv3Tnp3N4Q-juqAYiZZP4N0ycuP1TxvmwmjHw2ScqvOQMf9vWAbLfRLLGEia0Kgd18srZCLjvgqjstz4JTaRulUsFW0w2AGcfykA+ucfruQx6uPGiQtptkodrRbKnkum8AiezHswqu21a5zhZ2lO17fKvAHjQuwl4t5J5lMMGPJ6y3LHnLYIxnAeAELb+Zip5tkAn1GqE7fH8p8MBKntLjFW7bPzTTvFOvzlt3QtwJ-tKYn+uRqf-Hz6YecDVk8rfOcn26ZHhstuuFieMOYsMJmjV2Hti7SZhJ9rrAnyGtSf797QuD2o9wq+6rOnkPaAEyr7zkeqMn7p+9XW67Z9cf0a0HaMIbZed1oGBn9Gui94dtyodUnnlUvK3rtssnV20agnfR3vniXagapach9tKNni6upjidwrkJ3+DitZJ37kI5P04gXtg5VpfniI7R2QXjHYBesXsF+0t6nyF4F5oX-7eGDiX7qvAwkXkzCBfo4Qfl+eIX0GIojY4rhGS3rufHe8qcpyl+SgkwH2Ex2oG9af+usV0PZhNf7oXvyHRe22Fz8EB5fcULsuyZ8ULqehSLSGmdp0et75gg1hpY6WEli0LIE4yiALD-TA4o7K5OZy77k+p0bdh+Jz4CyAiSKBW2B7xnEGoB44VgD7T2oVzB+IasSU3zgSgE4FYAzx5ZqXgMOoePVenbo6cAdR+qMxmHzxyjq54NX7NhI5AHBgDgBbxyYAZ7P5lvztUUKvV438DXhweKGhh7a5KGv9kUiDvb7xGZzfC3limLevTJSMKPQ2At5QOzrli-nuih9A4bfK36fmrfEDr4jre7RCO4aOT7u6bLelxXt-7Y4D5eA7esCynYMVDBQJeEX5l0Jdf1oVzG5OHSe-qaRXdOtE0sX2LjBo2Wft1nZt6BUZBd+E5XkS7nHDNusZkoTSxss4nOhs17pBpqr6R-sHuLg0qX9xyeBw1czaYafrX+eYZfGtumQfTh03-R9XgdFnoS1JRyH8k5q5KBATnoQqR8Sg-niTIwFQiuLukpl7SIJt0Ww4xHxi3p96QCAA) - [Globally types](https://www.typescriptlang.org/play?#code/PTAEAkHsDcFMCdQwaABgUXvS8DOBGVUAF0lF1llAHcALAQ2IHJcbsA7AcxoEtjaStHqx7sADgFdiAKGIBPMVUzY8+UAF5QAFQWwAwrVgBjANYAeVNOkht8OaABG8WPROju-YQDofoeuwATckoaBmJQWAAbClBhP2h6Hkj6B0jYKxsAVVx3UE5IyAd6SMj7egSklLTQI0h2XEg0gBpQSJ4AWz5YINI-cndq+nhOCXbYdhla+sbYLwLOAAp8ACYAZgBKAG4rVAA+beswKDhEZEQMLBxcZaJeiio6RhY2Ou5qPgFPEXEpWV1QZRXZYabS6AzGcyWQ62exOFxuLiCby+fxBe6hRgRaJUOLlRLJVLpaEAeUQFGIxFy9BIHVgkF+5K0tPpxAWADMJOwjJS6qAFutQABvaSgUU1OoNNJzSCLfBbaQAXxa+AADCr5dI9gcbMcUGc0IC8KtbmR0Y9mKxqBw3h8kd9JDJ5IoAZcjSCdIpwaYLBkwFo7I5nK5cl8fF4-IFgg8wliYriKgS0r7QKSIglIkx3NJYOmFgAic2xVhfNPjPPrHb7DIAKmrIurooA+mKW622+2Oy3m23G-XQAAfAed4cj1sLRsCluD-t96eN7vd0DN5eL+cL+dNjcrpc7jdz2egJjNgA606Hg6PoGPoDAJ9vjf794v87Pl9PS4fB7Pc+-E6HH+AY8N2vccH3-X8BX3UAG37MDYP7IDGxaQcvHnMBEIfWC0Iw+DRVw1DG3Ql8+w7NDz1HCjpxItssMI3CKJHeD6z7LQhBEVhqRydoxDaNkeG6WJuLSMYJkYHheUgNlQUUABlIx4B4MQLRIf5cDkXBiFgdpBCeS0FIpcY+1EaTYDkhSlOeJ0qH8dhIGIMSJXDVi4jGfxixjPhQAkChi10Vg6lKUBABQCXh+D7WzQHgTlKTGcUAmjRgGhzBAvGY6DQAATXpUAxHoXBWA9Uz5MU8JanivwOPIYgFMRXp+CoVBCq9EwiE4cYEB4IwIyCNrwjESB8p4Qk+ysiJXVYIpTFS6CWLYnLsAAK2McI2jgDjwloCkxFwAAuEBOA+CQHC8Wp2mADh6E6YBwF0MySrShssokGp-Fiep7JKNBaD84qlKIYy5HpU5qHYebICW7lQoEVA5CGdgiBwNBxHaSx0oWQq7qU0AABYvAAdiQRBkk0xA4mcABHCQeGcAIBXefg0Fh+BQfoAIgm+xRcF+4hUGmus0aZMQdtAWh9X1eqVOdYoeDy2AJqiSBqBIU0QlGhAVG+UBAYkUmfmICsZug4Aa35ht1HNi3Lat62bdtu37Ydx2HoY4c9BwKg2icIZ7DKqgHCiApqGdx2Q9DsPw9t+tjehXB4CMYBRHigAPLxiFwbMk-6+BwlGprDG9ABJPWIiTzTAlYDSas4XYNBFG8-UgExxh4AAvHE9brrRG+btuzCLh0a9gUvxgCb42RQLum-YAAZYQZBbAB+bRu5nueS7L0eXRUMx-DkFpd92OvF-r0AC6k3exo1lo2RwdpMXq9oj9bAAxW-GDMABtSfxlnjSAF1D5tmFt-VeGl14j1YAAQSwPQOQZgQE73YHIXYgDWxLxsGfcgEgjBGDlrgDkkQWi5TwO3Xor08rz3bAABSGBQeBK9f7EEHsPcub1x6IAAHKQHiowp+x8uE8LXkPDerBDSIL3hGZBfC0En0wRfdWVxr5vxzoYR+o5X7wDvsQT+AjYCMIAdIlswtdGMPAaw6B8BYFmAAEKy10eIlBhixToLAJg3A2DcH5QIS0KyABaIw+cTDdVADfTRmIFF4CcS2DRWizDNTMCYuejjhzC3YMleATjUnpOkVkk4T9ckIG1GAWO8dMiUmiMACxsCylJFwKndOQ8s453+FofE8CzGbyqXAg+NdNALAWGGYgwCBTqBrtASAPBaYdNYAsOutBha7yaHXMMzgNLC1EOw0AAAlaQIyxkTICHXJeOzRQFPgAcRpOBmnOiod5Wg7ThEQNAF0hxLR0C9NAB-MMWg3l-wuZnK5ksqCZHqEINk2itDTOeTA7pSDdhvI+R-dALRvl-KsJc7OQLQBuy5O-LQahHnmJha87QwJCWdOJT0kEH9lk+HxUs0U3zlhLLRRnJpWLWlJGsXAzuUKXkHwZaAaxUL2CjH9vAQVkC+WUrhdSv+SyPnCvJVAj+TA0hcH4EwP+oAl6QuAfibl8C2laHhUKlotzcD3MgS0FUKCinkDjsAGpFTDR1LTmywFo0xEAFk8H0DalCyu7gWizzSRwsVKBlWgFFe0cVvS66DhknIUSScfV+raiG0QsBw2xoQKgwcNC8DuDTflf1sBM1hojfAfNJkS24DLRW7NVaqwesxaNJNKa61lsDdVYNoBQ1NtzYgKNMa40gmFKKKywsmAdvsqm10TBtiijGKWtqwtfWrtgEu1oWac3iuFgOvdhTFT-PZaNQtOQuBdoDVGoNXBG1HuHSwzeo683jrrlOw8F7i0Lu3Su+ta7QAboA1uuubRK1DoPbuqt2wFSns9S03Q16qC3t7fe-t0Gh0iube+yduhp2FUNIuuu-6y3rvTaB0U4HB37owxB8VsH7UlKdeU3AwAYmMHqa265VAOPaLrq66Vli4FiLvZwFor7q3wrrlsuWEhIjhCjS8sTiL5XSA+YJqNH8-5HO2XJhTddhauo-iqbVUaxEbJQMBhtbCUCHubbpvjRqkhmFdaai19zZPuIUy0VAAASQU9mh0KmFgF6zbUFR7FQWcpjjrnVseJA4CGxB4tcYxTxlMSXlq+uGLAeB+AWhaGWB84knQIUFdAE3QGUkis1wAGSkti-HEBrcEDAH7lIN1DSAVtv+AAaVgHIagOBN7qATYeKYGkmDjbVbAZgM2eBsmm3hQ8zhiA63YMtocTBRUlC2xeaqEhYD7cPGyYoFATtMA5FyHkm34O9ZuZybkEgHKgzGytpgTRLsLEu+sS7qqZt-0u4KS7CpLteEu5sS7O1LvqEu9WS7ABqS7vjLvAGI9xrFj7WCaCYCqJg238AE4vMsYnh5Vhk6YNjSnABWSnAA2SneNKcAA5KcAE4MfpaxUm2NjQcczfoJdhwl2jCXYCJd47M2lszc4Jd2gl2eCXYWpdkwl2MwzfaJdzbM3ICXbEJd8ml34CXdwJd+bH2JCXegJd6gl2k6XbkJdlul3IGXesZdvQl2AAil30CXefpdgA4pd8Al2C6XYAFKXb65d6el3vWXY4Zd4kl2qGXYAIqXa2ZdmSl2tCXcyJdgAapdgA6pdgAGpdjKl2ABal38czaJzN0nM2KczepzNunM3GczeZzNtnM3OczcbJdvzGObDMZa23eAwBvWMFoFx9tHjWmElw6AFUwt8DbvwMLZY27ljC1WNu1YwtsbbuxsLGn26afC3p9u+nws8bbrxsLFn26WfC3Z9u9n2+VS75b6gD4A751wgHb4H5gFH7AEn5gFn7AEX5gFX7AE35gF37AEP5gFP7AEv5gFv7AEf5gFf7AE-5gF-6gDLAAF1yUH76gGijLB74UGQH0HQFrCH7wHLCIH0HIHLCoH0HoHLCYH0HYHLC4H0H4HLCEH0HEHLCkH0HkGrBUGiiKHH50GgCrCMGrDMHqHQGrCwHKHwGrBcHqHIGrB8HqHoGrBCHqHYGrBiHqH4GrBSHqHEGrByHqHkHYxKE4xAHYxqF+Hn7aHYzQHYz6E4zwHYzGGRHn7mHYzoHYzWEJHn72HYz4HYzOHpHn7uHYzkE07eF5HX5qE06ME07aGlHX5hE07wE07GE1HX7mE07oE07WHNHX72E074E07OFdHX7uE07kH05UFwboo9YZYyQeLwIfKQpRpVaSSgDjE4Jr7VBLwLFGBLGwBfzaoxbJjT4rytZz4yRoacCpburc5eqMDPzUwaQGBDCTHuhQr+aCiWaICQIKgBbPFCqRY6pCqgDTpc6jFYpB5zaXF4DEA3HwB3GaDTHPqsCPEfGvHvHsCbLWJfFLxSp-H3YZY4pGCMCHFVy4BmBSqoZVwtBKowlVRVwfKPEImCgomoCYk85HE4r2SiAEkFw9oknaAcnuAfLslRpaC6aHbpCnKnwPEBZaBvFPFIkoCNiRaClRTCm-GilRpwnSmICNgqiSkSmImbKNj4BymihLxCmGbKnkmqm6lakGnfHGkilnbYhNbAAz5tZOnwDL4tJ7Ftwdb8aihencn3p1wgnXEMBPoiIUnBp1xemcqRB+niZ1xULOC4IBDuADpwiuBQoOCQAzD+CCpBbirYZDqCre6MDUj8krxFn2TiL7yypQllnFlmDxnGDdDJlZqpkmAPrNoKogi+kqkWw6koCRn4hWlLwfxAlpIKRrErxmBMAWyfagDln0CmoDlJA6Yindlmnmx9mIBLmRBDmfKjkdQTlTxTnmyznzmLl6xRkrlKmBlgnBlQq3I3Yva3a6YjntTjkII3ngktBnktDblXnCyfl3lRrY66ZOmPp9x6wtBMCnnFktCAVDDRagDwUhlPJMB5hba6oemmRHEQUOhRlQXoXfnFmIXIVQroV5igVYV4nuC4VSD4WgDkVEX2QkVXG3lDBQq84ZnRCUVTytacWNC0XEBQUwX2RwWsXgmIWzr0DzrbyoBFzpiTI1DBn0DcgpSoDtlDotq5xYXgURnFzEnhmihebyaKbkliaCoNmJnNlpKtlQogLzmVmSLSaiikUGWIiaBAnEDIWCXSYfKuXkkgWGnLy8Vty6VtjoAXHiXBk+WCotjYm4lHEEnGU+ZIVRUIWxViiWVNlcAplBgmBPyIUfyPoILJVCWgBZVJk5Utl5XnkOisraUhXYVVxmB6UOgxmCoZ4SB2SwCFRQpoVk6MV1zzl2W1kVmLJOWdmaBrmhnmkoDWKwChKwCSmdXdWFSSnwngoIC7nUVcDMmJD1A2ILXuxQXHibbMKhk2nOLzHJpzpiJMAgokydDsCMACRiY7okzFAQ5MX0CqrUaPpaqoIikfw7WcAILzWLXfWmqQKbXwD-nXWdquhTkPUIBPUvVohHHvUICfUiU-VqqYbioA0HANU9ymRyB86RAtU+n6VmVHGCqlXtVxkJnZWcC5XwgjVTwOXjUCoBlpUoWsJvUeXAm80xXqYgj+Whn8XcVBVOmS2U2tgRVeXC1enOWtjxXEAg1JX6ZlXIUq0tgVXWWwCtkFUmk0ptj01RoDZDYjbpwdhLyW3DbwABAlVa3mpM2VUs3VXwiA2tjCyS3O3eZlX61VU2U1UZVU0OgZX1XumNXgBRCKAQmdxYWlV01a1CZWLc2ii5mRrkmSaTXBUk3m3kn8pwo8Uk1y0thOmlUfz4BqZtgeZmDJ353sCtZV2ma61ihZ0SrSJ2kUDG0imV1a0MnE3N29ytVSAM1GWp1KbEoIJUqaDaY5n43Z2hmSYggFaM2Nnu2s1plRoZlZlvYhLnblo82gngkxkgieXeXK2Crbnn2aAK1X16y+VdnU2hnQW6alUmni2oWHil0j15bbktCN2d2u2b0G2tmIXTVPKoAgCbnYqQDtAiSaQBAKinVwNebEC7lOkN1yxlWN2rFmCd2mpCksWn1AXklMCnUYVN2taCX0X4MTFEM+IKmIVOlenl1ihelh2pVkNDDcOAPSJB0e0h3wjcOd0FVQofED0B1-2tax2RDx30KNWN3ANL3VomlpInAOkumOkrxdaY7D0OUb1WXB2G15XpmZlpDZl1yd35nip50TrzRgOmOtnCxCPb0mDbp-VVpQb0bHrDEGP-D7nvmTl1zF7FBHYT1znFns3jAOV71WPsASYdmi2aCOOfpMBtRjmdTEaijphHbCzhORBHbboBDFnCzzmMYjFnr9aDYO1O2hOihFORNuWxmijDWlkc11kJMuBJPRopMfLpP4aHhVb1O5OgD5OwCFMROUagBlP2QVPFlVOBPOjFWNOgDNMoY00klDUxOdNxPdOWO9PJOaUOMfrDM7ZVrjOTPTPFOzPzP0CLP2TLNnH-Ag0IJhMzNRMdPkn2WHP70nNxpnN4aKDTpibXMzO3MlN1wPNPP0AvMAntpk1cUfNNNfOtOFl7O-OjX0BmA9PZn9OnOpNCjnOguHhqTk0Qt3NQv3PlPRPPMnrVMIbOiov0slnYtdMVn4t9OSYq2bN31hn+nxorbBOdQIKbOQ3jZrNHkStss1rvOTmytnnjZ+2KszOSsrb20jbivqtysOkyQdTSyz7AAGsKRGspTurtqGttBtzyOKOdz-BRqHFiRrG6CCoySizyYBAL5iCzwfXRAWMAvEsev0iRDev0C+tdCWIBtRpCnfG9XroRt+tY2RBdyFTwK6AtqvPOimsyw2t5YOvOhOv2SUiuuKDuueths+vJvRusC71HOvSaA93H0fK5vmt2sIAZvlvzGVvhuRv+u4DnVPIfE+uKBO26C6ajvdC9XFtVyFRPxLwsBHFbYilTvjtFvkkg01vFDpsfGbPe1LybP5JAYRtjszvknWINvsDzvHxMDcsrtKlrvnuhmXv73bupu6BmB7szMHsbMzPHtPuOsBVVo3tXWXNDoPuJtiBntAehmPrvu7tql-t3O-tHtGInvQfTuwdPLholCgdBWXN7YAentYcbuhkgrxR8RpLruKkEeciUdZoS7EeYc0dQrF4HL4ffFMDjKTKQcYcwdkdPKQJIKceLu7x8eAeCesIgomC2QgyieHiciyeKw67oeSdbNwfpIKc7bpISckesfT3CaIebLoDCTjBpyFS-ttv5svKmdaTme4CWfMcCcadPIgriTXufsfHud1CFSDsLvzHWutY+fsBmAhd+fe1QcudQqJbJbGcoDxmQDx2UhyxWdBdtyxfLT1nYDJf8T+dqf6fPtPLPxPa3bxeICFqXS4AtAfGybrbMxpdmv5slc3Yef1lDBVdANzYbaRfRrZIimaPHp-A5vpewAtfchtdxkdftB1tF3EofzmXzEltiu6AAIp31egzFsuuFR53Wetbje3aVczfteWIzdDusIfF7dtwBBHc23fFXfdC3cxkBeoALABYPc3fTe4AKh7KgDvejc4Mbe7BWkDf9dKmDfnJWBWtNf7elcee3dy1PeGdWILe01Lfbercq2F2hkC2HifbEtI-knaYf1a0mm3cmZmZE8fGW01dIebNXmHvoubvLdlu0ffGW3PdtgrGjcHfw9fccNthRkndVft1tiPGlWSmW0hZ-eCgPdmD7tfFRqXejcBAyQ8CcDPX1ds+22Bcw-Xdq8a+MA6yuf81HFRIyLk+zYaoK6U+hn4Dm9c9oD-d6-dAG+a-G8g8UTCyPEfdu9G-OBKhoAO9ihnLB+h8dje2g95LocQ8aPpJE1vO9vZCwCFrjAElFesLOuluWfujYfSfN2+efsHzylHYmkZ+by8+F+KCOXF9BWXXCzNsJ8jcu+2dmcTCOd5+bxZ8reKDCu695u0N2dIMd+9+SNIcfdD8OcBcT9t9pyc8yIhtevJ+p8HWT-t85+xsKlOJLyvfO8D-Xdr9pw-faaoztje97-msBCH-fcn85J9fR8h-39DfQ-7+wAhdy3hd+Rp1wLd+s9Y9T3bNcguOfHh8k-6cwoUxPIKp-RFJgC5YFPDiiz1A7c8XeYXAvp505gU9zum8ZXi7xo7T8Ve5fCuGb0d4Pd3+5vIXrAMHbcMWwlA36uME4CapbeTye3qOB34BYJeF-fNjR094dhz+goDgbLwIG6AFQQ4U-m2Ej7g8weUfBAHHy0ZQ83mo3TLtyER45cEAKXWbqGReSo9OSv-QqGtxkwACceGNYAXnUS65c5YEAhnnpgDp9UH2i7QUGDmPaoBBQMvCXqACtJuNVB2cPLvAK0zU9BstPTZPT10z8stu2fCdsfA56tNpEbAwUFL1CyCCUBCvIgEr3H4q8zBaguQNv376X8Mh2cewNEOHDIDX+Sg70hRCF55D1BovTsJUJ8FW8GBNvKFCwJdixCBBH3SoXIDgxiCveTvfgVrUlLtCvB8gODEH1HASCY+Ugn2k-wyRAJphx7WPtIMh4xxHUF6NrJAg0hpZEW-wXRA5WdbZwB0djBAG8kCAHCR0OGNJnXA0hDBiAndX2vZH2FZpt0I8W4QCBOGPDGWKzKgLh0iDvszAPzODtwlgAOVc6hLONIM1JZTNDw3w99uM1hZssEWNTVZqMAPK-DPmdzb5liwBHxRgRVaQFnmmBZApp0OaFEVG2KBUsCmyHaFqKDhGVMPh2bKgK+0Saoi0W6I+tkG3aaYicOgInEQWVBH4jiWQzMlkwEZG9MYR26G5pSNpYLN4RdIrYTmyOLMjJRGI+yFCh2F1kQRvLAkRky3akiMw4oyFpKNKZ0taRATekdCmEzoBM4qyHIHUDlrX9v+NiOxICIcQq1-hXI7EeqNxF8jq0Woi5l0ktFiBrRHncZlEHs7t8jMs-XAEaOlEmih6-wUoQGKDG2jGaSXNQXlwdGlCOhNfJBFWWQSujORrCNURWQ1EDMN8GTBMVaLwTBjt0gY1Md4LlieC6x6g6MY8xlGmi5RVATMUMJ5SigohF7J0fFFeRoiWm-YigPYgzpstVR3Iz0byM1ECiIR06LsU2KdzboqswsS2vqOpaGiYWxopZrKMRFUBwmZrQkN7mMDJBLEt2OWqeKMDnjXsGgoTsSiPEywTxZ4jrqQAhJc0cxTlFWn1kTjKj2WWIoETOPsbejn6FwkFpCKYBPiqgQI18ReOrEws4Jd4ipkhNuxRi64CIAIOuMTgti4WCI5loeKGDPi0g1428e+LloFwggUaWxGOOdETii4nkaiQOLywTi3RhY6ccWK9FzjwREE6dNBJfE3i3xOAcZpMmFiUTt0ogPgGJObrEBcJbYuMc6Er7sBSJb4ybj6Somjjs0dEuFBZS+4OiaJWkwcT0kFSXsAgBQzSeOJ0m7MVRwFDibixLFEseJhIw8EpJUnwS6gIkrCafACA1ivubjL7tugzJmThYpkuQHJNjFMsHsvGOHnUETFVjkx6kqFAZMsnIIhwu2QhFN1O73iiUwmR0bRKMlwoVaoUpKcxKHEcibJAVOyWYAclAt5xvElyTFPYBxTBoHkiSV5PEl1xiEVXfyVlMCncI5AIU-qeFL3HtiDx3k8zotn4gJ1RQHCS6Cb03jmU64wnWyMt15BMT8pLE2VIOHSmYsKpgEnkSBO4lliLmlEiaXxAQDjNnqYwYxHNO3RWRlpdkV7MLAemrT2Aw0hlqNIIkAhKxLU9gFnzDFlDmpNozbhZO0nIJdpAE90UBM4mzjSx4E5yUwCBked-pSDEMT9OBlGZ0ZHnd6fC33FfS9AxQSIEjISnYpCZIQdaYZM2ngylpwwZEe330mlTjJ1kyGexI9EwzDpcMklvVKYAEySgxMu7HXBxIlBKAwsXmWkFmZDARgw-Z6bTOH44z8JUUoDFpHFT8y5apQkqRtLKnlVuxGsymVrLdjcQpAAkNkYkwhlTi2Z9kriZzMFGQTfUQ6fmeM0KDJZhYpQmsd2MbHJcwpgshBg6G6CiyfZRsnyTuJjEjSFJVAM+CjPM5y0tAuDXWSlJVo4oKAlMcznHLBn5i9pUMg6UcNAm+ihREcktgDPGaaQ1k2gXBtukmywBk5Ewf2fUErlHYJg8suuDYGKAkxNekIyBArIyx1cNskciYHLWgRSyU5FM+OWlPkwZTypLMzeEWMtmwzHJx0oUd3OZi9zmA26SWXTKGTQpB5Dc4Oa2IimfDnkg0DXkg1Vk2MFqplF9ozKslGV1em0VOQVOpmihiQ8dRgIjAxbMzzZ0MmeRzLnnwyMm6wnIEfPM4OyvGZ8g9GfO3QKROAm0YWFshvmyS64dYl+fABdnPz3xjcz6YrOsSiBvYJ8zOmfLvlUysecCghVrKflY13x-4j+VnIlQ5y6pCMrBc9TsDAKwMoC-tOArriQLoF2yOBdukQXviUF5CnAOgrDlCoCgpgZeXLWKnI84EyUtOenMnmsBp51Uq2T-K5n0KxFJgZeeMyCkDShUQ0neXhLxmKzCoL017P3PYArTXsJC1iQWKnlVSap-IpyRkxMUWLHpt2IuboFMW3Znpri16cIsiljEjiLiyxZeLYl2KLZyi2eWCPnmQT3mni3xa9lhG7iPpIi4qvEpCVtcwlii+xSouiW-yLmaSxQF4oQnUjkluMjBRlmhG6jglbizJbYuyURKHFUmGJUSLHkId0ltS1qQYvkkBKsUIo-wDUtel-D6loAJRU0pQQtLDw-S9AbAGKVdLSlIclJb0tGiitWecy0LgXG+pULgJ2c3lk4ouarLBliStqWJP8X7zhOcgI5aEpGVjLcleafZUKIuVXKSlczMpZ3L6WlSsloynJVEvuW1wVsxI8cr8PGrKsVs0y4FV+NBVDgdR-rRylCsHD+isZtokFcRXGwVjAx8U0LiiuYpoqss3ILMZ+IkTwq-2x4kiahLa6EqNWQ4fiWSsEkXicA2YolaipWyuTyVyKr8ZSrlbjYlJqszldioXLjZTpEwSaZ205XEqqlsK4lfzIkX8qa0Ys3lRyshXMqhwdslWUiqxWKqJEsqwVWyBlWaqqVg4ReX9ILlIM4VyqhFYfPYDHz1VjK3MQaqFTYKmFNqvlUqpxVgqNFeqplW6qHDPL2VXqgVStjiVFKEl1y71YOEKWzKQ1dSsNaMraXVKOlQy4ldMt9WhdiVhyhNWYu1UrYnlGa0NQuQdKrC58hat0jcloSwAhVlIc6dNKbqmJpFSjcYC6MFQEz2A81LxcbPJLcs86ICRhL4M3bItGgrLD4rNLGCCo-mY1L8R8QrUir4ARDdTLpmbWtqQ17ai6lv2Pjdq541dJgawkOXrM2wTAGHNQKbqc0J1SHN2AUFXh+N1G4gmIeVTLUprnMkQQ1Ouo0gtBisWA1gKsNKoC9WwQ6wEYetFBSMGEc8f9bZkQCGgnE4w74oaHvK0If028QlZBqCqrCxEhoRDUqU-Va1v1HYKdVWqw2dhh1x9F2N8vigga2wSinDVNJAbjThVVa2dQxGqEdhn1lCYcJBp6kUBDQX6pgOe0UCqUAgX1eBuero1TCMNAdPDepLOlTSxNYoAjaRv6YlBZN5G+KDRso1qNfySmytSpsvVoaGNYoIXkxsg29cRNJlPDRRs7bm8ZN5vHaeZqqmmaZ1qm6jRpoQBCbxBh6vTUBo0gSDEK6UpvlQFWH3qmNDo2eoVL75Mbe1Etftam0nJLsq4s5Mdbi3GofEiGv7IzQpjw33rzeQayNRkttFKKqNSWkDblvs3ObWwOmtzVPEYSebj2oW0zBxQi2ss9197VzTi0cqJa1GlW4+ClrKGC9c1akzsMmp605aqpeWtrTppmlDaitbWiDa5uNTuamE0iXrtVq3WbwtWjtera2EI4ZgmtnLeLSes2TFbRQyWstV+qcTpbhwEqlNvesK2XqNKYIgreNuu10YaMeaKbSdpm3lakk82qrbNrC1PJVWR5JxOBwJpbaDm46iRK1q02faOtR2zDSdoG2hdzNIHOHQknu1PaaF+W6zREuG0Q6I+02lzPpsh2P9FttW8mggiYDidCszWhLUhyS0BdOtaWpHebxzXBrstoXK7ajpu33K7tmOibdjvbCla3tP8D7devQ5E6nWdW3dT+qQ7IoTtlO3bXZkm3C6rqdO2Hczs6Xw7hw6a1XUMuRTEbP5hDHnajpQRc69dWOw3S9sY0C7QEc2xXQNzHk+bb1JCROcQBpWwS6VZixOu9rAR1qgteY91rUCk5d9-dPVN1hGQ0kXzNZty35VJkFS-i3hl6w4V3SmLfaatUaHdf9tFDTl8eooOLS1ql2Uxzss61BEvGQ02qytgujze+od0UBjtbYX9SRukSAbPdQlBvVLtdB90rq0GqNN+ivSI0ENN65DYjVQ139KJUKWzV+yQ4ybJELQSPd-LBH96y1Lutya9g7bVrGNs2grXNJA1yRUxIGyicbpA2x6AgIDc3kwEmwW4+dd-BYY-wH0qBON-MkuDxuQb8b0A+e6IEJrY2wAxEgjWDT3u3hOJ0KZ+gnPFDd1oTQA7QbyOEH9hvQ+Ar-PjXmEPWUTVUDzLVKqiuEPDL1WqAnQdvt2rDp4c2RfWyvV01qhEc3XKT7qN11xt9Ae1gFQeD3ltQ9JCmfbsubQ-jE4tjM4QWWJYj6o0Y+odZvqn267qFeIqTH-R7Up7ySaehtdIkz3cMc9VOkzq-twDFbDtJCVWWXqt0TKu90O0TU4jr2Eb2wje8vc3o7AfFwNNujva6Bg1Fpf9DKvvTrxv0Mqh9vAqvbAAIMgGPOK+qTdnvX3B8LNo4Wg7Jr32+G-1wfQ-cftHCzZz9EfO-g4fgB371VD+5aN0Gf2KHitH+r-R2G72cAMjnYdCmkGYBzNCDrAcA2AigOSTKQl-LwPAfN6IGmAyBv+KgfuE3C1GmB6I4ru2LDdfNC+oiTBKX23ZPDHuow4FsnJMyZpc0qJrQY4pB6duDB4ec6KYM0K9lN9GSYwZ+Wz7OddcMI2owT0x6-xb8j5ARqhSzEpItB3TLEe-VZGcjYvZtStMijdA4JfsDRb4i5ipiggCQUlVQCYABYCNYOLwOpScRbHL1WB0AIhWV1tg3DZE3rW2FNqdgITQk1fZ2CCOjgGJxhkcEouD7qSkDxZFA0u2uGd0tUsmqmoxNBn3y0NjvFE1ifsg4nnhLRq8gxDEkBBKTQuBo0wBpMYG6TnYbTYetrrthD9h69E8OEBPs6ajKxuY6SeD5LwKTdR7EyybZOo7WjI4Bk0yepNx75THJlsJ5tkM+G2wVmtsKUJyxtQzAARoUJ8mpDGQCNf8YWHGwVDe0tK-wVYXCfclEGAt3ukY4VL92pipjqYmY0nqb0-bWEK2hpuntA2gA+Tgx5SXWXkMoAhTj6Q+EXtDN7GKGgB7bPkbsEuGx96hircwyOyV6wTBhifSEZMNIcmNh60w23vMNBVO95JS473s1WQbi9ZalDa6FY0JnIwUaU-RKCiMW8y1Tux02YpLPzEg90+v9a2aP0K6z+LhvA87p6MCTITtogc8ad0QtAYzDmWYaFprpQpAzCCb9nc1zESCGzqhxGubxrOyUQUjSJI0EFWQIA4AQQepoeACybNfj6lUc-trFASD0jR54cCeYZXB8oJM56oMAbnOgw2gYCHEr4scAoZuI8gL6qEbYNqNzeBm+YWPI0Z275BpakhKqoQC4LddqxxpXcuj3hna1pBqxOQbAnEGNI-pzeJIdC5MB+NchuXYgG9x2Qad0tb7RubF0k6JdAGifZvukT0WwdSHWzcodp3aHjNTiTC-AGwsdglzNR9TdOq8OjLeLo4XU2iZs1yXaN9moS+OZx3m9m2xuhyromVMsm0DzR9k2pok1ObtLJW3HY+rgQDniswJj87fsw1MBbNiR3jfxqYumWzd-dZPUttYDUXv1TAVVFqe2257kSliUwHNmEtIbGzpey3RVtzOiXUtLekzuqpku16pd6qks6lZQD8yzDb5gLvlcsNaHrD2R2s1qpLqO9zjxVlQO+e+kYrfpouiQ2+TFZcX1tQOEDfxcCEoA9ABQS9JwGsSRWm43l2MxBvn0kIa9nYCS1Jfw2FmRw-MjKyOCFIKaqpGJhq0mPYCGXpTVJ4y00fxM8nRwfVgaO4CGsqURr4jMYQha6ttJ+Z+Oto8JsbOfmahP+8q3-tHDoUgc7lp-dUdHCLXARRlxo3idpMIXxr6HWI-EcavAzvryR2cmdaiujXVz4PVC50ZcP-z1eVqoBTatPngpcLeu8ZSrRdPEW7Lbp33cS2auhlArdcGQ+GePUCWFDL2N-ZNvjMl6obbXTM0kiSuTWYdmVzZLAqgXEAlrLYWrnApyu82UA-NzaAVYO0BdJbxAKs6GW-Mfi6zE19jYjTltOGpheB3G8qnN6Dgx9nKpRYlrPlUaeketpWfbOdX6qBDRt6nSbfs1m3qryVrre2HRuAKJgs1jsNrdRPDg5bQtzsDTdHC5b7bD2v2wDZ2vMmgb6BtU1yfN5y2mNYNx64eecs6HhwXGwwK0DPm+IGAkYHIOVDmLkJLVSDB-ZtbAMQGILfQd48RKoCIxqQtYz2X4BwR4IYLw4F-YzaUPwWHrIpCGy5fv3nmPLs5NuwXvHOpIUb56Hs4TOwu6I8bQh0CYTdm3DGjyTM300YcosBXWrh5KQxnp+yjrZd9NhLkMEF0Q6WbE9vmeqoHnryCSfFhK0km4Yr9wj62v7BI1KsUAukX6vQ4wh6uIABzZZuq0VZKvVnXrYiOw92eTuOHmzMR521JvlXY2g781s7YCM-vBGIl617a-UajuI2IOh1kcItsBt412TwfWO8OA5sebE7tukoChZKA4HT7RM8+7LIc7RyF7rppe+6cylH3UdOxuuMdYGsg0omHCSgAEANl3xA2iTEEHpYME2C61si0k6pi7V+WoUgV7h+4BBp7mzjZat+5hsbr3WlSRN0MpAO+I93RNqAL44KCUdcAQaYOGG3xufP32R7oygR0I4UUkBV18beR6no3uk6vsqjqHY7snt0Ot5acAYxbrx2zadNtj67U4jMecAVHTiaASVq+1+nxDoZBBN1ZDMsWldT1lO8ZsIoE5+7P1jnVesf5X6P9MDtm3UAvvD8gnrYMW62HCfCm2wUTmJ2bVJ4anqHvjs+2U-YAVOHOVT3Rw+LIOk2KDooOp4+k4eihGnGNN+ZPUkfE28pesuep8jUwfJWbm1+tRoasPV6ebIZpa4Yat2Cpf7OAOdZWYAeK2gHFV7xxk7AcQlNbvlxJ-5dACBXPss5Wvpc4oClPNr3T9vmlpvsebD1Iz3EZE-6vKPaaTicR5kbuQ4MA6w5+KO1uv00P+ZnztOGlu1PUJD7F6+p+2Amc7MOwK1pxPXUbq6JYXo9qh2ha6MkIGFOC2B2wvBTT2xTeWBY8IaGfkXz5-Tki5ORz2dq57ZFim08ipsZ6Zy22E8ttmRzbZUc22BHNtnRy72wrnL3lkc4MdxXOnD6tZ4lY2ewAprwtpDmHfr3i3EA8dlF5q75twLpbIJ2W8a5OdPIlbjK-cy4bEQa2IHswvMx2ApdOqlXwfb2-7Y7Dav9DxDvy6qkmYEnkHeu9ax6-DvoPcT0d-6tg99twK0HMp1VHKajeEPrrcd0W7NrIfobMnOADV+tr7uZwLzLd9sLg4js4nvGWDgncS8iD27moU9wEdYqvnMvF7Da5eyCFWEzWbVS55l1zc2ep3tn813Z0g+4smc298ZhW5a7OfwaVbPjtW9vBudKka3Hbkc9o4-1u3MbHtxdyRq7dquc3Q7lAJ65DM1PDXeV8s4VeOcqANncG2w1O9eef7B9Drx-gu6Vedvl3Lhl13IFVnPvQn27rZ0e84TwOxQA74DblbA0nuZbZ71+YA7KvAPr3sVq565nvcilH3qzz903tBPwuN35aLdy-fVc-uAPBZnV5Ls2SHu8Pw7lQO3qXhjvWEVrkB7B5nfgO-76HJD5iuR2buX3dOlD0YbtPoX2Npeph7M9It98VnmKzwwOZIdMJu3OH3t7u7-cEfpPzLjKgc5mGmvj4lHzeNR5g83umzDHqYUx9+ksfMP2j8h1W9JdN0u45Gi8ivFiYaq8xL9PCpZ-2bOm97X9x7WNfjNs7H0BTrzfHxM9CffpvTvj5oJnqDP57U8KMk2+s8TKoSPzphGbNskRKEN7oFeGZ6qmLbuXbj8kluai1ClnnVVhV9zdE3grdRZgFa3Kwp2hf8QrDdL6GUy9HkrsR9HL1Ilo+SfjNhX2FXpdK+meKvZfKr08hq8NqNtDXk+-l+M3nbo2wy5imV-GBRlKvdz1USB0nI7mjsFzg8z25G-IigVRXpVsRUm-Xsuvtz1e0k9+1BKFvdPXVi85W-NfUtMKlNvL11Y-lOvSQNDyQh5W8fUP37qTyR73f-u5PxHuTya6G+rfUtHHvZ1vBwAzeDv9zv7Q2sW+YfzvLhr9WPtlY7SOvICab919m-uPsmm9miyFaPWRmGLLnlg2o5ISIqlXYn01O-uZdr2HnHjqLSDh2903nP6Ti76UOVf6bPPlD4z6jdWGs-CLJBwLwM5Ydk2iTFRn4dsY4P2MJHJlDMXiuIAErrbCzhenXH4fdBHHIj3pmI6PpyOMfLVrH6TrBwM-8f+9xANPGSR5fAfLtx+bL9VkEubNMkvNnlqZcV1ovtp9H0Ma0xWDDH2TpgJY7yfJH4Dp8e38UEp8q-BHCDYR5v1L6sWdflN2n7V68dOURLJCUoQXE0jtA2foT38kH7F+h2taC2nr6whSdOe0nZvprxxsw05OrHVRkNL12KcuGU-aflV8BsD8wHg-9m0qlx7JcUAG-WkRh03vC+Nq9KrfnPxw4l9HCpfCmGX8lnl+VXZ-kXxZ9r4h-E6UW6zPgyOtptG-nPBGwvaIY3XsXdfB5UnQesT-TvP98VrlCTab2vrNDkHi33hph-7ufvBrwj8e7I8VmoNFrqjxO6vdz-shNVhD0nbd+svqn5aQVTr65X+wfGPqT6yPkorb+9mnAFaao2mKCbMj-q2AomDvqprB8ydL4ZzSl1pyaQOVzpDal2fvnxqzk6AW36863dmWo9+7QGAHVOLvggbqWkmtAFjy0LnroIB7OopZjA6OthpMBnbCwHyaghnWQcBHnlwF6II2ggbZ+D9s05QuTiCIFVoFbra6ugX6uhS+++bh5YB+5ASP6xmbTkAHJYIAbQFx0Zmt4b9+zDs26sOvYoNj1uD8kqJ0uWsloHsGOdAC7TO0vnWpLinsrarfigqPIFYYY-onqJeMfry5x+-Xgn5w+PPrL7fq5PvwxSBmAXXQQusTi7ROI7gZkJSaNPObwSsGOuwG4B9mpsx4OiblcwGIXdm+bcMzbO3of6vPoLzP+IvhgEROcQZah4a2AR2DJB+QqkEBC6QeqyZBBltkEPauQSW6ymqplG6IWLmtIiXU2Bj57qOMKNhZ9OOUmy5C+TLnsKYOeZH4GmC6Hp06IuV9iYFGG7rPtaxBh4EDii02Hho6iaH9s36AeL6iGaa2FHp-5qe3-sra-+p-lp5g+x7E66tgpPqs6ZBg7nNYRKCwVRrFu4bmW4E0hQXzo2WTfqQ7tGcmlz7j2qhuqoSK0wRSiC+5gXmKCeirqs76a73mJa-uuugp7Fmz-op51wv7Kp4fqtwda6q2t7rO4ABVAcN6pa0qiapRynbnG67WpqIZ7I2JLtz5lqrKu4YkycIVAhBecwSrSTGTrNMYh6K9lbrU+fXkQZXYjUlnp4+oOs55KSO-tH6r2+-uFqcWwZpiF+G1TsX4fESkj4Fxo7eoqGihywPc58u7YEwA72MumFZRmFXGi6vmNrqsJKSCPOQIGol-lsHqESAf85DoEGmq5HBxmicHnBZwWVSKe9ZqD580NwVB7nOJ-p2AXejwYU7OGqwtYgeqtIX3LrWUQetYOChJlT6mYeDgCEXS0bp2CjBnJuiGpaehs54-2retp468hIVXqXudwRc5FCSgeSEVhnYDdKxQMxINhzEpxqwINhP5kRpWu61i2CoANxnZB3GgFofaOATxi8ZjsEzP+afG3xnNJPmGYdEiNSeAfRrrWZJpm5UhlviOAchQFgpZtgY+v2GtgGoURqigKlieFCBFZDqHdBnAVeHcBVlvRqLh0mog5Ae54agEIOESvKHwBYbvG6smAwQUHrhGpo+G-eI4GeEUQ+pggCGmxpi4IfwZpqDAWmVpgqTuCAEcp7Nhcws4ZX64Nlm5xGFfmaG5O6gfk5IUjUrqHPamEYQEuWbliQH8an4bzqVuugWNyNSahgF6suLoRF6RefPhRaHeAZnUzasEupKGtcHkhlSpO2ocuHjmv7OuaQ+4umqEv+nCEpZFuWoUhy3h4gZQGnuoDhQAvenTnQGC8zoaCFlUxWLvp8BCJtJayRw4KBHSWVUopFUaFkfeHWW5vNRGo6GbpSFqRDEeqoieDARCFwUIkcpG0R4wc97ORGkUYHVq3IeaKzBiIUy7cGJJoQqjy8mgGSeRo-k4GcGIoWIbGhwQRKHmhmwRGayhIZh6F6hAPvRH8R7AI6FaRITqh532NoZ3Zvm3oTCjv2+HuIH+hOIVf4XBAAVcHnuL9jWEkhTtnB5zujkbAAJhkAOIpJhW4c77FRnHiBrphtkbFEee5vAWEamRYdoglhB7uvqNRTYeB6hhRIeGGTu9we2DRhd7stFwum4QpbqR7wQxBImFEIkgvqqDt95fBeunZGiBDIZHa-hY5uybrhSAelG8ILGpfqTC4fBuF0e2EaJroUP2FX4B+N0c2h0RDofzzsRLLjMEsRg-tUEUBcUSvTOB1gq4GzO0jvS5rGzBppTz+SvjNICOBrJ0C1A56ur6Nsh9NiCL+ooZxFUWKUXLRMAf2NK4g6O2sb4O67Dq567+FFsqFBBevnT6DeSfq-ZVRmji7TaALvoZpYRKgUwAg4gMeahlRNEY24e+xPj9Gixf2BLEt+oviH64xWkJ1CNAa0uSSXUmFIEHbqVMU851h5vnlETcdQLdyuRw0RoZZ+w-lRod+zwVhF4aVrpX6URAfq3Qsm4bvkFYORLi4ZgxWUiJ6LRDge355+oMY1LmxAUX37u+-HsF6L08essET+kMfCFWIqMYP7LOZahmaLRJDLNFy0JYXXABh+zuWGHOo7tcFrRA1tB6bRZfjtFPBpEU5H5RCPAOZUa+LgLGEu2ZrABPe8seREGRVfrOREMdEb1H9RL1KaoQxA-qMaDmnpoKHemIerDHaBVaGM6B+SkgKEdqV7CnQzOAvknGXyNnvPQ8mofnjEaxhMSbIa+TbFr7k2TEawj6OxyFrTU+ycUopWhhPpjE8xZIdm44RagY-r++HPtXEPxv0d77PxBbpoExB0sTy76xnMbV4G+MoQzFM+I2nLGXeW4X3GaKA0ZC4mUbAQ5SBxD2jwH0BlsRVplBmYclFAJ-XlDjLer7omEDxUctfboJt9tIgBG0iMgkYuLYEXDzxQ5tIiNBrYKUEamJpNvHqxBMVrGhkzCcbEwJy8ppHyelCX-HUJnDOwB0JO+gwmJBbYJ2EqRwCAX6bwa2ulEOUHxO4ye0rgOAnKRLNm7TgM5jJH5s8F3rwkDR-Ca9Evh7YNIFoBoiY1IUJXrpIntg0iSwnvx5fn9GLoeES-FwGb8ZIJyCbISQhdwvrMlAU0Q8WYGsRHptQajxigDMYuBk-lI7rxWMVvFqx+MZrEgyoZNyya+pMcfGmBRPJ74TBwmF+paOoTm77kx2CYf5RaeCZGEXePiXgZwAFNFEGhJmHo3TNsiFGwnxJe8eSTcJZSUlwVJUQP7ENR+DEHrg+BSVZ6RBzWsolaJLjHlTqJPlipHF6IycIxmMbNLon3x5SX4ldJroT0mpiwsWRFOJUOErGU+EPL3GEJafuZz+e6SavHQxI8Y4EIxnBlTRiJISZ2rxxDMprIjxC8RLRCh9BqnEkIfCeHEDmtCZYlDmNSRJ5TWOcU-4QBf3q6D5xmyKcZFxLUbf5tRNHsbExh6yRQAGJRCcmFr6wKbYn0JXtrsH7hFiflFWJ1CBC62+MLvyaAismJTDUwcsDvEcJrOoCLexuyT5EUAiyZUlHJkcSclrOMMUjGRJKMdEn8hQel6ZhJwoa25lqHyQoydsA5u160G-yVs6ApC0WimKeYKSgAQpumFWHqe5cXCmVxsYd9E9U7SX4nIuaKVIkYp+KfUGEprccSnxQpKVTCrIlKQkn6etKd55eJFAPnLIpZQkFEvIpFssbXJ80hNBLxaSUv4W03EatpRai2LFryRmyGfDM+VPuzGAJRSVJHb20oRXQhpB9s4DouY1vYmae5-rZY6R1-pKkfe6oZdFApWwboYFxSnqmkqexcdWE2GtYZGEdRP0fB67R3UY6kHJEwEYlHheaZqF6piJmyBmJ2Gjimmxf0ganvhGxH0EJuf4eW7vRjriLG92CRpRGzk2USRF7R7cU4kAxLsb+Sdpdjt5r0pOHhtzCp9rMYle6UcXyHbBwNrHHxRkvolEbqFMevY4JEoXgkb+mUcrxNJdQAqHGxO7nphbpcCTAFVSPwfZpWpgmhIEkJVSXkmpp6Rq96ceWccB5Yh4GcBF4hqac1EQepzutE-+RsdtGNhVcfOlQJDQd1xLycCZkH6WdZF+kPad0SqaPRMdubpyRTeooFe+qWojJTp+EbDbKgnfvD6YZxqk6kRxVusPEWBc8T8ljxi8UGxnpHEfc7ih1MWtgbY0oUJHU6zNrpjfJuKbynzJa6mxb3ORfmFbDJzjDMmtke5kbFIa0yR4xQo3CdWmbpPcoYmfJbka+bdRL6c05vpLGR+nc6KCX+mjg5PqDbjp+0UaoSKVmSboG6sZqajaYCKR-GOxxIebx5gUqEwDCZzMAThXCjaaVCvQAULCBUA3kAJD0wQgCzAhIjUo4D9S1fubwrh8TuCHrp9qeWq6qhmSKnVqtLhFFayLqbyGhR-ITsHHpFyZL5XJXGTcnepPpGyD8y5yU8i50Pqf0mY+0aVvaHgtMbelgJIZlE6zp6jPGbiRCjlTHSG9PnxYJpiAHoA6wpQDFY3uSKeFnfOF-pmkUEOmmNEdgs2fADzZWKeYkep82lnEfEMCZ255xS0ahmlpUKfBmlxEYS856Z8KZkiMZOae2ANpAMnuEQZDECdmtpZGp+mVZnAV9nxQeQSOmAhz0bJoJ2Y6VMIYRmqY4ne+4scunYoQLlwBDZbcR-EKxLiT-ErpzWW1p0R26cYEyx+6eVnupdWZ6kpZ7IjUl8pdBi2yCpvkflF9G7NotESpYGXJ47O9UQWkgpKgPKmIAiqStEXuFae1Gae6qd5lfqwPp-buRfyWTzdGHxnTnzmDOb0lM50kR9kK5UGUWncMl3EHrkeIYbzlvWiGVWlqpKGRqkf6wuUu6LRyPhKkS5JCK9mmqXyT2m3YjOdh4vp0qZiHK5pHoc4wZmua1F85sKchn0eF2ZqlG5rHibmsB4uaZlMZsIQHE25yMnLn25uHszmXReceBn-eSqWWkqpSGd2HXOAAYbmYaIuc36m5vSebk8enTmHlve0ec9mO5n3t-ZVB52cWkoRsGatHlp2uZWl3ZeuT7kG5T2SN7G5DUbnlrJ+eajkuW0uaDCIwYWQDJdx9GSIqrCOkexlIh1OQynaplSaxmfBDggcG3+synzHHBNUaLlnZQYUnlXZ47ghmN5uXitHHsZ0ZQgdGU+CsJlqc+CcTdYY0nmZFZ4enrIMuc9nTFsZgSeynKpxIQl7bSY8iCAqWTyb9ovJVAGkxKgdChkydal0oCLGIgIndKzasiU3pPCroEZiug26JOGQitBu8pQhvMdklbOx+fckP56MYsYsGIXiynMRbKRy5LxXLoKjv5e+da5RR0ZJoC-5MmZuwAF46MAUPKkEmAXbotkPFCQFgiBpDQFTerAVGG8BSoCIFKgMgVB6vtEHroF9pg7FUFN2RtF7mbyXf51wiyCoU5iAmCO5j5E6b27hYJOYtKZ04vienj+ShT5lWuuhZ55ZsHYjUm9UmgLJi1AjtGYCLc3LJYVjSuiOankpuAD+mDa5UHYFz0yvnW48GeWSxkuqjXldS6ZSpHfnFcjUv3meBXuSTG906HEKQOkzUG1gpFrpKcRWF8SDgVRJDycFov07CEtlvZ-hbwWomQeAUBFAH7IoASW6cJXqFQX6pyqKe+XB-4awsgs-z-ARcAUX7JRRWNolFuBfHIVZL1AgIvU4SRykJxNBogL-AmgPw4nAIxZpj8eSGLdmFScqHnTZFGSZOwQRlOZrRQuGzBxyZsY-HzZMZCnEaqEC6POEKKAN6nUX8xG3DtynFmHm5gfRD-IsKsJz4fxlQoNISxmmG6qvgkdFWFjar8yLQP9K1FugC+mqFurhtaYq-0qrlZWnTq6j6h3xD8XwAhRYPHBOFNMfk6a7xZpCHqjCQ051AOJNoiuobyOqr3F5hl9E8FtUcQDU+fZpeLSIMJuCYzhfRj2GImBkQpZr+Prp2DwkUanUCrWESpdx-ZGmTZHDgk6jJIgau8KRktgeYdTyJw3DKKVu5CJVSVQm0msZFig6ytEF8A3DGGZSJBctwz4ZbPECWKA9RQT795kJSGb95xJVdQIlSJcQkol+nlmZOIRpVqUJBsgVtm4l78ASVzkhBmaUlpHiTIIikx+dT47hqkiTI0JzJayV2qE1OBm3c3DJaV9yx2f1LqZ0iDKWTJgfuwgBlTpgkj8GkZXopmSAJQXJ6l6GQmXqFYJfaUvUUJZsiml40HCWSmapNGWDRgsS5holh6sWWYljpQgmROLpfiXjQ35B6XjQsLk8W+lLxRSUXpr6QZkfFWrkxn-FpScmUIAzmXAlGqE5YCV2UwJTHkhmRqhkFglM5SWXgZc5RWVelS8AaabF8CSlSrlP7PsUS2hxREIyIxxZ3zjFGPOcU68lxaJpXl3bBuWYl8DLigdlV8MOXMwbmC2ZQ5fZUU5g8ZJUlGj6QRctmQZuDFGVdFpqsdkaKoUvGVtgiZWB7wlapGoYQVtxXmUO5xZrgxrlSubgyQl4FRpCwlu5VOWIlUFVHIwJcFaXIaQC5fyRLlz2XJ6W55nDhUIVhZfmahpoFQDJEVmWTIgWlZFSimdgQvA2XkCeFQ6XDg+5X5yHlZVIxUTA+7KeV6u55XeUjg58dcXXlpxT3za8UYafAcVSDKELkk7HJMiccXYXE70mX5TMrrWX0SkjTCIGl8g+Abpd8i4MdlT4DSV8tuNDqmKkRMKPF3pUp7SSnRX1GwJLGYJUDlpqMaWN0bmPboIlL5d0WmVebvfkjyX+dFGig-0kMWaQPpiCBzlNGbFVpykmShU2q6VZ045lL1BhXLlnxZ07MV5eeCW-S+FWCW1WVwJWUmQZmRhwIckAOmz8y+7IeoYlbJS2A1VkSCSVoROjnRXGaFHAtSMcNxYCXhVapL7FVciPHpI5F8zhxmTVM3A6LaCfaLoKY8yxZlJVc3KIcZhClOSwWUF40IFoLFChd+LrVbyVVyWCL5AtXVcDuptVyAk+q6hw05PEOUHhYJceHlVKpdIi22e2g7YH5Nec8icliSU8j3qHJSzqysTeVWUplocV9zNpkZU4hXVfzl9xbVSpS2A+s6ymmyfs6ym1VyByNWKBcVXpT5UIAV1TDVfch6vDV4uiNXdU41ooEzqdVipev7gu9QebwEl5AkdWMlw4KgBHcc2CgAmOPxgTgdAPEJ1B8AgUAwAcQoMGTpIIBOFZB-Gsmhlnv+SFUBnTC41ZDW1x0NeHEbVi1bNX9FgqFdVLVi3KtWKA+gsM4U121czzDFk8SZDJV6ld4HjGUziGHZSicXZas1++WTa8kE1VDVZS0cm0i3cKtPXTw1nyJPp6CKtOBG5YwvDNxI1I6iaYwRb0GIGWmtxS7rpsNxZnE2m+1S0UMZCJamXu6Yxq2GAC-pEbVZSfRXIomS-UgXUyOh6ZpDJVlOXnTp17tVNXe1EArnEKRNdTNyc5N1WHWU19NVXnVc0gFYI61dastXoY+tbABAhsHrdUm1EtAXKGVzRVcCHVigGXGKF2QrxV+VEisHxwVwfMHWQRWpa3W4A4da3EIWi5fqXLlYJTWVPltNSxV7wwfDBVL1A0XjUX69YQ+UYhFEENVUcpHKfXtg69QWxEaVVS7COMRGlHXmmc0rHX-S8dZ+yHhS4flHpsftcfUKVJqaA1ig4RfRrboDEAqBrhGYWrS1piiKIpX1TqZ6X4BllX+UAVnlf+X-lHRqNAL4xAAEjvOmKusHTVWUicVaCetRMUG1KtOsF0NxKIPUDF0dpw5nVM3CcVnxzjlH6PsjAAEjpst3IVAU8m6i0AsNugJgJQoOsSezkNtAJQ2-S1Df+mh1I-DA1FRFNFI2982pX9mYJhGM9YDhiLkgBSQo0CY5y8TiNo0bEpmPNqWOcQLcZ5QACs9Tr4vQF1JjAJMCY1Yo5jQDzk1tDdI1ZhNdLY20W-xpqVHpupUrUIA8pSTJj1TyPoX-VLOtYE1w8VePLKxiTbsZtmOdW0y3FFdSMU6lXDfkW-FSriiYFVmkEVW9uQpXwCtVHQQxUySHVS3Uom3VTUW6Y6yvvVZaauuPqbImNWd6-Ve5RGxo1zVRjUA1slakJpWriZPUUetGQZym1ZxRpVBUZDcI2fsAYheY3FDTeqrDN2sS473lA1SlYMQT9SNXm1o4O-XvZIvnU2HhP9S7B-1cEQA13CL1MA3V8sDaKBLNvGiMXnhBcLgCH63qFIAwSZgIfrIRrToeHIND4etarNMJTuUjgaGsAjbNtZW2B7N1HC80jgRzYeEgtm1l-UMQ5zQxCXNMdTc2aQdzR-XnhDVss0HNJ4W80fNXzYSA-NicH81vmiDRRCAtFEC9GZU8QURrItmKszVEaBje9YnhjUP8DeNKAiy2-SCvHzWsADjZaowSysF42cCg-JM2WcC4bA06lh4chHPRj2fg0WV-VQfX0VoALC0v1h6oi3DgqLbyaJmb9IAYSmaihi2wRWLXHUzh6bPy3AysrPUk0tw4HS2WV6LSOCYt8EZa0fG6bLA3Vs1SgM3V8NrR5xY154dNHgtDrZ2BOtApS9m1NRJWC0K1dKajYIltbj4XFZE4klU7VqVVMUBFzPFXC-CMPvgn31V3gqLxq1fG1XoVzxcm1wc63p1C5tp3ruaTlBbdojwcxbXliltgJeW0k5o3sUAOIoFFC0JIY8qNW5l7bUlJXsNbUELdNoRbqi9trXhdqfsrbYO39lFbU8i8GPFhHXjUX1Qql8l34rpgxNrCMca3FAXA21GmBckVQAN-rjMwEmZbSLq9tljSJxEtLYPq0tgX8E7UWAQ4eEBUcQQFdKzhgoLzXS16PNHa7AblQ0lZtoZIdHMeBZefVglsNW2A1lHTXNRxl4ZWfUa51dflGqymZZRVttC7STnoqqzsMlNieXN8VqkzQeoLZceHXLAlNu9Zh1Qo7bm65glpQqWUJc3YvR0zZAcsgzSlSCEh1qk1Has50d2ssuItABsr7IBA5HUB2LtUMarKmGkYgR3sI-opGKuYknZe0RFwHU8hKNwMt+ofEYspQBMdm8pfbcM67VzmbtTefGYIlKnW1wadmHusHkdBVf+1Dt1Eo6rvuVLpiHe2WnXLZadZCvSpd0P2TyXiZD2oZ3ZVBRXZ2qyTndwoC2lnSmCoKOAO4lklfKEXZY2NHQrlOdW5XArcMgdi2led31T52-VRnWqSru1qkq5BdLnbcWRdmrewDKc8nLoARN8AKB16e6tfbU8huUsnEjxUilym5Fwvtk3ptAqVNRu1KtR7V11WmA3WbIZNXJ63cO9S3XM1PdU3W1dwUXAj914mGpWs8w9Xl6j1NtdM2U5N6nMWspHLTrmO2W0SRUwdK9XGVr1svvuVHtJZVvU712mq00NVmIVA0qV9BqOCglI4JfX9x4WTfVy1V1Ie3rWSkhA0TdpJHxXEAJ9Qy2JVolRRBoNbpTWU4NRQbML4NRDQQ0+lsPd5WK1JnhaUBdVLt7ZpNMmMQq+FDbmm0rdIxW51IKUTC1msIbWa7XsIgXWfLCdl3VKl224KDhXG24KF-X09LlanV+dhTas4Fd3tjRW-M17euVwKZVXJ5y2D7SuXmuLRcRX49FCu2ZCuF4DOQ3qxnT7JESDQE1IOd7YHLb89rYN7Zq9LYIL3A9zpe+WEMZ8m6X2uGsEgGy17lY-zi9cGahQiuF4GK4XgErheDo4svdl36QtAO42dQntq2Cq91TZ2Aa93vV65wKQvXFTtl+veCiG9IvVcAm95Ue-6qtpJYj0JtapAJ0K9sUlS5e9rItM1W1ONtOZp949beX6GOPTn0pV5tet0kFm3c7VMuRPS+gAuJWCcDJAYgOmyp9S3tS5Z9OZjplH0Pbeq0P1LYP1p3drYEL3eowgFogBIb7oaCeGvvXW0N9mHlRo4NrDFO1XsA7ad1hVSPc70fAbvUYDYWE-ZbWs8OZGfK6VBfRn1A9gxe1099xfVDFdsPmQhoq0FfcK1V9IIPM20A6bBGpAMfPSeWyZ3xHf0P9iOt2xj9Lfa-3S0vbY-2FddtQto897YI-1OIgfeVRMtnYGy0CVz7cHx5grEB7BZ2OdmiCTINdufAswLvav1IAqCh5xl2pRugNeN4nITCHgkmLRa-WI4Kb1el1AyhGQtHfTs1Hhn-bTVC99dE4gwD3WrPWGN7YAgMZ2nCsQDZ2qIP0D52GA34BYDc2J1A4D5CngMlGkBoQNmNxA4jCA6F0mlnDgVAyhFeladdl0xd67nF1o9WPTYFy26PQf3l1R-foZD2TNlVmtZN-Z11k9NqkF1c9yTiANM9dPTT3q0wPUz2wlWXbYNKuHPWfIODQNSAOYhE-c50B9OveVVG9tVcRV6D5JMu2bIk+rClBU-0ie1jALJuAb2QhIFqit92INkIfdo4MENYBoQ5uWjgrAwxBoN3tmH0C2bmBmGl9xzWgCvtFUE43itPNfOEE4-sDiSxZsQOEC4g4oO9D+AxANLWHh5gx3ZAmq4VdYQ5swgiU5dsXZtbNpLYN-2v1Wvc-27mBQwLYQDQfXr3lDnZcF1S2PZbJpDDag-LWP8kw9oPy2LkWrWqDO-X70q9Sw0t6puqw2EM4lGwwb1bDEQ3gBIB+w1H3cVxDXH2jQxw0425dMw+cNN9u-Ud659dNDcMk5g9eCP3Dh-bj1F9B1d7rPtF-THHwxVgwlG39Qjff2fs8w0-0C26zSuoCNk7fQPaIwQ9sNuDC-T2Vl8gQ2KD5DZtIUPNldQfchsDnZSro+Z5vNy3OgvLa-wN0EI8DxCt0aMOGONGNmK11QPLZK29w8w3yMDDqg58M0DtphV0mdJMmZ1GD2ncPwl1hCgMUmDcIz315NccaT1s9zHmZ2U9tFcSPZxp6mTKuG3vep0WjjPeaPCyH8U01BUibeqq4ALyBZ2ky9o-4OF+niqvmd971fQ7r8d7SGbrBQvfCQBjacDfW-sxnX47+RBWXhpmdmvaqMOc8LS2AhjDw2KBoNZnW6XrBVQ+AN6NvVXX7xtvwwn0xjgI3GNcOFoyCOZ8jDfoZWNDouw1l1kIxPXwjGsDPXn9dZhw3eW+TZoAJjTPCB2NS5XFvU3FtXNA1DeVXGI31CjAtKgBO6jXQLW8CpnM2Yjio107hjGwai5+NPfW2BWNh6vK3iCrTRZhIc5hSGY6lNrrkOdgJ9VvrpjetBC5ulNQ0eMnjQwVMKHtF44AM4NdA-mXWJt3a-UQDJQ9AMsjxDnAOjgGAJM0y8ojdI2TjNvCIJryw-C0AOA49JwDDhAWFY1zjDQlqgKg0oyOC7juDbfXcVospWN9jQnLe2KVRI+hk01oXWaV4T9o1WObwsArB2IAlAl4MIAy4yFz8JvY8sMwtaAn5zcM24+QnpjOpdwyRjVI6aPSIZE7xNFDrYCCiWoi2LWXsD1ToBOdgjUHNCNIpdvY3DhQsomCzAFtVyPmscSPhMocljiLUCjL0J9BON-vHLAYTHYFhPv+8o0v3sIzE2gJVObEyOLkcnE0XwNulAvWM1jzDauOsNuUg2OUGBcjk3m1uo0YUeddtW2Nz1XgcSweTdal91uTc-oxPwAy4-wn7lcU5zCupbSAxMtAtAm3TcTPk0GNC9skwf3R2+jdSPU1RE8wPpjv4+FT-jRbvJMdgik3EDKTmKkWACjEWSUAwS4YFwjhAhMj0MaQfAPXJz8cxGY3ijeWE5OtxljmOHqTnUyE2dgVk18Nm9mg94ObWro8SjFF5JeqPsp+faCOF9PfdjwkF7DetWPNCI-MWcDx1Yr5LOIIKsV6OVgiYq+jqWvgyb1FEyRUfuA5RTzGj3PcJPVVazVcN-eMIemMlVm1oJNOjOVZ06rTuUqo1CVepkd0bFJ3a+UdV1Qo3HbFVTShzcMoPVsONNrvosIVdMnQDJrj9oprWF1AU7CMF9ldSfR7pSSVewgguLhEljFc3TYX-Vlyi2PT1iI2dNbdSxZvF50BM2sV-9po10j19efuROUjIpNfyXx0Saz2SWfxZGLvT6FVT2l50JZtZq9gMxCUAzCs6y2xt6g2-1JsvrS1U-TKHHJUYY-rOM2GzM7SEmD12QuJV+QklZmhGzexSM1nlX4+bzKVG2CcXmzXYZMOTBsnYeFC81-ID241-0+JMMQYLi7A3ksjYhFLw7Ss6AwK0DY+Hozn5ZjNrhYfH1XoRkwh5Vw9ac9Xmx9RY+0WcdysgaPVdVvslgqjHQiqMCdgckTFJMxM1qOkzGbS9M2qPHV6PyJTg0hzYdmKi4ObIrc5VXuDLc9b4xtLPUFRlzyDFkMJFSujrI8GzJYWlxDVNVPpyBVUryVhN-JTa4IlXHcJ5AjTQb3OlVv00eHTzhc8tCnNerXyXm8nc8DKvdZvTD0E1ks0q4dCLQMfPIyuZXLN+jmIR0Ioztw0WabIz8wHMMjbFQx3LijTcCZTJy4jPZ1k889Hbz11Vt2IvznqebbXe0bIOP7s5tk222z1fDD7Bhy83nOXzZYzukItG84rNbzdJexMjgH84XlXjvfYfNHWwfbfOxSWw0QtAzws9hOOuEC3rPOThE0zOKVjvGePDgok8UOMLxC4HOdgaDZQtNS1Czwu0LxvQ5kTmHC52BcLhCyIsqzfCwzVMjpQxQs4L6s5+U0LqixH3VD9UxRAcjX7XLzqLArT+yWOYFrcZQGsWUEB5QEYG9DJwQKBZMUQ80+MP0LOExnPzCgFT8M5z7CCvN+eQI+rJhC+-aGZWBttdtPVjZtTqN-Zs8Sf0O1Z-ZFMtumgL4vkkpQoONEdeXPGaeUpQpszcoltN+rJLZHdIiW0z9uSQjs6C5AsBcXi7a0ETISzM0XFvbWUuBturMaUQ96Gt2JMWcsN1OWic8Fd2FdTNbVMdgaQcOB0dGWmQudgWrXgJFBsffEsnJg49fxOcTo7gCAqnUD82DYlegWEkTX6tMtusr43QsikfYqGR7t-M7oDVFcnXjMzL73b237LVRegsEk6y73wfwltPKibLYi+DbNLkAK0t2Q7SxpBfqDS1sM08mWMlhWd3lohQTLR3nOz-AiaEW1ILhCrpg7LTyHu2Za1RQe29tcK5cu3Lg2PctfLjy9frPLry6cMdLmGuisYNPyw3N-ZgK7L5QoaU1TL4J0K7u3thUkOSvwra6r210ryK3ctCzGK93ZYrcy28tJwuK6Jr4reAMuYBCvy8tD-LA6CStFzUaLRPecrk5zCJTtS3UAsT4cZQICrEiMaX8TQAyaRAr5iBVPt9pExVOsrEfWTwcrbS9ysfLeK09PfLgq0SthNS0wgByr7AAqvljooDFOzO-k5YHmSRgti5td2o3n3hLcccdOtjrM+2MJTy8cjF79rPFdNacHXcV0ecfnBdW8z6GY9MUjGKxfN2r-CTlN5hfS6QvyLf7d5bcM+jgdoPzDA5iGQLWnfvMK5f827mWznMNbMVV5S-rP2z8lY7PHwJ9Zv3GzaC5badODq1gvWlWU+byZrHYGWuWTQywOs9LKvdA0ORXla4sP8JDR4sIAOS2uO1CFgm4Gy+M-mGWPJgU6YMhrnKaykHwR0+FOBrMSxzML+BPEMLpissfGtfqiS5+wd++q28OGrpHbgDU+RHT2JoBIZSu2w+dZlp1q9iFX9XOjSrrKyNzBUGVMXBTC7TXKzXc9mvgbJ8xrNRjhHSuunrcsCtkU0i61QJsDn86-VIzCCf7X8GPrUbN+teWJAsAdOmnHMYNCcwWNuL8bWfnxwaRfPiYjhUJsJjSxIDX0RsXrdnqeKra+bWFQZJGGu1zJit-yDj5y7MojZugNxvMRAmzChcbv7ExsIAtfemyCb1qFN2Sbx7NwnvjRJAkuy+g4yhuQIwm4oCibrCFevILSHChvWIUm8xtiA86yR3mCro67QPrJm8ptt9-dOxsSr0q3lhSrMa35DabOq3ps0TLm3RPRrVfHLB2bx8CFy4A0mztkRsqAu5vpT2Uy5vb1wA1UWYj7-JQIKbSm45u6bUKJKtIclAkFvxsBy4ltoCkWwFvb1hWJ4qIUd-fGQdAMBnABn9KWyJvLLLjkaQuOibAo0VbZWDwDVbXGyVtFK9W4SP8NipA3xH0Iiu-0gNbG0UocbPfVxvjbVOVCRObxNuJtGcpW15v8bXnEhyCbOW4uMKNcmxJueKkjdtu6bvXCpsmQam6GQGbrm0ZsIbrozps9RMXBpsrb78xdvrbWswo0WbWmzZtWbj2wNvZDaW7MpkrA43duJpVXApsjjG3J5vxr3m6wDkrfm8N3OeRqo9u9NCjUpJqNCm9DumVCm7DsHbDm2q0-bzm1FtnbmyMltXb4O-5szKfm9lu-sIXHf1JbsWwptk7VWnlsKNVO7jvWbJkDlvvjRO5lv47sWzltLwFO3RufsJijFtM7rO-I0BIrW1Vt5YAuyzs9bipI1sCNn2xQD26d-Yjs1dx2yQUzdJTepWG1Z3brVo8g9VrtGqqu5Uv+LsO1NsrBWUobubwfDcN1xrV1MNvV8Bu11wbcH2-EX9b2u+evfEh23bt5Yw3eI010ksebu+7ACGHO9bSu41LKut3NpuFYXtYjWmoDu6ZXC7jfCZ539FmymJWbFu3V0o8DDbn1a7xmzrs6CNY1rt4G1vAnqtuF25AgoTjAqYJl7NuwAvvbFe40JRoRew0IBcBYfLuu7ue+7tLwnu3zv3NbYGkuy+GS3IBZLr27x1p74jblPSI-e8liD7w+w9tvbaYnLDl7WYW3QFLBIzLsi7tABZsVCZe+5hz7bCtbyIUie6jZhbtfSnvDO1e33VZ7MzTnsPbeeytUF7l-fQIMwfgaXsPr5exBOBuyzhfs8zBjg9v17mQ43tP7tAC3ubNSpIdsd7P+13uY7LsmZusbrYFPvLQM+4NiWbC+8ztab4+1rstgCB9yBIHcCMZvz79Yq6MYHtpsHvr7J+xGxb7XtTvsEH6gtYghoQB4fuDbSe5iNi7lINVuFs2O+n1b9HB0TtQj5NrNuacMxReVQHX21jtE70xQgBICLu0JOcHmgtqt18TWyzt8o8h9aSKHfGyaM9RS2xoeQIIBwI22k0B0dsICIK8RNKHs7M2QQr3bcfCt70h99vp7eivvRSHk29RIjtzbZYdXU1h4dvqHwHEOiOHIm3N5Dokc5CtWHoB23smkR+6NAhb5B2IAf81O55O59KtNltxHMzWRaJHnezYdY7lOwVvJbgu0VvWIMjVGitJxO5kdtc2R3WUU0ZO4hRJFJnrzsM7BW3XDJbSR+pUJHXO40d-8edKkeQHfWzIfFHtoqUfZb+Rxs29bNRwEiM7RWyluZTXO2b5t79uoVA9HRBs6usprqxbV+L3B6AKxbNe+kfNbCzdXzprXW63GkHJfK7uzH+W+zYTHTO0yGZs9usMdYjve8sdcHIxQscHTXk+0frHaR-Xwb7CdRsvpr0u7pjXHnx92wUCsW1Mcu7yRYEjOkugKeJUcMBo5AZFY0mUWFAO7AcuXLG+JNgzA2LZaOetI22KCnbn8L9Qygs5JDsfwyppI0VTf8PcsjLlnGSft0l1FWCigOYMUDonuLWYCEnqqA7g5lxh0PX3LNNaaj2tlwnNhMgYwCyCMnVrVicuUf27cePtqqCgNpAJuB5HgNn7AvQ7FBlZmz3LqqDFB0gUgLOQRqZJ7p1MDBVBlTcJVYBUqMkHJ9UUb46qA0LGITAxJJcgxTPFC7QhEfKfV8RJywAuAccLQAg0s5Jlo6n9h4kyWc5csGSQIG8iydMA-UGbjT6TAz6eZatJ9YtDwxIGyAAU4p3lgunFAEMABInp+yfuAegvcsRqMZyZa4AZeB8CJnTp8meoGbp+mfLsmZ1wDZnpJHP2XHdcBAiFn-AMWe9p6bCmflnHp5WdLcHJz6fd9rccgUC1wZ0me4nrp11LviXp0EqrcXJ3tt5Y0ZzGfOAPECpSQikO0-DtnaZ7QCbME5z2ctAqqAufJAuCJudVnoNFOcZUmWviHSFzoIJuHL1y02PxH5p0AdWnPh+V11wfECUAtnZXAqdntdzIPaRiNZ4puLNv55mzzn6SBQDvnuO5-DTnC29Xw3ndqA3U3iEgPadgXAWyOepn7p4fw-nxyyee+nvTP6d1wC0BMjsASFyTvtnY58JJHnf59Gc2nycPGdEXbZ2Wfrn6F28iAXBtTmdMDMZ5ICWotF5+eZgafhhfD8f57mc1iSXORi5YElTecxbDHHC12zhS2OVNrV1C2srHxs4Sf3LAPQ8XpzXlduicgUk+ChcXzp6qhdAWuExeYXLFxGdPnvfBefRSJZ2afwyFp82exqZl7MyftdwhyduydkHZDDMNNdAUg0ul8mdork5+ZcfCVG8AA0bfnAxtfSmWpMozo-l8dgWX3Z+YemzLbRUsLSRxGwXToMC4ieKA5IpCKbMsVxGqRXEasRjGno0IgsJXt3tn2xNKV-ldVogR1lc0ssV32eRXfZ4VciK07bAuztSV16n70qV1MouHEK7VfbiRV9sL9tkxWooZM3woVDNXyyv8AUnI1zbLToM15lexXMnHJwzKkV8tcqcE17Ff6VrHPkpCi215tdGKGWDTWRXNNZNf7yEh-AAMzc11CKRri14ddYoK53nXnVl+7rsP763Btim7IBRczkr4zG40Ont3BApMZ0cxtyxXOJyht37A9Q-vdXTAKdu-XF2x7KoHsV4JtHL-F6pWHTu15BKCbIYpGIRixl6BiDXzoLROxrdauw3Q3sAh4qcw74+hIE3VAIPX-K0KtFcqs4K6VcvO4anqcAq1V64es32FwMoXlg4K1cZXQR0ODrXZXYpWDg+13zeMzoHGzd4cktwteKk4ardcK3jp62fxTFzoOA4n3N8jfc3tEwfCgnEIG1hX5+8kA0intx9RM3lMzYKifN6Q9UD7x1jNDe9mptzFd1wEojlckYZLWkDroHt-jciK-0gzN2FI2I4WvXtzU7dwzVtaTmJMsF-vJnj5t-TPBTG696sp1LM6dNBrihadWRXDbf1du3ooEPnonwhVcCiFVwLFd3TWBb26FQRFosfPHVc7ee7TZgydMbdSIx2Pp3GNwRhQt-V+XdzwyBQXJ53DZ+NCF3eALFe4bF2vhtn9U2yFqqVJV21fV84NfZfionHO+NGH8V1PdC3iQ4zdXtISQLeVFK998R9ndO4oAiK2B8309RQ+8gd1w86xDezdeuz+KBLmTXnTn3aR+lIar8Gw+vU+H8Lh2eyk+u-eZCwQppnLiO7ctqDYtOt2Jocj-Ife4HyrvOumoltF56eJZoqjUA16NdXxdN5V6wgNdHM0tJDNHV3FfVnSOjPdnn6HMg-MLhYkwPrKbh0FQRqx7IQ8k5fZ6Q8z3u9wQ+YPKD1PJxqEK7Q89NsarLdsLSpFQ-KHrC201DKM9zTXHsItzMpDbGxRJUcHdh3wejb124pdRrXh4IeSHwhyzsyH4h0rc6rOh7Ye8PUh0I-fbRO7o-fEBj1sc3HEuzttS7Bx-GuaPgjZtv87Im3sfabFj7lu6bMh3Ycc7KAATtaH5JG4-0TkxwFy0TaDX0eTHvXLRP10pR5Jsz96WzjvIXbm7kfxmITxC7Zb9j8Ce0TT7UUp7H1iAAgiKJLYnDW33zYfoxkHyPk-tmxrUFSHbVR-vKpTSZ+DNWIMUSWeTdLyJDvIjBgl+O-bJZ9a5505K5N18NJ9V-RVP-pcOfKJJNSuVMZ8ZpU91PLyKo2dP1QmM+q31a5mVGqjuy7OZsmCdnPOgMzx+fVrNXRfca783f-wbcn12Kf5RrT7M8Ur4ZX5TJZUaJDsfExIPVDwAmZdc+3PRqqM8bFV1Wo03ztz710yX787TrbPcd0w03qVa4hsLPKYI88jPBsz0868Cl-ccXlOvJDtUIiz8zAnLKc4Q3w9al5nN9VM62s8vPE3TQ2A7vz1fe6SWUvo-zcV+5rt7PH1y9f572e7I4E8X3HYdW7iNTbtQCTGcexoNwL8N1Pem1RsdsvTGf7uA7ZWz3ve7dL4Ht8vYdYHs-Hczdi-ddU1RUJ0vTIdHtEv7mASm8vZ3ZgICvNj9Xw+7ATfcsR74r4497lUr72l1xCr-y9R7LmBy-moyrxtyivRB23Rlbhr4dzgxmjUjvVCsr4q932Vrxtg7nur8vs5nStwt0uFX0v324Ag-bQDD9roFU7RDPG+bWGDcjz31X93oknd4AEU4sWtdi-FWzazA7BXNdknhdkEWH+XXApkWv4zAM1DT8I1OsAUwEmS3YvAJ9DFA1ALAisAwWWLXNsoWaIC4IggFQBWQrANpP5s36gl1SJvbEPe1sBVJNORgPb7QwFd6b32zvsg7AZPlAVABFBnAtfXYt4BcZuFW5vd4fm+XD4-byP03G-WYdVUFhzPfzDi94e8s3v1Qod6Hj-OEUwKEI-4fiogR2Q-fEJ78BSc3R7xe+qHV7-oeiHIpPu8XsvV+e+hFQVC+--vb7FzcfvsuxpWhH6HEftmiHQi0ucrOK6au9uwS13zNjx-fXcl9jd8GubGN9x6uGUQq5DBxv+hgm9tZLIkQ9ofufSCCiTUxCAM4VX9dVN21gkdouigHNTrImOUvEAYvLwrcOFDwa8LyAjTiQtyOlCUo7NNzDnw6ghrvU186BvN8y0YCCUBT7Z7j07ZtQzvHUDKwiPE2OOtRjlGkLuSyfVbfJ8YMjB-aTSAQAA) ### Inspiration - [TypeScripts Type System is Turing Complete](https://github.com/microsoft/TypeScript/issues/14833) - [Functions and algorithms implemented purely with TypeScript's type system](https://github.com/ronami/meta-typing) - [Typing the Technical Interview in TypeScript](https://gal.hagever.com/posts/typing-the-technical-interview-in-typescript/) - [A collection of TypeScript type challenges with online judge](https://github.com/type-challenges/type-challenges) - [Extreme Explorations of TypeScript's Type System](https://www.learningtypescript.com/articles/extreme-explorations-of-typescripts-type-system) - [A SQL database implemented purely in TypeScript type annotations](https://github.com/codemix/ts-sql)
3,034
Monorepo for the Ethereum VM TypeScript Implementation
<p align="center"> <img src="https://user-images.githubusercontent.com/47108/78779352-d0839500-796a-11ea-9468-fd2a0b3fe1ef.png" width=280> </p> # EthereumJS Monorepo [![Code Coverage][coverage-badge]][coverage-link] [![Discord][discord-badge]][discord-link] [![GitPOAP][gitpoap-badge]][gitpoap-link] This repository holds various protocol building blocks of the [Ethereum](https://ethereum.org) blockchain execution layer and is managed by the [Ethereum Foundation](https://ethereum.foundation/) JavaScript team. There is a TypeScript implementation of the [Ethereum Virtual Machine (EVM)][vm-package] ready to be used in Node.js or a browser environment, implementations of core structural blockchain building blocks like an Ethereum [Tx][tx-package], [Block][block-package] or [Blockchain][blockchain-package] as well as a [Trie][trie-package] (Merkle Patricia Tree) and [devp2p][devp2p-package] (execution networking layer) implementation. All libraries are bound together by the core [Common][common-package] library keeping track of chain specifics and hardfork changes. They are complemented by helper packages like [RLP][rlp-package] for data encoding/decoding or [Util][util-package], providing helper functionalities like (byte) conversion, signatures, types and others. Finally, the [EthereumJS Execution Client][client-package] (EthereumJS) has been in active development for some time now. It already serves a variety of purposes like testing, research (e.g. EIPs) and developer tooling to engage with the protocol. Also to note: on the Ethereum Consensus side, the ChainSafe [Lodestar](https://github.com/ChainSafe/lodestar) repository complements this repository with an Ethereum Consensus Client implementation as well as various protocol implementations (like an SSZ library) developed in the context of Ethereum Consensus layer evolution. ## Packages Below you can find a list of the packages included in this repository. | package | npm | issues | tests | coverage | | ------------------------------------------------ | --------------------------------------------------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | [@ethereumjs/block][block-package] | [![NPM Package][block-npm-badge]][block-npm-link] | [![Block Issues][block-issues-badge]][block-issues-link] | [![Actions Status][block-actions-badge]][block-actions-link] | [![Code Coverage][block-coverage-badge]][block-coverage-link] | | [@ethereumjs/blockchain][blockchain-package] | [![NPM Package][blockchain-npm-badge]][blockchain-npm-link] | [![Blockchain Issues][blockchain-issues-badge]][blockchain-issues-link] | [![Actions Status][blockchain-actions-badge]][blockchain-actions-link] | [![Code Coverage][blockchain-coverage-badge]][blockchain-coverage-link] | | [@ethereumjs/client][client-package] | [![NPM Package][client-npm-badge]][client-npm-link] | [![Client Issues][client-issues-badge]][client-issues-link] | [![Actions Status][client-actions-badge]][client-actions-link] | [![Code Coverage][client-coverage-badge]][client-coverage-link] | | [@ethereumjs/common][common-package] | [![NPM Package][common-npm-badge]][common-npm-link] | [![Common Issues][common-issues-badge]][common-issues-link] | [![Actions Status][common-actions-badge]][common-actions-link] | [![Code Coverage][common-coverage-badge]][common-coverage-link] | | [@ethereumjs/devp2p][devp2p-package] | [![NPM Package][devp2p-npm-badge]][devp2p-npm-link] | [![Devp2p Issues][devp2p-issues-badge]][devp2p-issues-link] | [![Actions Status][devp2p-actions-badge]][devp2p-actions-link] | [![Code Coverage][devp2p-coverage-badge]][devp2p-coverage-link] | | [@ethereumjs/ethash][ethash-package] | [![NPM Package][ethash-npm-badge]][ethash-npm-link] | [![Ethash Issues][ethash-issues-badge]][ethash-issues-link] | [![Actions Status][ethash-actions-badge]][ethash-actions-link] | [![Code Coverage][ethash-coverage-badge]][ethash-coverage-link] | | [@ethereumjs/evm][evm-package] | [![NPM Package][evm-npm-badge]][evm-npm-link] | [![EVM Issues][evm-issues-badge]][evm-issues-link] | [![Actions Status][evm-actions-badge]][evm-actions-link] | [![Code Coverage][evm-coverage-badge]][evm-coverage-link] | | [@ethereumjs/rlp][rlp-package] | [![NPM Package][rlp-npm-badge]][rlp-npm-link] | [![rlp Issues][rlp-issues-badge]][rlp-issues-link] | [![Actions Status][rlp-actions-badge]][rlp-actions-link] | [![Code Coverage][rlp-coverage-badge]][rlp-coverage-link] | | [@ethereumjs/statemanager][statemanager-package] | [![NPM Package][statemanager-npm-badge]][statemanager-npm-link] | [![StateManager Issues][statemanager-issues-badge]][statemanager-issues-link] | [![Actions Status][statemanager-actions-badge]][statemanager-actions-link] | [![Code Coverage][statemanager-coverage-badge]][statemanager-coverage-link] | | [@ethereumjs/trie][trie-package] | [![NPM Package][trie-npm-badge]][trie-npm-link] | [![Trie Issues][trie-issues-badge]][trie-issues-link] | [![Actions Status][trie-actions-badge]][trie-actions-link] | [![Code Coverage][trie-coverage-badge]][trie-coverage-link] | | [@ethereumjs/tx][tx-package] | [![NPM Package][tx-npm-badge]][tx-npm-link] | [![Tx Issues][tx-issues-badge]][tx-issues-link] | [![Actions Status][tx-actions-badge]][tx-actions-link] | [![Code Coverage][tx-coverage-badge]][tx-coverage-link] | | [@ethereumjs/util][util-package] | [![NPM Package][util-npm-badge]][util-npm-link] | [![Util Issues][util-issues-badge]][util-issues-link] | [![Actions Status][util-actions-badge]][util-actions-link] | [![Code Coverage][util-coverage-badge]][util-coverage-link] | | [@ethereumjs/vm][vm-package] | [![NPM Package][vm-npm-badge]][vm-npm-link] | [![VM Issues][vm-issues-badge]][vm-issues-link] | [![Actions Status][vm-actions-badge]][vm-actions-link] | [![Code Coverage][vm-coverage-badge]][vm-coverage-link] | ## Branches The following are our currently active branches: | Branch | Release Series | Status |  Description | | --------------------------------------------------------------------------------------- | -------------- | ------------- | --------------------------- | | [master](https://github.com/ethereumjs/ethereumjs-monorepo) | v6 | `Active` | Main working branch | | [v5-maintenance](https://github.com/ethereumjs/ethereumjs-monorepo/tree/v5-maintenance) | v5 | `Maintenance` | Maintenance for v5 releases | Breaking releases are done in sync for all libraries, and release cycles are named after the `@ethereumjs/vm` version. In most cases PRs should be opened towards the current working branch. To inspect code related to a specific package version, refer to the [tags](https://github.com/ethereumjs/ethereumjs-monorepo/tags). ## Coverage report Detailed version can be seen on [Codecov.io][coverage-link] [![Code Coverage](https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graphs/icicle.svg)][coverage-link] ## Package dependency relationship ```mermaid graph TD vm{vm} client{client} ethash --> blockchain ethash --> client devp2p --> client block --> client block --> blockchain block --> ethash block --> vm blockchain --> client blockchain --> vm trie --> client trie --> vm trie --> blockchain trie --> block trie --> statemanager common --> block common --> statemanager common --> tx common --> blockchain common --> vm common --> evm common --> client common --> devp2p evm --> vm evm --> client tx --> block tx --> vm vm --> client statemanager --> vm ``` To update the diagram above edit the README file and open a new PR with the changes. ## Getting Started See our [monorepo](config/MONOREPO.md) documentation to get started on setting up the repository and installing dependencies. The [config](config/) folder gives an overview on shared configuration and scripts between packages. ## EthereumJS See our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices. If you want to join for work or carry out improvements on the libraries, please review our [contribution guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html) first. ## License Most packages are [MPL-2.0](<https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)>) licensed, see package folder for the respective license. [coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg [coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR [stackexchange-badge]: https://img.shields.io/badge/ethereumjs-stackexchange-brightgreen [stackexchange-link]: https://ethereum.stackexchange.com/questions/tagged/ethereumjs [block-package]: ./packages/block [block-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/block.svg [block-npm-link]: https://www.npmjs.com/package/@ethereumjs/block [block-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20block?label=issues [block-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+block" [block-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Block/badge.svg [block-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Block%22 [block-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=block [block-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/block [blockchain-package]: ./packages/blockchain [blockchain-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/blockchain.svg [blockchain-npm-link]: https://www.npmjs.com/package/@ethereumjs/blockchain [blockchain-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20blockchain?label=issues [blockchain-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+blockchain" [blockchain-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Blockchain/badge.svg [blockchain-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Blockchain%22 [blockchain-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=blockchain [blockchain-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain [client-package]: ./packages/client [client-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/client.svg [client-npm-link]: https://www.npmjs.com/package/@ethereumjs/client [client-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20client?label=issues [client-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+client" [client-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Client/badge.svg [client-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Client%22 [client-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=client [client-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/client [common-package]: ./packages/common [common-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/common.svg [common-npm-link]: https://www.npmjs.com/package/@ethereumjs/common [common-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20common?label=issues [common-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+common" [common-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Common/badge.svg [common-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Common%22 [common-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=common [common-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/common [devp2p-package]: ./packages/devp2p [devp2p-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/devp2p.svg [devp2p-npm-link]: https://www.npmjs.com/package/@ethereumjs/devp2p [devp2p-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20devp2p?label=issues [devp2p-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+devp2p" [devp2p-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Devp2p/badge.svg [devp2p-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Devp2p%22 [devp2p-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=devp2p [devp2p-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/devp2p [ethash-package]: ./packages/ethash [ethash-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/ethash.svg [ethash-npm-link]: https://www.npmjs.org/package/@ethereumjs/ethash [ethash-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20ethash?label=issues [ethash-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+ethash" [ethash-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Ethash/badge.svg [ethash-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Ethash%22 [ethash-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=ethash [ethash-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/ethash [evm-package]: ./packages/evm [evm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/evm.svg [evm-npm-link]: https://www.npmjs.org/package/@ethereumjs/evm [evm-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20evm?label=issues [evm-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+evm" [evm-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/EVM/badge.svg [evm-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22evm%22 [evm-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=evm [evm-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm [gitpoap-badge]: https://public-api.gitpoap.io/v1/repo/ethereumjs/ethereumjs-monorepo/badge [gitpoap-link]: https://www.gitpoap.io/gh/ethereumjs/ethereumjs-monorepo [tx-package]: ./packages/tx [tx-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/tx.svg [tx-npm-link]: https://www.npmjs.com/package/@ethereumjs/tx [tx-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20tx?label=issues [tx-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+tx" [tx-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Tx/badge.svg [tx-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Tx%22 [tx-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=tx [tx-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx [trie-package]: ./packages/trie [trie-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/trie.svg [trie-npm-link]: https://www.npmjs.com/package/@ethereumjs/trie [trie-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20trie?label=issues [trie-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+trie" [trie-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Trie/badge.svg [trie-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Trie%22 [trie-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=trie [trie-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/trie [rlp-package]: ./packages/rlp [rlp-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/rlp.svg [rlp-npm-link]: https://www.npmjs.com/package/@ethereumjs/rlp [rlp-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20rlp?label=issues [rlp-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+rlp" [rlp-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/rlp/badge.svg [rlp-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22rlp%22 [rlp-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=rlp [rlp-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/rlp [util-package]: ./packages/util [util-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/util.svg [util-npm-link]: https://www.npmjs.org/package/@ethereumjs/util [util-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20util?label=issues [util-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+util" [util-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Util/badge.svg [util-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Util%22 [util-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=util [util-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/util [statemanager-package]: ./packages/statemanager [statemanager-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/statemanager.svg [statemanager-npm-link]: https://www.npmjs.com/package/@ethereumjs/statemanager [statemanager-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20statemanager?label=issues [statemanager-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+statemanager" [statemanager-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/StateManager/badge.svg [statemanager-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22StateManager%22 [statemanager-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=statemanager [statemanager-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/statemanager [vm-package]: ./packages/vm [vm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/vm.svg [vm-npm-link]: https://www.npmjs.com/package/@ethereumjs/vm [vm-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20vm?label=issues [vm-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+vm" [vm-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/VM/badge.svg [vm-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22VM%22 [vm-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=vm [vm-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/vm
3,035
A web component for easy math input
<div align="center"> <img alt="math live" src="assets/mathlive-1.png?raw=true"> </div> <h3><strong>MathLive</strong></h3> <h1>A Web Component for Math Input</h1> <img src="assets/screenshots/mathlive-demo.png"> [![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]() [![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/arnog/mathlive/master/LICENSE.txt) [![Build Status](https://travis-ci.org/arnog/mathlive.svg?branch=master)](https://travis-ci.org/arnog/mathlive) - [x] A **Web Component**, easy to integrate in your project, regardless of the framework you use, or even if you just use plain JavaScript - [x] Edit **math formulas** with an easy to use interface - [x] Beautiful, **TeX-quality** typesetting: over 800 built-in LaTeX commands - [x] Designed for **mobile devices** with an extensive set of **virtual keyboards** for math input - [x] Compatible with **screen readers**, and includes custom math-to-speech support for improved **accessibility** - [x] Output to **LaTeX**, **MathML**, **ASCIIMath** and **MathJSON** (Abstract Syntax Tree) formats - [x] And it is easy to **customize** to your needs! Reference documentation and guides at [cortexjs.io/mathlive](https://cortexjs.io/mathlive/). Try it at [cortexjs.io/mathlive/demo/](https://cortexjs.io/mathlive/demo/). <table align="center" > <tr> <td width='50%' align='center' style="border:none;"> <img alt="The popover panel" style='margin:15px; box-shadow: 0px 5px 15px #000; border: 1px solid #eee' src="assets/screenshots/popover.png"> </td> <td width='50%' align='center' style="border:none;"> <img alt="A Virtual Keyboard" style='margin:15px; box-shadow: 0px 5px 15px #000; border: 1px solid #eee' src="assets/screenshots/virtualKeyboard.png"> </td> </tr> <tr style="background-color: initial; border: none;"> <td colspan="2" align="center" style="border:none;"> <img width="50%" alt="The Loop Equation" style='margin:15px; box-shadow: 0px 5px 15px #000; border: 1px solid #eee' src="assets/screenshots/loop-eqn.png"> </td> </tr> </table> ## Using MathLive **To add a mathfield element to your page** use a `<math-field>` tag. It works just like a `<textarea>` or `<button>` element. You can manipulate the mathfield using methods of the element and listen for events to be notified when its internal state changes. ```html <!DOCTYPE html> <html lang="en-US"> <body> <math-field>f(x)=</math-field> <script src="https://unpkg.com/mathlive"></script> </body> </html> ``` ## Documentation <dl> <dt><a href="https://cortexjs.io/mathlive/guides/getting-started/">Quick Start</a></dt> <dd>Quick introduction to using MathLive in your project</dd> <dt><a href="https://cortexjs.io/mathlive/guides/interacting">Interact with a mathfield</a></dt> <dd>Receive input and change the value of a mathfield</dd> <dt><a href="https://cortexjs.io/mathlive/guides/customizing">Customize a mathfield</a></dt> <dd>Adapt the behavior and appearance of a mathfield to your needs</dd> <dt><a href="https://cortexjs.io/mathlive/guides/commands">Execute commands</a></dt> <dd>Send editing commands to a mathfield</dd> <dt><a href="https://cortexjs.io/mathlive/guides/macros">Define custom LaTeX macros</a></dt> <dd>Extend the LaTeX commands supported</dd> <dt><a href="https://cortexjs.io/mathlive/guides/shortcuts">Manage inline and keyboard shortcuts</a></dt> <dd>Add or modify editing keyboard shortcuts</dd> <dt><a href="https://cortexjs.io/mathlive/guides/speech">Control speech output</a></dt> <dd>A mathfield can provide speech feedback to interact with it.</dd> <dt><a href="https://cortexjs.io/mathlive/guides/static">Display static math formulas</a></dt> <dd>Display non-editable math formulas in your page</dd> <dt><a href="https://cortexjs.io/mathlive/guides/virtual-keyboards">Define custom virtual keyboards</a></dt> <dd>Customize or create new virtual (on-screen) keyboards</dd> <hr> <dt><a href="https://cortexjs.io/mathlive/guides/integration/">Getting Started</a></dt> <dd>Everything you need to integrate the MathLive library to your project</dd> <dt><a href="https://cortexjs.io/docs/mathlive">MathLive SDK</a></dt> <dd>Reference documentation of the MathLive API</dd> </dl> ## Related Projects <dl> <dt><a href="https://cortexjs.io/math-json">MathJSON</a> (on <a href="https://github.com/cortex-js/math-json">GitHub</a>)</dt> <dd>A lightweight data interchange format for mathematical notation.</dd> <dt><a href="https://cortexjs.io/compute-engine">Compute Engine</a> (on <a href="https://github.com/cortex-js/math-json/tree/master/src/compute-engine">GitHub</a>)</dt> <dd>The CortexJS Compute Engine performs calculations on MathJSON expressions</dd> <dt><a href="https://cortexjs.io/cortex">Cortex</a> (on <a href="https://github.com/cortex-js/math-json/tree/master/src/cortex">GitHub</a>)</dt> <dd>Cortex is a programming language for scientific computing</dd> </dl> ## Contact Us - Join our [Gitter community](https://gitter.im/cortex-js/community) - Drop a line to [email protected] ## License This project is licensed under the [MIT License](LICENSE.txt).
3,036
TypeScript 入门教程
--- next: introduction/README.md --- # TypeScript 入门教程 [![Actions Status](https://github.com/xcatliu/typescript-tutorial/workflows/gh-pages/badge.svg)](https://github.com/xcatliu/typescript-tutorial/actions) 从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript。 ## 关于本书 - [在线阅读](https://ts.xcatliu.com/) - [GitHub 地址][GitHub] - 作者:[xcatliu](https://github.com/xcatliu/) - 本网站使用 [Pagic](https://github.com/xcatliu/pagic) 构建 本书是作者在学习 [TypeScript] 后整理的学习笔记。 随着对 TypeScript 理解的加深和 TypeScript 社区的发展,本书也会做出相应的更新,欢迎大家 [Star 收藏][GitHub]。 - 发现文章内容有问题,可以直接在页面下方评论 - 对项目的建议,可以[提交 issue](https://github.com/xcatliu/typescript-tutorial/issues/new) 向作者反馈 - 欢迎直接提交 pull-request 参与贡献 ## 为什么要写本书 TypeScript 虽然有[官方手册][Handbook]及其[非官方中文版][中文手册],但是它每一章都希望能详尽的描述一个概念,导致前面的章节就会包含很多后面才会学习到的内容,而有些本该一开始就了解的基础知识却在后面才会涉及。如果是初学者,可能需要阅读多次才能理解。所以它更适合用来查阅,而不是学习。 与官方手册不同,本书着重于从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript,希望能给大家一些帮助和启示。 由于一些知识点与官方手册重合度很高,本书会在相应章节推荐直接阅读中文手册。 ## 关于 TypeScript [TypeScript] 是 JavaScript 的一个超集,主要提供了**类型系统**和**对 ES6 的支持**,它由 Microsoft 开发,代码[开源于 GitHub](https://github.com/Microsoft/TypeScript) 上。 它的第一个版本发布于 2012 年 10 月,经历了多次更新后,现在已成为前端社区中不可忽视的力量,不仅在 Microsoft 内部得到广泛运用,而且 Google 开发的 [Angular](https://angular.io/) 从 2.0 开始就使用了 TypeScript 作为开发语言,[Vue](https://vuejs.org/) 3.0 也使用 TypeScript 进行了重构。 ## 适合人群 本书适合以下人群 - 熟悉 JavaScript,至少阅读过一遍[《JavaScript 高级程序设计》](https://book.douban.com/subject/10546125/) - 了解 ES6,推荐阅读 [ECMAScript 6 入门] - 了解 Node.js,会用 npm 安装及使用一些工具 - 想了解 TypeScript 或者想对 TypeScript 有更深的理解 本书**不适合**以下人群 - 没有系统学习过 JavaScript - 已经能够很熟练的运用 TypeScript ## 评价 > 《TypeScript 入门教程》全面介绍了 TypeScript 强大的类型系统,完整而简洁,示例丰富,比官方文档更易读,非常适合作为初学者学习 TypeScript 的第一本书。 > > —— [阮一峰](https://github.com/ruanyf) ## 版权许可 本书采用「保持署名—非商用」创意共享 4.0 许可证。 只要保持原作者署名和非商用,您可以自由地阅读、分享、修改本书。 详细的法律条文请参见[创意共享](http://creativecommons.org/licenses/by-nc/4.0/)网站。 ## 相关资料 - [TypeScript 官网][TypeScript] - [Handbook]([中文版][中文手册]) - [ECMAScript 6 入门] [GitHub]: https://github.com/xcatliu/typescript-tutorial [TypeScript]: http://www.typescriptlang.org/ [Handbook]: http://www.typescriptlang.org/docs/handbook/basic-types.html [中文手册]: https://zhongsp.gitbook.io/typescript-handbook/ [ECMAScript 6 入门]: http://es6.ruanyifeng.com/
3,037
Typescript video-editing framework for the browser
# Etro [![](https://img.shields.io/npm/v/etro)](https://www.npmjs.com/package/etro) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fetro-js%2Fetro%2Fbadge&style=flat)](https://actions-badge.atrox.dev/etro-js/etro/goto) Etro is a typescript framework for programmatically editing videos. It lets you composite layers and add filters (effects). Etro comes shipped with text, video, audio and image layers, along with a bunch of GLSL effects. You can also define your own layers and effects with javascript and GLSL. [Join our Discord](https://discord.gg/myrBsQ8Cht) ## Features - Composite video and audio layers - Use built-in hardware accelerated effects - Write your own effects in JavaScript and GLSL - Manipulate audio with the web audio API *(audio effects coming soon)* - Define layer and effect parameters as keyframes or custom functions - Render to a blob in realtime *(offline rendering coming soon)* ## Installation ``` npm i etro ``` ## Basic Usage Let's look at an example: ```js import etro from 'etro' var movie = new etro.Movie({ canvas: outputCanvas }) var layer = new etro.layer.Video({ startTime: 0, source: videoElement }) // the layer starts at 0s movie.addLayer(layer) movie.record({ frameRate: 24 }) // or just `play` if you don't need to save it .then(blob => ...) ``` The blob could then be downloaded as a video file or displayed using a `<video>` element. ## Effects Effects can transform the output of a layer or movie: ```js var layer = new etro.layer.Video({ startTime: 0, source: videoElement }) .addEffect(new etro.effect.Brightness({ brightness: +100) })) ``` ## Dynamic Properties Most properties also support keyframes and functions: ```js // Keyframes layer.effects[0].brightness = new etro.KeyFrame( [0, -75], // brightness == -75 at 0 seconds [2, +75] // +75 at 2 seconds ) // Function layer.effects[0].brightness = () => 100 * Math.random() - 50 ``` ## Using in Node To use Etro in Node, see the [wrapper](https://github.com/etro-js/etro-node): ## Running the Examples Start the development server (only used for convenience while developing; you don't need a server to use Etro): ``` npm i npm start ``` Now you can open any example (such as http://127.0.0.1:8080/examples/introduction/hello-world1.html). ## Further Reading - [Documentation](https://etrojs.dev/docs) ## Contributing See the [contributing guide](CONTRIBUTING.md) ## License Distributed under GNU General Public License v3. See `LICENSE` for more information.
3,038
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
null
3,039
The Common Data Model (CDM) is a standard and extensible collection of schemas (entities, attributes, relationships) that represents business concepts and activities with well-defined semantics, to facilitate data interoperability. Examples of entities include: Account, Contact, Lead, Opportunity, Product, etc.
# Common Data Model Official Packages | [![NuGet](https://img.shields.io/nuget/v/Microsoft.CommonDataModel.ObjectModel.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/profiles/CommonDataModel/) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.commondatamodel/objectmodel.svg?style=flat-square&label=maven-central&colorB=00b200)](https://search.maven.org/artifact/com.microsoft.commondatamodel/objectmodel) | [![PyPI](https://img.shields.io/pypi/v/commondatamodel-objectmodel.svg?style=flat-square&label=pypi&colorB=00b200)](https://pypi.org/project/commondatamodel-objectmodel/) | [![npm](https://img.shields.io/npm/v/cdm.objectmodel.svg?style=flat-square&label=npm&colorB=00b200)](https://www.npmjs.com/package/cdm.objectmodel) | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | # We welcome your feedback Do you use the Common Data Model SDK? If you do, please can you tell us which version(s) you use (C#/.NET, Java, Python, or TypeScript) by taking this [**short survey**](https://forms.office.com/r/hainr3a7rR). # Common Data Model (CDM) Schema The Common Data Model is a declarative specification, and definition of standard entities that represent commonly used concepts and activities across business and productivity applications, and is being extended to observational and analytical data as well. CDM provides well-defined, modular, and extensible business entities such as Account, Business Unit, Case, Contact, Lead, Opportunity, and Product, as well as interactions with vendors, workers, and customers, such as activities and service level agreements. Anyone can build on and extend CDM definitions to capture additional business-specific ideas. <pre> <img src="docs/blank.png"/> <a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/dynamicsCRM.manifest.cdm.json&simpleChrome=true"> <img src="docs/dyn-static.PNG"/> </a> <a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=standards.manifest.cdm.json&simpleChrome=true"> <img src="docs/all-entities-small.PNG"/></a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/insightsApplications.manifest.cdm.json&simpleChrome=true"> <img src="docs/insights-static.PNG"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/financeAndOperations.manifest.cdm.json&simpleChrome=true"> <img src="docs/f-and-o-static.PNG"/> </a> <a href="https://microsoft.github.io/CDM/SchemaViz.html?"> <img src="docs/advanced-small.PNG"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/automotiveAccelerator.manifest.cdm.json&simpleChrome=true"> <img src="docs/auto-accel-static.png"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/bankingAccelerator.manifest.cdm.json&simpleChrome=true"> <img src="docs/banking-accel-static.png"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/electronicMedicalRecordsAccelerator.manifest.cdm.json&simpleChrome=true"> <img src="docs/medical-accel-static.png"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/higherEducationAccelerator.manifest.cdm.json&simpleChrome=true"> <img src="docs/higher-ed-accel-static.png"/> </a><a href="https://microsoft.github.io/CDM/SchemaViz.html?initialManifest=manifests/nonProfitAccelerator.manifest.cdm.json&simpleChrome=true"> <img src="docs/non-prof-accel-static.png"/> </a> </pre> # Introduction The Common Data Model standard defines a common language for business entities covering, over time, the full range of business processes across sales, services, marketing, operations, finance, talent, and commerce and for the Customer, People, and Product entities at the core of a company's business processes. The goal of CDM is to enable data and application interoperability spanning multiple channels, service implementations, and vendors. CDM provides self-describing data (structurally and semantically), enabling applications to easily read and understand the data. The CDM is undergoing a specification effort driven by Microsoft and the documents published are continuously being iterated upon. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. # Repository Layout There are two ways to consume the information in this repository: 1. [Entity Reference Index](schemaDocuments#directory-of-cdm-entities) 2. [Visual Entity Navigator](https://microsoft.github.io/CDM/) for interactively exploring entities, entity extensions/inheritance, attributes, and relationships # Versioning Maintaining forward and backward compatibility is a key goal of the CDM. Therefore, the CDM uses only additive versioning, which means any revision of the CDM following a "1.0" release will not: * Introduce new mandatory attributes on previously published entities, or change an optional attribute to be mandatory * Rename previously published attributes or entities * Remove previously published attributes # Legal Notices Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file. Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
3,040
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
# BlockNote <a href="https://discord.gg/aDQxXezfNj"><img alt="Discord" src="https://img.shields.io/badge/Chat on discord%20-%237289DA.svg?&style=for-the-badge&logo=discord&logoColor=white"/></a> <a href="https://matrix.to/#/#typecell-space:matrix.org"><img alt="Matrix" src="https://img.shields.io/badge/Chat on matrix%20-%23000.svg?&style=for-the-badge&logo=matrix&logoColor=white"/></a> [![npm version](https://badge.fury.io/js/%40blocknote%2Freact.svg)](https://badge.fury.io/js/%40blocknote%2Freact) **Welcome to BlockNote editor: a "Notion-style" block-based extensible text editor built on top of [Prosemirror](https://prosemirror.net/) and [Tiptap](https://tiptap.dev/).** # Live demo Play with the editor @ [https://blocknote-main.vercel.app/](https://blocknote-main.vercel.app/). (Source in [examples/editor](/examples/editor)) # Example code (React) ```typescript import { BlockNoteView, useBlockNote } from "@blocknote/react"; import "@blocknote/core/style.css"; function App() { const editor = useBlockNote({ onUpdate: ({ editor }) => { // Log the document to console on every update console.log(editor.getJSON()); }, }); return <BlockNoteView editor={editor} />; } ``` `@blocknote/react` comes with a fully styled UI that makes it an instant, polished editor ready to use in your app. If you prefer to create your own UI components (menus), or don't want to use React, you can use `@blocknote/core` (_advanced_, see `examples/vanilla` for a demo). # Features BlockNote comes with a number of features and components to make it easy to embed a high-quality block-based editor in your app: ### Animations: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/animations.gif?raw=true" width="400" /> ### Helpful placeholders: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/placeholders.gif?raw=true" width="400" /> ### Drag and drop blocks: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/dragdrop.gif?raw=true" width="400" /> ### Nesting / indentation with tab and shift+tab: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/nesting.gif?raw=true" width="400" /> ### Slash (/) menu: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/slashmenu.gif?raw=true" width="400" /> ### Format menu: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/selectmenu.gif?raw=true" width="400" /> ### Real-time collaboration: <img src="https://github.com/YousefED/BlockNote/blob/readme/.resources/collaboration.gif?raw=true" width="400" /> # Contributing Directory structure: ``` blocknote ├── packages/core - The core of the editor ├── packages/react - The main library for use in React apps ├── examples/editor - Example React app that embeds the editor ├── examples/vanilla - An advanced example if you don't want to use React or want to build your own UI components └── tests - Playwright end to end tests ``` An introduction into the BlockNote Prosemirror schema can be found in [packages/core/ARCHITECTURE.md](https://github.com/YousefED/BlockNote/blob/main/packages/core/ARCHITECTURE.md). ## Running To run the project, open the command line in the project's root directory and enter the following commands: # Install all required npm modules for lerna, and bootstrap lerna packages npm install npm run bootstrap # Start the example project npm start ## Adding packages - Add the dependency to the relevant `package.json` file (packages/xxx/package.json) - run `npm run install-new-packages` - Double check `package-lock.json` to make sure only the relevant packages have been affected # Credits ❤️ BlockNote builds directly on two awesome projects; [Prosemirror](https://prosemirror.net/) by Marijn Haverbeke and [Tiptap](https://tiptap.dev/). Consider sponsoring those libraries when using BlockNote: [Prosemirror](https://marijnhaverbeke.nl/fund/), [Tiptap](https://github.com/sponsors/ueberdosis). BlockNote is built as part of [TypeCell](https://www.typecell.org). TypeCell is proudly sponsored by the renowned [NLNet foundation](https://nlnet.nl/foundation/) who are on a mission to support an open internet, and protect the privacy and security of internet users. Check them out! <a href="https://nlnet.nl"><img src="https://nlnet.nl/image/logos/NGIAssure_tag.svg" alt="NLNet" width="100"></a>
3,041
Rich-text editor plugin system for Slate & React.
<h1 align="center"> Plate </h1> <p> <div align="center"> <a href="https://www.npmjs.com/package/@udecode/plate-core"><img src="https://img.shields.io/npm/dt/@udecode/plate-core.svg" alt="Total Downloads"></a> <a target="_blank" href="https://github.com/udecode/plate/releases/latest"><img src="https://img.shields.io/github/v/release/udecode/plate" /></a> <a target="_blank" href="https://plate.udecode.io/docs/playground" alt="Live Demo"><img src="https://img.shields.io/badge/Live%20Demo-blue" /></a> <a target="_blank" href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> <a target="_blank" href="https://github.com/udecode/plate/blob/main/LICENSE"><img src="https://badgen.now.sh/badge/license/MIT" /></a> <a target="_blank" href="https://slate-js.slack.com/messages/plate"><img src="https://img.shields.io/badge/slack-slate-yellow?logo=slack" /></a> </div> <div align="center"> <a href="https://vercel.com/?utm_source=udecode&utm_campaign=oss"><img height="32" src="https://styled-icons.dev/powered-by-vercel.svg" alt="Powered by Vercel" /></a> </div> </p> ## Visit [plate.udecode.io](https://plate.udecode.io/) for docs, guides, API and more! ### Hiring Plate consulting: - [@zbeyens](https://superpeer.com/zbeyens) – author Looking to hire: - [@dylans](https://github.com/dylans) – co-owner DM [@zbeyens](https://github.com/zbeyens) to get added to the list if your offer includes Plate contribution. ## Introduction Plate is a plugin system for Slate and React to make it easier to build fully-featured editors. It handles things like node rendering, events handlers, serializing, and normalizing so you don't have to. This repository comes with a lot of plugins, including elements, marks, serializers, normalizers, queries, transforms, and components. Plate uses jotai for state management and is designed to support decoupled design systems. It comes with a default design system, but you can also plug in your own. With more than 50 packages, `@udecode/plate` enforces separation of concerns for improved build optimization and versioning. It is also extensible, with all plugins accepting options and their functions being exported. Finally, it is tree-shakeable and comes with heavy TypeScript support. ## Motivation Are you tired of struggling to build your own custom editor from scratch? Do you wish there was an easier way to take advantage of the powerful features of Slate without needing to be an expert in its low-level details? Look no further than Plate! With Plate, building your own editor is as simple as using a single <Plate> component. But don't let its simplicity fool you - Plate is packed with powerful features to help you create the perfect editor for your needs. It uses Jotai for state management, and offers a default design system or the ability to plug in your own. Plus, with over 50 packages for individual features, you can easily customize and optimize your editor. But that's not all - Plate also supports extensibility and comes with TypeScript support for even stronger type checking. Don't spend any more time struggling to build your custom editor. Try Plate today and start building the perfect editor for your needs! ## Documentation For more information on `@udecode/plate`, please refer to the following documentation sections: - [API documentation](https://plate-api.udecode.io/globals.html) - [Docs](https://plate.udecode.io) - [Quick start](https://plate.udecode.io/docs/installation) - [Guides](https://plate.udecode.io/docs/Plate) - [Playground](https://plate.udecode.io/docs/playground) - [Examples](examples) - [NextJS](examples/apps/next) - [CRA](examples/apps/cra) Note that the documentation is a work in progress and will be updated regularly as the project evolve. ## Contributing and project organization ### Ideas and discussions [Discussions](https://github.com/udecode/plate/discussions) is the best place for bringing opinions and contributions. Your feedback and contributions are welcome and will help us ensure that we are heading in the right direction with the project. ### Development Plate is a modular, multi-package project that uses a monorepo structure. The core package provides the foundation for the plugin system, and the plugin packages are built on top of this. If you are interested in contributing to the development of Plate, please refer to the [contributing guide](CONTRIBUTING.md) for information on how to submit your code to the project. ### Author's Note > As the author of @udecode/plate, I understand the challenges of building an app with an editor. I spent months working on this project and realized that many other developers were facing the same difficulties. That's why I decided to open-source this work and invite others to collaborate. > > Open-source is a long-term investment that can help us create a bug-free product and reduce technical debt. By working together, we can build a fully-featured editor that will benefit us all. I encourage you to join this collaboration and contribute to the project. Together, we can create something truly great. #### [Become a Sponsor!](https://github.com/sponsors/zbeyens) ### Contributors 🌟 Stars and 📥 Pull requests are welcome! Don't hesitate to **share your plugins** here. Read our [contributing guide](CONTRIBUTING.md) to get started, or find us on [Slack](https://slate-js.slack.com/messages/plate), we will take the time to guide you. Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/zbeyens"><img src="https://avatars3.githubusercontent.com/u/19695832?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ziad Beyens</b></sub></a><br /><a href="#maintenance-zbeyens" title="Maintenance">🚧</a></td> <td align="center"><a href="https://github.com/dylans"><img src="https://avatars.githubusercontent.com/u/97291?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dylan Schiemann</b></sub></a><br /><a href="#maintenance-dylans" title="Maintenance">🚧</a></td> <td align="center"><a href="http://horacioh.com"><img src="https://avatars3.githubusercontent.com/u/725120?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Horacio Herrera</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=horacioh" title="Code">💻</a> <a href="#plugin-horacioh" title="Plugin/utility libraries">🔌</a> <a href="#example-horacioh" title="Examples">💡</a> <a href="https://github.com/udecode/plate/issues?q=author%3Ahoracioh" title="Bug reports">🐛</a> <a href="#ideas-horacioh" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center"><a href="https://github.com/eivindw"><img src="https://avatars2.githubusercontent.com/u/67761?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Eivind Barstad Waaler</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=eivindw" title="Code">💻</a> <a href="#plugin-eivindw" title="Plugin/utility libraries">🔌</a> <a href="#example-eivindw" title="Examples">💡</a> <a href="https://github.com/udecode/plate/issues?q=author%3Aeivindw" title="Bug reports">🐛</a></td> <td align="center"><a href="https://spetex.dev"><img src="https://avatars3.githubusercontent.com/u/9515499?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Petr Sahula</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=spetex" title="Code">💻</a> <a href="#plugin-spetex" title="Plugin/utility libraries">🔌</a> <a href="#example-spetex" title="Examples">💡</a></td> <td align="center"><a href="https://github.com/vujevits"><img src="https://avatars1.githubusercontent.com/u/2270661?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mark Vujevits</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=vujevits" title="Code">💻</a></td> <td align="center"><a href="https://twitter.com/alantrrs"><img src="https://avatars2.githubusercontent.com/u/689720?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=alantrrs" title="Code">💻</a> <a href="#plugin-alantrrs" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/udecode/plate/issues?q=author%3Aalantrrs" title="Bug reports">🐛</a> <a href="#ideas-alantrrs" title="Ideas, Planning, & Feedback">🤔</a></td> </tr> <tr> <td align="center"><a href="https://github.com/cycle-app"><img src="https://avatars0.githubusercontent.com/u/53185684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>cycle-app</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=cycle-app" title="Code">💻</a></td> <td align="center"><a href="https://devpaul.com"><img src="https://avatars2.githubusercontent.com/u/331431?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=devpaul" title="Code">💻</a> <a href="https://github.com/udecode/plate/issues?q=author%3Adevpaul" title="Bug reports">🐛</a></td> <td align="center"><a href="https://github.com/danlunde"><img src="https://avatars3.githubusercontent.com/u/59754?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Lunde</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=danlunde" title="Code">💻</a> <a href="#plugin-danlunde" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/romansky"><img src="https://avatars2.githubusercontent.com/u/616961?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roman Landenband</b></sub></a><br /><a href="https://github.com/udecode/plate/commits?author=romansky" title="Code">💻</a> <a href="#plugin-romansky" title="Plugin/utility libraries">🔌</a> <a href="#example-romansky" title="Examples">💡</a></td> <td align="center"><a href="https://github.com/karthikeyan676"><img src="https://avatars.githubusercontent.com/u/24937683?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Karthikeyan</b></sub></a><br /><a href="#plugin-karthikeyan676" title="Plugin/utility libraries">🔌</a> <a href="#example-karthikeyan676" title="Examples">💡</a> <a href="https://github.com/udecode/plate/issues?q=author%3Akarthikeyan676" title="Bug reports">🐛</a></td> <td align="center"><a href="https://github.com/ghingis"><img src="https://avatars.githubusercontent.com/u/3637899?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Csaba Benkő</b></sub></a><br /><a href="#plugin-ghingis" title="Plugin/utility libraries">🔌</a></td> </tr> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END --> This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## License [MIT](LICENSE)
3,042
Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player.
<h1 align="center">exatorrent</h1> <p align="center">self-hostable torrent client</p> <hr> <p align="center"><a href="docs/screenshots.md">Screenshots</a> &bull; <a href="https://github.com/varbhat/exatorrent/releases/latest">Releases</a> &bull; <a href="#features">Features</a> &bull; <a href="#installation"> Installation </a> &bull; <a href="docs/usage.md"> Usage</a> &bull; <a href="docs/docker.md">Docker</a> &bull; <a href="docs/build.md"> Build </a> &bull; <a href="LICENSE">License</a></p> <hr> ## Introduction * exatorrent is Elegant [BitTorrent](https://www.bittorrent.org/) Client written in [Go](https://go.dev/). * It is Simple, easy to use, yet feature rich. * It can be run locally or be hosted in Remote Server with good resources. * It is Single Completely Statically Linked Binary with Zero External Dependencies. * It is lightweight and light on resources. * It comes with Beautiful Responsive Web Client written in Svelte and Typescript. * Thanks to documented [WebSocket](https://datatracker.ietf.org/doc/html/rfc6455) [API](docs/API.md) of exatorrent, custom client can be created. * It supports Single User Mode and Multi User Mode. * Torrented Files are stored in local disk can be downloaded and streamed via HTTP/Browser/Media Players. <hr> <p align="center"> <img src="https://raw.githubusercontent.com/varbhat/assets/main/exatorrent/main.png" alt="exatorrent web client" width=400 height=550 /> <p align="center"><a href="docs/screenshots.md">More Screenshots →</a></p> </p> <hr> ## Installation * **Docker:** exatorrent can be run inside Docker. See [Docker Docs](docs/docker.md). Docker supports Linux, MacOS and Windows. ```bash docker pull ghcr.io/varbhat/exatorrent:latest docker run -p 5000:5000 -p 42069:42069 -v /path/to/directory:/exa/exadir ghcr.io/varbhat/exatorrent:latest ``` * **Build:** exatorrent is open source and can be built from sources. See [Build Docs](docs/build.md). ```bash make web && make app ``` * Note that **Username** and **Password** of Default User created on first run are `adminuser` and `adminpassword` respectively. * You can change Password later but Username of Account can't be changed after creation. Refer [Usage](docs/usage.md#-admin). * [Github Actions](https://github.com/features/actions) is used to build and publish [Docker Images](https://ghcr.io/varbhat/exatorrent) of exatorrent. ## Features * Single Executable File with No Dependencies * Small in Size * Cross Platform * Download (or Build ) Single Executable Binary and run. That's it * Open and Stream Torrents in your Browser * Add Torrents by Magnet or by Infohash or Torrent File * Individual File Control (Start, Stop or Delete ) * Stop, Remove or Delete Torrent * Persistent between Sessions * Stop Torrent once SeedRatio is reached (Optional) * Perform Actions on Torrent [Completion](docs/config.md#actions-on-torrent-completion) (Optional) * Powered by [anacrolix/torrent](https://github.com/anacrolix/torrent) * Download/Upload [Rate limiter](docs/usage.md#rate-limiter) (Optional) * Apply [Blocklist](docs/usage.md#blocklist) (Optional) * [Configurable](docs/config.md) via Config File but works fine with Zero Configuration * Share Files by Unlocking Torrent or Lock Torrent (protect by Auth) to prevent External Access * Retrieve or Stream Files via HTTP * Multi-Users with Authentication * Auto Add Trackers to Torrent from TrackerList URL * Auto Fetch Torrent Metainfo from Online/Local Metainfo Cache * Download Directory as Zip or as Tarball * Stream directly on Browser or [VLC](https://www.videolan.org/vlc/) or [mpv](https://mpv.io/) or other Media Players * [Documented API](docs/API.md) * Uses Sqlite3 (embedded database with no setup and no configuration) by Default for [Database](docs/database.md) but PostgreSQL can be used instead too ## Help Communication about the project is primarily through the [Issues](https://github.com/varbhat/exatorrent/issues). ## Contribute You are welcome to contribute. If you want to implement any significant feature, please discuss it first. ## Thanks Special Thanks to [anacrolix/torrent](https://github.com/anacrolix/torrent), Programming Languages and Libraries used in `exatorrent` and Users for making this project happen. ## License [GPL-v3](LICENSE)
3,043
A tool to beautify your code screenshots. Built with SolidJS
![CodeImage logo](assets/banner.png?raw=true) > Create elegant code screenshots of your source code. ![Latest release Version](https://img.shields.io/badge/dynamic/json?color=success&label=Version&query=version&url=https%3A%2F%2Fraw.githubusercontent.com%2Friccardoperra%2Fcodeimage%2Fmain%2Fpackage.json) ![Build workflow badge](https://img.shields.io/github/actions/workflow/status/riccardoperra/codeimage/prod-deploy.yml?branch=main) [![Issues](https://img.shields.io/github/issues/riccardoperra/codeimage)](https://github.com/riccardoperra/codeimage/issues) [![Built with SolidJS](https://img.shields.io/badge/Built%20with-SolidJS-blue)](https://github.com/solidjs/solid) [![Built with Vanilla Extract](https://img.shields.io/badge/Built%20with-Vanilla%20Extract-ff69b4)](https://github.com/seek-oss/vanilla-extract) ![License](https://img.shields.io/github/license/riccardoperra/codeimage) ## Introduction [CodeImage](https://codeimage.dev) is the newest tool to help developers to create beautiful screenshots of their code, providing several features to speed up the process to post in social media. <a href="https://www.producthunt.com/posts/codeimage?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-codeimage" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=371306&theme=light" alt="CodeImage - A&#0032;tool&#0032;to&#0032;manage&#0032;and&#0032;beautify&#0032;your&#0032;code&#0032;screenshots | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> ![CodeImage showcase](assets/showcase_1.png) ## 🤖 Tech stack CodeImage architecture consist of a PNPM monorepo, currently subdivided in `packages` and `apps`. ### Apps #### [@codeimage/app](./apps/codeimage) The front-end application, entirely built with SolidJS. It currently also relies on these libraries: - [vanilla-extract](https://github.com/seek-oss/vanilla-extract): Zero-runtime Stylesheets-in-TypeScript. - [CodeMirror6](https://codemirror.net/6/): Extensible code editor - [solid-aria](https://github.com/solidjs-community/solid-aria): High-quality primitives that help to build accessible user interfaces - [solid-primitives](https://github.com/solidjs-community/solid-primitives): SolidJS primitives library #### [@codeimage/api](./apps/api) The REST API layer built with [Fastify](https://github.com/fastify/fastify), [Prisma ORM](https://github.com/prisma/prisma) and [Auth0](https://auth0.com/). ### Packages - [@codeimage/ui](./packages/ui): contains the source code of the UI kit of CodeImage front-end application - [@codeimage/config](./packages/config): contains the base configurations and interfaces for CodeImage - [@codeimage/highlight](./packages/highlight): contains the custom editor and highlighting themes for CodeMirror - [@codeimage/dom-export](./packages/dom-export): contains the [html-to-image](https://github.com/bubkoo/html-to-image) fork which includes several fix for image export - [@codeimage/locale](./packages/locale): contains a wrapper of [@solid-primitives/i18n](https://github.com/solidjs-community/solid-primitives/tree/main/packages/i18n) which includes strict typing for i18n - [@codeimage/vanilla-extract](./packages/vanilla-extract): contain the [Vanilla Extract](https://github.com/seek-oss/vanilla-extract) plugin fork which includes SolidJS and PNPM fixes to work under monorepo. - [@codeimage/prisma-models](./packages/prisma-models): contains the Prisma ORM backend models shared across front-end and back-end application. - [@codeimage/atomic-state](./packages/atomic-state): contain the source code of a small state manager which includes some utilities helper for RxJS and solid-js/store ## 🌏 Contributions > **Warning** **Read this before opening any PR!** When contributing, it's better to first discuss the change you wish to make via issue or discussion, or any other method with the owners of this repository before making a change. See the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details. --- <p align="left"> <img src="https://user-images.githubusercontent.com/37072694/168666273-22af1fed-6ee5-49a5-be2a-6e0b9da998cf.png" width="600"> </p> <p align="left"> CodeImage is the winner of <a href="https://hack.solidjs.com">SolidHack 2022</a> for the Best Application category! </p> ## License MIT © [Riccardo Perra](https://github.com/riccardoperra)
3,044
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹
# iruka ![](https://i.imgur.com/q6N56c9.png) ![](https://img.shields.io/npm/v/dsa-ts) [![Tests](https://github.com/jeffzh4ng/dsa-ts/workflows/Tests/badge.svg)](https://github.com/jeffzh4ng/algorithms-and-data-structures/actions?query=branch%3Amaster++) ![](https://img.shields.io/codecov/c/github/jeffzh4ng/dsa-ts) ![](https://img.shields.io/github/license/jeffzh4ng/algorithms-and-data-structures) A collection of classical [data structures](https://github.com/jeffzh4ng/dsa-ts#data-structures) and [algorithms](https://github.com/jeffzh4ng/dsa-ts#algorithms) implemented in Typescript. Click the 📹 emoji for tutorials. The repository's primary goal is educational. Hence, all implementations include a prolific number of comments which guide the reader. The name of the project, iruka, is an ode to Iruka sensei from Naruto. He became a teacher to pass on the Will of Fire, and teach the future ninja of the leaf village. Likewise, this project is here to teach the future software engineers of earth. You can use this package in your projects if you so wish. Test coverage will be kept at 100%. To install the package, use npm or yarn: ``` yarn add dsa-ts ``` ## Data Structures - [x] Sequences - [x] [📹](https://www.youtube.com/watch?v=oXXLFvtG6-Q&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=5) [Linked List](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/sequences/linked-list/linked-list.ts) - [x] [📹](https://www.youtube.com/watch?v=7l4YHzc3iXU&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=7) [Stack](https://github.com/jeffzh4ng/dsa-ts/tree/master/src/data-structures/sequences/stack/stack.ts) - [x] [📹](https://www.youtube.com/watch?v=E1I8IcKv_cQ&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=9) [Queue](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/sequences/queue/queue.ts) - [x] [Double-ended Queue](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/sequences/queue/deque.ts) - [x] [📹](https://www.youtube.com/watch?v=39HHWATPcwY&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=11) [Circular Buffer](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/sequences/circular-buffer/circular-buffer.ts) - [x] Priority Queues - [x] [📹](https://www.youtube.com/watch?v=xpSa8YOqeWQ&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=13) [Binary Heap](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/priority-queues/min-binary-heap.ts) - [x] [D-Heap](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/priority-queues/min-d-heap.ts) - [x] [📹](https://www.youtube.com/watch?v=TlYPo28sw9E) [Indexed Binary Heap](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/data-structures/priority-queues/min-indexed-d-heap.ts) - [x] Mergeable Heaps - [x] [📹](https://www.youtube.com/watch?v=m8rsw3KfDKs&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=17) [Binomial Heap](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/priority-queues/mergeable-heaps/min-binomial-heap.ts) - [x] [📹](https://www.youtube.com/watch?v=-IOse-LEJtw&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=19) [Lazy Binomial Heap](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/priority-queues/mergeable-heaps/lazy-min-binomial-heap.ts) - [x] [📹](https://www.youtube.com/watch?v=E_AgyAI8lsc&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=23) [Fibonnaci Heap](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/priority-queues/mergeable-heaps/min-fibonacci-heap.ts) - [x] Search Trees - [x] [📹](https://www.youtube.com/watch?v=zEOWjb7wDik&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=24) [Binary Search Tree](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/trees/binary-search-tree/index.ts) - [x] [📹](https://www.youtube.com/watch?v=ietVegtgG_s&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=25) [AVL Tree](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/trees/avl-tree/index.ts) - [x] [Red-black Tree](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/trees/red-black-tree/index.ts) - [x] [B-Tree](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/trees/b-tree/b-tree.ts) - [x] Hash Tables - [x] [📹](https://www.youtube.com/watch?v=_lJFWYFroYs&list=PLn4fTSbSpY5cL4_0MP83wq5khbmG3IKKd&index=26) [Hash Table (Separate Chaining)](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/hash-tables/hash-table-separate-chaining.ts) - [x] [Hash Table (Open Addressing)](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/hash-tables/hash-table-open-addressing-base.ts) - [x] [Hash Table (Linear Probing)](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/hash-tables/hash-table-linear-probing.ts) - [x] [Hash Table (Quadratic Probing)](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/hash-tables/hash-table-quadratic-probing.ts) - [x] [Hash Table (Double Hashing)](https://github.com/jeffzh4ng/algorithms-and-data-structures/blob/master/src/data-structures/hash-tables/hash-table-double-hashing.ts) ## Algorithms - [x] Search - [x] [Binary Search](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/search/binary-search.ts) - [x] [Breadth-first Search](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/search/breadth-first-search.ts) - [x] [Depth-first Search](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/search/depth-first-search.ts) - [x] Sorting - [x] [Merge Sort](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/merge-sort.ts) - [x] [Quick Sort](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/quick-sort.ts) - [x] [Heap Sort](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/heap-sort.ts) - [x] [Topological Sort (DFS)](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/topological-sort-dfs.ts) - [x] [Topological Sort (Kahns)](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/topological-sort-kahn.ts) - [x] [Counting Sort](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/counting-sort.ts) - [x] [Bucket Sort]() - [] Graph Theory - [] Graphs - [x] Shortest Paths - [x] [Dijkstra's SSSP](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/graphs/shortest-paths/dijkstras-shortest-path.ts) - [x] [Bellman-Ford SSSP](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/graphs/shortest-paths/bellman-ford-shortest-path.ts) - [x] [Floyd-Warshall APSP](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/graphs/shortest-paths/floyd-warshall-shortest-path.ts) - [ ] Minimum Spanning Tree - [ ] Network Flow ## References - [Fundamental Data Structures](https://en.wikipedia.org/wiki/Book:Fundamental_Data_Structures) - [Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein](https://en.wikipedia.org/wiki/Introduction_to_Algorithms) - [Algorithm Design by Jon Kleinberg and Éva Tardos](https://www.amazon.ca/Algorithm-Design-Jon-Kleinberg/dp/0321295358) - [Algorithms by William Fiset](https://github.com/williamfiset/Algorithms) - [Algorithms by Jeff Erickson](http://jeffe.cs.illinois.edu/teaching/algorithms/) - [Stanford CS 166](https://web.stanford.edu/class/cs166/) - [Harvard CS 224](https://www.youtube.com/playlist?list=PL2SOU6wwxB0uP4rJgf5ayhHWgw7akUWSf) ## Contributing When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. *Commiting Process* The commit process does not directly use git. dsa-ts uses commitizen to ensure we are comitting semantic commits. To commit, use the command `yarn commit`, and follow the citizen cli which prompts you for various metainfo regarding the commit. After the pre-commit tests are run successfully, you are able to push to your development branch with `git push`. ## License This repository is released under the MIT license. In short, this means you are free to use this software in any personal, open-source or commercial projects.
3,045
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
<p> <a href="https://aurelia.io/" target="_blank"> <img alt="Aurelia" src="https://aurelia.io/styles/images/aurelia.svg"> </a> </p> [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40aurelia%2Fkernel.svg)](https://badge.fury.io/js/%40aurelia%2Fkernel) [![CircleCI](https://circleci.com/gh/aurelia/aurelia.svg?style=shield)](https://circleci.com/gh/aurelia/aurelia) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Twitter](https://img.shields.io/twitter/follow/aureliaeffect.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=aureliaeffect) [![Backers on Open Collective](https://opencollective.com/aurelia/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/aurelia/sponsors/badge.svg)](#sponsors) [![Discord Chat](https://img.shields.io/discord/448698263508615178.svg)](https://discord.gg/RBtyM6u) # Aurelia 2 This is the Aurelia 2 monorepo, containing core and plugin packages, examples, benchmarks, and documentation for the upcoming major version of everybody's favorite modern JavaScript framework, [Aurelia](http://www.aurelia.io/). ## Introduction Aurelia is a modern, front-end JavaScript framework for building browser, mobile, and desktop applications. It focuses on aligning closely with web platform specifications, using convention over configuration, and having minimal framework intrusion. Basically, we want you to just write your code without the framework getting in your way. :wink: Aurelia applications are built by composing a series of simple components. By convention, components are made up of a vanilla JavaScript or Typescript class, with a corresponding HTML template. ```js //app.js export class App { welcome = "Welcome to Aurelia"; quests = [ "To seek the holy grail", "To take the ring to Mordor", "To rescue princess Leia" ]; } ``` ```html <!-- app.html --> <form> <label> <span>What is your name?</span> <input value.bind="name & debounce:500"> </label> <label> <span>What is your quest?</span> <select value.bind="quest"> <option></option> <option repeat.for="q of quests">${q}</option> </select> </label> </form> <p if.bind="name">${welcome}, ${name}!</p> <p if.bind="quest">Now set forth ${quest.toLowerCase()}!</p> ``` This example shows you some of the powerful features of the aurelia binding syntax. To learn further, please [see our documentation](https://docs.aurelia.io/). Feeling excited? Check out how to use `makes` to get started in the next section. Note: *Please keep in mind that Aurelia 2 is still in beta.* A number of features and use cases around the public API are still untested and there will be a few more breaking changes. ## Getting Started First, ensure that you have Node.js v8.9.0 or above installed on your system. Next, using [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b), a tool distributed as part of Node.js, we'll create a new Aurelia 2 app. At a command prompt, run the following command: ```bash npx makes aurelia ``` This will cause `npx` to download the `makes` scaffolding tool, along with the `aurelia` generator, which it will use to guide you through the setup process. Once complete, you'll have a new Aurelia 2 project ready to run. For more information on Aurelia's use of `makes`, see [here](https://github.com/aurelia/new). If you aren't interested in taking our preferred approach to generating a project, you can also see [the examples folder in this repo](examples) for pure JIT setups (no conventions) with various loaders and bundlers. ## Documentation You can read the documentation on Aurelia 2 [here](https://docs.aurelia.io/). Our new docs are currently a work-in-progress, so the most complete documentation is available in our getting started section. If you've never used Aurelia before, you'll want to begin with our [Quick Start Guide](https://docs.aurelia.io/getting-started/quick-start-guide). ## Contributing If you are interested in contributing to Aurelia, please see [our contributor documentation](https://docs.aurelia.io/community-contribution/joining-the-community) for more information. You'll learn how to build the code and run tests, how best to engage in our social channels, how to submit PRs, and even how to contribute to our documentation. We welcome you and thank you in advance for joining with us in this endeavor. ## Staying Up-to-Date To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.aurelia.io/) and [our email list](http://eepurl.com/ces50j). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions, have a look around our [Discourse forum](https://discourse.aurelia.io/). For chat on Aurelia 2, [join our new Aurelia 2 community on Discord](https://discord.gg/RBtyM6u). If you'd like to join the growing list of Aurelia sponsors, please [back us on Open Collective](https://opencollective.com/aurelia). ## License Aurelia is MIT licensed. You can find out more and read the license document [here](LICENSE).
3,046
:rocket: A lightweight Web IDE UI framework.
<div align="center"> <img src="./website/static/img/[email protected]" width="20%" height="20%" alt="watchman-logo" /> <h1>Molecule</h1> <h3>A lightweight Web IDE UI Framework</h3> [![CI][ci-image]][ci-url] [![CII Best Practices][cii-img]][cii-url] [![Codecov][codecov-image]][codecov-url] [![NPM downloads][download-img]][download-url] [![NPM version][npm-version]][npm-version-url] [![Chat][online-chat-img]][online-chat-url] </div> [ci-image]: https://github.com/DTStack/molecule/actions/workflows/main.yml/badge.svg [ci-url]: https://github.com/DTStack/molecule/actions/workflows/main.yml [codecov-image]: https://codecov.io/gh/DTStack/molecule/branch/main/graph/badge.svg?token=PDjbCBo6qz [codecov-url]: https://codecov.io/gh/DTStack/molecule [download-img]: https://img.shields.io/npm/dm/@dtinsight/molecule.svg?style=flat [download-url]: https://www.npmjs.com/package/@dtinsight/molecule [npm-version]: https://img.shields.io/npm/v/@dtinsight/molecule.svg?style=flat-square [npm-version-url]: https://www.npmjs.com/package/@dtinsight/molecule [online-chat-img]: https://img.shields.io/discord/920616811261743104?logo=Molecule [online-chat-url]: https://discord.com/invite/b62gpHwNA7 [cii-img]: https://bestpractices.coreinfrastructure.org/projects/6307/badge [cii-url]: https://bestpractices.coreinfrastructure.org/projects/6307 [中文](./README-zhCN.md) | [English](./README.md) | [한국어](./README-koKR.md) The **Molecule** is a lightweight **Web IDE UI** framework which is built with React.js and inspired by the VSCode. We have designed the Extension APIs similar to the VSCode, to help developers extend the Workbench in an easier way. It's convenient to integrate the Molecule with React.js applications. It has been applied to many products in [DTStack](https://www.dtstack.com/) [Online Preview](https://dtstack.github.io/molecule-examples/#/) ## Features - Built-in the Visual Studio Code **Workbench** UI - Compatible with the Visual Studio Code **ColorTheme** - Customize the Workbench via **React Component** easily - Built-in Monaco-Editor **Command Palette, Keybinding** features - Support the **i18n**, built-in Simplified Chinese, Korean and English - Built-in **Settings**, support to edit and extend via the Extension - Built-in basic **Explorer, Search** components, and support extending via the Extension - **Typescript** Ready ## Installation ```bash npm install @dtinsight/molecule # Or yarn add @dtinsight/molecule ``` ## Basic Usage ```javascript import React from 'react'; import ReactDOM from 'react-dom'; import { create, Workbench } from '@dtinsight/molecule'; import '@dtinsight/molecule/esm/style/mo.css'; const moInstance = create({ extensions: [], }); const App = () => moInstance.render(<Workbench />); ReactDOM.render(<App />, document.getElementById('root')); ``` The `extension` is the Extension applications entry, more details about Extension, please read the [Quick Start](https://dtstack.github.io/molecule/docs/quick-start). ## Document - [Introduction](https://dtstack.github.io/molecule/docs/introduction) - [Quick Start](https://dtstack.github.io/molecule/docs/quick-start) - [API](https://dtstack.github.io/molecule/docs/api) - [Extend Workbench](https://dtstack.github.io/molecule/docs/guides/extend-workbench) - [Examples](https://github.com/DTStack/molecule-examples) ## Development ```bash git clone [email protected]:DTStack/molecule.git ``` Clone the source code into your local **Development Mode** ```bash yarn # Install dependencies yarn dev # Start dev mode ``` The Molecule using the **Storybook** to manage and develop the React components, the default visiting address is `http://localhost:6006/`. **Test** ```bash yarn test -u ``` **Build & Preview** ```bash yarn build # Compile to ESM yarn web # Web Preview Mode ``` We compile the source code into the ES6 modules and output to the **`esm`** folder. Besides the Storybook development mode, there also builtin a **Web Preview** mode using the ESM modules. ## Contributing Refer to the [CONTRIBUTING](./CONTRIBUTING.md). ## Communication - We use [DingTalk](https://www.dingtalk.com/) to communicate,You can search the group number `30537511` or scan the QR code below to join the communication group <div align="center"> <img src="website/static/img/qrcode-chat.jpg" width="300" /> </div> ## License Copyright © DTStack. All rights reserved. Licensed under the MIT license.
3,047
A set of background integration scheme based on vue3, element-plus, typescript4 and vite4
<div align="center"> <a href="https://github.com/kailong321200875/vue-element-plus-admin"> <img width="100" src="./public/logo.png"> </a> <br> <br> [![license](https://img.shields.io/github/license/kailong321200875/vue-element-plus-admin.svg)](LICENSE) <h1>vue-element-plus-admin</h1> </div> **English** | [中文](./README.zh-CN.md) ## Introduction vue-element-plus-admin is a free and open source middle and background template based on `element-plus`. Developed using the latest mainstream technologies such as `vue3`, `vite4` and `typescript`, the out of the box middle and background front-end solution can be used as the starting template of the project and learning reference. And always pay attention to the latest technological trends and update them as soon as possible. vue-element-plus-admin is positioned as a background integration scheme, which is not suitable for secondary development as a basic template. Because it integrates many functions that you may not use, it will cause a lot of code redundancy. If your project doesn't pay attention to this problem, you can also directly carry out secondary development based on it. If you need a basic template, please switch to the `tempalte` branch. `Tempalte` simply integrates some common layout functions such as layout and dynamic menu, which is more suitable for developers to carry out secondary development. ## Feature - **State of The Art Development**:Use front-end front-end technology development such as Vue3/vite4 - **TypeScript**: Application-level JavaScript language - **Theming**: Configurable themes - **International**:Built-in complete internationalization program - **Mock Server** Built-in mock data scheme - **Authority** Built-in complete dynamic routing permission generation scheme. - **Component** Multiple commonly used components are encapsulated twice - **Examples** Built-in rich examples ## Preview - [vue-element-plus-admin](https://element-plus-admin.cn/) - Full version of the github site - [vue-element-plus-admin](https://kailong110120130.gitee.io/vue-element-plus-admin) - Full version of the gitee site account: **admin/admin test/test** `admin` account is used to simulate the control permission of the server, and render whatever the server returns `test` account is used to simulate the front-end control authority. The server only returns the menu key to be displayed, and the front-end performs matching rendering ## Documentation [Document Github](https://element-plus-admin-doc.cn/) [Document Gitee](https://kailong110120130.gitee.io/vue-element-plus-admin-doc) ## Preparation - [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment - [Vite4](https://vitejs.dev/) - Familiar with vite features - [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax - [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript` - [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax - [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router - [Element-Plus](https://element-plus.org/) - Familiar with the basic use of element-plus - [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax ## Install and use - Get the project code ```bash git clone https://github.com/kailong321200875/vue-element-plus-admin.git ``` - Installation dependencies ```bash cd vue-element-plus-admin pnpm install ``` - run ```bash pnpm run dev ``` - build ```bash pnpm run build:pro ``` ## Change Log [CHANGELOG](./CHANGELOG.md) ## How to contribute You can [Raise an issue](https://github.com/kailong321200875/vue-element-plus-admin/issues/new) Or submit a Pull Request. **Pull Request:** 1. Fork code 2. Create your own branch: `git checkout -b feat/xxxx` 3. Submit your changes: `git commit -am 'feat(function): add xxxxx'` 4. Push your branch: `git push origin feat/xxxx` 5. submit `pull request` ## Git Contribution submission specification - `feat` New features - `fix` Fix bugs - `docs` document - `style` Format and style (changes that do not affect code operation) - `refactor` Refactor - `perf` Optimize related, such as improving performance and experience - `test` Add test - `build` Compilation related modifications, changes to project construction or dependencies - `ci` Continuous integration modification - `chore` Changes in the construction process or auxiliary tools - `revert` Rollback to previous version - `workflow` Workflow improvement - `mod` Uncertain modification classification - `wip` Under development - `types` type ## Browser support The `Chrome 80+` browser is recommended for local development Support modern browsers, not IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | | :-: | :-: | :-: | :-: | :-: | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | ## License [MIT](./LICENSE)
3,048
Ever® Demand™ - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ever-co/ever-demand) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/ever) [![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/ever-co/ever?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/evereq?utm_source=github&utm_medium=button&utm_term=evereq&utm_campaign=github) # Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces [Ever® Demand™](https://ever.co) is an Open-Source, Real-Time, Reactive, **On-Demand** Commerce Platform built with [TypeScript](http://www.typescriptlang.org). You are welcome to check more information about the platform at our official website - **<https://ever.co>**. ![overview](https://docs.ever.co/docs/assets/overview_small.png) ## Demos **Demos are not available at the moment as we are moving to Kubernetes and showdown old demo server!** <!--- - [Admin Website](http://demo.ever.co:4200), use admin user email: `[email protected]`, password: `admin` - [Shopping Mobile App](http://demo.ever.co:4201) - [Merchant Ionic Tablet App](http://demo.ever.co:4202) - [Carrier Mobile App](http://demo.ever.co:4203) - [Shopping Website](http://demo.ever.co:3000) --> ## Features - Modern & Open Platform for **On-Demand Economy** and **Digital Marketplaces** - Supports Single-Store and Multi-Store / Multi-Vendor / Peer-to-Peer Marketplaces - Everything Reactive, Real-Time and Blazing Fast! - Headless Commerce framework, which allows different implementations of store-fronts, Admin UIs and client apps. It exposes rich GraphQL, REST and WS APIs. - Mobile ordering App for customers to make On-Demand orders (Hybrid / PWA, iOS and Android using Ionic / Ionic Native) - Carrier (Driver) Mobile App for deliveries by carriers, drivers or service providers (iOS and Android using Ionic / Ionic Native) - Customizing Shopping e-commerce Website for customers to make in-browser On-Demand purchases of food, goods or services - Merchant Tablet App for Stores/Merchants/Warehouses to manage & track orders, organize deliveries, etc. - Admin Website used to manage all platform features and settings in the single Web-based interface - Multi-language and culture settings across Platform (i18N) - Products Catalogs (global and per Merchant) with Multiple Product Images - Inventory/Stock Management and Real-time Order Management/Processing across the Platform - Deliveries/Shipping management and processing across Platform (shipping with real-time location tracking for On-Demand orders) - Real-Time discounts, promotions and products/services availability updates - Customers registration, Guest Checkouts, Invitations (optional) - Gateway and Payment Processing (currently supported Payments Gateway - [Stripe](https://stripe.com)) - Plugins / Extensions / Custom Fields (WIP) ## Planned Features - Tax Calculations - Third-party Shipping providers integrations - Users Roles / Permissions across Platform - Large products catalogs with products variants, facets and full-text search You can also track feature requests from the community in the [separate repo](https://github.com/ever-co/feature-requests/issues). ### Disclaimer _A word of caution_: We are in α (alpha), i.e. Ever® Platform™ is very much under development (work in progress, WIP). Expect _lots_ of changes and some :bug: and please be nice! :stuck_out_tongue_winking_eye: ## Technology Stack and Requirements - [TypeScript](https://www.typescriptlang.org) language - [NodeJs](https://nodejs.org) / [NestJs](https://github.com/nestjs/nest) - [Ionic](https://ionicframework.com) (version 5) for Shopping Mobile App, Carrier Mobile App and Merchant Tablet App - Shopping Website developed with [Angular](https://angular.io) (version 9.1) using [Angular Starter](https://github.com/gdi2290/angular-starter) - Admin Website developed with [Angular](https://angular.io) (version 9.1) using [ngx-admin](https://github.com/akveo/ngx-admin) - Headless Commerce framework (Backend APIs/Server) developed using [Nest](https://github.com/nestjs/nest) with heavy use of our own Pyro module. Supports GraphQL, REST and WS Real-Time APIs (WebSockets using [Socket.io](https://socket.io) library) - [RxJS](http://reactivex.io/rxjs) library used heavy in every part of the Platform - [InversifyJS](http://inversify.io) used for Inversion Control / Dependency Injection in most parts of the Platform. On the Backend/API we also use DI provided by [Nest](https://github.com/nestjs/nest) - [MongoDB](https://www.mongodb.com) Database used with [Mongoose](https://mongoosejs.com) ORM (supported MongoDB version >= 3.2; we recommend version >=4) - We have ongoing effort (WIP) to add support for other databases using [TypeORM](https://github.com/typeorm/typeorm) and [Prisma](https://github.com/prisma/prisma). Following additional DBs will be fully supported: MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server and Oracle. - For production, we integrate and recommend to use [PM2](https://github.com/Unitech/pm2) #### See also README.md and CREDITS.md files in relevant folders for lists of libraries and software included in the Platform, information about licenses and other details. ## Documentation Please refer to our official [Platform Documentation](https://docs.ever.co) and to our [Wiki](https://github.com/ever-co/ever-demand/wiki) (WIP). For a quick overview of each project in the Platform (Server, Admin, Shops, etc.), you can search for README.md file in the root of the projects folders. For example, see [./backend/api/README.md](backend/api/README.md) for Server (Backend) related overview. ## Getting Started We follow [Gitflow Workflow](https://nvie.com/posts/a-successful-git-branching-model), so the [`develop` branch](https://github.com/ever-co/ever-demand/tree/develop) may be in an unstable or even broken state during development. Please use [releases](https://github.com/ever-co/ever/releases) or [`master` branch](https://github.com/ever-co/ever-demand/tree/master) instead of the `develop` branch in order to get more stable code. ### Clone Repo Clone the Ever Platform Git repo: ``` git clone https://github.com/ever-co/ever-demand.git ``` **IMPORTANT NOTE:** - if you want to use develop branch (unstable, but latest development) clone using `--branch develop` (our default branch). - if you want to use release branch (more stable) clone using `--branch master`. ### Yarn Currently, we are using `Yarn` (instead of `npm`), so make sure you have latest Yarn version installed before running Ever Platform: ``` npm install -g yarn@latest ``` ### Quick installation After git repo cloned, just run following command to install/bootstrap all dependencies: ``` yarn bootstrap ``` Above command install required packages in all Platform projects using Lerna. Note: if above command fails for any reason, you can try to install required packages manually by running `yarn` inside every sub-folder of `packages` folder with 'package.json' file ### Build You can build all projects in Ever Platform using single command below: ``` yarn build:all ``` Note: the parallel build available using `yarn build` command ### Lerna (manual installation) We are using [Lerna](https://github.com/lerna/lerna) for mono-repo management. You need to run the following command from the working folder where you cloned Ever git repo, which install Lerna together with other packages: ``` yarn ``` You may instead install Lerna globally: ``` npm install lerna@latest -g ``` Now, after Lerna installed (locally or globally), you need to Bootstrap all dependencies manually: ``` yarn lerna bootstrap ``` The command above install all required packages for every sub-project of the Ever Platform. Note: if above command fails for any reason, you can try to install required packages manually by running `yarn` inside every sub-folder with 'package.json' file. After Lerna bootstrap everything you need to run build for all projects as described above in the "Build" section. ### MongoDB Ever platform configured to use MongoDB by default and assume you have MongoDB service running and accepting connections on the default `localhost:27017`. Please see relevant section in our [documentation](https://github.com/ever-co/ever-demand/wiki/MongoDB). ### Platform Configuration See relevant section in our [documentation](https://github.com/ever-co/ever-demand/wiki/Ever-Platform-Configuration). ### Run Platform Projects After you build everything (`yarn build:all`, described above), each project from Ever Platform could be started by single command from this list: - Run API server `yarn run:server` - Run Admin Website `yarn run:admin` and open http://localhost:4200 - Run Shopping Mobile App `yarn run:shopmobile` and open http://localhost:4201 - Run Merchant Ionic Tablet App `yarn run:merchant` and open http://localhost:4202 - Run Carrier Mobile app `yarn run:carrier` and open http://localhost:4203 - Run Shopping Website `yarn run:shopweb` and open http://localhost:3000 Note 1: it is important to build shared / common platform modules (`yarn build:common` or `yarn build:all`) before running the Platform Core (API) or Apps Note 2: during development you can run server with `yarn run:server:dev` to enable watch on TS files changes Note 3: on the first run, API Server (Backend) creates MongoDB local database `ever_development` with the following (default) Admin user - email: `[email protected]` - password: `admin` You can use credentials above to login into Platform Admin App. Note 3: in order to be able to run every project, you need to make sure everything builds, see section "Build" above. ## Metrics According to [cloc](https://github.com/AlDanial/cloc) project, Ever Platform today has more than 120K lines of TypeScript, GraphQL, HTML / CSS and other code files. You can get more details in the relevant section of our [documentation](https://github.com/ever-co/ever-demand/wiki/Metrics). ## Contribute - Please give us :star: on Github, it **helps**! - You are more than welcome to submit feature requests in the [separate repo](https://github.com/ever-co/feature-requests/issues) - Pull requests are always welcome! Please base pull requests against the _develop_ branch and follow the [contributing guide](.github/CONTRIBUTING.md). ## Contributors View full list of our [contributors](https://github.com/ever-co/ever-demand/graphs/contributors). ## Contact Us - [Ever.co Website Contact Us page](https://ever.co/contacts) - [Discord Chat](https://discord.gg/msqRJ4w) - [Slack Community](https://join.slack.com/t/everplatform/shared_invite/enQtNzc2NzI1OTgwMjQwLTBkODI3OTU2ZDI1YTQwNWE3OGExYWUwYjE5NThkMjRiYjA0NmFiNzZhYWUzNWViNWI4Nzg2YTc3MzY2MjY0YzU) - [Spectrum Community](https://spectrum.chat/ever) - [Gitter Chat](https://gitter.im/ever-co/ever) - [CodeMentor](https://www.codementor.io/evereq) - [Telegram](https://t.me/everplatform) - For business inquiries: <mailto:[email protected]> - Please report security vulnerabilities to <mailto:[email protected]> - [Ever Platform @ Twitter](https://twitter.com/everplatform) - [Ever Platform @ Facebook](https://www.facebook.com/everplatform) ## Security Ever Platform follows good security practices, but 100% security cannot be guaranteed in any software! Ever Platform is provided AS IS without any warranty. Use at your own risk! See more details in the [LICENSE.md](LICENSE.md). In a production setup, all client-side to server-side (backend, APIs) communications should be encrypted using HTTPS/WSS/SSL (REST APIs, GraphQL endpoint, Socket.io WebSockets, etc.). If you discover any issue regarding security, please disclose the information responsibly by sending an email to <mailto:[email protected]> or on [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev) and not by creating a GitHub issue. ## License We support the open-source community. If you're building awesome non-profit/open-source projects, we're happy to help and will provide (subject to [acceptance criteria](https://github.com/ever-co/ever-demand/wiki/Free-license-and-hosting-for-Non-profit-and-Open-Source-projects)) Ever Demand Enterprise edition license and free hosting option! Feel free to contact us at <mailto:[email protected]> to make a request. More details explained in our [Wiki](https://github.com/ever-co/ever-demand/wiki/Free-license-and-hosting-for-Non-profit-and-Open-Source-projects). This software is available under following licenses: - [Ever® Demand™ Platform Community Edition](https://github.com/ever-co/ever-demand/blob/master/LICENSE.md#ever-platform-community-edition-license) - [Ever® Demand™ Platform Small Business](https://github.com/ever-co/ever-demand/blob/master/LICENSE.md#ever-platform-small-business-license) - [Ever® Demand™ Platform Enterprise](https://github.com/ever-co/ever-demand/blob/master/LICENSE.md#ever-platform-enterprise-license) #### The default Ever® Demand™ Platform license, without a valid Ever® Demand™ Platform Enterprise or Ever® Demand™ Platform Small Business License agreement, is the Ever® Demand™ Platform Community Edition License. #### Please see [LICENSE.md](LICENSE.md) for more information on licenses. You can also [compare our offering](https://ever.co/compare-ever/#compare). [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fever-co%2Fever.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fever-co%2Fever?ref=badge_large) ## Trademarks **Ever**® is a registered trademark of [Ever Co. LTD](https://ever.co). **Ever® Demand™**, **Ever® Gauzy™** and **Ever® OpenSaaS™** are all trademarks of [Ever Co. LTD](https://ever.co). The trademarks may only be used with the written permission of Ever Co. LTD. and may not be used to promote or otherwise market competitive products or services. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. #### Copyright © 2016-present, Ever Co. LTD. All rights reserved. ![visitors](https://visitor-badge.laobi.icu/badge?page_id=ever-co.ever-platform) [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev) [![Circle CI](https://circleci.com/gh/ever-co/ever-demand.svg?style=svg)](https://circleci.com/gh/ever-co/ever-demand) [![codecov](https://codecov.io/gh/ever-co/ever-demand/branch/master/graph/badge.svg)](https://codecov.io/gh/ever-co/ever-demand) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e7b2b38660f44963989ac9d49ae76d4d)](https://www.codacy.com/app/Ever/ever?utm_source=github.com&utm_medium=referral&utm_content=ever-co/ever&utm_campaign=Badge_Grade) [![DeepScan grade](https://deepscan.io/api/teams/3293/projects/4849/branches/38566/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3293&pid=4849&bid=38566) [![Known Vulnerabilities](https://snyk.io/test/github/ever-co/ever-demand/badge.svg)](https://snyk.io/test/github/ever-co/ever-demand) [![Total alerts](https://img.shields.io/lgtm/alerts/g/ever-co/ever-demand.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ever-co/ever-demand/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ever-co/ever-demand.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ever-co/ever-demand/context:javascript) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fever-co%2Fever-demand.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fever-co%2Fever-demand?ref=badge_shield) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io) [![Crowdin](https://badges.crowdin.net/e/581540ddcc7c1cf42a50d0e0a6a3d7f7/localized.svg)](https://ever.crowdin.com/ever) ## P.S. - If you are running any business or doing freelance, check our new project [Gauzy](https://github.com/ever-co/ever-gauzy) - Open Business Management Platform - [We are Hiring: remote TypeScript / NestJS / Angular developers](https://github.com/ever-co/jobs#available-positions)
3,049
vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面
<h1 align="center">vue-admin-box</h1> <p align="center"> <a href="https://github.com/vuejs/vue-next"> <img src="https://img.shields.io/badge/vue3-3.0.5-brightgreen.svg" alt="vue"> </a> <a href="https://github.com/element-plus/element-plus"> <img src="https://img.shields.io/badge/elementPlus-^2.0.5-brightgreen.svg" alt="element-plus"> </a> <a href="https://github.com/vitejs/vite"> <img src="https://img.shields.io/badge/vite-^2.8.6-brightgreen.svg" alt="vite"> </a> <a href="https://github.com/microsoft/TypeScript"> <img src="https://img.shields.io/badge/typescript-4.1.3-brightgreen.svg" alt="typescript"> </a> <a href="https://github.com/hsiangleev/element-plus-admin/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license"> </a> </p> English | [简体中文](./README.zh-CN.md) ## summary - [update version](./VERSION.md) - After more than three months of iteration, version 1.0 was officially released on August 10, 2021, with four basic templates attached for everyone to use - This open source project is developed by individuals and does not restrict any commercial use or personal research. Please click star to encourage me before using it - All illegal and pornographic activities involved in this open source project have nothing to do with this source code. Please do not show yourself - QQ communication group:735838842,Problems are raised in the group and can be solved in time ## Preview if you are not in China, maybe you should download the project to show the demo or use a vpn to visit the online demo. - [demo China](https://cmdparkour.gitee.io/vue-admin-box/) - [demo World](https://cmdparkour.github.io/vue-admin-box/dist/) - [github address](https://github.com/cmdparkour/vue-admin-box) - [gitee address](https://gitee.com/cmdparkour/vue-admin-box) - It is recommended to use yarn or cnpm for installation in China. NPM installation is prone to problems ## Basic Template There are four basic templates, which are suitable for zero development and use, and can be found in [github](https://github.com/cmdparkour/vue-admin-box-template)、[gitee ](https://gitee.com/cmdparkour/vue-admin-box-template)View directly in the warehouse,The template is shown below: 1. template-ts-i18n template,container ts and internationalization [demo](http://vue-admin-box-template.51weblove.com/ts-i18n/) 2. template-ts template,container ts,internationalization is not container [demo](http://vue-admin-box-template.51weblove.com/ts) 3. template-js-i18n template,container js and internationalization [demo](http://vue-admin-box-template.51weblove.com/js-i18n) 4. template-js template,container js,internationalization is not container [demo](http://vue-admin-box-template.51weblove.com/js) ## Introduction **vue-admin-box** is a free and open source background management system template。The latest vue-next, vite, element-plus used in this project. The purpose is to solve the complex configuration of background system in general business。 #### Characteristic function - Routing configuration, state management mechanism (State supports local storage by default), encapsulated and perfect Axios and API management mechanism suitable for middle and background development - It is very convenient to expand the theme configuration function, and supports three typical middle and background styles by default - Routing configuration, state management mechanism (State supports local storage by default), encapsulated and perfect Axios and API management mechanism suitable for middle and background development - For the three typical business tables of adding, deleting and modifying query, please see "CRUD table", "category table" and "tree table" in the "page column" for details - The refresh function without route jump supports cache page refresh. At present, most frameworks do not support cache page refresh - It is a convenient and extensible internationalization solution, and provides two sets of non internationalized basic templates and two sets of internationalized basic templates (TS version / JS version) - Handwritten versions of various custom instructions - For table common components and pop-up common components that have been verified by multiple middle and background businesses, please see "crud table", "category table" and "tree table" in the "page column" for details #### Main technology - MVVM framework:vue v3 - Engineering Management:vite v2 - UI framework:element-plus - Router manage:vue-router v4 - State Manage :vuex v4 - Data request:axios - Utility library:@vueuse/core ## How to use 1. get the source code project ``` git clone https://github.com/cmdparkour/vue-admin-box.git ``` 2. install dependence, you can use cnpm or yarn in China ``` npm install ``` 3. run in the development ``` npm run dev 或 npm run start ``` 4. build in production ``` npm run build ``` ## Partner project * [Thinker-Admin-Box - springboot with vue-admin-box, use java code to generate vue page](https://github.com/yirius/thinker-admin-box) * [H5-dooring - a low code project about the mobile website](http://h5.dooring.cn) * [ant-simple-pro - a middle website based on Vue3.0, react and angular](https://github.com/lgf196/ant-simple-pro) * [vue-vben-admin - a modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!](https://github.com/vbenjs/vue-vben-admin) ## preview <p align="center"> <img src="http://blog.51weblove.com/wp-content/uploads/2021/08/QQ截图20210810174824.png"> <img src="http://blog.51weblove.com/wp-content/uploads/2021/08/QQ截图20210810174848.png"> <img src="http://blog.51weblove.com/wp-content/uploads/2021/08/QQ截图20210810174923.png"> <img src="http://blog.51weblove.com/wp-content/uploads/2021/08/QQ截图20210810174940.png"> <img src="http://blog.51weblove.com/wp-content/uploads/2021/08/QQ截图20210810175009.png"> </p>
3,050
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
![logo](https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/logo.png) # TypeGraphQL [![npm version](https://badge.fury.io/js/type-graphql.svg)](https://badge.fury.io/js/type-graphql) [![Build Status](https://img.shields.io/github/checks-status/MichalLytek/type-graphql/master)](https://github.com/MichalLytek/type-graphql/actions/workflows/main.yml?query=branch%3Amaster) [![codecov](https://codecov.io/gh/MichalLytek/type-graphql/branch/master/graph/badge.svg)](https://codecov.io/gh/MichalLytek/type-graphql) ![dependencies](https://img.shields.io/david/MichalLytek/type-graphql) [![open collective](https://opencollective.com/typegraphql/tiers/badge.svg)](<(https://opencollective.com/typegraphql)>) [![install size](https://packagephobia.now.sh/badge?p=type-graphql)](https://packagephobia.now.sh/result?p=type-graphql) Create GraphQL schema and resolvers with TypeScript, using classes and decorators! [**https://typegraphql.com/**](https://typegraphql.com/) <br> <br> [![](https://opencollective.com/typegraphql/donate/button.png?color=white)](https://opencollective.com/typegraphql) ## Introduction **TypeGraphQL** makes developing GraphQL APIs an enjoyable process, i.e. by defining the schema using only classes and a bit of decorator magic. So, to create types like object type or input type, we use a kind of DTO classes. For example, to declare `Recipe` type we simply create a class and annotate it with decorators: ```ts @ObjectType() class Recipe { @Field(type => ID) id: string; @Field() title: string; @Field(type => [Rate]) ratings: Rate[]; @Field({ nullable: true }) averageRating?: number; } ``` And we get the corresponding part of the schema in SDL: ```graphql type Recipe { id: ID! title: String! ratings: [Rate!]! averageRating: Float } ``` Then we can create queries, mutations and field resolvers. For this purpose we use controller-like classes that are called "resolvers" by convention. We can also use awesome features like dependency injection and auth guards: ```ts @Resolver(Recipe) class RecipeResolver { // dependency injection constructor(private recipeService: RecipeService) {} @Query(returns => [Recipe]) recipes() { return this.recipeService.findAll(); } @Mutation() @Authorized(Roles.Admin) // auth guard removeRecipe(@Arg("id") id: string): boolean { return this.recipeService.removeById(id); } @FieldResolver() averageRating(@Root() recipe: Recipe) { return recipe.ratings.reduce((a, b) => a + b, 0) / recipe.ratings.length; } } ``` And in this simple way we get this part of the schema in SDL: ```graphql type Query { recipes: [Recipe!]! } type Mutation { removeRecipe(id: String!): Boolean! } ``` ## Motivation We all know that GraphQL is great and solves many problems we have with REST APIs, like overfetching and underfetching. But developing a GraphQL API in Node.js with TypeScript is sometimes a bit of a pain. Why? Let's take a look at the steps we usually have to take. First, we create all the GraphQL types in `schema.gql` using SDL. Then we create our data models using [ORM classes](https://github.com/typeorm/typeorm), which represent our db entities. Then we start to write resolvers for our queries, mutations and fields, but this forces us to first create TS interfaces for all arguments, inputs, and even object types. Only then can we actually implement the resolvers using weird generic signatures and manually performing common tasks, like validation, authorization and loading dependencies: ```ts export const getRecipesResolver: GraphQLFieldResolver<void, Context, GetRecipesArgs> = async ( _, args, ctx, ) => { // common tasks repeatable for almost every resolver const repository = TypeORM.getRepository(Recipe); const auth = Container.get(AuthService); await joi.validate(getRecipesSchema, args); if (!auth.check(ctx.user)) { throw new NotAuthorizedError(); } // our business logic, e.g.: return repository.find({ skip: args.offset, take: args.limit }); }; ``` The biggest problem is redundancy in our codebase, which makes it difficult to keep things in sync. To add a new field to our entity, we have to jump through all the files - modify an entity class, the schema, as well as the interface. The same goes for inputs or arguments. It's easy to forget to update one piece or make a mistake with a single type. Also, what if we've made a typo in field name? The rename feature (F2) won't work correctly. Tools like [GraphQL Code Generator](https://github.com/dotansimha/graphql-code-generator) or [graphqlgen](https://github.com/prisma/graphqlgen) only solve the first part - they generate the corresponding interfaces (and resolvers skeletons) for our GraphQL schema but they don't fix the schema <--> models redundancy and developer experience (F2 rename won't work, you have to remember about the codegen watch task in background, etc.), as well as common tasks like validation, authorization, etc. **TypeGraphQL** comes to address these issues, based on experience from a few years of developing GraphQL APIs in TypeScript. The main idea is to have only one source of truth by defining the schema using classes and some help from decorators. Additional features like dependency injection, validation and auth guards help with common tasks that normally we would have to handle ourselves. ## Documentation The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://typegraphql.com/). ### Getting started A full getting started guide with a simple walkthrough (tutorial) can be found at [getting started docs](https://typegraphql.com/docs/getting-started.html). ### Video tutorial If you prefer video tutorials, you can watch [Ben Awad](https://github.com/benawad)'s [TypeGraphQL video series](https://www.youtube.com/playlist?list=PLN3n1USn4xlma1bBu3Tloe4NyYn9Ko8Gs) on YouTube. ### Examples You can also check the [examples folder](https://github.com/MichalLytek/type-graphql/tree/master/examples) in this repository for more examples of usage: simple fields resolvers, DI Container support, TypeORM integration, automatic validation, etc. The [Tests folder](https://github.com/MichalLytek/type-graphql/tree/master/tests) might also give you some tips how to get various things done. ## The future The currently released version is a stable 1.0.0 release. It is well tested (95% coverage, 428 test cases) and has most of the planned features already implemented. Plenty of companies and independent developers are using it in production with success. However, there are also plans for a lot more features like better TypeORM, Prisma and dataloader integration, custom decorators and metadata annotations support - [the full list of ideas](https://github.com/MichalLytek/type-graphql/issues?q=is%3Aissue+is%3Aopen+label%3A"Enhancement+%3Anew%3A") is available on the GitHub repo. You can also keep track of [development's progress on project board](https://github.com/MichalLytek/type-graphql/projects/1). If you have any interesting feature requests, feel free to open an issue on GitHub so we can discuss that! ## Support TypeGraphQL is an MIT-licensed open source project. This framework is a result of the tremendous amount of work - sleepless nights, busy evenings and weekends. It doesn't have a large company that sits behind - its ongoing development is possible only thanks to the support by the community. [![](https://opencollective.com/typegraphql/donate/button.png?color=blue)](https://opencollective.com/typegraphql) ### Gold Sponsors 🏆 > Please ask your company to support this open source project by [becoming a gold sponsor](https://opencollective.com/typegraphql/contribute/gold-sponsors-8340) and getting a premium technical support from our core contributors. ### Silver Sponsors 🥈 | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/lovd.png" width="150">](https://www.lovd.com/) | | :-----------------------------------------------------------------------------------------------------------------------------: | | [**Lovd**](https://www.lovd.com/) | ### Bronze Sponsors 🥉 | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/live-graphics-system.png" width="55">](https://www.ligrsystems.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/lifex.png" width="60">](https://www.joinlifex.com/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/instinctools.svg" width="100">](https://instinctools.com/manufacturing/) | [<img src="https://raw.githubusercontent.com/MichalLytek/type-graphql/master/img/vps-server.png" width="125">](https://www.vpsserver.com/) | | :---------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | | [**Live Graphic Systems**](https://www.ligrsystems.com/) | [**LifeX Aps**](https://www.joinlifex.com/) | [**\*instinctools**](https://instinctools.com/manufacturing/) | [**VPS Server**](https://www.vpsserver.com/) | [![Become a Sponsor](https://opencollective.com/static/images/become_sponsor.svg)](https://opencollective.com/typegraphql) ### Members 💪 [![](https://opencollective.com/typegraphql/tiers/members.svg?avatarHeight=48&width=890&button=false)](https://opencollective.com/typegraphql#contributors) ### Backers ☕ [![](https://opencollective.com/typegraphql/tiers/backers.svg?avatarHeight=48&width=890&button=false)](https://opencollective.com/typegraphql#contributors) ## Want to help? Want to file a bug, contribute some code, or improve documentation? Great! Please read our guidelines for [contributing][contributing] and then check out one of our [help wanted issues](https://github.com/MichalLytek/type-graphql/labels/Help%20Wanted%20%3Asos%3A). [contributing]: https://github.com/MichalLytek/type-graphql/blob/master/CONTRIBUTING.md
3,051
Ultra-fast bootstrapping with Angular and Electron :speedboat:
[![Angular Logo](https://www.vectorlogo.zone/logos/angular/angular-icon.svg)](https://angular.io/) [![Electron Logo](https://www.vectorlogo.zone/logos/electronjs/electronjs-icon.svg)](https://electronjs.org/) ![Maintained][maintained-badge] [![Make a pull request][prs-badge]][prs] [![License][license-badge]](LICENSE.md) [![Linux Build][linux-build-badge]][linux-build] [![MacOS Build][macos-build-badge]][macos-build] [![Windows Build][windows-build-badge]][windows-build] [![Watch on GitHub][github-watch-badge]][github-watch] [![Star on GitHub][github-star-badge]][github-star] [![Tweet][twitter-badge]][twitter] # Introduction Bootstrap and package your project with Angular 14 and Electron 21 (Typescript + SASS + Hot Reload) for creating Desktop applications. Currently runs with: - Angular v14.2.6 - Electron v21.1.1 With this sample, you can: - Run your app in a local development environment with Electron & Hot reload - Run your app in a production environment - Package your app into an executable file for Linux, Windows & Mac /!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted. /!\ Angular CLI & Electron Builder needs Node 14 or later to work correctly. ## Getting Started *Clone this repository locally:* ``` bash git clone https://github.com/maximegris/angular-electron.git ``` *Install dependencies with npm (used by Electron renderer process):* ``` bash npm install ``` There is an issue with `yarn` and `node_modules` when the application is built by the packager. Please use `npm` as dependencies manager. If you want to generate Angular components with Angular-cli , you **MUST** install `@angular/cli` in npm global context. Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed a previous version of `angular-cli`. ``` bash npm install -g @angular/cli ``` *Install NodeJS dependencies with npm (used by Electron main process):* ``` bash cd app/ npm install ``` Why two package.json ? This project follow [Electron Builder two package.json structure](https://www.electron.build/tutorials/two-package-structure) in order to optimize final bundle and be still able to use Angular `ng add` feature. ## To build for development - **in a terminal window** -> npm start Voila! You can use your Angular + Electron app in a local development environment with hot reload! The application code is managed by `app/main.ts`. In this sample, the app runs with a simple Angular App (http://localhost:4200), and an Electron window. \ The Angular component contains an example of Electron and NodeJS native lib import. \ You can disable "Developer Tools" by commenting `win.webContents.openDevTools();` in `app/main.ts`. ## Project structure | Folder | Description | |--------|--------------------------------------------------| | app | Electron main process folder (NodeJS) | | src | Electron renderer process folder (Web / Angular) | ## How to import 3rd party libraries This sample project runs in both modes (web and electron). To make this work, **you have to import your dependencies the right way**. \ There are two kind of 3rd party libraries : - NodeJS's one - Uses NodeJS core module (crypto, fs, util...) - I suggest you add this kind of 3rd party library in `dependencies` of both `app/package.json` and `package.json (root folder)` in order to make it work in both Electron's Main process (app folder) and Electron's Renderer process (src folder). Please check `providers/electron.service.ts` to watch how conditional import of libraries has to be done when using NodeJS / 3rd party libraries in renderer context (i.e. Angular). - Web's one (like bootstrap, material, tailwind...) - It have to be added in `dependencies` of `package.json (root folder)` ## Add a dependency with ng-add You may encounter some difficulties with `ng-add` because this project doesn't use the defaults `@angular-builders`. \ For example you can find [here](HOW_TO.md) how to install Angular-Material with `ng-add`. ## Browser mode Maybe you only want to execute the application in the browser with hot reload? Just run `npm run ng:serve:web`. ## Included Commands | Command | Description | |--------------------------|-------------------------------------------------------------------------------------------------------| | `npm run ng:serve` | Execute the app in the web browser (DEV mode) | | `npm run web:build` | Build the app that can be used directly in the web browser. Your built files are in the /dist folder. | | `npm run electron:local` | Builds your application and start electron locally | | `npm run electron:build` | Builds your application and creates an app consumable based on your operating system | **Your application is optimised. Only /dist folder and NodeJS dependencies are included in the final bundle.** ## You want to use a specific lib (like rxjs) in electron main thread ? YES! You can do it! Just by importing your library in npm dependencies section of `app/package.json` with `npm install --save XXXXX`. \ It will be loaded by electron during build phase and added to your final bundle. \ Then use your library by importing it in `app/main.ts` file. Quite simple, isn't it? ## E2E Testing E2E Test scripts can be found in `e2e` folder. | Command | Description | |---------------|---------------------------| | `npm run e2e` | Execute end to end tests | Note: To make it work behind a proxy, you can add this proxy exception in your terminal `export {no_proxy,NO_PROXY}="127.0.0.1,localhost"` ## Debug with VsCode [VsCode](https://code.visualstudio.com/) debug configuration is available! In order to use it, you need the extension [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome). Then set some breakpoints in your application's source code. Finally from VsCode press **Ctrl+Shift+D** and select **Application Debug** and press **F5**. Please note that Hot reload is only available in Renderer process. ## Branch & Packages version - Angular 4 & Electron 1 : Branch [angular4](https://github.com/maximegris/angular-electron/tree/angular4) - Angular 5 & Electron 1 : Branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5) - Angular 6 & Electron 3 : Branch [angular6](https://github.com/maximegris/angular-electron/tree/angular6) - Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7) - Angular 8 & Electron 7 : Branch [angular8](https://github.com/maximegris/angular-electron/tree/angular8) - Angular 9 & Electron 7 : Branch [angular9](https://github.com/maximegris/angular-electron/tree/angular9) - Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10) - Angular 11 & Electron 12 : Branch [angular11](https://github.com/maximegris/angular-electron/tree/angular11) - Angular 12 & Electron 16 : Branch [angular12](https://github.com/maximegris/angular-electron/tree/angular12) - Angular 13 & Electron 18 : Branch [angular13](https://github.com/maximegris/angular-electron/tree/angular13) - Angular 14 & Electron 21 : (main) [maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg [license]: https://github.com/maximegris/angular-electron/blob/main/LICENSE.md [prs-badge]: https://img.shields.io/badge/PRs-welcome-red.svg [prs]: http://makeapullrequest.com [linux-build-badge]: https://github.com/maximegris/angular-electron/workflows/Linux%20Build/badge.svg [linux-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22Linux+Build%22 [macos-build-badge]: https://github.com/maximegris/angular-electron/workflows/MacOS%20Build/badge.svg [macos-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22MacOS+Build%22 [windows-build-badge]: https://github.com/maximegris/angular-electron/workflows/Windows%20Build/badge.svg [windows-build]: https://github.com/maximegris/angular-electron/actions?query=workflow%3A%22Windows+Build%22 [github-watch-badge]: https://img.shields.io/github/watchers/maximegris/angular-electron.svg?style=social [github-watch]: https://github.com/maximegris/angular-electron/watchers [github-star-badge]: https://img.shields.io/github/stars/maximegris/angular-electron.svg?style=social [github-star]: https://github.com/maximegris/angular-electron/stargazers [twitter]: https://twitter.com/intent/tweet?text=Check%20out%20angular-electron!%20https://github.com/maximegris/angular-electron%20%F0%9F%91%8D [twitter-badge]: https://img.shields.io/twitter/url/https/github.com/maximegris/angular-electron.svg?style=social
3,052
⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
<h1 align="center"><a href="https://bemuse.ninja/"><img src="website/static/img/logo.png" alt="Bemuse 〜beat☆music☆sequence〜" height="162" /></a></h1> <h2 align="center">open-source web-based online rhythm game</h2> <p align="center"> <a href="https://circleci.com/gh/bemusic/bemuse"><img src="https://img.shields.io/circleci/project/bemusic/bemuse/master.svg?style=flat" alt="CircleCI"></a> <a href="https://codecov.io/gh/bemusic/bemuse"><img src="https://codecov.io/gh/bemusic/bemuse/branch/master/graph/badge.svg" alt="Codecov" /></a> <a href="https://twitter.com/bemusegame"><img src="https://img.shields.io/badge/[email protected]" alt="twitter" /></a> <br> <a href="https://sonarcloud.io/summary/new_code?id=bemusic_bemuse"><img src="https://sonarcloud.io/api/project_badges/measure?project=bemusic_bemuse&metric=alert_status" alt="Quality Gate Status" /></a> <a href="https://sonarcloud.io/summary/new_code?id=bemusic_bemuse"><img src="https://sonarcloud.io/api/project_badges/measure?project=bemusic_bemuse&metric=sqale_rating" alt="Maintainability Rating" /></a> <br> <a href="https://bemuse.ninja/project/"><img src="https://img.shields.io/badge/read%20the-docs-brightgreen.svg?style=flat" alt="Docs"></a> <a href="https://gitpod.io/#https://github.com/bemusic/bemuse" title="Develop in GitPod"><img src="https://img.shields.io/badge/develop%20in-gitpod-blue.svg?style=flat"></a> </p> **Bemuse** is an open-source, online, web-based rhythm game. It plays songs in BMS format (See: [Introduction to BMS](https://www.youtube.com/watch?v=Guv1vRAKanY)). It is recommended to play this game on Google Chrome. **Table of contents:** <!-- toc --> - [Video Demo](#video-demo) - [Quick Tour](#quick-tour) - [Technology](#technology) - [Development](#development) - [Sub-projects](#sub-projects) - [How to contribute](#how-to-contribute) - [Our amazing contributors🌟](#our-amazing-contributors%F0%9F%8C%9F) - [License](#license) <!-- tocstop --> ## Video Demo <p align="center"> <a href="https://www.youtube.com/watch?v=EOgI37Myqvk"><img src="http://i.imgur.com/3sVRyGm.jpg" alt="Video Demo" width="754" /></a> </p> ## Quick Tour ![Music selection](website/static/img/screenshots/music-selection.jpg) - You can play **online songs** instantly in your browser. - You can play **custom songs** by dragging a folder containing BMS files into this screen. There are over 5,000 songs published in BMS format by the community worldwide. You can find them using [BMS Search](http://bmssearch.net/). - There’s an **online internet ranking** system. You can compete with other players and see your rank online. - It has an **insane tutorial.** ![Gameplay](website/static/img/screenshots/gameplay-kbd.jpg) - **Keyboard mode** (7-keys). Play along the music with your keyboard. - **Fully key-sounded.** Each note has its own sound. The music will be affected by your game play. - Player together with friends using [**party mode.**](https://www.youtube.com/watch?v=hiJzFRIhiiA) It helps you start the game at the exact same time. - **Multiple difficulties.** Each song has multiple difficulties to accommodate every player skill levels. - **Adjustable speed.** You can adjust the speed (spacing) of the notes to make it easy-to-sightread. This does not affect the speed of the song; lowering the speed causes notes to become more dense on-screen. - [**Scoring and grading system.**](http://bemuse.readthedocs.io/en/latest/users/scoring-and-judgment.html) Master the song to get the S grade (score over 500000). ![Gameplay](website/static/img/screenshots/gameplay-bms.jpg) - **BMS mode** (7-keys + turntable). You can play using an [IIDX controller](https://www.youtube.com/watch?v=EOgI37Myqvk) or [MIDI controller](https://www.facebook.com/bemusegame/videos/985712734835136/). - **HD video support.** Some songs will have a background animation in high-definition (720p). - **Adjustable play area size.** If the gameplay area is too long, you can adjust the cover it to make the play area more easy-to-sightread. - **Early/Late indicator.** Bemuse will tell you if you press the note too early or too late. ![Options](website/static/img/screenshots/options.jpg) - **Adjustable panel position.** You can position the note panel on either side of the screen, or put it at the center. - **Adjustable turntable position.** You can put turntable on the left or on the right (BMS mode only). - **Audio latency compensation.** Some systems may have audio latency. Bemuse contains a calibration system to compensate for the audio latency. **Play now at https://bemuse.ninja/.** ## Technology - The web application is powered by **[React](https://facebook.github.io/react/) and [Redux](http://redux.js.org/).** - The game engine is powered by **[PixiJS](http://www.pixijs.com/).** ## Development Install [Node.js](https://nodejs.org/en/) ``` # Install Rush npm install --global @microsoft/rush # Clone Bemuse git clone https://github.com/bemusic/bemuse.git # Enter the main repository cd bemuse # Install the dependencies rush update # Prepare all sub-projects rush build --to-except bemuse # Start development server rush dev ``` For more information, check out the [Developer Guide](https://bemuse.ninja/project/docs/developer-guide.html). Note: Online ranking features are not available. ## Sub-projects This repository holds the code for other sub-projects, which are available for use on npm. | Project name | Badge | Description | | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | | [**bms**](packages/bms) | [![npm](https://img.shields.io/npm/v/bms.svg)](http://npmjs.com/package/bms) | JavaScript [BMS](https://hitkey.nekokan.dyndns.info/cmds.htm) parser | | [**bmson**](packages/bmson) | [![npm](https://img.shields.io/npm/v/bmson.svg)](http://npmjs.com/package/bmson) | JavaScript [bmson](https://bmson.nekokan.dyndns.info/) parser | | [**bemuse-tools**](packages/bemuse-tools) | [![npm](https://img.shields.io/npm/v/bemuse-tools.svg)](http://npmjs.com/package/bemuse-tools) | Tools for [hosting your own music server](https://bemuse.ninja/project/docs/music-server.html). | | [**bemuse-indexer**](packages/bemuse-indexer) | [![npm](https://img.shields.io/npm/v/bemuse-indexer.svg)](http://npmjs.com/package/bemuse-indexer) | Library for scanning a directory for BMS/bmson files and generate a metadata. | | [**bemuse-notechart**](packages/bemuse-notechart) | [![npm](https://img.shields.io/npm/v/bemuse-notechart.svg)](http://npmjs.com/package/bemuse-notechart) | Library for loading a notechart for use in game. | ## How to contribute - Drop a :star: on the GitHub repository (optional). - Before contributing, please read [CONTRIBUTING.md](https://github.com/bemusic/bemuse/blob/master/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/bemusic/bemuse/blob/master/CODE_OF_CONDUCT.md). ## Our amazing contributors🌟 <a align="center" href="https://github.com/bemusic/bemuse/graphs/contributors"> <img src="https://contrib.rocks/image?repo=bemusic/bemuse&&max=817" /> </a> ## License [AGPLv3](LICENSE). Note that this license only applies to the main Bemuse project, not the [sub-projects](#sub-projects), which has its own license terms (mostly MIT).
3,053
Harness the power of reactive programming to supercharge your components
<p align="center"> <a href="#"><img src="./logo/refract-logo-colour.png" height="70" /></a> </p><br/> <p align="center"> Handle your component effects and side-effects in a clear and declarative fashion <br/> by using asynchronous data streams (reactive programming). </p> <br/> <p align="center"> <a href="#why"><strong>Why?</strong></a> · <a href="#installation"><strong>Install</strong></a> · <a href="#the-gist"><strong>The Gist</strong></a> · <a href="#learn-refract"><strong>Learn</strong></a> · <a href="#contributing"><strong>Contribute</strong></a> · <a href="#discuss"><strong>Discuss</strong></a> </p> <br/> <p align="center"> <a href="https://travis-ci.org/fanduel-oss/refract"> <img src="https://travis-ci.org/fanduel-oss/refract.svg" alt="Build"> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"> </a> <a href="https://github.com/prettier/prettier"> <img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Styled with Prettier"> </a> </p> <br/> * 🎳 **Decentralised**: attach effects and side-effects to your components, for better code splitting results * 🌅 **Gradual**: use on an existing component today, throughout your app tomorrow * 🚀 **Reactive**: leverage the power and benefits of reactive programming * 💾 **Tiny**: less than 2Kb minified and gzipped * ✏ **Typed**: written in TypeScript, fully typed integrations * ⚡ **Universal**: supports React, React Native, Inferno and Preact Refract makes reactive programming possible in React, React Native, Preact and Inferno, with only a single higher-order component or a single hook! You can choose to start using a tiny bit of reactive programming, or go full reactive. Refract allows you to: * [Manage side effects](https://refract.js.org/usage/getting-started) like API calls, analytics, logging, etc. * [Manipulate, replace and inject props](https://refract.js.org/usage/pushing-to-props), you can even [fully replace Redux `connect` HoC](https://refract.js.org/recipes/replacing-connect) * [Handle state](https://refract.js.org/recipes/handling-state) * [Render components](https://refract.js.org/usage/rendering-components) We also provide a Redux integration, which can serve as a template for integrations with other libraries. With a single HoC, you can fully replace libraries like [recompose](https://github.com/acdlite/recompose), [redux-observable](https://redux-observable.js.org/), and [react-redux](https://github.com/reduxjs/react-redux) to name a few! # Why? Component-based architecture and functional programming have become an increasingly popular approach for building UIs. They help make apps more predictable, more testable, and more maintainable. However, our apps don't exist in a vacuum! They need to handle state, make network requests, handle data persistence, log analytics, deal with changing time, and so on. Any non-trivial app has to handle any number of these effects. Wouldn't it be nice to cleanly separate them from our apps? Refract solves this problem for you, by harnessing the power of reactive programming. [For an in-depth introduction, head to `Why Refract`.](https://refract.js.org/introduction/why-refract) # Installation Refract is available for a number of reactive programming libraries. For each library, a Refract integration is available for React, Inferno, Preact and Redux. Available packages: <!-- prettier-ignore-start --> | | [React](https://github.com/facebook/react) | [Inferno](https://infernojs.org/) | [Preact](https://preactjs.com/) | [Redux](https://github.com/reduxjs/redux) | | --- | --- | --- | --- | --- | | **[Callbag](https://github.com/callbag/callbag)** | refract-callbag | refract-inferno-callbag | refract-preact-callbag | refract-redux-callbag | | **[Most](https://github.com/cujojs/most)** | refract-most | refract-inferno-most | refract-preact-most | refract-redux-most | | **[RxJS](https://github.com/reactivex/rxjs)** | refract-rxjs | refract-inferno-rxjs | refract-preact-rxjs | refract-redux-rxjs | | **[xstream](https://github.com/staltz/xstream)** | refract-xstream | refract-inferno-xstream | refract-preact-xstream | refract-redux-xstream | <!-- prettier-ignore-end --> To use the latest stable version, simply `npm install` the package you want to use: ``` npm install --save refract-rxjs ``` # The Gist The example below uses `refract-rxjs` to send data to localstorage. Every time the `username` prop changes, its new value is sent into the stream. The stream debounces the input for two seconds, then maps it into an object (with a `type` of `localstorage`) under the key `value`. Each time an effect with the correct type is emitted from this pipeline, the handler calls `localstorage.setItem` with the effect's `name` and `value` properties. ```js const aperture = component => { return component.observe('username').pipe( debounce(2000), map(username => ({ type: 'localstorage', name: 'username', value: username })) ) } const handler = initialProps => effect => { switch (effect.type) { case 'localstorage': localstorage.setItem(effect.name, effect.value) return } } const WrappedComponent = withEffects(aperture, { handler })(BaseComponent) ``` The example demonstrates uses the two building blocks used with Refract - an `aperture` and a `handler` - and shows how they can be integrated into a React component via the `withEffects` higher-order component. ### Aperture An `aperture` controls the streams of data entering Refract. It is a function which observes data sources within your app, passes this data through any necessary logic flows, and outputs a stream of `effect` values in response. ### Handler A `handler` is a function which causes side-effects in response to `effect` values. # Learn Refract ## Documentation Documentation is available at [refract.js.org](https://refract.js.org). We aim to provide a helpful and thorough documentation: all documentation files are located on this repo and we welcome any pull request helping us achieve that goal. ## Examples We maintain and will grow over time a set of examples to illustrate the potential of Refract, as well as providing reactive programming examples: [refract.js.org/examples](https://refract.js.org/examples). Examples are illustrative and not the idiomatic way to use Refract. Each example is available for the four reactive libraries we support (RxJS, xstream, Most and Callbag), and we provide links to run the code live on [codesandbox.io](https://codesandbox.io). All examples are hosted on this repo, and we welcome pull requests helping us maintaining them. # Contributing ### Guidelines We welcome many forms of contribution from anyone who wishes to get involved. Before getting started, please read through our [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md). # Links ### Logo [The Refract logo is available in the Logo directory](/logo/). ### License [Refract is available under the MIT license.](LICENSE) ### Discuss [Everyone is welcome to join our discussion channel - `#refract` on the Reactiflux Discord server.](https://discord.gg/fqk86GH) ### Talks * [ReactiveConf 2018 - Thomas Roch: **Be More Functional and Reactive in React**](https://www.youtube.com/watch?v=c8p9o4rxcYk) * [ReactiveConf 2018 - **AMA w/ Thomas Roch**](https://www.youtube.com/watch?v=liqHgQz8Ar0) ### Articles * [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) by [@andrestaltz](https://twitter.com/andrestaltz) * [SurviveJS Interview with Thomas Roch - Refract: Manage Component Side Effects the Reactive Way](https://survivejs.com/blog/refract-interview/) * [How we harnessed the power of reactive programming with Refract](https://medium.freecodecamp.org/how-we-harnessed-the-power-of-reactive-programming-with-refract-87f269ac779e)
3,054
Oni: Modern Modal Editing - powered by Neovim
![alt text](./assets/oni-header.png) ### Modern Modal Editing [![Build Status](https://travis-ci.org/onivim/oni.svg?branch=master)](https://travis-ci.org/onivim/oni) [![Build status](https://ci.appveyor.com/api/projects/status/s13bs7ail9ihkpnm?svg=true)](https://ci.appveyor.com/project/oni/oni) [![codecov](https://codecov.io/gh/onivim/oni/branch/master/graph/badge.svg)](https://codecov.io/gh/onivim/oni) [![Join the chat on discord!](https://img.shields.io/discord/417774914645262338.svg)](https://discord.gg/7maEAxV) [![Backers on Open Collective](https://opencollective.com/oni/backers/badge.svg)](https://opencollective.com/oni#backer) [![BountySource Active Bounties](https://api.bountysource.com/badge/tracker?tracker_id=48462304)](https://www.bountysource.com/teams/oni) [![Total Downloads](https://img.shields.io/github/downloads/onivim/oni/total.svg)](https://github.com/onivim/oni/releases) <h2 align="center">Supporting Oni</h2> Oni is an independent, MIT-licensed open source project. Please consider supporting Oni by: * [Become a backer or sponsor on Patreon](https://www.patreon.com/onivim) * [Become a backer or sponsor on Open Collective](https://opencollective.com/oni) * [Become a backer on BountySource](https://www.bountysource.com/teams/oni) <h3 align="center">Sponsors via OpenCollective</h3> <h4 align="center">Gold sponsors</h4> <p align="center"> <a href="https://opencollective.com/oni/tiers/gold-sponsor/0/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/0/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/1/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/1/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/2/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/2/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/3/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/3/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/4/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/4/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/5/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/5/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/6/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/6/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/7/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/7/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/8/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/8/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/gold-sponsor/9/website" target="_blank"><img src="https://opencollective.com/oni/tiers/gold-sponsor/9/avatar.png"></a> </p> <h4 align="center">Silver sponsors</h4> <p align="center"> <a href="https://opencollective.com/oni/tiers/silver-sponsor/0/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/0/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/1/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/1/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/2/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/2/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/3/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/3/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/4/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/4/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/5/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/5/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/6/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/6/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/7/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/7/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/8/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/8/avatar.png"></a> <a href="https://opencollective.com/oni/tiers/silver-sponsor/9/website" target="_blank"><img src="https://opencollective.com/oni/tiers/silver-sponsor/9/avatar.png"></a> </p> ## Introduction Oni is a new kind of editor, focused on maximizing productivity - combining _modal editing_ with features you expect in modern editors. Oni is built with [neovim](https://github.com/neovim/neovim), and inspired by [VSCode](https://github.com/Microsoft/vscode), [Atom](https://atom.io/), [LightTable](http://lighttable.com/), and [Emacs](https://www.gnu.org/software/emacs/) The vision of Oni is to build an editor that allows you to go from _thought to code_ as easily as possible - bringing together the raw editing power of Vim, the feature capabilities of Atom/VSCode, and a powerful and intuitive extensibility model - wrapped up in a beautiful package. <p align="center"> <img src="https://user-images.githubusercontent.com/13532591/36127305-9c7b6b80-1011-11e8-85dd-0345788c0b56.png"/> </p> This repository is under **active development**, and until 1.0 please consider everything unstable. Check out [Releases](https://github.com/onivim/oni/releases) for the latest binaries, or [Build Oni](https://github.com/onivim/oni/wiki/Development) from source. Consider making a donation via [OpenCollective](https://opencollective.com/oni) [BountySource](https://salt.bountysource.com/teams/oni) if you find this project useful! ## Features Oni brings several IDE-like integrations to neovim: * [Embedded Browser](https://github.com/onivim/oni/wiki/Features#embedded-browser) * [Quick Info](https://github.com/onivim/oni/wiki/Features#quick-info) * [Code Completion](https://github.com/onivim/oni/wiki/Features#code-completion) * [Syntax / Compilation Errors](https://github.com/onivim/oni/wiki/Features#syntax--compilation-errors) * [Fuzzy Finding](https://github.com/onivim/oni/wiki/Features#fuzzy-finder) * [Status Bar](https://github.com/onivim/oni/wiki/Features#status-bar) * [Interactive Tutorial](https://github.com/onivim/oni/wiki/Features#interactive-tutorial) And more coming - check out our [Roadmap](https://github.com/onivim/oni/wiki/Roadmap) Oni is cross-platform and supports Windows, Mac, and Linux. > If you're a Vim power user, and don't need all these features, check out our [minimal configuration](https://github.com/onivim/oni/wiki/How-To:-Minimal-Oni-Configuration). ## Installation We have installation guides for each platform: * [Windows](https://github.com/onivim/oni/wiki/Installation-Guide#windows) * [Mac](https://github.com/onivim/oni/wiki/Installation-Guide#mac) * [Linux](https://github.com/onivim/oni/wiki/Installation-Guide#linux) The latest binaries are available on our [Releases](https://github.com/onivim/oni/releases) page, and if you'd prefer to build from source, check out our [Development](https://github.com/onivim/oni/wiki/Development) guide. ## Goals The goal of this project is to provide both the full-fledged Vim experience, with no compromises, while pushing forward to enable new productivity scenarios. * **Modern UX** - The Vim experience should not be compromised by terminal limitations. * **Rich plugin development** - using JavaScript, instead of VimL. * **Cross-platform support** - across Windows, OS X, and Linux. * **Batteries included** - rich features are available out of the box - minimal setup needed to be productive. * **Performance** - no compromises, Vim is fast, and Oni should be fast too. * **Ease Learning Curve** - without sacrificing the Vim experience. Vim is an incredible tool for manipulating _text_ at the speed of thought. With a composable, modal command language, it is no wonder that Vim usage is still prevalent today. However, going from thought to _code_ has some different challenges than going from thought to _text_. Code editors today provide several benefits that help to reduce **cognitive load** when writing code, and that benefit is tremendously important - not only in terms of pure coding efficiency and productivity, but also in making the process of writing code enjoyable and fun. The goal of this project is to give an editor that gives the best of both worlds - the power, speed, and flexibility of using Vim for manipulating text, as well as the rich tooling that comes with an IDE. We want to make coding as efficient, fast, and fun as we can! ## Documentation * Check out the [Wiki](https://github.com/onivim/oni/wiki) for documentation on how to use and modify Oni. * [FAQ](https://github.com/onivim/oni/wiki/FAQ) * [Roadmap](https://github.com/onivim/oni/wiki/Roadmap) ## Contributing There many ways to get involved & contribute to Oni: * Support Oni financially by making a donation via: * [Patreon](https://patreon.com/onivim) * [OpenCollective](https://opencollective.com/oni) * [Bountysource](https://salt.bountysource.com/teams/oni) * Thumbs up existing [issues](https://github.com/onivim/oni/issues) if they impact you. * [Create an issue](https://github.com/onivim/oni/issues) for bugs or new features. * Review and update our [documentation](https://github.com/onivim/oni/wiki). * Try out the latest [released build](https://github.com/onivim/oni/releases). * Help us [develop](https://github.com/onivim/oni/wiki/Development): * Review [PRs](https://github.com/onivim/oni/pulls) * Submit a bug fix or feature * Add test cases * Create a blog post or YouTube video * Follow us on [Twitter](https://twitter.com/oni_vim) ## Acknowledgements Oni is an independent project and is made possible by the support of some exceptional people. Big thanks to the following people for helping to realize this project: * the [neovim team](https://neovim.io/), especially [justinmk](https://github.com/justinmk) and [tarruda](https://github.com/tarruda) - Oni would not be possible without their vision * [jordwalke](https://github.com/jordwalke) for his generous support, inspiration, and ideas. And React ;) * [keforbes](https://github.com/keforbes) for helping to get this project off the ground * [Akin909](https://github.com/Akin909) for his extensive contributions * [CrossR](https://github.com/CrossR) for polishing features and configurations * [Cryza](https://github.com/Cryza) for the webgl renderer * [tillarnold](https://github.com/tillarnold) for giving us the `oni` npm package name * [mhartington](https://github.com/mhartington) for his generous support * [badosu](https://github.com/badosu) for his support, contributions, and managing the AUR releases * All our current monthly [sponsors](https://salt.bountysource.com/teams/oni/supporters) and [backers](BACKERS.md) * All of our [contributors](https://github.com/onivim/oni/graphs/contributors) - thanks for helping to improve this project! Several other great neovim front-end UIs [here](https://github.com/neovim/neovim/wiki/Related-projects) served as a reference, especially [NyaoVim](https://github.com/rhysd/NyaoVim) and [VimR](https://github.com/qvacua/vimr). I encourage you to check those out! Thank you! ## Contributors This project exists thanks to all the people who have [contributed](CONTRIBUTING.md): <a href="https://github.com/onivim/oni/graphs/contributors"><img src="https://opencollective.com/oni/contributors.svg?width=890" /></a> ## License MIT License. Copyright (c) Bryan Phelps Windows and OSX have a bundled version of Neovim, which is covered under [Neovim's license](https://github.com/neovim/neovim/blob/master/LICENSE) ### Bundled Plugins Bundled plugins have their own license terms. These include: * [typescript-vim](https://github.com/leafgarland/typescript-vim) (`oni/vim/core/typescript.vim`) * [targets.vim](https://github.com/wellle/targets.vim) (`oni/vim/default/bundle/targets.vim`) * [vim-commentary](https://github.com/tpope/vim-commentary) (`oni/vim/default/bundle/vim-commentary`) * [vim-unimpaired](https://github.com/tpope/vim-unimpaired) (`oni/vim/default/bundle/vim-unimpaired`) * [vim-surround](https://github.com/tpope/vim-surround) (`oni/vim/default/bundle/vim-surround`) * [vim-reasonml](https://github.com/reasonml-editor/vim-reason) (`.vim` files in `oni/vim/core/oni-plugin-reasonml`)
3,055
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
![Prisma](https://i.imgur.com/h6UIYTu.png) <div align="center"> <h1>Prisma</h1> <a href="https://www.npmjs.com/package/prisma"><img src="https://img.shields.io/npm/v/prisma.svg?style=flat" /></a> <a href="https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a> <a href="https://github.com/prisma/prisma/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue" /></a> <a href="https://slack.prisma.io/"><img src="https://img.shields.io/badge/chat-on%20slack-blue.svg" /></a> <br /> <br /> <a href="https://www.prisma.io/docs/getting-started/quickstart">Quickstart</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://www.prisma.io/">Website</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://www.prisma.io/docs/">Docs</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://github.com/prisma/prisma-examples/">Examples</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://www.prisma.io/blog">Blog</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://slack.prisma.io/">Slack</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://twitter.com/prisma">Twitter</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://github.com/prisma/prisma1">Prisma 1</a> <br /> <hr /> </div> ## What is Prisma? Prisma is a **next-generation ORM** that consists of these tools: - [**Prisma Client**](https://www.prisma.io/docs/concepts/components/prisma-client): Auto-generated and type-safe query builder for Node.js & TypeScript - [**Prisma Migrate**](https://www.prisma.io/docs/concepts/components/prisma-migrate): Declarative data modeling & migration system - [**Prisma Studio**](https://github.com/prisma/studio): GUI to view and edit data in your database Prisma Client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). This can be a [REST API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/rest), a [GraphQL API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/graphql), a gRPC API, or anything else that needs a database. > **Are you looking for Prisma 1? The Prisma 1 repository has been renamed to [`prisma/prisma1`](https://github.com/prisma/prisma1)**. ## Getting started The fastest way to get started with Prisma is by following the [**Quickstart (5 min)**](https://www.prisma.io/docs/getting-started/quickstart-typescript). The Quickstart is based on a preconfigured SQLite database. You can also get started with your own database (PostgreSQL and MySQL) by following one of these guides: - [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project-typescript-postgres) - [Set up a new project with Prisma from scratch](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-typescript-postgres) ## How does Prisma work This section provides a high-level overview of how Prisma works and its most important technical components. For a more thorough introduction, visit the [Prisma documentation](https://www.prisma.io/docs/). ### The Prisma schema Every project that uses a tool from the Prisma toolkit starts with a [Prisma schema file](https://www.prisma.io/docs/concepts/components/prisma-schema). The Prisma schema allows developers to define their _application models_ in an intuitive data modeling language. It also contains the connection to a database and defines a _generator_: ```prisma // Data source datasource db { provider = "postgresql" url = env("DATABASE_URL") } // Generator generator client { provider = "prisma-client-js" } // Data model model Post { id Int @id @default(autoincrement()) title String content String? published Boolean @default(false) author User? @relation(fields: [authorId], references: [id]) authorId Int? } model User { id Int @id @default(autoincrement()) email String @unique name String? posts Post[] } ``` In this schema, you configure three things: - **Data source**: Specifies your database connection (via an environment variable) - **Generator**: Indicates that you want to generate Prisma Client - **Data model**: Defines your application models --- ### The Prisma data model On this page, the focus is on the data model. You can learn more about [Data sources](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/data-sources) and [Generators](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/generators) on the respective docs pages. #### Functions of Prisma models The data model is a collection of [models](https://www.prisma.io/docs/concepts/components/prisma-schema/data-model#defining-models). A model has two major functions: - Represent a table in the underlying database - Provide the foundation for the queries in the Prisma Client API #### Getting a data model There are two major workflows for "getting" a data model into your Prisma schema: - Generate the data model from [introspecting](https://www.prisma.io/docs/concepts/components/introspection) a database - Manually writing the data model and mapping it to the database with [Prisma Migrate](https://www.prisma.io/docs/concepts/components/prisma-migrate) Once the data model is defined, you can [generate Prisma Client](https://www.prisma.io/docs/concepts/components/prisma-client/generating-prisma-client) which will expose CRUD and more queries for the defined models. If you're using TypeScript, you'll get full type-safety for all queries (even when only retrieving the subsets of a model's fields). --- ### Accessing your database with Prisma Client #### Generating Prisma Client The first step when using Prisma Client is installing its npm package: ``` npm install @prisma/client ``` Note that the installation of this package invokes the `prisma generate` command which reads your Prisma schema and _generates_ the Prisma Client code. The code will be located in `node_modules/.prisma/client`, which is exported by `node_modules/@prisma/client/index.d.ts`. After you change your data model, you'll need to manually re-generate Prisma Client to ensure the code inside `node_modules/.prisma/client` get updated: ``` npx prisma generate ``` Refer to the documentation for more information about ["generating the Prisma client"](https://www.prisma.io/docs/concepts/components/prisma-client/generating-prisma-client). #### Using Prisma Client to send queries to your database Once the Prisma Client is generated, you can import it in your code and send queries to your database. This is what the setup code looks like. ##### Import and instantiate Prisma Client You can import and instantiate Prisma Client as follows: ```ts import { PrismaClient } from '@prisma/client' const prisma = new PrismaClient() ``` or ```js const { PrismaClient } = require('@prisma/client') const prisma = new PrismaClient() ``` Now you can start sending queries via the generated Prisma Client API, here are few sample queries. Note that all Prisma Client queries return _plain old JavaScript objects_. Learn more about the available operations in the [Prisma Client docs](https://www.prisma.io/docs/concepts/components/prisma-client) or watch this [demo video](https://www.youtube.com/watch?v=LggrE5kJ75I&list=PLn2e1F9Rfr6k9PnR_figWOcSHgc_erDr5&index=4) (2 min). ##### Retrieve all `User` records from the database ```ts // Run inside `async` function const allUsers = await prisma.user.findMany() ``` ##### Include the `posts` relation on each returned `User` object ```ts // Run inside `async` function const allUsers = await prisma.user.findMany({ include: { posts: true }, }) ``` ##### Filter all `Post` records that contain `"prisma"` ```ts // Run inside `async` function const filteredPosts = await prisma.post.findMany({ where: { OR: [{ title: { contains: 'prisma' } }, { content: { contains: 'prisma' } }], }, }) ``` ##### Create a new `User` and a new `Post` record in the same query ```ts // Run inside `async` function const user = await prisma.user.create({ data: { name: 'Alice', email: '[email protected]', posts: { create: { title: 'Join us for Prisma Day 2021' }, }, }, }) ``` ##### Update an existing `Post` record ```ts // Run inside `async` function const post = await prisma.post.update({ where: { id: 42 }, data: { published: true }, }) ``` #### Usage with TypeScript Note that when using TypeScript, the result of this query will be _statically typed_ so that you can't accidentally access a property that doesn't exist (and any typos are caught at compile-time). Learn more about leveraging Prisma Client's generated types on the [Advanced usage of generated types](https://www.prisma.io/docs/concepts/components/prisma-client/advanced-usage-of-generated-types) page in the docs. ## Community Prisma has a large and supportive [community](https://www.prisma.io/community) of enthusiastic application developers. You can join us on [Slack](https://slack.prisma.io) and here on [GitHub](https://github.com/prisma/prisma/discussions). ## Security If you have a security issue to report, please contact us at [[email protected]](mailto:[email protected]?subject=[GitHub]%20Prisma%202%20Security%20Report%20). ## Support ### Ask a question about Prisma You can ask questions and initiate [discussions](https://github.com/prisma/prisma/discussions/) about Prisma-related topics in the `prisma` repository on GitHub. 👉 [**Ask a question**](https://github.com/prisma/prisma/discussions/new) ### Create a bug report for Prisma If you see an error message or run into an issue, please make sure to create a bug report! You can find [best practices for creating bug reports](https://www.prisma.io/docs/support/creating-bug-reports) (like including additional debugging output) in the docs. 👉 [**Create bug report**](https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=bug_report.md&title=) ### Submit a feature request If Prisma currently doesn't have a certain feature, be sure to check out the [roadmap](https://www.prisma.io/docs/more/roadmap) to see if this is already planned for the future. If the feature on the roadmap is linked to a GitHub issue, please make sure to leave a +1 on the issue and ideally a comment with your thoughts about the feature! 👉 [**Submit feature request**](https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=) ## Contributing Refer to our [contribution guidelines](https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md) and [Code of Conduct for contributors](https://github.com/prisma/prisma/blob/main/CODE_OF_CONDUCT.md). ## Build Status - Prisma Tests Status: [![Build status](https://badge.buildkite.com/590e1981074b70961362481ad8319a831b44a38c5d468d6408.svg?branch=main)](https://buildkite.com/prisma/prisma2-test) - Ecosystem Tests Status: [![Actions Status](https://github.com/prisma/ecosystem-tests/workflows/test/badge.svg)](https://github.com/prisma/ecosystem-tests/actions)
3,056
Simple global state for React with Hooks API without Context API
# react-hooks-global-state [![CI](https://img.shields.io/github/workflow/status/dai-shi/react-hooks-global-state/CI)](https://github.com/dai-shi/react-hooks-global-state/actions?query=workflow%3ACI) [![npm](https://img.shields.io/npm/v/react-hooks-global-state)](https://www.npmjs.com/package/react-hooks-global-state) [![size](https://img.shields.io/bundlephobia/minzip/react-hooks-global-state)](https://bundlephobia.com/result?p=react-hooks-global-state) [![discord](https://img.shields.io/discord/627656437971288081)](https://discord.gg/MrQdmzd) Simple global state for React with Hooks API without Context API ## Introduction This is a library to provide a global state with React Hooks. It has following characteristics. * Optimization for shallow state getter and setter. * The library cares the state object only one-level deep. * TypeScript type definitions * A creator function creates hooks with types inferred. * Redux middleware support to some extent * Some of libraries in Redux ecosystem can be used. ## Install ```bash npm install react-hooks-global-state ``` ## Usage ### setState style ```javascript import React from 'react'; import { createGlobalState } from 'react-hooks-global-state'; const initialState = { count: 0 }; const { useGlobalState } = createGlobalState(initialState); const Counter = () => { const [count, setCount] = useGlobalState('count'); return ( <div> <span>Counter: {count}</span> {/* update state by passing callback function */} <button onClick={() => setCount(v => v + 1)}>+1</button> {/* update state by passing new value */} <button onClick={() => setCount(count - 1)}>-1</button> </div> ); }; const App = () => ( <> <Counter /> <Counter /> </> ); ``` ### reducer style ```javascript import React from 'react'; import { createStore } from 'react-hooks-global-state'; const reducer = (state, action) => { switch (action.type) { case 'increment': return { ...state, count: state.count + 1 }; case 'decrement': return { ...state, count: state.count - 1 }; default: return state; } }; const initialState = { count: 0 }; const { dispatch, useStoreState } = createStore(reducer, initialState); const Counter = () => { const value = useStoreState('count'); return ( <div> <span>Counter: {value}</span> <button onClick={() => dispatch({ type: 'increment' })}>+1</button> <button onClick={() => dispatch({ type: 'decrement' })}>-1</button> </div> ); }; const App = () => ( <> <Counter /> <Counter /> </> ); ``` ## API <!-- Generated by documentation.js. Update this documentation by updating the source code. --> ### createGlobalState Create a global state. It returns a set of functions * `useGlobalState`: a custom hook works like React.useState * `getGlobalState`: a function to get a global state by key outside React * `setGlobalState`: a function to set a global state by key outside React * `subscribe`: a function that subscribes to state changes #### Parameters * `initialState` **State** #### Examples ```javascript import { createGlobalState } from 'react-hooks-global-state'; const { useGlobalState } = createGlobalState({ count: 0 }); const Component = () => { const [count, setCount] = useGlobalState('count'); ... }; ``` ### createStore Create a global store. It returns a set of functions * `useStoreState`: a custom hook to read store state by key * `getState`: a function to get store state by key outside React * `dispatch`: a function to dispatch an action to store A store works somewhat similarly to Redux, but not the same. #### Parameters * `reducer` **Reducer\<State, Action>** * `initialState` **State** (optional, default `(reducer as any)(undefined,{type:undefined})`) * `enhancer` **any?** #### Examples ```javascript import { createStore } from 'react-hooks-global-state'; const initialState = { count: 0 }; const reducer = ...; const store = createStore(reducer, initialState); const { useStoreState, dispatch } = store; const Component = () => { const count = useStoreState('count'); ... }; ``` Returns **Store\<State, Action>** ### useGlobalState useGlobalState created by createStore is deprecated. Type: function (stateKey: StateKey): any **Meta** * **deprecated**: useStoreState instead ## Examples The [examples](examples) folder contains working examples. You can run one of them with ```bash PORT=8080 npm run examples:01_minimal ``` and open <http://localhost:8080> in your web browser. You can also try them in codesandbox.io: [01](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/01\_minimal) [02](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/02\_typescript) [03](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/03\_actions) [04](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/04\_fetch) [05](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/05\_onmount) [06](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/06\_reducer) [07](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/07\_middleware) [08](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/08\_thunk) [09](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/09\_comparison) [10](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/10\_immer) [11](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/11\_deep) [13](https://codesandbox.io/s/github/dai-shi/react-hooks-global-state/tree/main/examples/13\_persistence) ## Blogs * [TypeScript-aware React hooks for global state](https://blog.axlight.com/posts/typescript-aware-react-hooks-for-global-state/) * [An alternative to React Redux by React Hooks API (For both JavaScript and TypeScript)](https://blog.axlight.com/posts/an-alternative-to-react-redux-by-react-hooks-api-for-both-javascript-and-typescript/) * [Redux middleware compatible React Hooks library for easy global state management](https://blog.axlight.com/posts/redux-middleware-compatible-react-hooks-library-for-easy-global-state-management/) * [React Hooks Tutorial on pure useReducer + useContext for global state like Redux and comparison with react-hooks-global-state](https://blog.axlight.com/posts/react-hooks-tutorial-for-pure-usereducer-usecontext-for-global-state-like-redux-and-comparison/) * [Four patterns for global state with React hooks: Context or Redux](https://blog.axlight.com/posts/four-patterns-for-global-state-with-react-hooks-context-or-redux/) * [Steps to Develop Global State for React With Hooks Without Context](https://blog.axlight.com/posts/steps-to-develop-global-state-for-react/) ## Community Wiki * [Persistence](https://github.com/dai-shi/react-hooks-global-state/wiki/Persistence) * [Optional initialState](https://github.com/dai-shi/react-hooks-global-state/wiki/Optional-initialState)
3,057
Node.js Backend Architecture Typescript - Learn to build a backend server for production ready blogging platform like Medium and FreeCodeCamp. Main Features: Role based, Express.js, Mongoose, Redis, Mongodb, Joi, Docker, JWT, Unit Tests, Integration Tests.
# Node.js Backend Architecture Typescript Project ### A complete project to build a blogging platform like Medium, and FreeCodeCamp [![Docker Compose CI](https://github.com/janishar/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml/badge.svg)](https://github.com/janishar/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml) Note: This is the **latest (version 2)** of the project. If you are using **version 1** then checkout the branch [**version-1**](https://github.com/janishar/nodejs-backend-architecture-typescript/tree/version-1) <p align="center"> <img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/cover-nodejs-backend.png"> </p> <br> # Project Highlights 1. Node.js 2. Express.js 3. Typescript 4. Mongoose 5. Redis 6. Mongodb 7. Joi 8. Unit Tests & Integration Tests 9. Docker 10. JWT # About The Project This project is designed for a production ready environment. It can handle the scale and complexity of a very demanding application. This project is being used by companies like MindOrks, AfterAcademy, and CuriousJr. Apps/Websites having 10+ million usebase. It is suitable for Web Apps, Mobile Apps, and other API services. # About The Author I [Janishar Ali](https://janisharali.com) have created this project using my 10 years of experience in tech industry working for top companies. I enjoy sharing my learnings with the community. You can connect with me here: * [Twitter](https://twitter.com/janisharali) * [LinkedIn](https://www.linkedin.com/in/janishar-ali) * [Instagram](https://www.instagram.com/janisharali) [Learn from My YouTube Channel](https://www.youtube.com/@janisharali) # Project Instructions We will learn and build the backend application for a blogging platform. The main focus will be to create a maintainable and highly testable architecture. <br> Following are the features of this project: * **This backend is written in Typescript**: The type safety at build time and having intellisense for it in the IDE like vscode is unparalleled to productivity. I have found production bug reduced to a significant amount since most of the code vulnerabilities are identified during the build phase itself. * **Separation of concern principle**: Each component has been given a particular role. The role of the components is mutually exclusive. This makes the project easy to be unit tested. * **Feature encapsulation**: The files or components that are related to a particular feature have been grouped unless those components are required in multiple features. This enhances the ability to share code across projects. * **Centralised Error handling**: I have created a framework where all the errors are handled centrally. This reduces the ambiguity in the development when the project grows larger. * **Centralised Response handling**: Similar to Error handling we have a response handling framework. This makes it very convenient to apply a common API response pattern. * **Mongodb is used through Mongoose**: Mongodb fits very well to the node.js application. Being NoSQL, fast, and scalable makes it ideal for modern web applications. * **Redis Memcache**: I have used the redis server for caching the items which does not change frequently. It will boost the performance of our system. * **Async execution**: I have used async/await for the promises and made sure to use the non-blocking version of all the functions with few exceptions. * **Docker compose has been configured**: I have created the Dockerfile to provide the easy deployability without any setup and configurations. * **Unit test is favored**: The tests have been written to test the functions and routes without the need of the database server. Integration tests has also been done but the unit test is favored. * **A pure backend project**: I have experienced that when a backend is developed clubbed with a frontend then in the future it becomes really difficult to scale. We would want to create a separate backend project that servers many websites and mobile apps. > I have also open source a complete blogging website working on this backend project: [Goto Repository](https://github.com/janishar/react-app-architecture) The repository [**React.js Isomorphic Web Application Architecture**] has a complete React.js web application implemented for a blogging platform which is using this project as its API server. ## 3RE Architecture: Router, RouteHandler, ResponseHandler, ErrorHandler <p align="center"> <img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/3RE.png"> </p> <br> ## Project Outline: Blogging Platform <p align="center"> <img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/project-outline.png"> </p> <br> ## Request-Response Handling Schematic Diagram <p align="center"> <img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/api-structure.png"> </p> <br> ## Learn the concepts used in this project * [Design Node.js Backend Architecture like a Pro](https://janisharali.com/blog/design-node-js-backend-architecture-like-a-pro) * [The video guide to build and run this project](https://youtu.be/t7blRxqPIMs) * [Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken](https://janisharali.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token) * [TypeScript Tutorial For Beginners](https://afteracademy.com/blog/typescript-tutorial-for-beginners) * [From JavaScript to TypeScript](https://afteracademy.com/blog/from-javascript-to-typescript) ## You can find the complete API documentation [here](https://documenter.getpostman.com/view/1552895/2s8Z6u4a6N) <a href="https://documenter.getpostman.com/view/1552895/2s8Z6u4a6N" target="_blank"> <img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/master/addons/github_assets/api-doc-button.png" width="200" height="60"/> </a> ## How to build and run this project * Install using Docker Compose [**Recommended Method**] * Clone this repo. * Make a copy of **.env.example** file to **.env**. * Make a copy of **keys/private.pem.example** file to **keys/private.pem**. * Make a copy of **keys/public.pem.example** file to **keys/public.pem**. * Make a copy of **tests/.env.test.example** file to **tests/.env.test**. * Install Docker and Docker Compose. [Find Instructions Here](https://docs.docker.com/install/). * Execute `docker-compose up -d` in terminal from the repo directory. * You will be able to access the api from http://localhost:3000 * *If having any issue* then make sure 3000 port is not occupied else provide a different port in **.env** file. * *If having any issue* then make sure 27017 port is not occupied else provide a different port in **.env** file. * Run The Tests * Install node.js and npm on your local machine. * From the root of the project executes in terminal `npm install`. * *Use the latest version of node on the local machine if the build fails*. * To run the tests execute `npm test`. * Install Without Docker [**2nd Method**] * Install MongoDB on your local. * Do steps 1 to 5 as listed for **Install using Docker Compose**. * Do steps 1 to 3 as listed for **Run The Tests**. * Create users in MongoDB and seed the data taking reference from the **addons/init-mongo.js** * Change the `DB_HOST` to `localhost` in **.env** and **tests/.env.test** files. * Execute `npm start` and You will be able to access the API from http://localhost:3000 * To run the tests execute `npm test`. * Postman APIs Here: [addons/postman](https://github.com/janishar/nodejs-backend-architecture-typescript/tree/master/addons/postman) ## Learn Backend Development From Our Videos * [Introduction to Web Backend Development for Beginners](https://youtu.be/SikmqyFocKQ) * [Backend System Design for Startups](https://youtube.com/playlist?list=PLuppOTn4pNYeAn-ioA-Meec5I8pQK_gU5) * [Practical Javascript for Beginners](https://youtube.com/playlist?list=PLuppOTn4pNYdowBb05yG2I8wAmHiW7vze) ## Project Directory Structure ``` ├── .vscode │ ├── settings.json │ ├── tasks.json │ └── launch.json ├── .templates ├── src │ ├── server.ts │ ├── app.ts │ ├── config.ts │ ├── auth │ │ ├── apikey.ts │ │ ├── authUtils.ts │ │ ├── authentication.ts │ │ ├── authorization.ts │ │ └── schema.ts │ ├── core │ │ ├── ApiError.ts │ │ ├── ApiResponse.ts │ │ ├── JWT.ts │ │ ├── Logger.ts │ │ └── utils.ts │ ├── cache │ │   ├── index.ts │ │   ├── keys.ts │ │   ├── query.ts │ │   └── repository │ │   ├── BlogCache.ts │ │   └── BlogsCache.ts │ ├── database │ │ ├── index.ts │ │ ├── model │ │ │ ├── ApiKey.ts │ │ │ ├── Blog.ts │ │ │ ├── Keystore.ts │ │ │ ├── Role.ts │ │ │ └── User.ts │ │ └── repository │ │ ├── ApiKeyRepo.ts │ │ ├── BlogRepo.ts │ │ ├── KeystoreRepo.ts │ │ ├── RoleRepo.ts │ │ └── UserRepo.ts │ ├── helpers │ │ ├── asyncHandler.ts │ │ ├── permission.ts │ │ ├── role.ts │ │ ├── security.ts │ │ ├── utils.ts │ │ └── validator.ts │ ├── routes │ │ ├── access │ │ │ ├── credential.ts │ │ │ ├── login.ts │ │ │ ├── logout.ts │ │ │ ├── schema.ts │ │ │ ├── signup.ts │ │ │ ├── token.ts │ │ │ └── utils.ts │ │ ├── blog │ │ │ ├── editor.ts │ │ │ ├── index.ts │ │ │ ├── schema.ts │ │ │ └── writer.ts │ │   ├── blogs │ │   │   ├── index.ts │ │   │   └── schema.ts │ │ ├── index.ts │ │ └── profile │ │ ├── schema.ts │ │ └── user.ts │ └── types │ └── app-request.d.ts ├── tests │ ├── auth │ │ ├── apikey │ │ │ ├── mock.ts │ │ │ └── unit.test.ts │ │ ├── authUtils │ │ │ ├── mock.ts │ │ │ └── unit.test.ts │ │ ├── authentication │ │ │ ├── mock.ts │ │ │ └── unit.test.ts │ │ └── authorization │ │ ├── mock.ts │ │ └── unit.test.ts │ ├── core │ │ └── jwt │ │ ├── mock.ts │ │ └── unit.test.ts │ ├── cache │ │ └── mock.ts │ ├── database │ │ └── mock.ts │ ├── routes │ │ ├── access │ │ │ ├── login │ │ │ │ ├── integration.test.ts │ │ │ │ ├── mock.ts │ │ │ │ └── unit.test.ts │ │ │ └── signup │ │ │ ├── mock.ts │ │ │ └── unit.test.ts │ │ └── blog │ │ ├── index │ │ │ ├── mock.ts │ │ │ └── unit.test.ts │ │ └── writer │ │ ├── mock.ts │ │ └── unit.test.ts │ ├── .env.test │ └── setup.ts ├── addons │ └── init-mongo.js ├── keys │ ├── private.pem │ └── public.pem ├── .env ├── .gitignore ├── .dockerignore ├── .eslintrc ├── .eslintignore ├── .prettierrc ├── .prettierignore ├── .travis.yml ├── Dockerfile ├── docker-compose.yml ├── package-lock.json ├── package.json ├── jest.config.js └── tsconfig.json ``` ## Directory Traversal for Signup API call `/src → server.ts → app.ts → /routes/index.ts → /auth/apikey.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /routes/access/signup.ts → schema.ts → /helpers/validator.ts → asyncHandler.ts → /database/repository/UserRepo.ts → /database/model/User.ts → /core/ApiResponses.ts` ## API Examples * Signup * Method and Headers ``` POST /signup/basic HTTP/1.1 Host: localhost:3000 x-api-key: GCMUDiuY5a7WvyUNt9n3QztToSHzK7Uj Content-Type: application/json ``` * Request Body ```json { "name" : "Janishar Ali", "email": "[email protected]", "password": "changeit", "profilePicUrl": "https://avatars1.githubusercontent.com/u/11065002?s=460&u=1e8e42bda7e6f579a2b216767b2ed986619bbf78&v=4" } ``` * Response Body: 200 ```json { "statusCode": "10000", "message": "Signup Successful", "data": { "user": { "_id": "63a19e5ba2730d1599d46c0b", "name": "Janishar Ali", "roles": [ { "_id": "63a197b39e07f859826e6626", "code": "LEARNER", "status": true } ], "profilePicUrl": "https://avatars1.githubusercontent.com/u/11065002?s=460&u=1e8e42bda7e6f579a2b216767b2ed986619bbf78&v=4" }, "tokens": { "accessToken": "some_token", "refreshToken": "some_token" } } } ``` * Response Body: 400 ```json { "statusCode": "10001", "message": "Bad Parameters" } ``` * Profile Private * Method and Headers ``` GET /profile/my HTTP/1.1 Host: localhost:3000 x-api-key: GCMUDiuY5a7WvyUNt9n3QztToSHzK7Uj Content-Type: application/json Authorization: Bearer <your_token_received_from_signup_or_login> ``` * Response Body: 200 ```json { "statusCode": "10000", "message": "success", "data": { "name": "Janishar Ali Anwar", "profilePicUrl": "https://avatars1.githubusercontent.com/u/11065002?s=460&u=1e8e42bda7e6f579a2b216767b2ed986619bbf78&v=4", "roles": [ { "_id": "5e7b8acad7aded2407e078d7", "code": "LEARNER" }, { "_id": "5e7b8c22d347fc2407c564a6", "code": "WRITER" }, { "_id": "5e7b8c2ad347fc2407c564a7", "code": "EDITOR" } ] } } ``` ### Find this project useful ? :heart: * Support it by clicking the :star: button on the upper right of this page. :v: ### License ``` Copyright (C) 2022 JANISHAR ALI ANWAR Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```
3,058
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
<img width="120" height="120" title="PostGraphile logo" src="https://cdn.rawgit.com/graphile/graphile.github.io/a6225f8c3052df5c276ecef28aeb0cade1aec16a/logos/postgraphile.optimized.svg" /> # PostGraphile [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?label=GitHub%20sponsors)](https://github.com/sponsors/benjie) [![Patreon sponsor button](https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg)](https://patreon.com/benjie) [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile) [![Package on npm](https://img.shields.io/npm/v/postgraphile.svg?style=flat)](https://www.npmjs.com/package/postgraphile) ![MIT license](https://img.shields.io/npm/l/postgraphile.svg) [![Follow](https://img.shields.io/badge/[email protected])](https://twitter.com/GraphileHQ) _**Instant lightning-fast GraphQL API backed primarily by your PostgreSQL database. Highly customisable and extensible thanks to incredibly powerful plugin system.**_ _Formerly "PostGraphQL"._ ## Documentation: [graphile.org/postgraphile](https://graphile.org/postgraphile) <!-- SPONSORS_BEGIN --> ## Crowd-funded open-source software To help us develop this software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship. ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/) And please give some love to our featured sponsors 🤩: <table><tr> <td align="center"><a href="https://surge.io/"><img src="https://graphile.org/images/sponsors/surge.png" width="90" height="90" alt="Surge" /><br />Surge</a> *</td> <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td> <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td> <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td> </tr><tr> <td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td> <td align="center"><a href="https://www.fanatics.com/"><img src="https://graphile.org/images/sponsors/fanatics.png" width="90" height="90" alt="Fanatics" /><br />Fanatics</a> *</td> <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td> <td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td> </tr><tr> <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td> <td align="center"><a href="https://politicsrewired.com/"><img src="https://graphile.org/images/sponsors/politics-rewired.png" width="90" height="90" alt="Politics Rewired" /><br />Politics Rewired</a></td> <td align="center"><a href="https://iasql.com/"><img src="https://graphile.org/images/sponsors/IaSQL.png" width="90" height="90" alt="IaSQL" /><br />IaSQL</a></td> </tr></table> <em>\* Sponsors the entire Graphile suite</em> <!-- SPONSORS_END --> ## About **GraphQL** is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services. **PostgreSQL** is the self-proclaimed “world’s most advanced open source database,” with each new release bringing more amazing features and performance gains. Thinking of your database as a plain CRUD store is now an archaic viewpoint as modern PostgreSQL can do so much for you &mdash; from authorization with Row-Level Security (RLS, introduced in PG9.5), through Foreign Data Wrappers (FDW), to real time notifications with `LISTEN`/`NOTIFY`. **PostGraphile** pairs these two incredible technologies together, helping you not only build applications more rapidly, but to build lightning-fast applications. PostGraphile allows you to access the power of PostgreSQL through a well designed, extensible, customisable and incredibly performant GraphQL server. It automatically detects tables, columns, indexes, relationships, views, types, functions, comments, and more - providing a GraphQL server that is highly intelligent about your data, and that automatically updates itself without restarting when you change your database schema. With PostGraphile, a well designed database schema should serve the basis for a well thought out API. PostgreSQL already has amazing authorization and relationship infrastructure, _why duplicate that logic_ in a custom API? A PostGraphile API is likely to provide a more performant and standards compliant GraphQL API than any created in-house, and can be built in a fraction of the time. Focus on your product and let PostGraphile worry about the API layer. Once you need to expand beyond this, we have a powerful plugin system including many [community contributed plugins](https://www.graphile.org/postgraphile/community-plugins/). For a critical evaluation of PostGraphile to determine if it fits in your tech stack, read [evaluating PostGraphile for your project](https://www.graphile.org/postgraphile/evaluating/). ## Introduction Watch a talk by the original author [Caleb](https://twitter.com/calebmer) at GraphQL Summit for a walk-through of building an application with PostGraphile in under 7 minutes. This was using v2 (then called PostGraphQL); we're now up to v4 which has many more bells and whistles! [![PostGraphile at GraphQL Summit](https://img.youtube.com/vi/b3pwlCDy6vY/0.jpg)](https://www.youtube.com/watch?v=b3pwlCDy6vY) Hear from the current maintainer [Benjie](https://twitter.com/benjie) at GraphQL Finland about the benefits of Database-Driven GraphQL Development: [![Database Driven GraphQL Development at GraphQL Finland](https://img.youtube.com/vi/XDOrhTXd4pE/0.jpg)](https://www.youtube.com/watch?v=XDOrhTXd4pE) ## Usage **Documentation: [graphile.org/postgraphile](https://graphile.org/postgraphile)** You can use PostGraphile via the CLI, as a Node.js middleware, or use the GraphQL schema directly. Make sure to check out the **[full usage instructions](https://graphile.org/postgraphile/usage/)** on the documentation website. We also have a [PostgreSQL schema design guide](https://www.graphile.org/postgraphile/postgresql-schema-design/) you can follow to build a fully functional PostGraphile API. ### CLI To get started you can install PostGraphile globally: ```bash npm install -g postgraphile ``` …and then just run it! By default, PostGraphile will connect to your local database at `postgres://localhost:5432` and introspect the `public` schema. See [the available CLI flags](https://www.graphile.org/postgraphile/usage-cli/) with: ```bash postgraphile --help ``` When you're ready to use PostGraphile for your own project, you're advised to install it locally with `yarn`, and run it with `npx`: ```bash yarn add postgraphile npx postgraphile --help ``` **macOS users**: PostGraphile has used port 5000 by default for 5+ years; recently Apple decided to bind the AirPlay service to port 5000 causing a conflict. Please use the `--port` option to bind to a different port. ### Middleware You can also use PostGraphile as [native HTTP, Connect, Express, or Koa (experimental) middleware](https://www.graphile.org/postgraphile/usage-library/), e.g.: ```bash yarn add postgraphile ``` ```js import { createServer } from 'http'; import postgraphile from 'postgraphile'; createServer(postgraphile()); ``` Check out [hapi-postgraphile](https://github.com/mshick/hapi-postgraphile) if you're interested in using PostGraphile as a [hapi](https://github.com/hapijs/hapi) server plugin. ### Docker To run via Docker, simply pass the [CLI options](https://www.graphile.org/postgraphile/usage-cli/) to the Docker container: ```bash docker pull graphile/postgraphile docker run --init graphile/postgraphile --help ``` E.g. you might run this command (substituting the relevant variables): ```bash docker run --init -p 5000:5000 graphile/postgraphile --connection postgres://POSTGRES_USER:POSTGRES_PASSWORD@POSTGRES_HOST:POSTGRES_PORT/POSTGRES_DATABASE --schema app_public --watch ``` **macOS users**: Please use a different port to avoid conflict with AirPlay. ## Read More **Full documentation for PostGraphile is located at [graphile.org/postgraphile](https://graphile.org/postgraphile).** PostGraphile features include: - Authorization (security) provided by PostgreSQL: - [role-based access control (RBAC)](https://www.postgresql.org/docs/10/static/sql-grant.html) - [row-level security (RLS)][row-level-security] - [Automatic GraphQL relations from SQL relations](https://www.graphile.org/postgraphile/relations/) - [PostgreSQL procedure support][procedure documentation]: - [Custom queries][advanced queries documentation] - [Custom mutations](https://www.graphile.org/postgraphile/custom-mutations/) - [Computed columns](https://www.graphile.org/postgraphile/computed-columns/) - Development UI (GraphiQL) built in - `--watch` mode, auto-detects changes in SQL schema, hot-reloads changes into GraphiQL - [Automatic documentation, enhanced by PostgreSQL `COMMENT`s](http://www.postgresql.org/docs/current/static/sql-comment.html) - [Schema customisation through smart comments](https://www.graphile.org/postgraphile/smart-comments/) - [Simple JWT authentication straight from the database](https://www.graphile.org/postgraphile/security/) - [Cursor-based pagination, Relay (classic & modern) compatible](https://www.graphile.org/postgraphile/connections/) - Global object identifiers (`nodeId` by default, but Relay-favoured `id` with `--classic-ids`) - Relay-compatible mutations - [Use direct from the CLI](https://www.graphile.org/postgraphile/usage-cli/) - [Use as Express, Connect, or Koa middleware](https://www.graphile.org/postgraphile/usage-library/) - [Just use the generated GraphQL schema](https://www.graphile.org/postgraphile/usage-schema/) [procedure documentation]: https://www.graphile.org/postgraphile/procedures/ [advanced queries documentation]: https://www.graphile.org/postgraphile/custom-queries/ [row-level-security]: http://www.postgresql.org/docs/current/static/ddl-rowsecurity.html ## Requirements [Full requirements are on the website](https://www.graphile.org/postgraphile/requirements/), but a basic summary is: - Node v8.6+ - PostgreSQL 9.6+ (officially; but currently works with 9.4+) - Linux, macOS or Windows Caveats: - PostGraphile does not have automated tests on Windows, if you notice any issues please file them (or send a PR!) ## Supporting PostGraphile The fastest and easiest way you can help PostGraphile thrive is by [sponsoring ongoing development and maintenance](https://graphile.org/sponsor/). Want to help testing and developing PostGraphile? Check out the [contributing document](CONTRIBUTING.md) to get started quickly! Commercial support, consultancy and development services are available direct from the maintainer; see [Professional Services](https://www.graphile.org/support/) for more information, or get in touch! The maintainer of this project is [@Benjie](https://twitter.com/benjie) - follow him on Twitter! ## Thanks Huge thanks to [the individuals and companies who sponsor PostGraphile's development](SPONSORS.md) - their financial contributions enable more time to be spent on the project: from bug fixes, to code review, to new features! If you want to help the project advance more rapidly, please join them in [supporting this project](https://graphile.org/sponsor/) 🙏 A humongous, heart-felt, thank you to the original author of PostGraphile - [Caleb Meredith](https://twitter.com/calebmer) - for everything he put into PostGraphile! He's now graduated from the project and we all wish him the best for his future ventures! Thanks also to the people working on [PostgREST](https://github.com/begriffs/postgrest) which was a huge inspiration for this project! Thanks and enjoy 👍
3,059
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
# mermaid [![Build CI Status](https://github.com/mermaid-js/mermaid/actions/workflows/build.yml/badge.svg)](https://github.com/mermaid-js/mermaid/actions/workflows/build.yml) [![NPM](https://img.shields.io/npm/v/mermaid)](https://www.npmjs.com/package/mermaid) [![npm minified gzipped bundle size](https://img.shields.io/bundlephobia/minzip/mermaid)](https://bundlephobia.com/package/mermaid) [![Coverage Status](https://coveralls.io/repos/github/mermaid-js/mermaid/badge.svg?branch=master)](https://coveralls.io/github/mermaid-js/mermaid?branch=master) [![CDN Status](https://img.shields.io/jsdelivr/npm/hm/mermaid)](https://www.jsdelivr.com/package/npm/mermaid) [![NPM](https://img.shields.io/npm/dm/mermaid)](https://www.npmjs.com/package/mermaid) [![Join our Slack!](https://img.shields.io/static/v1?message=join%20chat&color=9cf&logo=slack&label=slack)](https://join.slack.com/t/mermaid-talk/shared_invite/enQtNzc4NDIyNzk4OTAyLWVhYjQxOTI2OTg4YmE1ZmJkY2Y4MTU3ODliYmIwOTY3NDJlYjA0YjIyZTdkMDMyZTUwOGI0NjEzYmEwODcwOTE) [![Twitter Follow](https://img.shields.io/twitter/follow/mermaidjs_?style=social)](https://twitter.com/mermaidjs_) English | [简体中文](./README.zh-CN.md) <img src="./img/header.png" alt="" /> :trophy: **Mermaid was nominated and won the [JS Open Source Awards (2019)](https://osawards.com/javascript/2019) in the category "The most exciting use of technology"!!!** **Thanks to all involved, people committing pull requests, people answering questions! 🙏** <a href="https://mermaid-js.github.io/mermaid/landing/"><img src="https://github.com/mermaid-js/mermaid/blob/master/docs/intro/img/book-banner-post-release.jpg" alt="Explore Mermaid.js in depth, with real-world examples, tips & tricks from the creator... The first official book on Mermaid is available for purchase. Check it out!"></a> ## About <!-- <Main description> --> Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development. > Doc-Rot is a Catch-22 that Mermaid helps to solve. Diagramming and documentation costs precious developer time and gets outdated quickly. But not having diagrams or docs ruins productivity and hurts organizational learning.<br/> Mermaid addresses this problem by enabling users to create easily modifiable diagrams. It can also be made part of production scripts (and other pieces of code).<br/> <br/> Mermaid allows even non-programmers to easily create detailed diagrams through the [Mermaid Live Editor](https://mermaid.live/).<br/> [Tutorials](./docs/config/Tutorials.md) has video tutorials. Use Mermaid with your favorite applications, check out the list of [Integrations and Usages of Mermaid](./docs/misc/integrations.md). You can also use Mermaid within [GitHub](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) as well many of your other favorite applications—check out the list of [Integrations and Usages of Mermaid](./docs/misc/integrations.md). For a more detailed introduction to Mermaid and some of its more basic uses, look to the [Beginner's Guide](./docs/community/n00b-overview.md), [Usage](./docs/config/usage.md) and [Tutorials](./docs/config/Tutorials.md). 🌐 [CDN](https://www.jsdelivr.com/package/npm/mermaid) | 📖 [Documentation](https://mermaidjs.github.io) | 🙌 [Contribution](https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md) | 📜 [Changelog](./docs/CHANGELOG.md) In our release process we rely heavily on visual regression tests using [applitools](https://applitools.com/). Applitools is a great service which has been easy to use and integrate with our tests. <a href="https://applitools.com/"> <svg width="170" height="32" viewBox="0 0 170 32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="a" maskUnits="userSpaceOnUse" x="27" y="0" width="143" height="32"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.732.227h141.391v31.19H27.733V.227z" fill="#fff"></path></mask><g mask="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M153.851 22.562l1.971-3.298c1.291 1.219 3.837 2.402 5.988 2.402 1.971 0 2.903-.753 2.903-1.829 0-2.832-10.253-.502-10.253-7.313 0-2.904 2.51-5.45 7.099-5.45 2.904 0 5.234 1.004 6.955 2.367l-1.829 3.226c-1.039-1.075-3.011-2.008-5.126-2.008-1.65 0-2.725.717-2.725 1.685 0 2.546 10.289.395 10.289 7.386 0 3.19-2.724 5.52-7.528 5.52-3.012 0-5.916-1.003-7.744-2.688zm-5.7 2.259h4.553V.908h-4.553v23.913zm-6.273-8.676c0-2.689-1.578-5.02-4.446-5.02-2.832 0-4.409 2.331-4.409 5.02 0 2.724 1.577 5.055 4.409 5.055 2.868 0 4.446-2.33 4.446-5.055zm-13.588 0c0-4.912 3.442-9.07 9.142-9.07 5.736 0 9.178 4.158 9.178 9.07 0 4.911-3.442 9.106-9.178 9.106-5.7 0-9.142-4.195-9.142-9.106zm-5.628 0c0-2.689-1.577-5.02-4.445-5.02-2.832 0-4.41 2.331-4.41 5.02 0 2.724 1.578 5.055 4.41 5.055 2.868 0 4.445-2.33 4.445-5.055zm-13.587 0c0-4.912 3.441-9.07 9.142-9.07 5.736 0 9.178 4.158 9.178 9.07 0 4.911-3.442 9.106-9.178 9.106-5.701 0-9.142-4.195-9.142-9.106zm-8.425 4.338v-8.999h-2.868v-3.98h2.868V2.773h4.553v4.733h3.514v3.979h-3.514v7.78c0 1.111.574 1.936 1.578 1.936.681 0 1.326-.251 1.577-.538l.968 3.478c-.681.609-1.9 1.11-3.8 1.11-3.191 0-4.876-1.648-4.876-4.767zm-8.962 4.338h4.553V7.505h-4.553V24.82zm-.43-21.905a2.685 2.685 0 012.688-2.69c1.506 0 2.725 1.184 2.725 2.69a2.724 2.724 0 01-2.725 2.724c-1.47 0-2.688-1.219-2.688-2.724zM84.482 24.82h4.553V.908h-4.553v23.913zm-6.165-8.676c0-2.976-1.793-5.02-4.41-5.02-1.47 0-3.119.825-3.908 1.973v6.094c.753 1.111 2.438 2.008 3.908 2.008 2.617 0 4.41-2.044 4.41-5.055zm-8.318 6.453v8.82h-4.553V7.504H70v2.187c1.327-1.685 3.227-2.618 5.342-2.618 4.446 0 7.672 3.299 7.672 9.07 0 5.773-3.226 9.107-7.672 9.107-2.043 0-3.907-.86-5.342-2.653zm-10.718-6.453c0-2.976-1.793-5.02-4.41-5.02-1.47 0-3.119.825-3.908 1.973v6.094c.753 1.111 2.438 2.008 3.908 2.008 2.617 0 4.41-2.044 4.41-5.055zm-8.318 6.453v8.82H46.41V7.504h4.553v2.187c1.327-1.685 3.227-2.618 5.342-2.618 4.446 0 7.672 3.299 7.672 9.07 0 5.773-3.226 9.107-7.672 9.107-2.043 0-3.908-.86-5.342-2.653zm-11.758-1.936V18.51c-.753-1.004-2.187-1.542-3.657-1.542-1.793 0-3.263.968-3.263 2.617 0 1.65 1.47 2.582 3.263 2.582 1.47 0 2.904-.502 3.657-1.506zm0 4.159v-1.829c-1.183 1.434-3.227 2.259-5.485 2.259-2.761 0-5.988-1.864-5.988-5.736 0-4.087 3.227-5.593 5.988-5.593 2.33 0 4.337.753 5.485 2.115V13.85c0-1.756-1.506-2.904-3.8-2.904-1.829 0-3.55.717-4.984 2.044L28.63 9.8c2.115-1.901 4.84-2.726 7.564-2.726 3.98 0 7.6 1.578 7.6 6.561v11.186h-4.588z" fill="#00A298"></path></g><path fill-rule="evenodd" clip-rule="evenodd" d="M14.934 16.177c0 1.287-.136 2.541-.391 3.752-1.666-1.039-3.87-2.288-6.777-3.752 2.907-1.465 5.11-2.714 6.777-3.753.255 1.211.39 2.466.39 3.753m4.6-7.666V4.486a78.064 78.064 0 01-4.336 3.567c-1.551-2.367-3.533-4.038-6.14-5.207C11.1 4.658 12.504 6.7 13.564 9.262 5.35 15.155 0 16.177 0 16.177s5.35 1.021 13.564 6.915c-1.06 2.563-2.463 4.603-4.507 6.415 2.607-1.169 4.589-2.84 6.14-5.207a77.978 77.978 0 014.336 3.568v-4.025s-.492-.82-2.846-2.492c.6-1.611.93-3.354.93-5.174a14.8 14.8 0 00-.93-5.174c2.354-1.673 2.846-2.492 2.846-2.492" fill="#00A298"></path></svg> </a> <!-- </Main description> --> ## Examples **The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the [text syntax](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference).** <!-- <Flowchart> --> ### Flowchart [<a href="https://mermaid-js.github.io/mermaid/#/flowchart">docs</a> - <a href="https://mermaid.live/edit#pako:eNpNkMtqwzAQRX9FzKqFJK7t1km8KDQP6KJQSLOLvZhIY1tgS0GWmgbb_165IaFaiXvOFTPqgGtBkEJR6zOv0Fj2scsU8-ft8I5G5Gw6fe339GN7tnrYaafE45WvRsLW3Ya4bKVWwzVe_xU-FfVsc9hR62rLwvw_2591z7Y3FuUwgYZMg1L4ObrRzMBW1FAGqb8KKtCLGWRq8Ko7CbS0FdJqA2mBdUsTQGf110VxSK1xdJM2EkuDzd2qNQrypQ7s5TQuXcrW-ie5VoUsx9yZ2seVtac2DYIRz0ppK3eccd0ErRTjD1XfyyRIomSBUUzJPMaXOBb8GC4XRfQcFmL-FEYIwzD8AggvcHE">live editor</a>] ``` flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] ``` ```mermaid flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] ``` ### Sequence diagram [<a href="https://mermaid-js.github.io/mermaid/#/sequenceDiagram">docs</a> - <a href="https://mermaid.live/edit#pako:eNo9kMluwjAQhl_F-AykQMuSA1WrbuLQQ3v1ZbAnsVXHkzrjVhHi3etQwKfRv4w-z0FqMihL2eF3wqDxyUEdoVHhwTuNk-12RzaU4g29JzHMY2HpV0BE0VO6V8ETtdkGz1Zb1F8qiPyG5LX84mrLAmpwoWNh-5a0pWCiAxUwGBXeiVHEU4oq8V_6AHYUwAu2lLLTjVQ4bc1rT2yleI0IfJG320faZ9ABbk-Jz3hZnFxBduR9L2oiM5Jj2WBswJn8-cMArSRbbFDJMo8GK0ielVThmKOpNcD4bBxTlGUFvsOxhMT02QctS44JL6HzAS-iJzCYOwfJfTscunYd542aQuXqQU_RZ9kyt11ZFIM9rR3btJ9qaorOGQuR7c9mWSznyzXMF7hcLeBusTB6P9usq_ntrDKrm9kc5PF4_AMJE56Z">live editor</a>] ``` sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! ``` ```mermaid sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! ``` ### Gantt chart [<a href="https://mermaid-js.github.io/mermaid/#/gantt">docs</a> - <a href="https://mermaid.live/edit#pako:eNp90cGOgyAQBuBXIZxtFbG29bbZ3fsmvXKZylhJEAyOTZrGd1_sto3xsHMBhu-HBO689hp5xS_giJQbsCbjHTv9jcp9-q63SKhZpb3DhMXSOIiE5ZkoNpnYZGXynh6U-4jBK7JnVfBYJo9QvgjtEya1cj8QwFq0TMz4lZqxTBg0hOF5m1jifI2Lf7Bc490CyxUu1rhc4GLGPOEdhg6Mjq92V44xxanFDhWv4lRjA6MlxZWbIh17DYTf2pAPvGrADphwGMmfbq7mFYURX-jLwCVA91bWg8YYunO69Y8vMgPFI2vvGnOZ-2Owsd0S9UOVpvP29mKoHc_b2nfpYHQLgdrrsUzLvDxALrHcS9hJqeuzOB6avBCN3mciBz5N0y_wxZ0J">live editor</a>] ``` gantt section Section Completed :done, des1, 2014-01-06,2014-01-08 Active :active, des2, 2014-01-07, 3d Parallel 1 : des3, after des1, 1d Parallel 2 : des4, after des1, 1d Parallel 3 : des5, after des3, 1d Parallel 4 : des6, after des4, 1d ``` ```mermaid gantt section Section Completed :done, des1, 2014-01-06,2014-01-08 Active :active, des2, 2014-01-07, 3d Parallel 1 : des3, after des1, 1d Parallel 2 : des4, after des1, 1d Parallel 3 : des5, after des3, 1d Parallel 4 : des6, after des4, 1d ``` ### Class diagram [<a href="https://mermaid-js.github.io/mermaid/#/classDiagram">docs</a> - <a href="https://mermaid.live/edit#pako:eNpdkTFPwzAQhf-K5QlQ2zQJJG1UBaGWDYmBgYEwXO1LYuTEwXYqlZL_jt02asXm--690zvfgTLFkWaUSTBmI6DS0BTt2lfzkKx-p1PytEO9f1FtdaQkI2ulZNGuVqK1qEtgmOfk7BitSzKdOhg59XuNGgk0RDxed-_IOr6uf8cZ6UhTZ8bvHqS5ub1mr9svZPbjk6DEBlu7AQuXyBkx4gcvDk9cUMJq0XT_YaW0kNK5j-ufAoRzcihaQvLcoN4Jv50vvVxw_xrnD3RCG9QNCO4-8OgpqK1dpoJm7smxhF7agp6kfcfB4jMXVmmalW4tnFDorXrbt4xmVvc4is53GKFUwNF5DtTuO3-sShjrJjLVlqLyvNfS4drazmRB4NuzSti6386YagIjeA3a1rtlEiRRsoAoxiSN4SGOOduGy0UZ3YclT-dhBHQYhj8dc6_I">live editor</a>] ``` classDiagram Class01 <|-- AveryLongClass : Cool <<Interface>> Class01 Class09 --> C2 : Where am I? Class09 --* C3 Class09 --|> Class07 Class07 : equals() Class07 : Object[] elementData Class01 : size() Class01 : int chimp Class01 : int gorilla class Class10 { <<service>> int id size() } ``` ```mermaid classDiagram Class01 <|-- AveryLongClass : Cool <<Interface>> Class01 Class09 --> C2 : Where am I? Class09 --* C3 Class09 --|> Class07 Class07 : equals() Class07 : Object[] elementData Class01 : size() Class01 : int chimp Class01 : int gorilla class Class10 { <<service>> int id size() } ``` ### State diagram [<a href="https://mermaid-js.github.io/mermaid/#/stateDiagram">docs</a> - <a href="https://mermaid.live/edit#pako:eNpdkEFvgzAMhf8K8nEqpYSNthx22Xbcqcexg0sCiZQQlDhIFeK_L8A6TfXp6fOz9ewJGssFVOAJSbwr7ByadGR1n8T6evpO0vQ1uZDSekOrXGFsPqJPO6q-2-imH8f_0TeHXm50lfelsAMjnEHFY6xpMdRAUhhRQxUlFy0GTTXU_RytYeAx-AdXZB1ULWovdoCB7OXWN1CRC-Ju-r3uz6UtchGHJqDbsPygU57iysb2reoWHpyOWBINvsqypb3vFMlw3TfWZF5xiY7keC6zkpUnZIUojwW-FAVvrvn51LLnvOXHQ84Q5nn-AVtLcwk">live editor</a>] ``` stateDiagram-v2 [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*] ``` ```mermaid stateDiagram-v2 [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*] ``` ### Pie chart [<a href="https://mermaid-js.github.io/mermaid/#/pie">docs</a> - <a href="https://mermaid.live/edit#pako:eNo9jsFugzAMhl8F-VzBgEEh13Uv0F1zcYkTIpEEBadShXj3BU3dzf_n77e8wxQUgYDVkvQSbsFsEgpRtEN_5i_kvzx05XiC-xvUHVzAUXRoVe7v0heFBJ7JkQSRR0Ua08ISpD-ymlaFTN_KcoggNC4bXQATh5-Xn0BwTPSWbhZNRPdvLQEV5dIO_FrPZ43dOJ-cgtfWnDzFJeOZed1EVZ3r0lie06Ocgqs2q2aMPD_HvuqbfsCmpf7aYte2anrU46Cbz1qr60fdIBzH8QvW9lkl">live editor</a>] ``` pie "Dogs" : 386 "Cats" : 85.9 "Rats" : 15 ``` ```mermaid pie "Dogs" : 386 "Cats" : 85.9 "Rats" : 15 ``` ### Git graph [experimental - <a href="https://mermaid.live/edit#pako:eNqNkMFugzAMhl8F-VyVAR1tOW_aA-zKxSSGRCMJCk6lCvHuNZPKZdM0n-zf3_8r8QIqaIIGMqnB8kfEybQ--y4VnLP8-9RF9Mpkmm40hmlnDKmvkPiH_kfS7nFo_VN0FAf6XwocQGgxa_nGsm1bYEOOWmik1dRjGrmF1q-Cpkkj07u2HCI0PY4zHQATh8-7V9BwTPSE3iwOEd1OjQE1iWkBvk_bzQY7s0Sq4Hs7bHqKo8iGeZqbPN_WR7mpSd1RHpvPVhuMbG7XOq_L-oJlRfW5wteq0qorrpe-PBW9Pr8UJcK6rg-BLYPQ">live editor</a>] ### User Journey diagram [<a href="https://mermaid-js.github.io/mermaid/#/user-journey">docs</a> - <a href="https://mermaid.live/edit#pako:eNplkMFuwjAQRH9l5TMiTVIC-FqqnjhxzWWJN4khsSN7XRSh_HsdKBVt97R6Mzsj-yoqq0hIAXCywRkaSwNxWHNHsB_hYt1ZmwYUfiueKtbWwIcFtjf5zgH2eCZgQgkrCXt64GgMg2fUzkvIn5Xd_V5COtMFvCH_62ht_5yk7MU8sn61HDTfxD8VYiF6cj1qFd94nWkpuKWYKWRcFdUYOi5FaaZoDYNCpnel2Toha-w8LQQGtofRVEKyC_Qw7TQ2DvsfV2dRUTy6Ch6H-UMb7TlGVtbUupl5cF3ELfPgZZLM8rLR3IbjsrJ94rVq0XH7uS2SIis2mOVUrHNc5bmqjul2U2evaa3WL2mGYpqmL2BGiho">live editor</a>] ``` journey title My working day section Go to work Make tea: 5: Me Go upstairs: 3: Me Do work: 1: Me, Cat section Go home Go downstairs: 5: Me Sit down: 3: Me ``` ```mermaid journey title My working day section Go to work Make tea: 5: Me Go upstairs: 3: Me Do work: 1: Me, Cat section Go home Go downstairs: 5: Me Sit down: 3: Me ``` ### C4 diagram [<a href="https://mermaid-js.github.io/mermaid/#/c4c">docs</a>] ``` C4Context title System Context diagram for Internet Banking System Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.") Person(customerB, "Banking Customer B") Person_Ext(customerC, "Banking Customer C") System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.") Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.") Enterprise_Boundary(b1, "BankBoundary") { SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.") System_Boundary(b2, "BankBoundary2") { System(SystemA, "Banking System A") System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.") } System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.") SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.") Boundary(b3, "BankBoundary3", "boundary") { SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.") SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.") } } BiRel(customerA, SystemAA, "Uses") BiRel(SystemAA, SystemE, "Uses") Rel(SystemAA, SystemC, "Sends e-mails", "SMTP") Rel(SystemC, customerA, "Sends e-mails to") ``` ```mermaid C4Context title System Context diagram for Internet Banking System Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.") Person(customerB, "Banking Customer B") Person_Ext(customerC, "Banking Customer C") System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.") Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.") Enterprise_Boundary(b1, "BankBoundary") { SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.") System_Boundary(b2, "BankBoundary2") { System(SystemA, "Banking System A") System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.") } System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.") SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.") Boundary(b3, "BankBoundary3", "boundary") { SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.") SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.") } } BiRel(customerA, SystemAA, "Uses") BiRel(SystemAA, SystemE, "Uses") Rel(SystemAA, SystemC, "Sends e-mails", "SMTP") Rel(SystemC, customerA, "Sends e-mails to") ``` ## Release For those who have the permission to do so: Update version number in `package.json`. ```sh npm publish ``` The above command generates files into the `dist` folder and publishes them to npmjs.org. ## Related projects - [Command Line Interface](https://github.com/mermaid-js/mermaid-cli) - [Live Editor](https://github.com/mermaid-js/mermaid-live-editor) - [HTTP Server](https://github.com/TomWright/mermaid-server) ## Contributors [![Good first issue](https://img.shields.io/github/labels/mermaid-js/mermaid/Good%20first%20issue%21)](https://github.com/mermaid-js/mermaid/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+first+issue%21%22) [![Contributors](https://img.shields.io/github/contributors/mermaid-js/mermaid)](https://github.com/mermaid-js/mermaid/graphs/contributors) [![Commits](https://img.shields.io/github/commit-activity/m/mermaid-js/mermaid)](https://github.com/mermaid-js/mermaid/graphs/contributors) Mermaid is a growing community and is always accepting new contributors. There's a lot of different ways to help out and we're always looking for extra hands! Look at [this issue](https://github.com/mermaid-js/mermaid/issues/866) if you want to know where to start helping out. Detailed information about how to contribute can be found in the [contribution guide](CONTRIBUTING.md) ## Security and safe diagrams For public sites, it can be precarious to retrieve text from users on the internet, storing that content for presentation in a browser at a later stage. The reason is that the user content can contain embedded malicious scripts that will run when the data is presented. For Mermaid this is a risk, specially as mermaid diagrams contain many characters that are used in html which makes the standard sanitation unusable as it also breaks the diagrams. We still make an effort to sanitise the incoming code and keep refining the process but it is hard to guarantee that there are no loop holes. As an extra level of security for sites with external users we are happy to introduce a new security level in which the diagram is rendered in a sandboxed iframe preventing javascript in the code from being executed. This is a great step forward for better security. _Unfortunately you can not have a cake and eat it at the same time which in this case means that some of the interactive functionality gets blocked along with the possible malicious code._ ## Reporting vulnerabilities To report a vulnerability, please e-mail [email protected] with a description of the issue, the steps you took to create the issue, affected versions, and if known, mitigations for the issue. ## Appreciation A quick note from Knut Sveidqvist: > _Many thanks to the [d3](https://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries!_ > > _Thanks also to the [js-sequence-diagram](https://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the sequence diagrams. Thanks to Jessica Peter for inspiration and starting point for gantt rendering._ > > _Thank you to [Tyler Long](https://github.com/tylerlong) who has been a collaborator since April 2017._ > > _Thank you to the ever-growing list of [contributors](https://github.com/knsv/mermaid/graphs/contributors) that brought the project this far!_ --- _Mermaid was created by Knut Sveidqvist for easier documentation._
3,060
Firebase Javascript SDK
# Firebase Javascript SDK <!-- BADGES --> ![Build Status](https://img.shields.io/github/workflow/status/firebase/firebase-js-sdk/Run%20All%20Tests.svg) [![Version](https://img.shields.io/npm/v/firebase.svg?label=version)](https://www.npmjs.com/package/firebase) [![Coverage Status](https://coveralls.io/repos/github/firebase/firebase-js-sdk/badge.svg?branch=master)](https://coveralls.io/github/firebase/firebase-js-sdk?branch=master) <!-- END BADGES --> The Firebase JavaScript SDK implements the client-side libraries used by applications using Firebase services. This SDK is distributed via: - [CDN](https://firebase.google.com/docs/web/setup/#add-sdks-initialize) - [npm package](https://www.npmjs.com/package/firebase) - [Bower package](https://github.com/firebase/firebase-bower) To get started using Firebase, see [Add Firebase to your JavaScript Project](https://firebase.google.com/docs/web/setup). [![Release Notes](https://img.shields.io/npm/v/firebase.svg?style=flat-square&label=Release%20Notes%20for&labelColor=039be5&color=666)](https://firebase.google.com/support/release-notes/js) ## Upgrade to Version 9 Version 9 has a redesigned API that supports tree-shaking. Read the [Upgrade Guide](https://firebase.google.com/docs/web/modular-upgrade) to learn more. ## Supported Environments Please see [Environment Support](https://firebase.google.com/support/guides/environments_js-sdk). ## SDK Dev Workflow ### Prerequisites #### Node.js Before you can start working on the Firebase JS SDK, you need to have Node.js installed on your machine. The currently supported versions are `10.15.0` or greater. To download Node.js visit https://nodejs.org/en/download/. _NOTE: You can use a tool like [`NVM`](https://github.com/creationix/nvm) or [`N`](https://github.com/tj/n) to install and manage multiple node versions_ #### Yarn In addition to Node.js we use `yarn` to facilitate multi package development. To install `yarn` follow the instructions listed on their website: https://yarnpkg.com/en/docs/install #### Java The closure compiler requires a modern Java installation. Java 8+ should be installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html #### Verify Prerequisites You can verify your setup by running the following commands in your terminal: ```bash $ node -v $ yarn -v $ java -version ``` Your Node.js version should be `10.15.0` or greater, your `yarn` version should be `1.0.0` or greater, and your `java` version should be `1.8.0` or greater. _NOTE: We will update the documentation as new versions are required, however for continuing development on the SDK, staying up to date on the stable versions of these packages is advised_ ### Install Dependencies Once you have Node.js and `yarn` installed on your machine and have validated that you are running the proper version, you can set up the development environment by running the following at the root of the SDK: ```bash $ yarn ``` Once you have installed all the dependencies, you can build the entire SDK by running the following command the root of the SDK: ```bash $ yarn build ``` ## Testing the SDK ### Test Setup A production project is required to test the Firebase JS SDK. You can create a new project by visiting the [Firebase Console](https://console.firebase.google.com/). #### Web App Setup Visit the "Project Overview" and select "Add app" under your project name. Register the app with a nickname and click through the remaining steps. Without performing this step, you will encounter the error in the test setup: ``` FirebaseError: There are no WEB apps associated with this Firebase project ``` #### Firestore Database Setup Visit the "Firestore Database" section of the console and create a Cloud Firestore database. When prompted to select the set of initial security rules, select any option (e.g. "Start in Production Mode") since these permission settings will be overwritten below. #### Realtime Database Setup Visit the "Realtime Database" section of the console and create a realtime database. When prompted to select the set of initial security rules, select any option (e.g. "Start in Production Mode") since these permission settings will be overwritten below. #### Authentication Support Visit the authentication config in your project and enable the `Anonymous` sign-in provider to complete your project config. #### Automated Setup The tests need to be configured to use the Firebase production project that you created in the "Test Setup" section above. To do this, run the `yarn test:setup` command, as follows: ```bash # Select the Firebase project via the text-based UI. $ yarn test:setup # Specify the Firebase project via the command-line arguments. $ yarn test:setup --projectId=<test_firebase_project_id> ``` If you see an error like ``` HTTP Error: 404, Project '<test_firebase_project_id>' does not exist. ``` then make sure that you have created the database as specified in the "Firestore Database Setup" section above. ### Running the tests Each of the directories in the `integration` directory as well as the `packages` directory have their own test suites. You will need to build the SDK before running tests. Test suites can be run all together by running the following command at the root of the package: ```bash $ yarn test ``` In addition, you can run any of the tests individually by running `yarn test` in an individual package directory. ## Building the SDK ### Introduction The Firebase JS SDK is built with a series of individual packages that are all contained in this repository. Development is coordinated via [yarn workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/) and [Lerna](https://lerna.js.org/) (a monorepo management tool). Each package in the `packages` directory, constitute a piece of our implementation. The SDK is built via a combination of all of these packages which are published under the [`firebase` scope](https://www.npmjs.com/search?q=scope%3Afirebase) on NPM. ### Testing the SDK Locally Please be sure to build your repo before proceeding any further. In order to manually test your SDK changes locally, you must use [yarn link](https://classic.yarnpkg.com/en/docs/cli/link): ```shell $ cd packages/firebase $ yarn link # initialize the linking to the other folder $ cd ../<my-test-app-dir> # cd into your personal project directory $ yarn link firebase # tell yarn to use the locally built firebase SDK instead ``` This will create a symlink and point your `<my-test-app-dir>` to the locally built version of the firebase SDK. ### Helper Scripts Each package in the `packages` directory exposes a `dev` script. This script will set up a watcher for development on the individual piece of the SDK. In addition, there is a top level `dev` script that can be run to start all of the watch tasks as well as a sandbox server. You can run the dev script by running the following at the root of the package: ```bash $ yarn dev ``` ### Prepush Hooks As part of this repo, we use the NPM package [`husky`](https://npm.im/husky) to implement git hooks. We leverage the prepush hook to do two things: - Automated code styling (using [`prettier`](https://npm.im/prettier)) - Automated LICENSE header insertion ## Contributing See [Contributing](./CONTRIBUTING.md) for more information on contributing to the Firebase JavaScript SDK. ### Big Thanks Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs][homepage] [homepage]: https://saucelabs.com
3,061
Materio is the Most Powerful & Comprehensive free Next.js React admin template based on MUI !! 🚀
<p align="center"></p> <p align="center"> <a href="https://themeselection.com/item/materio-free-mui-react-nextjs-admin-template/" target="_blank"> <img src="https://user-images.githubusercontent.com/64475785/158384184-1fe44a59-6b68-40f5-b860-d14c51f0ce5d.svg" alt="materio-logo" width="60px" height="auto"> </a> </p> <h1 align="center"> <a href="https://themeselection.com/item/materio-free-mui-react-nextjs-admin-template/" target="_blank" align="center"> Materio - Free MUI React NextJS Admin Template </a> </h1> <p align="center">Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! </p> <p align="center"> <a href="https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/themeselection/materio-mui-react-nextjs-admin-template-free" alt="license"> </a> <a href="https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/releases"> <img src="https://img.shields.io/github/v/release/themeselection/materio-mui-react-nextjs-admin-template-free" alt="GitHub release (latest by date)"> </a> <a href="https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues"> <img src="https://img.shields.io/github/issues/themeselection/materio-mui-react-nextjs-admin-template-free" alt="GitHub open issues"> </a> <a href="https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues?q=is%3Aissue+is%3Aclosed"> <img src="https://img.shields.io/github/issues-closed/themeselection/materio-mui-react-nextjs-admin-template-free" alt="GitHub closed issues"> </a> <a href="https://twitter.com/Theme_Selection" target="_blank"> <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/Theme_Selection"> </a> </p> <kbd>[![Materio - Free MUI React NextJS Admin Template Demo Screenshot](https://user-images.githubusercontent.com/64475785/158384546-57879619-2d6d-4df6-8dc3-b4e53a536d50.png)](https://themeselection.com/item/materio-free-mui-react-nextjs-admin-template/)</kbd> ## Introduction 🚀 If you’re a developer looking for most Powerful & comprehensive [**Free MUI React NextJS Admin Dashboard Template**](https://themeselection.com/item/materio-free-mui-react-nextjs-admin-template/) built for developers, rich with features, and highly customizable, look no further than Materio. We’ve followed the highest industry standards to bring you the very best admin template that is not only easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle. Build premium quality applications with ease. Use our one of the most innovative [React admin templates](https://themeselection.com/item/category/react-admin-templates/) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices. Materio provides template with Javascript and Typescript [View Demo](https://demos.themeselection.com/materio-mui-react-nextjs-admin-template-free/) ## Installation ⚒️ Installing and running the template is super easy in Materio, please follow these steps and you should be ready to rock 🤘 1. Make sure you have installed Node.js (LTS). If Node.js is already installed in your system, make sure the installed version is LTS (and not the latest version) 2. Navigate to the `typescript-version` or `javascript-version` folder and run following command to install our local dependencies listed in `package.json`. You can use `npm` OR `yarn` as per your preference. > It is recommended to use yarn for better dependency management ```bash # For npm npm install --legacy-peer-deps # For yarn yarn install ``` 3. Now, you are ready to start the server with the help of command shown below. Open [http://localhost:3000/](http://localhost:3000/) to check your development 🚀. ```bash # For npm npm run dev # For yarn yarn dev ``` ## What's Included 📦 - Layouts - Blank - Full - Boxed - Dashboard - Pages - Account Settings - Login - Register - Error - Typography - Material Design Icons by Community - Basic Cards - Tables - Form Layouts ## What's in Premium Version 💎 | Materio Free Version | Materio Premium Version | | :------------------- | :---------------------- | | [Demo](https://demos.themeselection.com/materio-mui-react-nextjs-admin-template-free/) | [Demo](https://demos.themeselection.com/materio-mui-react-nextjs-admin-template/landing/) | | [Download](https://themeselection.com/products/materio-free-mui-react-nextjs-admin-template/) | [Purchase](https://themeselection.com/products/materio-mui-react-nextjs-admin-template/) | | Simple vertical menu | Vertical (+ vertical collapsed) menu & Horizontal menu | | Default skin | Default, bordered & semi dark skins | | 1 Simple Dashboard | 3 Niche Dashboards | | - | Multiple applications like Email, Chat, Calendar, Invoice, User List, User View and Roles & Permission | | Simple from layouts | Form elements, advance form layouts, form validation & form wizard | | Basic Cards | Basic, Advance, Statistics, Analytics, Gamifications and Actions Cards | | 3 Custom Components | 15 Custom Components | | - | Quick Search - Quickly navigate between pages (with hotkey support) | | Basic tables | Advanced tables + Data Grid Tables | | 1 Chart Library | 3 Chart Libraries | | User Overridable Layout | User Overridable Layout & Theme | | Account Settings, Login, Register and Error pages | Authentication pages in 2 Variants + Ready to use pages like User Profile, Account Settings, FAQ, Pricing and some Misc pages | | Single-level menu | Multi-level menu (Grouped menu items) | | - | Multiple navbar & footer options | | - | JWT Authentication | | - | RTL (Right-to-Left) Support | | - | Redux | | - | Access Control (ACL - CASL) | | - | Multi-lingual Support | | - | Starter-kit | | - | Customizer drawer to check options in live app | | Limited customization | Endless customization possibilities | | Regular Support | Premium Support | ## Documentation 📜 Check out our live [Documentation](https://demos.themeselection.com/materio-mui-react-nextjs-admin-template/documentation/) ## Browser Support 🖥️ At present, we officially aim to support the last two versions of the following browsers: - Chrome (latest) - FireFox (latest) - Safari (latest) - Microsoft Edge (latest) - Opera (latest) ## Contributing 🦸 Contribution are always welcome and recommended! Here is how: - Fork the repository ([here is the guide](https://docs.github.com/en/get-started/quickstart/fork-a-repo)). - Clone to your machine `git clone https://github.com/YOUR_USERNAME/REPO_NAME` - Make your changes - Create a pull request ### Contribution Requirements 🧰 - When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate. - If you use content provided by another party, it must be appropriately licensed using an open source license. - Contributions are only accepted through Github pull requests. - Finally, contributed code must work in all supported browsers (see above for browser support). ## Creators 😇 - [ThemeSelection](https://themeselection.com) ## Changelog 📆 Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add a detailed release notes to each new release. ## NOTE 🏷️ **We request you to keep ThemeSelection credit link in the footer section.** ## Looking For Premium Admin Templates ?? 👀 **[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use Free and Premium [Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/), [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/), [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/), [React Admin Templates](https://themeselection.com/products/category/react-admin-templates/) and [Free UI Kits](https://themeselection.com/products/category/free-ui-kits/) to create your applications faster! If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Materio, then do visit [ThemeSelection](https://themeselection.com/). ## Other variants - [Materio - Vuetify VueJS Free Admin Template](https://themeselection.com/products/materio-free-vuetify-vuejs-admin-template/) - [Materio - Vuetify VueJS Laravel Free Admin Template](https://themeselection.com/products/materio-free-vuetify-vuejs-laravel-admin-template/) - [Materio - Figma Admin Dashboard UI Kit](https://themeselection.com/products/materio-figma-admin-dashboard-ui-kit/) ## Credits 🙏 - [MUI](https://mui.com/) - [NextJS](https://nextjs.org/) - [React](https://reactjs.org/) - [Material Design Icons](https://materialdesignicons.com/) - [ApexCharts](https://apexcharts.com/) - [PerfectScrollbar](https://github.com/goldenyz/react-perfect-scrollbar) - [NProgress](https://github.com/rstacruz/nprogress) - [PopperJS](https://popper.js.org/) - [Humans Illustrations](https://humans.wannathis.one/) - [Freepik](https://www.freepik.com/) - [Unsplash](https://unsplash.com/) ## Useful Links 🎁 - [More products from ThemeSelection](https://themeselection.com/) - [Freebies](https://themeselection.com/products/category/freebies/) - [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) - [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/) - [Blog](https://themeselection.com/blog/) ## Social Media 🌍 - Twitter : [https://twitter.com/Theme_Selection](https://twitter.com/Theme_Selection) - Facebook : [https://www.facebook.com/ThemeSelections/](https://www.facebook.com/ThemeSelections/) - Pinterest : [https://pinterest.com/themeselect/](https://pinterest.com/themeselect/) - Instagram : [https://www.instagram.com/themeselection/](https://www.instagram.com/themeselection/)
3,062
A collection of open-source software solutions designed for the modern web and enterprise scale.
<p align="center"> <a href="https://www.bluelibs.com" target="_blank"><img src="https://www.bluelibs.com/img/github/bluelibs-logo.svg" alt="BlueLibs Logo" width="60%"/></a> </p> <p align="center"> <a href="https://circleci.com/gh/bluelibs/bluelibs/tree/main"><img src="https://circleci.com/gh/bluelibs/bluelibs/tree/main.svg?style=svg" alt="coverage" /></a> <a href="https://github.com/bluelibs/bluelibs/blob/main/LICENSE.md"><img alt="GitHub license" src="https://img.shields.io/github/license/bluelibs/bluelibs"></a> <a href="https://github.com/bluelibs/bluelibs/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/bluelibs/bluelibs?label=stars"></a> <a href="https://discord.com/invite/GmNeRDqxvp" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a> </p> ## Quick Note If you want to keep track of our progress, or just show a little bit of support, click the `Watch` 👁‍🗨 button or give us a `Star` ⭐️. Thank you! ## About BlueLibs BlueLibs is a collection of open-source products which help you quickly prototype web applications and scale your app while respecting [SOLID](https://en.wikipedia.org/wiki/SOLID) principles. This is [our official website](https://www.bluelibs.com), this is [our documentation page](https://www.bluelibs.com/docs/). Features: - 👉 [Dependency Injection & Module Management](https://www.bluelibs.com/docs/package-core) - 👉 Database-agnostic and fully featured [Security System](https://www.bluelibs.com/docs/package-security) - 👉 Server-agnostic [GraphQL Integration](https://www.bluelibs.com/docs/package-graphql) with [Apollo](https://www.bluelibs.com/docs/package-apollo) - 👉 [MongoDB](https://www.bluelibs.com/docs/package-mongo) & [PostgreSQL](https://www.bluelibs.com/docs/package-sql) Integrations - 👉 Rapid Prototyping via [Blueprint](https://www.bluelibs.com/products/blueprint/) and [X-Framework](https://www.bluelibs.com/products/x-framework/) - 👉 [Code Generation Tooling](https://www.bluelibs.com/docs/package-x-cli) - 👉 [GraphQL Live Data for Single Documents & Queries](https://www.bluelibs.com/docs/package-x-bundle#live-data) via X-Framework ## Get Started Our rapid prototyping solution (Blueprint for X-Framework) is tightly coupled to GraphQL and MongoDB. BlueLibs as a whole isn't. and supports [SQL](https://www.bluelibs.com/docs/package-sql). ```bash # Install MongoDB & Node 14+ npm i -g @bluelibs/x x # pick project and complete it there cd project npm run blueprint:generate npm run start:api npm run start:admin # Start after API has started ``` ## Learning BlueLibs We have designed a custom [documentation](https://www.bluelibs.com/docs) experience with custom code snippets and challenges. - [Introduction to BlueLibs](https://www.youtube.com/watch?v=uXmiC3LogYw) - [BlueSessions (Live Coding with Theo)](https://www.youtube.com/watch?v=6ooKaI6KyA8&list=PLZjXvs8vDYPzBAjFbTGSp49Nu3_Vj2IzN) ## Security Vulnerabilities If you discover a security vulnerability within BlueLibs packages, please send an e-mail to Theodor Diaconu via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed. ## License The BlueLibs ecosystem is open-sourced software licensed under the MIT License. ## Repository Structure This monorepo is split like this: - ./templates/\* things that are re-usable, like a new package template and others - ./scripts/\* things we use for internal development - ./packages/\* where all packages lie - ./assets/\* things needed for GitHub README page We use lerna so when you are in development phase you could use `lerna link`, and for example if your package depends on another package, for example, `logger-bundle` depends on `core`, you go to `logger-bundle` you run `lerna link`, then go to `core` and run `npm run watch`, now logger-bundle will use the updated variant of `core`. If you want to try your new changes to an external application (outside this monorepo), the solution is to use `bluelibs-package-replace` binary: ```bash # From Monorepo Root chmod 755 /usr/local/bin/bluelibs-package-replace sudo ln -s /usr/local/bin/bluelibs-package-replace `pwd`/scripts/bluelibs-package-replace ``` Now go to your `microservice` and simply run `bluelibs-package-replace x-ui`. This will properly update your package version to the one you have in the monorepo. Make sure you're also watching changes in `x-ui` package via `npm run watch`. Each package uses jest and ts-jest for development testing: ```bash npm run test:dev ``` To run tests in C.I, we have the command `npm run test` which compiles the code and runs the final tests. ## Branching & Commits **Names** - feature/{package}/{issueNumber}-short-summary (feature/mongo-bundle/143-solve-the-bug-with-blablbla) - fix/{package}/{issueNumber}-short-summary - fix/{package1}-{package2}/{issueNumber}-short-summary **Commits** - fix({package}): {message} (#143) - Example: fix(mongo-bundle): Solved the issue with async (#143)) - feat({package}): {message} (#143) - deps({package}): {version} - docs({package}): {message} - fix({package1}, {package2}): {message} **PRs** - Checkout from `main` - `git checkout -b feature/{package}/{issueNumber}-short-summary` - an initial empty commit: git commit -m "fix({ package }): do that (#143)" --allow-empty - Create the PR prefixed with `[WIP] Title of the branch` - Ensure that inside the branch there's a link to the issue - Create for yourself a list of tasks for the issue (Implementation, Testing, Documentation) using GitHub Task's markdown - Once the task is ready prefix it with `[R]`.
3,063
Serverless API Gateway for GraphQL, REST, gRPC, Kafka and more with a focus on API Composition & Integration.
<div align="center"> [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/wundergraph/wundergraph/blob/main/CONTRIBUTING.md) [![License Apache 2](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/wundergraph/wundergraph/blob/main/LICENSE) [![Enterprise support](https://img.shields.io/badge/enterprise-support-indigo.svg)](https://form.typeform.com/to/fuRWxErj?typeform-embed-id=8749569972809419&typeform-embed=popup-blank&typeform-source=wundergraph.com&typeform-medium=embed-sdk&typeform-medium-version=next) [Quickstart](https://docs.wundergraph.com/getting-started) <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> [Website](https://wundergraph.com/) <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> [Docs](https://docs.wundergraph.com/docs) <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> [Examples](https://docs.wundergraph.com/docs/examples) <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> [Blog](https://wundergraph.com/blog) [<img height="auto" src="./assets/logo2.png">](https://wundergraph.com/) [![Join our Discord Server](https://img.shields.io/badge/Discord-chat%20with%20us-%235865F2?style=flat&logo=discord&logoColor=%23fff)](https://discord.com/invite/Jjmc8TC) [![Tweet at us on Twitter](https://img.shields.io/badge/Twitter-tweet%20at%20us-1da1f2?style=flat&logo=twitter&logoColor=%23fff)](https://twitter.com/wundergraphcom) </div> > **Note**: 🌍 We are working on a serverless version of WunderGraph. If you're interested, please see [here](https://wundergraph.com/pricing). ## What is WunderGraph? WunderGraph is the **Serverless API Developer Platform** with a focus on Developer Experience. At its core, WunderGraph combines the [API Gateway pattern](https://microservices.io/patterns/apigateway.html) with the [Backend for Frontend (BFF)](https://samnewman.io/patterns/architectural/bff/) pattern to create the perfect Developer Experience for working with APIs. Take all your (micro-)services, Databases, File Storages, Identity Providers as well as 3rd party APIs and combine them into your own Firebase-like Developer Toolkit, without getting locked into a specific vendor. Imagine that each of your applications could have its own dedicated BFF, while being able to share common logic across all your applications, that's the WunderGraph Experience. ## Getting started The fastest way to get started with WunderGraph is to open a Gitpod. After bootstrapping the [examples/simple](examples/simple) is started. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/wundergraph/wundergraph) You can also follow the [**Quickstart (5 min)**](https://wundergraph.com/docs/guides/getting_started/quickstart) if you don't want to use Gitpod. ## Examples: - [Simple Starter](/examples/simple) - [NextJS](/examples/nextjs) - [FaunaDB Starter](/examples/faunadb-nextjs) - [PostgreSQL](/examples/postgres) - [Hook into the request lifecycle](/examples/hooks) - [Add Webhooks e.g. for GitHub, Stripe](./examples/webhooks) - [HTTP & Server-Side Caching](/examples/caching) - [NextJS, PostgreSQL, Prisma](/examples/nextjs-postgres-prisma) - [Apollo Federation](/examples/apollo-federation) - [Subscriptions & Live Queries](./examples/nextjs-postgres-prisma) - [Cross API joins across data-sources](/examples/cross-api-joins) - [Inject a Bearer Token with Auth0](./examples/inject-bearer) - [Migrate from Apollo GraphQL](./examples/migrate-from-apollo) - [Publish & Install APIs](./examples/publish-install-api) - [Dockerize WunderGraph](https://github.com/wundergraph/docker) - [Type-safe Golang Client](/examples/golang-client) - [Type-safe Node.js Client](/examples/nodejs-ts-client) - [OpenAPI and mocking](/examples/openapi-mocking) ## The WunderGraph Stack WunderGraph is made up of the three core components: - [**wunderctl**](packages/wunderctl): A command line tool to create, deploy and manage your WunderGraph application. - [**SDK**](packages/sdk): Auto-generated and type-safe client to configure and interact with your WunderGraph. - [**WunderHub**](https://hub.wundergraph.com/) The Package Manager for APIs that allows you to share and integrate your API's in a few clicks. The auto-generated type-safe client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). ## Core features - **Unified Graph**: Combine all your data sources into a unified GraphQL Schema. - **JSON-RPC**: Expose GraphQL operations through JSON-RPC. Learn [more](https://wundergraph-landing-git-feat-update-landing-jensneuse.vercel.app/blog/graphql_is_not_meant_to_be_exposed_over_the_internet) about this design choice. - **Type-Safe Clients**: Auto generate custom type-safe API Clients with Authentication / Authorization and file upload support. - **Customizable**: Customizable gateway logic with TypeScript. - **Standards**: Build upon standards like GraphQL, OpenAPI, OAuth2, S3... - **Open Source**: 100% Open Source, No vendor lock-in. - **Community**: First-class support for frameworks like Next.js, React, Svelte... > **Note**: [WunderHub](https://hub.wundergraph.com/) is our vision of the Package Manager for APIs. Like npm, but for APIs. Sign up for free! ## Architecture & Key Differentiators <div align="center"> <img src="./assets/architecture.jpg" height="auto"/> </div> You can learn more about the architecture of WunderGraph and why we’ve built it this way in [the architecture section](docs/architecture.md). ## Learn more about WunderGraph If you'd like to get a quick overview, have a look at these [annotated example snippets](docs/at-a-glance.md). ## How does WunderGraph work This section provides a high-level overview of how WunderGraph works and its most consumer centric components. For a more thorough introduction, visit the [architecture](./docs/architecture) documentation. After initializing your first WunderGraph application with `npx create-wundergraph-app <project-name> -E simple`, you have a NPM package and a `.wundergraph` folder. This folder contains the following files: - `wundergraph.config.ts` - The primary config file for your WunderGraph application. Add data-sources and more. - `wundergraph.operations.ts` - Configure authentication, caching and more for a specific or all operations. - `wundergraph.server.ts` - The hooks server to hook into different lifecycle events of your gateway. After configuring your data-sources, you can start writing operations. An operation is just a `*.graphql` file. The name of the file will be the operation name. You can write queries, mutations and subscriptions that spans multiple data-sources. Each operation will be exposed securely via HTTP JSON-API through the WunderGraph gateway. After writing your operations, you can start deploying your WunderGraph application. ## Contributing Read the [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to contribute to WunderGraph. ## Security We are thankful for any and all security reports. Please read the [SECURITY.md](SECURITY.md) to learn how to report any security concerns to WunderGraph. ## Community & Support - [GitHub Issues](https://github.com/wundergraph/wundergraph/issues). Best for: bugs and errors you encounter using WunderGraph. - [Email Support](mailto:[email protected]). Best for: specific questions around WunderGraph as an early enterprise adopter. - [Slack Support](mailto:[email protected]). Best for: problems with WunderGraph as an enterprise customer. - [Discord](https://discord.gg/Jjmc8TC). Best for: sharing your applications and hanging out with the community. - [Feedback and Feature Requests](https://wundergraph.canny.io/). Best for: discussing and voting on feature requests and giving feedback to our developers. ## Enterprise We're a small but growing team of API Enthusiasts, thrilled to help you get the best Developer Experience of working with APIs. Our Support Plans are tailored to help your teams get the most out of WunderGraph. We love building close relationships with our customers, allowing us to continuously improve the product and iterate fast. Our sales team is available to talk with you about your project needs, pricing information, support plans, and custom-built features. Use this [Link](https://form.typeform.com/to/fuRWxErj?typeform-embed-id=9220606329610526&typeform-embed=popup-blank&typeform-source=wundergraph.com&typeform-medium=embed-sdk&typeform-medium-version=next) to contact our sales team for a demo.
3,064
The Telegram Bot Framework.
<div align="center"><a href="https://grammy.dev"><img src="https://raw.githubusercontent.com/grammyjs/website/main/logos/grammY.png" alt="grammY"></a></h1></div> <div align="right"> # The Telegram Bot Framework. </div> <div align="center"> <!-- deno-fmt-ignore-start --> [![Bot API](https://img.shields.io/badge/Bot%20API-6.5-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api) [![Deno](https://shield.deno.dev/x/grammy)](https://deno.land/x/grammy) [![npm](https://img.shields.io/npm/v/grammy?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/grammy) [![All Contributors](https://img.shields.io/github/all-contributors/grammyjs/grammy?style=flat&labelColor=000&color=3b82f6)](#contributors-) <!-- deno-fmt-ignore-end --> ## _[docs.](https://grammy.dev) [reference.](https://deno.land/x/grammy/mod.ts) [chat.](https://telegram.me/grammyjs) [news.](https://telegram.me/grammyjs_news)_ </div> **grammY makes it easy to create Telegram bots.** Both for beginners and at scale. You want grammY because it is easy to use. It is very powerful and always up to date. It has the best [documentation](https://grammy.dev) in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more. Are you ready? 🤖🚀 Bots are written in [TypeScript](https://www.typescriptlang.org/) (or JavaScript) and run on [Node.js](https://nodejs.org/) or [Deno](#deno-support). ## Quickstart > If you are new to Telegram bots, read the official [Introduction for Developers](https://core.telegram.org/bots) written by the Telegram team. Visit [@BotFather](https://t.me/BotFather) and create a new bot. You will obtain a **bot token**. Create a new directory and run ```bash npm install grammy ``` inside it. Then create a file `bot.js` with this content: ```ts const { Bot } = require("grammy"); // Create a bot object const bot = new Bot(""); // <-- place your bot token in this string // Register listeners to handle messages bot.on("message:text", (ctx) => ctx.reply("Echo: " + ctx.message.text)); // Start the bot (using long polling) bot.start(); ``` Now you can run the bot via ```bash node bot.js ``` and it will echo all received text messages. Congrats! You just wrote a Telegram bot :) ## Going Further grammY has an excellent [documentation](https://grammy.dev), and an [API Reference](https://doc.deno.land/https://deno.land/x/grammy/mod.ts). It even integrates with your code editor, e.g. [VSCode](https://code.visualstudio.com/). You can hover over any element of grammY to get a detailed description of what that thing does or means. If you are still stuck, just join the [Telegram chat](https://t.me/grammyjs) and ask for help. People are nice there and we appreciate your question, no matter what it is :) Here are some more resources to support you: ## Resources ### [grammY Website](https://grammy.dev) —main project website and documentation. Gets you started and explains all concepts. ### [grammY API Reference](https://doc.deno.land/https://deno.land/x/grammy/mod.ts) —reference of everything that grammY exports. Useful to look up descriptions about any element of grammY. ### [grammY Example Bots](https://github.com/grammyjs/examples) —repository full of example bots. Includes a setup to easily run any of them. ### [Awesome grammY](https://github.com/grammyjs/awesome-grammY) —list of awesome projects built with grammY. Helpful if you want to see some real-world usage. ### [grammY Telegram Chat](https://t.me/grammyjs) —Telegram chat where you can ask any question about grammY or bots in general. We are also open for feedback, ideas, and contributions! The Russian community chat can be found [here](https://t.me/grammyjs_ru). ### [grammY News Channel](https://t.me/grammyjs_news) —Telegram channel where updates to grammY and the ecosystem are posted. We are also [on Twitter](https://twitter.com/grammy_js). ### [Telegram Bot API Reference](https://core.telegram.org/bots/api) —documentation of the API that Telegram offers, and that grammY connects to under the hood. ## Deno Support All grammY packages published by [@grammyjs](https://github.com/grammyjs) run natively on [Deno](https://deno.land). We are compiling every codebase to still run on Node.js. However, given that most bot developers are still using Node.js, all documentation is written Node.js-first. We may migrate it if Deno overtakes Node.js. If you are already on Deno today, import grammY from [`https://deno.land/x/grammy/mod.ts`](https://deno.land/x/grammy). You may also be interested in [why we support Deno](https://grammy.dev/resources/faq.html#why-do-you-support-deno). ## Browser Support The grammY core package in this repository is available as a JavaScript bundle from the CDN at `get.grammy.dev`. Currently, we transpile all stable versions (all releases since v1.0) as well as the current `main` branch to ES6 and ESNext. You can download them from the URL `https://get.grammy.dev/[ES version lowercased]@[grammY version including v-prefix].js`. For example, the most recent source on `main` in ES6 is available from <https://get.grammy.dev/[email protected]>. Being compatible with browsers is especially useful for running bots on Cloudflare Workers. For this reason, we include the web bundle in our npm package. You can simply do `import { Bot } from "grammy/web"`. ## [Contribution Guide »](./CONTRIBUTING.md) ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/KnorpelSenf"><img src="https://avatars.githubusercontent.com/u/12952387?v=4?s=100" width="100px;" alt="KnorpelSenf"/><br /><sub><b>KnorpelSenf</b></sub></a><br /><a href="#ideas-KnorpelSenf" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/commits?author=KnorpelSenf" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/commits?author=KnorpelSenf" title="Documentation">📖</a> <a href="#design-KnorpelSenf" title="Design">🎨</a> <a href="#example-KnorpelSenf" title="Examples">💡</a> <a href="https://github.com/grammyjs/grammY/commits?author=KnorpelSenf" title="Tests">⚠️</a> <a href="#plugin-KnorpelSenf" title="Plugin/utility libraries">🔌</a> <a href="#platform-KnorpelSenf" title="Packaging/porting to new platform">📦</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AKnorpelSenf" title="Reviewed Pull Requests">👀</a> <a href="#mentoring-KnorpelSenf" title="Mentoring">🧑‍🏫</a> <a href="#projectManagement-KnorpelSenf" title="Project Management">📆</a> <a href="#infra-KnorpelSenf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/HeeroML"><img src="https://avatars.githubusercontent.com/u/42873000?v=4?s=100" width="100px;" alt="Heero"/><br /><sub><b>Heero</b></sub></a><br /><a href="#plugin-HeeroML" title="Plugin/utility libraries">🔌</a> <a href="#userTesting-HeeroML" title="User Testing">📓</a> <a href="#example-HeeroML" title="Examples">💡</a> <a href="https://github.com/grammyjs/grammY/commits?author=HeeroML" title="Documentation">📖</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AHeeroML" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=HeeroML" title="Code">💻</a> <a href="#ideas-HeeroML" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/wojpawlik"><img src="https://avatars.githubusercontent.com/u/23058303?v=4?s=100" width="100px;" alt="Wojciech Pawlik"/><br /><sub><b>Wojciech Pawlik</b></sub></a><br /><a href="#ideas-wojpawlik" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Awojpawlik" title="Reviewed Pull Requests">👀</a> <a href="#infra-wojpawlik" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#platform-wojpawlik" title="Packaging/porting to new platform">📦</a> <a href="#tool-wojpawlik" title="Tools">🔧</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MegaITA"><img src="https://avatars.githubusercontent.com/u/32493080?v=4?s=100" width="100px;" alt="Alessandro Bertozzi"/><br /><sub><b>Alessandro Bertozzi</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=MegaITA" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://trgwii.no/"><img src="https://avatars.githubusercontent.com/u/11262022?v=4?s=100" width="100px;" alt="trgwii"/><br /><sub><b>trgwii</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=trgwii" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Atrgwii" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/KnightNiwrem"><img src="https://avatars.githubusercontent.com/u/9781814?v=4?s=100" width="100px;" alt="KnightNiwrem"/><br /><sub><b>KnightNiwrem</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=KnightNiwrem" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3AKnightNiwrem" title="Bug reports">🐛</a> <a href="#plugin-KnightNiwrem" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/grammyjs/grammY/commits?author=KnightNiwrem" title="Documentation">📖</a> <a href="#example-KnightNiwrem" title="Examples">💡</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AKnightNiwrem" title="Reviewed Pull Requests">👀</a> <a href="#mentoring-KnightNiwrem" title="Mentoring">🧑‍🏫</a></td> <td align="center" valign="top" width="14.28%"><a href="https://mkr.pw"><img src="https://avatars.githubusercontent.com/u/19621208?v=4?s=100" width="100px;" alt="Muthu Kumar"/><br /><sub><b>Muthu Kumar</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AMKRhere" title="Reviewed Pull Requests">👀</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://edjopato.de/"><img src="https://avatars.githubusercontent.com/u/7953011?v=4?s=100" width="100px;" alt="EdJoPaTo"/><br /><sub><b>EdJoPaTo</b></sub></a><br /><a href="#plugin-EdJoPaTo" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/grammyjs/grammY/commits?author=EdJoPaTo" title="Documentation">📖</a> <a href="#ideas-EdJoPaTo" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AEdJoPaTo" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3AEdJoPaTo" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=EdJoPaTo" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Amir-Zouerami"><img src="https://avatars.githubusercontent.com/u/53701884?v=4?s=100" width="100px;" alt="Amir Zouerami"/><br /><sub><b>Amir Zouerami</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Amir-Zouerami" title="Documentation">📖</a> <a href="#plugin-Amir-Zouerami" title="Plugin/utility libraries">🔌</a> <a href="#example-Amir-Zouerami" title="Examples">💡</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/roj1512"><img src="https://avatars.githubusercontent.com/u/49933115?v=4?s=100" width="100px;" alt="Roj"/><br /><sub><b>Roj</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=roj1512" title="Documentation">📖</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Aroj1512" title="Reviewed Pull Requests">👀</a> <a href="#infra-roj1512" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#translation-roj1512" title="Translation">🌍</a> <a href="https://github.com/grammyjs/grammY/commits?author=roj1512" title="Code">💻</a> <a href="#ideas-roj1512" title="Ideas, Planning, & Feedback">🤔</a> <a href="#mentoring-roj1512" title="Mentoring">🧑‍🏫</a> <a href="#example-roj1512" title="Examples">💡</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jokasimr"><img src="https://avatars.githubusercontent.com/u/20954731?v=4?s=100" width="100px;" alt="jokasimr"/><br /><sub><b>jokasimr</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Ajokasimr" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/CikiMomogi"><img src="https://avatars.githubusercontent.com/u/74030149?v=4?s=100" width="100px;" alt="Ciki Momogi"/><br /><sub><b>Ciki Momogi</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=CikiMomogi" title="Documentation">📖</a> <a href="#translation-CikiMomogi" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/AndreoliBR"><img src="https://avatars.githubusercontent.com/u/15970011?v=4?s=100" width="100px;" alt="AndreoliBR"/><br /><sub><b>AndreoliBR</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AAndreoliBR" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Loskir"><img src="https://avatars.githubusercontent.com/u/21295738?v=4?s=100" width="100px;" alt="Kirill Loskutov"/><br /><sub><b>Kirill Loskutov</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Loskir" title="Documentation">📖</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3ALoskir" title="Bug reports">🐛</a> <a href="#ideas-Loskir" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-Loskir" title="Design">🎨</a> <a href="#question-Loskir" title="Answering Questions">💬</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3ALoskir" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=Loskir" title="Code">💻</a> <a href="#plugin-Loskir" title="Plugin/utility libraries">🔌</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://lungers.com/"><img src="https://avatars.githubusercontent.com/u/32808683?v=4?s=100" width="100px;" alt="Andrew Lane"/><br /><sub><b>Andrew Lane</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3AAndrewLaneX" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AAndrewLaneX" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/code-withAshish"><img src="https://avatars.githubusercontent.com/u/73625149?v=4?s=100" width="100px;" alt="code-withAshish"/><br /><sub><b>code-withAshish</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=code-withAshish" title="Documentation">📖</a> <a href="#question-code-withAshish" title="Answering Questions">💬</a></td> <td align="center" valign="top" width="14.28%"><a href="https://beta.ku-di.com/waptik"><img src="https://avatars.githubusercontent.com/u/1687551?v=4?s=100" width="100px;" alt="Stephane Mensah"/><br /><sub><b>Stephane Mensah</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Awaptik" title="Bug reports">🐛</a> <a href="#plugin-waptik" title="Plugin/utility libraries">🔌</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Asaku01"><img src="https://avatars.githubusercontent.com/u/29716396?v=4?s=100" width="100px;" alt="Asaku01"/><br /><sub><b>Asaku01</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Asaku01" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ppsimn"><img src="https://avatars.githubusercontent.com/u/88509883?v=4?s=100" width="100px;" alt="ppsimn"/><br /><sub><b>ppsimn</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Appsimn" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://satont.js.org/"><img src="https://avatars.githubusercontent.com/u/42675886?v=4?s=100" width="100px;" alt="Satont"/><br /><sub><b>Satont</b></sub></a><br /><a href="#plugin-Satont" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/grammyjs/grammY/commits?author=Satont" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/deptyped"><img src="https://avatars.githubusercontent.com/u/26162440?v=4?s=100" width="100px;" alt="deptyped"/><br /><sub><b>deptyped</b></sub></a><br /><a href="#example-deptyped" title="Examples">💡</a> <a href="https://github.com/grammyjs/grammY/commits?author=deptyped" title="Documentation">📖</a> <a href="#tutorial-deptyped" title="Tutorials">✅</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Adeptyped" title="Bug reports">🐛</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/dzek69"><img src="https://avatars.githubusercontent.com/u/4936805?v=4?s=100" width="100px;" alt="Jacek Nowacki"/><br /><sub><b>Jacek Nowacki</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=dzek69" title="Documentation">📖</a> <a href="https://github.com/grammyjs/grammY/commits?author=dzek69" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Adzek69" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Adzek69" title="Reviewed Pull Requests">👀</a> <a href="#ideas-dzek69" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://blog.outv.im"><img src="https://avatars.githubusercontent.com/u/19144373?v=4?s=100" width="100px;" alt="Outvi V"/><br /><sub><b>Outvi V</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=outloudvi" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/amberlionk"><img src="https://avatars.githubusercontent.com/u/29119723?v=4?s=100" width="100px;" alt="Yevhen Denesiuk"/><br /><sub><b>Yevhen Denesiuk</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Aamberlionk" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Aamberlionk" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=amberlionk" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/prazedotid"><img src="https://avatars.githubusercontent.com/u/19567624?v=4?s=100" width="100px;" alt="prastian"/><br /><sub><b>prastian</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aprazedotid" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=prazedotid" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://sayem.eu.org/"><img src="https://avatars.githubusercontent.com/u/14138401?v=4?s=100" width="100px;" alt="Sayem Chowdhury"/><br /><sub><b>Sayem Chowdhury</b></sub></a><br /><a href="#ideas-sayem314" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kospra"><img src="https://avatars.githubusercontent.com/u/42740406?v=4?s=100" width="100px;" alt="kospra"/><br /><sub><b>kospra</b></sub></a><br /><a href="#ideas-kospra" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/commits?author=kospra" title="Code">💻</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/chimit"><img src="https://avatars.githubusercontent.com/u/839349?v=4?s=100" width="100px;" alt="Chimit"/><br /><sub><b>Chimit</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=chimit" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/CalsiBotDev"><img src="https://avatars.githubusercontent.com/u/55633371?v=4?s=100" width="100px;" alt="Calsi"/><br /><sub><b>Calsi</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=CalsiBotDev" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://zohren.xyz"><img src="https://avatars.githubusercontent.com/u/15788906?v=4?s=100" width="100px;" alt="Jonas Zohren"/><br /><sub><b>Jonas Zohren</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Ajfowl" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=jfowl" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://zhemu.buzz/"><img src="https://avatars.githubusercontent.com/u/56839018?v=4?s=100" width="100px;" alt="linbuxiao"/><br /><sub><b>linbuxiao</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=linbuxiao" title="Documentation">📖</a> <a href="#translation-linbuxiao" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/JiquanWang99"><img src="https://avatars.githubusercontent.com/u/63894579?v=4?s=100" width="100px;" alt="JiquanWang99"/><br /><sub><b>JiquanWang99</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=JiquanWang99" title="Documentation">📖</a> <a href="#translation-JiquanWang99" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="http://bor691.ir/"><img src="https://avatars.githubusercontent.com/u/4184939?v=4?s=100" width="100px;" alt="Borhan Hafez"/><br /><sub><b>Borhan Hafez</b></sub></a><br /><a href="#plugin-zumoshi" title="Plugin/utility libraries">🔌</a></td> <td align="center" valign="top" width="14.28%"><a href="https://blog.limx.dev/"><img src="https://avatars.githubusercontent.com/u/6434137?v=4?s=100" width="100px;" alt="WingLim"/><br /><sub><b>WingLim</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=WingLim" title="Documentation">📖</a> <a href="#translation-WingLim" title="Translation">🌍</a> <a href="https://github.com/grammyjs/grammY/commits?author=WingLim" title="Code">💻</a> <a href="#plugin-WingLim" title="Plugin/utility libraries">🔌</a> <a href="#ideas-WingLim" title="Ideas, Planning, & Feedback">🤔</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/taotie111"><img src="https://avatars.githubusercontent.com/u/44166322?v=4?s=100" width="100px;" alt="taotie111"/><br /><sub><b>taotie111</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=taotie111" title="Documentation">📖</a> <a href="#translation-taotie111" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/merlin-brandes-42328717a/"><img src="https://avatars.githubusercontent.com/u/14237330?v=4?s=100" width="100px;" alt="Merlin"/><br /><sub><b>Merlin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=FatalMerlin" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://darve.sh"><img src="https://avatars.githubusercontent.com/u/22394081?v=4?s=100" width="100px;" alt="Darvesh"/><br /><sub><b>Darvesh</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Adarvesh" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=darvesh" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Adarvesh" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="http://telegram.me/dcdunkan"><img src="https://avatars.githubusercontent.com/u/70066170?v=4?s=100" width="100px;" alt="dcdunkan"/><br /><sub><b>dcdunkan</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Adcdunkan" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=dcdunkan" title="Code">💻</a> <a href="#plugin-dcdunkan" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Adcdunkan" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=dcdunkan" title="Documentation">📖</a> <a href="#ideas-dcdunkan" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-dcdunkan" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#tool-dcdunkan" title="Tools">🔧</a></td> <td align="center" valign="top" width="14.28%"><a href="https://xuann.wang/"><img src="https://avatars.githubusercontent.com/u/44045911?v=4?s=100" width="100px;" alt="Kid"/><br /><sub><b>Kid</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=kidonng" title="Documentation">📖</a> <a href="#translation-kidonng" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="http://slava.fomin.io/"><img src="https://avatars.githubusercontent.com/u/1702725?v=4?s=100" width="100px;" alt="Slava Fomin II"/><br /><sub><b>Slava Fomin II</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aslavafomin" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=slavafomin" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://kikobeats.com/"><img src="https://avatars.githubusercontent.com/u/2096101?v=4?s=100" width="100px;" alt="Kiko Beats"/><br /><sub><b>Kiko Beats</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Kikobeats" title="Documentation">📖</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="http://///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////kraftwerk28.pp.ua"><img src="https://avatars.githubusercontent.com/u/31807671?v=4?s=100" width="100px;" alt="Vsevolod"/><br /><sub><b>Vsevolod</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=kraftwerk28" title="Code">💻</a> <a href="#ideas-kraftwerk28" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Akraftwerk28" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/habemuscode"><img src="https://avatars.githubusercontent.com/u/34692207?v=4?s=100" width="100px;" alt="Habemuscode"/><br /><sub><b>Habemuscode</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Ahabemuscode" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=habemuscode" title="Documentation">📖</a> <a href="#translation-habemuscode" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="https://borodutch.com/"><img src="https://avatars.githubusercontent.com/u/3192028?v=4?s=100" width="100px;" alt="Nikita Kolmogorov"/><br /><sub><b>Nikita Kolmogorov</b></sub></a><br /><a href="#plugin-backmeupplz" title="Plugin/utility libraries">🔌</a></td> <td align="center" valign="top" width="14.28%"><a href="http://glukki.ru"><img src="https://avatars.githubusercontent.com/u/140462?v=4?s=100" width="100px;" alt="Vitaliy Meshchaninov"/><br /><sub><b>Vitaliy Meshchaninov</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aglukki" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=glukki" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/dilyanpalauzov"><img src="https://avatars.githubusercontent.com/u/4992947?v=4?s=100" width="100px;" alt="Дилян Палаузов"/><br /><sub><b>Дилян Палаузов</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Adilyanpalauzov" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=dilyanpalauzov" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/lmx-Hexagram"><img src="https://avatars.githubusercontent.com/u/52130356?v=4?s=100" width="100px;" alt="lmx-Hexagram"/><br /><sub><b>lmx-Hexagram</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=lmx-Hexagram" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/IlyaSemenov"><img src="https://avatars.githubusercontent.com/u/128121?v=4?s=100" width="100px;" alt="Ilya Semenov"/><br /><sub><b>Ilya Semenov</b></sub></a><br /><a href="#ideas-IlyaSemenov" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AIlyaSemenov" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=IlyaSemenov" title="Code">💻</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/abdollahzadehAli"><img src="https://avatars.githubusercontent.com/u/96317431?v=4?s=100" width="100px;" alt="abdollahzadehAli"/><br /><sub><b>abdollahzadehAli</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=abdollahzadehAli" title="Documentation">📖</a> <a href="#example-abdollahzadehAli" title="Examples">💡</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MrSaeedNasiri"><img src="https://avatars.githubusercontent.com/u/17780289?v=4?s=100" width="100px;" alt="Saeed Nasiri"/><br /><sub><b>Saeed Nasiri</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=MrSaeedNasiri" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Scrip7"><img src="https://avatars.githubusercontent.com/u/37535505?v=4?s=100" width="100px;" alt="Hesoyam"/><br /><sub><b>Hesoyam</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Scrip7" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="http://yrz.am"><img src="https://avatars.githubusercontent.com/u/96742416?v=4?s=100" width="100px;" alt="yrzam"/><br /><sub><b>yrzam</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Ayrzam" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/drmikecrowe"><img src="https://avatars.githubusercontent.com/u/90312?v=4?s=100" width="100px;" alt="drmikecrowe"/><br /><sub><b>drmikecrowe</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Adrmikecrowe" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://rys.pw"><img src="https://avatars.githubusercontent.com/u/1641362?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=C0rn3j" title="Documentation">📖</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3AC0rn3j" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AC0rn3j" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="http://pavelpolyakov.com/"><img src="https://avatars.githubusercontent.com/u/839290?v=4?s=100" width="100px;" alt="Pavel"/><br /><sub><b>Pavel</b></sub></a><br /><a href="#example-PavelPolyakov" title="Examples">💡</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://youtube.com/thorwebdev"><img src="https://avatars.githubusercontent.com/u/5748289?v=4?s=100" width="100px;" alt="Thor 雷神 Schaeff"/><br /><sub><b>Thor 雷神 Schaeff</b></sub></a><br /><a href="#example-thorwebdev" title="Examples">💡</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/x066it"><img src="https://avatars.githubusercontent.com/u/75589380?v=4?s=100" width="100px;" alt="x066it"/><br /><sub><b>x066it</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Ax066it" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Ax066it" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kolay-v"><img src="https://avatars.githubusercontent.com/u/49853802?v=4?s=100" width="100px;" alt="kolay"/><br /><sub><b>kolay</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Akolay-v" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://enepom.com/"><img src="https://avatars.githubusercontent.com/u/2511553?v=4?s=100" width="100px;" alt="Evgeny Nepomnyashchiy"/><br /><sub><b>Evgeny Nepomnyashchiy</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Apizzaeater" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/anantakrishna"><img src="https://avatars.githubusercontent.com/u/6065071?v=4?s=100" width="100px;" alt="Ananta Krsna dasa"/><br /><sub><b>Ananta Krsna dasa</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=anantakrishna" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Mi3liX9"><img src="https://avatars.githubusercontent.com/u/26169870?v=4?s=100" width="100px;" alt="Mighty Ali"/><br /><sub><b>Mighty Ali</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Mi3liX9" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AMi3liX9" title="Reviewed Pull Requests">👀</a> <a href="#ideas-Mi3liX9" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://oott123.com"><img src="https://avatars.githubusercontent.com/u/905663?v=4?s=100" width="100px;" alt="三三"/><br /><sub><b>三三</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aoott123" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=oott123" title="Code">💻</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="http://roz.ninja"><img src="https://avatars.githubusercontent.com/u/3948961?v=4?s=100" width="100px;" alt="Roz"/><br /><sub><b>Roz</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aroziscoding" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=roziscoding" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Aroziscoding" title="Reviewed Pull Requests">👀</a> <a href="#infra-roziscoding" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-roziscoding" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/daniharo"><img src="https://avatars.githubusercontent.com/u/47931084?v=4?s=100" width="100px;" alt="Dani Haro"/><br /><sub><b>Dani Haro</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=daniharo" title="Code">💻</a> <a href="#plugin-daniharo" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/grammyjs/grammY/commits?author=daniharo" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Ryukaizen"><img src="https://avatars.githubusercontent.com/u/55140313?v=4?s=100" width="100px;" alt="Ryukaizen"/><br /><sub><b>Ryukaizen</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Ryukaizen" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mcpeblocker"><img src="https://avatars.githubusercontent.com/u/59408255?v=4?s=100" width="100px;" alt="Alisher Ortiqov"/><br /><sub><b>Alisher Ortiqov</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=mcpeblocker" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/tonytkachenko"><img src="https://avatars.githubusercontent.com/u/103267335?v=4?s=100" width="100px;" alt="Tony Tkachenko"/><br /><sub><b>Tony Tkachenko</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=tonytkachenko" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/rainrisa"><img src="https://avatars.githubusercontent.com/u/108156134?v=4?s=100" width="100px;" alt="Ra"/><br /><sub><b>Ra</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=rainrisa" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sartoshi-foot-dao"><img src="https://avatars.githubusercontent.com/u/99770068?v=4?s=100" width="100px;" alt="sartoshi-foot-dao"/><br /><sub><b>sartoshi-foot-dao</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=sartoshi-foot-dao" title="Documentation">📖</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/yn4v4s"><img src="https://avatars.githubusercontent.com/u/35275827?v=4?s=100" width="100px;" alt="Yoel Navas E."/><br /><sub><b>Yoel Navas E.</b></sub></a><br /><a href="#ideas-yn4v4s" title="Ideas, Planning, & Feedback">🤔</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/vitorleo"><img src="https://avatars.githubusercontent.com/u/5118352?v=4?s=100" width="100px;" alt="Vitor Gomes"/><br /><sub><b>Vitor Gomes</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Avitorleo" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=vitorleo" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="http://xditya.me/"><img src="https://avatars.githubusercontent.com/u/58950863?v=4?s=100" width="100px;" alt="Aditya"/><br /><sub><b>Aditya</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Axditya" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Axditya" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="http://uditkaro.de"><img src="https://avatars.githubusercontent.com/u/30829387?v=4?s=100" width="100px;" alt="Udit Karode"/><br /><sub><b>Udit Karode</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Auditkarode" title="Reviewed Pull Requests">👀</a></td> <td align="center" valign="top" width="14.28%"><a href="https://rockett.pw"><img src="https://avatars.githubusercontent.com/u/4586280?v=4?s=100" width="100px;" alt="Mike Rockétt"/><br /><sub><b>Mike Rockétt</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Amikerockett" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Amikerockett" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MrVSiK"><img src="https://avatars.githubusercontent.com/u/79159341?v=4?s=100" width="100px;" alt="Srinivasa IK Varanasi"/><br /><sub><b>Srinivasa IK Varanasi</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=MrVSiK" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/abdoo9"><img src="https://avatars.githubusercontent.com/u/63903814?v=4?s=100" width="100px;" alt="abdoo9"/><br /><sub><b>abdoo9</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aabdoo9" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=abdoo9" title="Code">💻</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="http://ak4zh.com"><img src="https://avatars.githubusercontent.com/u/26350053?v=4?s=100" width="100px;" alt="ak4zh"/><br /><sub><b>ak4zh</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Aak4zh" title="Reviewed Pull Requests">👀</a> <a href="#ideas-ak4zh" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/commits?author=ak4zh" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nlapshin"><img src="https://avatars.githubusercontent.com/u/39495311?v=4?s=100" width="100px;" alt="Nikolay Lapshin"/><br /><sub><b>Nikolay Lapshin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=nlapshin" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Aquathing"><img src="https://avatars.githubusercontent.com/u/81624781?v=4?s=100" width="100px;" alt="Aquatica"/><br /><sub><b>Aquatica</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Aquathing" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/fadzikri"><img src="https://avatars.githubusercontent.com/u/109416385?v=4?s=100" width="100px;" alt="Fa Dzikri"/><br /><sub><b>Fa Dzikri</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Afadzikri" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/grammyjs/grammY/commits?author=fadzikri" title="Documentation">📖</a> <a href="#translation-fadzikri" title="Translation">🌍</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/solidprinciples"><img src="https://avatars.githubusercontent.com/u/7939765?v=4?s=100" width="100px;" alt="Chandler Lattin"/><br /><sub><b>Chandler Lattin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=solidprinciples" title="Code">💻</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Asolidprinciples" title="Reviewed Pull Requests">👀</a> <a href="#plugin-solidprinciples" title="Plugin/utility libraries">🔌</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sparfenyuk"><img src="https://avatars.githubusercontent.com/u/134065?v=4?s=100" width="100px;" alt="Sergey Parfenyuk"/><br /><sub><b>Sergey Parfenyuk</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Asparfenyuk" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/felinto-dev"><img src="https://avatars.githubusercontent.com/u/32253743?v=4?s=100" width="100px;" alt="Émerson Felinto"/><br /><sub><b>Émerson Felinto</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Afelinto-dev" title="Bug reports">🐛</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/stPitty"><img src="https://avatars.githubusercontent.com/u/85024641?v=4?s=100" width="100px;" alt="Petr Stankin"/><br /><sub><b>Petr Stankin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3AstPitty" title="Bug reports">🐛</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ByMsx"><img src="https://avatars.githubusercontent.com/u/5565836?v=4?s=100" width="100px;" alt="Maxim Lebedev"/><br /><sub><b>Maxim Lebedev</b></sub></a><br /><a href="#ideas-ByMsx" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/grammyjs/grammY/commits?author=ByMsx" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Madnex"><img src="https://avatars.githubusercontent.com/u/14137610?v=4?s=100" width="100px;" alt="Madnex"/><br /><sub><b>Madnex</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Madnex" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/tup4ienko"><img src="https://avatars.githubusercontent.com/u/89318613?v=4?s=100" width="100px;" alt="Svyatoslav Tupchienko"/><br /><sub><b>Svyatoslav Tupchienko</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=tup4ienko" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/evermake"><img src="https://avatars.githubusercontent.com/u/53311479?v=4?s=100" width="100px;" alt="Vladislav Deryabkin"/><br /><sub><b>Vladislav Deryabkin</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Aevermake" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=evermake" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kashyapndps00"><img src="https://avatars.githubusercontent.com/u/98746601?v=4?s=100" width="100px;" alt="Kashyap Sharma"/><br /><sub><b>Kashyap Sharma</b></sub></a><br /><a href="#example-kashyapndps00" title="Examples">💡</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/AlexOwl"><img src="https://avatars.githubusercontent.com/u/47189254?v=4?s=100" width="100px;" alt="AlexOwl"/><br /><sub><b>AlexOwl</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3AAlexOwl" title="Bug reports">🐛</a> <a href="https://github.com/grammyjs/grammY/commits?author=AlexOwl" title="Code">💻</a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://www.shrimadhavuk.me/"><img src="https://avatars.githubusercontent.com/u/6317196?v=4?s=100" width="100px;" alt="Shrimadhav U K"/><br /><sub><b>Shrimadhav U K</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=SpEcHiDe" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/binamralamsal"><img src="https://avatars.githubusercontent.com/u/61900781?v=4?s=100" width="100px;" alt="Binamra Lamsal"/><br /><sub><b>Binamra Lamsal</b></sub></a><br /><a href="#ideas-binamralamsal" title="Ideas, Planning, & Feedback">🤔</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END --> This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
3,065
All-in-one, multi-tenant serverless JavaScript runtime.
# Blueboat ![CI](https://github.com/losfair/blueboat/actions/workflows/ci.yml/badge.svg) Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime. See [the site](https://blueboat.io/) for a brief introduction on features. A simple Blueboat application looks like: ```ts Router.get("/", req => new Response("hello world")); Router.get("/example", req => { return fetch("https://example.com"); }); Router.get("/yaml", req => { const res = TextUtil.Yaml.stringify({ hello: "world", }); return new Response(res); }); ``` - [Blueboat](#blueboat) - [Quickstart (single-tenant mode)](#quickstart-single-tenant-mode) - [The JavaScript API](#the-javascript-api) - [Web API compatibility](#web-api-compatibility) - [No local resources](#no-local-resources) - [Developing on Blueboat](#developing-on-blueboat) - [TypeScript type definitions](#typescript-type-definitions) - [API documentation](#api-documentation) - [Deploying Blueboat](#deploying-blueboat) - [Single-tenant](#single-tenant) - [Multi-tenant](#multi-tenant) - [Frameworks](#frameworks) - [Flareact](#flareact) - [Contributing](#contributing) - [Build locally](#build-locally) - [Build process internals](#build-process-internals) - [License](#license) ## Quickstart (single-tenant mode) This pulls, builds, and runs the [hello-world](https://github.com/losfair/blueboat-examples/tree/main/hello-world) example. Prerequisites: [cargo](https://github.com/rust-lang/cargo), npm, git, docker ```bash cargo install boatctl git clone https://github.com/losfair/blueboat-examples cd blueboat-examples/hello-world npm i && boat pack -o build.json docker run --rm -d -p 127.0.0.1:3001:3001 \ -v "$PWD:/app" \ --entrypoint /usr/bin/blueboat_server \ -e RUST_LOG=info \ -e SMRAPP_BLUEBOAT_DISABLE_SECCOMP=1 \ ghcr.io/losfair/blueboat:v0.3.1-alpha.5 \ -l "0.0.0.0:3001" \ --single-tenant "/app/build.json" curl http://localhost:3001 # "hello world" ``` ## The JavaScript API ### Web API compatibility Blueboat prefers to keep compatibility with the Web API when doing so is reasonable. * Things like `fetch`, `Request`, `Response` and `URL` are built-in. ### No local resources Blueboat is a “distributed-system-native” runtime and prioritizes frictionless scalability over single-node performance. Local resources are abstracted out and replaced with their equivalents in a distributed system: * Files → Key-value store * Sockets → Event stream * Single-file databases → Key-value store, `App.mysql` and `App.postgresql` object families * FFI → WebAssembly **Read and write files** ```ts // Don't: The filesystem is a local resource import { writeFileSync } from "fs" writeFileSync("hello.txt", "Hello from Node") // Do: Use the key-value store const ns = new KV.Namespace("files") await ns.set("hello.txt", "Hello from Blueboat") ``` **Stream data to client** ```ts // Don't: Sockets are a local resource import { WebSocketServer } from "ws"; const wss = new WebSocketServer({ port: 8080 }); wss.on("connection", (ws) => { ws.on("message", (data) => { console.log("received: %s", data); }); ws.send("something"); }); // Do: Use the PubSub API Router.post("/send_to_group", async req => { const { groupId, message } = await req.json(); await App.pubsub.myChannel.publish(groupId, message) return new Response("ok"); }); ``` **Use SQL databases** ```ts // Don't: SQLite databases are stored on the local filesystem import { DB } from "https://deno.land/x/sqlite/mod.ts"; const db = new DB("test.db"); const people = db.query("SELECT name FROM people"); // Do: Use `App.mysql` or `App.postgresql` const people = App.mysql.myDatabase.exec("SELECT name FROM people", {}, "s"); ``` ## Developing on Blueboat You can use your favorite JS/TS bundler to build your project for Blueboat. [webpack](https://github.com/webpack/webpack) works, and other bundlers like [esbuild](https://github.com/evanw/esbuild) and [bun](https://github.com/oven-sh/bun) should work too. You can package and run your apps with single-tenant mode as described in the [Quickstart](#quickstart-single-tenant-mode) section, or deploy it on a multi-tenant service like [MagicBoat](https://magic.blueboat.io). ### TypeScript type definitions Pull in the [blueboat-types](https://www.npmjs.com/package/blueboat-types) package in your TypeScript project, and add it to your `tsconfig.json`: ```json { "compilerOptions": { "types": [ "blueboat-types" ] } } ``` ### API documentation While there isn't a lot of documentation on Blueboat's API yet, the global object declared in [jsland](https://github.com/losfair/blueboat/tree/main/jsland) can be seen as the source-of-truth of the public API. Meanwhile, refer to [the tracking issue](https://github.com/losfair/blueboat/issues/65) for a high-level overview of the API. ## Deploying Blueboat There are two options for deploying Blueboat apps. ### Single-tenant This mode works well for local development and private self-hosting. The steps are described in [quickstart](#quickstart-single-tenant-mode). ### Multi-tenant This is a fully optimized mode for multi-tenant operation. [See the guide](https://bluelogic.notion.site/Multi-tenant-Blueboat-deployment-f25c522955c04e59b5771954f8702c14) to deploy a multi-tenant environment yourself, or request access to our hosted environment, [MagicBoat](https://magic.blueboat.io). ## Frameworks Simple web backends with JSON API and template-based rendering can be built without requiring any third-party frameworks. If you have more complex needs like server-side rendering React or just prefer a different style of router API, third-party frameworks are also available. ### Flareact [Flareact](https://flareact.com/) is an edge-rendered React framework built for Cloudflare Workers. Since Blueboat and Workers both implement a large (and mostly overlapping) subset of the Web API, Flareact also works on Blueboat with some modifications in the entry script. See the source code of [my blog](https://github.com/losfair/blog) as an example of using Flareact with Blueboat. ## Contributing ### Build locally Clone the repository, and run `./build.sh`. ### Build process internals Normally the build process is handled automatically by `build.sh`. Here are some internals, in case you need it. Blueboat is built in three stages: *jsland build*, *rust prebuild* and *rust final build*. The *jsland build* stage bundles `/jsland/`; the *rust prebuild* stage generates a `blueboat_mkimage` binary that is used to generate `JSLAND_SNAPSHOT` from `/jsland/`; and the *rust final build* stage generates the final `blueboat_server` binary. Please refer to [the CI script](https://github.com/losfair/blueboat/blob/main/.github/workflows/ci.yml) for a reproducible set of steps. ## License Apache-2.0
3,066
Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
null
3,067
Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
<p align="center"> <a href="https://authorizer.dev"> <img alt="Logo" src="https://authorizer.dev/images/logo.png" width="60" /> </a> </p> <h1 align="center"> Authorizer </h1> **Authorizer** is an open-source authentication and authorization solution for your applications. Bring your database and have complete control over the user information. You can self-host authorizer instances and connect to any database (Currently supports 11+ databases including [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), [SQLite](https://www.sqlite.org/index.html), [SQLServer](https://www.microsoft.com/en-us/sql-server/), [YugaByte](https://www.yugabyte.com/), [MariaDB](https://mariadb.org/), [PlanetScale](https://planetscale.com/), [CassandraDB](https://cassandra.apache.org/_/index.html), [ScyllaDB](https://www.scylladb.com/), [MongoDB](https://mongodb.com/), [ArangoDB](https://www.arangodb.com/)). For more information check: - [Docs](http://docs.authorizer.dev/) - [Discord Community](https://discord.gg/Zv2D5h6kkK) - [Contributing Guide](https://github.com/authorizerdev/authorizer/blob/main/.github/CONTRIBUTING.md) # Introduction <img src="https://docs.authorizer.dev/images/authorizer-arch.png" style="height:20em"/> #### We offer the following functionality - ✅ Sign-in / Sign-up with email ID and password - ✅ Secure session management - ✅ Email verification - ✅ OAuth2 and OpenID compatible APIs - ✅ APIs to update profile securely - ✅ Forgot password flow using email - ✅ Social logins (Google, Github, Facebook, LinkedIn, Apple more coming soon) - ✅ Role-based access management - ✅ Password-less login with magic link login - ✅ Multi factor authentication - ✅ Email templating - ✅ Webhooks ## Roadmap - [VueJS SDK](https://github.com/authorizerdev/authorizer-vue) - [Svelte SDK](https://github.com/authorizerdev/authorizer-svelte) - [Golang SDK](https://github.com/authorizerdev/authorizer-go) - React Native SDK - Flutter SDK - Android Native SDK - iOS native SDK - Python SDK - PHP SDK - WordPress plugin - Kubernetes Helm Chart - [Local Stack](https://github.com/localstack/localstack) - AMI - Digital Ocean Droplet - Azure - Render - Edge Deployment using Fly.io - Password-less login with mobile number and OTP SMS # Getting Started ## Step 1: Get Authorizer Instance ### Deploy Production Ready Instance Deploy production ready Authorizer instance using one click deployment options available below | **Infra provider** | **One-click link** | **Additional information** | | :----------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------: | | Railway.app | <a href="https://railway.app/new/template/nwXp1C?referralCode=FEF4uT"><img src="https://railway.app/button.svg" style="height: 44px" alt="Deploy on Railway"></a> | [docs](https://docs.authorizer.dev/deployment/railway) | | Heroku | <a href="https://heroku.com/deploy?template=https://github.com/authorizerdev/authorizer-heroku"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy to Heroku" style="height: 44px;"></a> | [docs](https://docs.authorizer.dev/deployment/heroku) | | Render | [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/authorizerdev/authorizer-render) | [docs](https://docs.authorizer.dev/deployment/render) | ### Deploy Authorizer Using Source Code This guide helps you practice using Authorizer to evaluate it before you use it in a production environment. It includes instructions for installing the Authorizer server in local or standalone mode. #### Install using source code #### Prerequisites - OS: Linux or macOS or windows - Go: (Golang)(https://golang.org/dl/) >= v1.15 #### Project Setup 1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**) 2. Clone repo: `git clone https://github.com/authorizerdev/authorizer.git` or use the forked url from step 1 3. Change directory to authorizer: `cd authorizer` 4. Create Env file `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/) 5. Build Dashboard `make build-dashboard` 6. Build App `make build-app` 7. Build Server `make clean && make` > Note: if you don't have [`make`](https://www.ibm.com/docs/en/aix/7.2?topic=concepts-make-command), you can `cd` into `server` dir and build using the `go build` command. In that case you will have to build `dashboard` & `app` manually using `npm run build` on both dirs. 8. Run binary `./build/server` ### Deploy Authorizer using binaries Deploy / Try Authorizer using binaries. With each [Authorizer Release](https://github.com/authorizerdev/authorizer/releases) binaries are baked with required deployment files and bundled. You can download a specific version of it for the following operating systems: - Mac OSX - Linux #### Download and unzip bundle - Download the Bundle for the specific OS from the [release page](https://github.com/authorizerdev/authorizer/releases) > Note: For windows, we recommend running using docker image to run authorizer. - Unzip using following command - Mac / Linux ```sh tar -zxf AUTHORIZER_VERSION -c authorizer ``` - Change directory to `authorizer` ```sh cd authorizer ``` #### Step 3: Start Authorizer - Run following command to start authorizer - For Mac / Linux users ```sh ./build/server ``` > Note: For mac users, you might have to give binary the permission to execute. Here is the command you can use to grant permission `xattr -d com.apple.quarantine build/server` ## Step 2: Setup Instance - Open authorizer instance endpoint in browser - Sign up as an admin with a secure password - Configure environment variables from authorizer dashboard. Check env [docs](/core/env) for more information > Note: `DATABASE_URL`, `DATABASE_TYPE` and `DATABASE_NAME` are only configurable via platform envs ### Things to consider - For social logins, you will need respective social platform key and secret - For having verified users, you will need an SMTP server with an email address and password using which system can send emails. The system will send a verification link to an email address. Once an email is verified then, only able to access it. > Note: One can always disable the email verification to allow open sign up, which is not recommended for production as anyone can use anyone's email address 😅 - For persisting user sessions, you will need Redis URL (not in case of railway app). If you do not configure a Redis server, sessions will be persisted until the instance is up or not restarted. For better response time on authorization requests/middleware, we recommend deploying Redis on the same infra/network as your authorizer server. ## Testing - Check the testing instructions [here](https://github.com/authorizerdev/authorizer/blob/main/.github/CONTRIBUTING.md#testing) ## Integrating into your website This example demonstrates how you can use [`@authorizerdev/authorizer-js`](/authorizer-js/getting-started) CDN version and have login ready for your site in few seconds. You can also use the ES module version of [`@authorizerdev/authorizer-js`](/authorizer-js/getting-started) or framework-specific versions like [`@authorizerdev/authorizer-react`](/authorizer-react/getting-started) ### Copy the following code in `html` file > **Note:** Change AUTHORIZER_URL in the below code with your authorizer URL. Also, you can change the logout button component ```html <script src="https://unpkg.com/@authorizerdev/authorizer-js/lib/authorizer.min.js"></script> <script type="text/javascript"> const authorizerRef = new authorizerdev.Authorizer({ authorizerURL: `YOUR_AUTHORIZER_INSTANCE_URL`, redirectURL: window.location.origin, clientID: 'YOUR_CLIENT_ID', // obtain your client id from authorizer dashboard }); // use the button selector as per your application const logoutBtn = document.getElementById('logout'); logoutBtn.addEventListener('click', async function () { await authorizerRef.logout(); window.location.href = '/'; }); async function onLoad() { const res = await authorizerRef.authorize({ response_type: 'code', use_refresh_token: false, }); if (res && res.access_token) { // you can use user information here, eg: const user = await authorizerRef.getProfile({ Authorization: `Bearer ${res.access_token}`, }); const userSection = document.getElementById('user'); const logoutSection = document.getElementById('logout-section'); logoutSection.classList.toggle('hide'); userSection.innerHTML = `Welcome, ${user.email}`; } } onLoad(); </script> ``` --- ### Support my work <a href="https://www.buymeacoffee.com/lakhansamani" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
3,068
A new feature guide component by react 🧭
# Introduction English | [简体中文](./README.zh-CN.md) When we onboard new users or ship new features, how do we make sure that our audience knows what's in it and get them excited to use our apps? That's where an onboarding sequence comes into play. This React library `guide` offers an effective way to construct a smooth onboarding experience. ![mask](./public/light_mode.png) ![no mask](./public/dark_mode.png) ## Installation ```javascript /* install via npm or yarn */ npm i byte-guide yarn add byte-guide /* load via umd */ <script src='https://unpkg.com/byte-guide/dist/index.umd.min.js'></script> /* load via umd and specified version */ <script src='https://unpkg.com/byte-guide@version/dist/index.umd.min.js'></script> ``` ## Usage ```javascript import Guide from 'byte-guide'; <Guide steps={[]} localKey="uni-key" /* customize styles */ hotspot modalClassName="my-guide-modal" maskClassName="my-guide-arrow" /* customize callbacks */ onClose={() => { /* do sth */ }} beforeStepChange={(nextIndex, nextStep) => { /* do sth */ }} afterStepChange={(nextIndex, nextStep) => { /* do sth */ }} /* customize footers */ stepText={(stepIndex, stepCount) => `Step ${stepIndex} of ${stepCount}`} nextText="Next" prevText="Previous" showPreviousBtn okText="Finish" />; ``` ## API ### Component API's | props | definition | type | required | defalut value | | :-------------------- | :------------------------------------------------------------------------------------------------------------------- | :--------------------------------------- | :------- | :------------------------------------------------------------ | | steps | An array of info of each step of the onboarding sequence | IStep[] | ✓ | -- | | localKey | A unique key that will be stored in localStorage to indicate if the guide has finished | string | ✓ | -- | | expireDate | The expire date of the guide when it will not be displayed anymore | string,YYYY-mm-hh | | -- | | closable | If the guide can be closed before the last step. If false, the close button `x` will not be displayed on each modal. | bool | | true | | closeEle | Customize the element that skips the guide | string, reactNode | | | modalClassName | The class name of the modal | string | | -- | | maskClassName | The class name of the mask | string | | -- | | mask | Whether or not to display the mask | bool | | false | | arrow | Whether or not to display the arrow | bool | | true | | hotspot | Whether or not to display the hotspot | bool | | false | | stepText | The custom text for the step info | (stepIndex, stepCount): string => {} | | (stepIndex, stepCount) => `Step ${stepIndex} of ${stepCount}` | | nextText | The custom text for the `Next Step` button | string | | Next | | prevText | The custom text for the `Previous step` button | string | | Previous | | showPreviousBtn | Whether or not to display the previous button | bool | | true | | okText | The custom text for the confirm button at the last step | string | | I know | | visible | If the guide is visible | bool | | true | | lang | The language of use | 'zh' &#124; 'en' &#124; 'ja' | | 'zh' | | step | The first step's number | number | | 0 | | afterStepChange | The callback function when the step changes | (nextIndex, nextStep): void=>{} | | -- | | beforeStepChange | The callback function when the user is about to move to the next step | (stepIndex: number, step: IStep) => void | | -- | | onClose | The callback function when the guide closes \*/ | | onClose?: () => void; | ():void=> {} | | -- | ### steps: IStep[] | key | definition | type | required | defalut value | | :--------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------- | :------------ | | selector | The CSS Selector of the anchor element or the anchor element itself | string &#124; () => reactNode, reactNode | | -- | | targetPos | If you don't want the modal to be displayed relative to an anchor element, you can pass a targetPos object to indicate the modal's position relative to the document body | { top, left, width, height } | Required when `selector` is not defined | -- | | title | The title of the modal | string | | -- | | content | The content of the modal | string &#124; reactNode | | -- | | placement | The placement of the modal relative to the selector | 'top' &#124; 'bottom' &#124; 'left' &#124; 'right' &#124; 'top-left' &#124; 'top-right' &#124; 'bottom-left' &#124; 'bottom-right' &#124; 'left-top' &#124; 'left-bottom' &#124; 'right-top' &#124; 'right-bottom' | | 'bottom' | | offset | The offset of the modal relative to the selector. `x` indicates the horizontal offset, `y` the vertical offset | { x, y } | | -- | | parent | The parent component to mount | 'body'or null | | -- | | visible | If this step is visible | bool | | true | | skip | If this step should be skipped | bool | | false | | beforeStepChange | The function called when user click "next" and BEFORE going to the next step | (curStep: IStep, curStepIndex: number, steps: IStep[]) => void; | | -- | | afterStepChange | The function called when user click "next" and AFTER going to the next step | (curStep: IStep, curStepIndex: number, steps: IStep[]) => void; | | -- | An example of `steps` ```javascript const steps = [ { selector: '#search', title: 'Search', content: <div>You can now search for your customers using ID or name</div>, placement: 'bottom-left', offset: { x: 20, } beforeStepChange: () => { window.open('https://my.web.net') } }, { selector: () => { const tabs = Array.from( document.querySelectorAll('.nav-scroll > div > div > .tab') ); return tabs?.[2]; }, title: 'Customer Detail', content: 'In this tab, you can read and update customer details.' visible: location.pathname === 'customer/detail' } ]; ```
3,069
📚 Functions and algorithms implemented purely with TypeScript's type system
## 📚 Meta-Typing > Functions and algorithms implemented purely with TypeScript's type system ### Introduction [TypeScript](https://github.com/Microsoft/TypeScript)'s type system lets us catch bugs and errors in our code as we write it, instead of later on when the code runs. But... that's the obvious way to use the type system... 😜 This project attempts to push TypeScript's type system to its limits by actually implementing various functions and algorithms, purely on top of the type system. Every implementation includes comments describing in detail what's going on. Some functions and algorithms use creative (and sometimes not officially supported) solutions to overcome [some limitations](https://github.com/microsoft/TypeScript/issues/26223#issuecomment-513187373) of the type system. _☝ Please note that this project is meant to be used for fun and learning purposes and not for practical use._ ![showcase](assets/showcase.gif) ### Try running the code Start by installing dependencies: ``` $ yarn ``` Open a file of any function or algorithm and hover over the types to see the results of "running" that function with some input (try hovering the resulting type). You can also run tests (written with [tsd](https://github.com/SamVerschueren/tsd)) with: ``` $ yarn test ``` ### Functions and algorithms: - **Math**: - [Basic arithmetic](src/utils/math.d.ts) - add one and decrease by one. - [Add](src/add/index.d.ts) - adds two numbers. - [Subtract](src/subtract/index.d.ts) - subtracts two numbers. - [Multiply](src/multiply/index.d.ts) - multiplies two numbers. - [Divide](src/divide/index.d.ts) - divides two numbers. - [Greater than or equal](src/gte/index.d.ts) - checks if a value is greater than or equal to another value. - [Less than or equal](src/lte/index.d.ts) - checks if a value is less than or equal to another value. - [Max](src/max/index.d.ts) - computes the maximum value of an array. - [Min](src/min/index.d.ts) - computes the minimum value of an array. - [Sum](src/sum/index.d.ts) - computes the sum of the values in array. - [Remainder](src/remainder/index.d.ts) - return the remainder (%) when one number is divided by a second number. - **Lists** - [Head](src/head/index.d.ts) - gets the first element of an array. - [Tail](src/tail/index.d.ts) - gets all but the first element of an array. - [Reverse](src/reverse/index.d.ts) - Reverses an array so that the first element becomes the last, the second element becomes the second to last, and so on. - [Size](src/size/index.d.ts) - gets the size of an array. - [Concat](src/concat/index.d.ts) - creates a new array by concatenating two arrays together. - [Drop](src/drop/index.d.ts) - creates a slice of an array with `n` elements dropped from the beginning. - [Take](src/take/index.d.ts) - creates a slice of an array with `n` elements taken from the beginning. - [Uniq](src/uniq/index.d.ts) - creates a duplicate-free version of an array. - [Includes](src/includes/index.d.ts) - checks if a value is an array. - [IndexOf](src/indexOf/index.d.ts) - gets the index at which the first occurrence of a value is found in an array. - [Difference](src/difference/index.d.ts) - creates an array of values from the first array that are not included in the other given arrays. - [Intersection](src/intersection/index.d.ts) - creates an array of unique values that are included in all given arrays. - [Slice](src/slice/index.d.ts) - creates a slice of an array from start up to, but not including, end. - [Flatten](src/flatten/index.d.ts) - flattens an array a single level deep. - [Pull](src/pull/index.d.ts) - removes all given values from an array. - [Chunk](src/chunk/index.d.ts) - creates an array of elements split into groups the length of size. - [Zip](src/zip/index.d.ts) - creates an array of grouped elements, the first of which contains the first elements of the given arrays, the second of which contains the second elements of the given arrays, and so on. - [Range](src/range/index.d.ts) - creates an array of numbers progressing from start up to, but not including, end. - **Sorting** - [Quick-sort](src/quickSort/index.d.ts) - an efficient sorting algorithm. - [Merge-sort](src/mergeSort/index.d.ts) - another efficient sorting algorithm. - [Insertion-sort](src/insertionSort/index.d.ts) - a simple sorting algorithm that builds the final sorted array (or list) one item at a time. - **Utility** - [IsEqual](src/isEqual/index.d.ts) - compares between two values to determine if they are equivalent. - **Puzzles** - [N-Queens](src/nQueens/index.d.ts) - the problem of placing N chess queens on an N×N chessboard so that no two queens threaten each other. - [Maze-solving](src/maze/index.d.ts) - find the shortest path to solve a maze with obstacles. - [Binary trees](src/binaryTrees/index.d.ts) - a tree data structure in which each node has at most two children. - [Square Matrix Rotation](src/rotateMatrix/index.d.ts) - you are given an N×N 2D matrix (representing an image). Rotate the matrix by 90 degrees (clockwise and counter-clockwise). - [Towers of Hanoi](src/hanoi/index.d.ts) - a mathematical game or puzzle that consists of three rods and a number of disks of different sizes. ### Additional links - [Utility TypeScript types](https://www.typescriptlang.org/docs/handbook/utility-types.html) - [Advanced TypeScript types](https://www.typescriptlang.org/docs/handbook/advanced-types.html) - [Typing the Technical Interview in TypeScript](https://gal.hagever.com/posts/typing-the-technical-interview-in-typescript/) - [TypeScripts Type System is Turing Complete](https://github.com/microsoft/TypeScript/issues/14833) - [Emulating a 4-Bit Virtual Machine in TypeScript's type system](https://gist.github.com/acutmore/9d2ce837f019608f26ff54e0b1c23d6e) - [Algorithms and data structures implemented in JavaScript](https://github.com/trekhleb/javascript-algorithms) - [How to master advanced TypeScript patterns](https://github.com/pirix-gh/medium/blob/master/types-curry-ramda/src/index.ts)
3,070
$mol - fastest reactive micro-modular compact flexible lazy ui web framework.
null
3,071
A TypeScript based PDF generator library, made with React.
# PDFME <p> <a href="https://github.com/pdfme/pdfme/blob/master/LICENSE.md"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="pdfme is released under the MIT license." /> </a> <a href="https://github.com/pdfme/pdfme/actions/workflows/nodejs.yml"> <img src="https://github.com/pdfme/pdfme/workflows/Unit%20Testing/badge.svg" alt="Unit Testing status" /> </a> <a href="https://www.npmjs.com/package/@pdfme/generator"> <img src="https://img.shields.io/npm/v/@pdfme/generator.svg" alt="Current npm package version." /> </a> <a href="https://npmcharts.com/compare/@pdfme/common?minimal=true"> <img src="https://img.shields.io/npm/dm/@pdfme/common.svg" alt="Downloads per month on npm." /> </a> <a href="https://pdfme.com/help#contribution"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" /> </a> <a href="https://twitter.com/intent/tweet?text=Awesome+pdf+library%21&url=https://pdfme.com"> <img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet" /> </a> </p> TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license! <p align="center"> <img src="https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/logo.svg" width="300"/> </p> ## Features | Fast PDF Generator | Easy PDF template design | Simple JSON template | | -------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------- | | Works on node and browser. Use templates to generate PDF, Complex operations are not needed. | Anyone can easily create templates with the designer. | Templates are JSON data that is easy to understand and handle. | --- <!-- This is a copy of website/docs/getting-started.md from below. - Replace the image path: /img/image.png -> /website/static/img/image.png - Replace the link: / -> https://pdfme.com/ --> ## Introduction pdfme was created to simplify the design and generation process of a PDF. It is especially useful for the following use cases: - Need to create a designed PDF with short code. - Need to integrate PDF editor features into an application. - Need to create a large number of PDFs without compromising performance As an example, the author's service [https://labelmake.jp/](https://labelmake.jp/) can create more than 100 varieties of PDFs and generates more than 100,000 PDF files per month. ## Installation The operating requirements should be the node environment `>=14`. *Please see the note at the end of this section for usage on Node.js <16.* There are two packages in pdfme, generator and UI. The package for generating PDF can be installed with the following command. ``` npm i @pdfme/generator ``` The packages for using PDF designer, forms and viewers can be installed with the following commands. ``` npm i @pdfme/ui ``` The following type, function and classes are available in pdfme. `@pdfme/generator` - [generate](https://pdfme.com/docs/getting-started#generator) - [Template](https://pdfme.com/docs/getting-started#template) `@pdfme/ui` - [Designer](https://pdfme.com/docs/getting-started#designer) - [Form](https://pdfme.com/docs/getting-started#form) - [Viewer](https://pdfme.com/docs/getting-started#viewer) - [Template](https://pdfme.com/docs/getting-started#template) If your environment uses webpack, import the necessary items as shown below. ```ts import { Template, generate } from '@pdfme/generator'; ``` ```ts import { Template, Designer, Form, Viewer } from '@pdfme/ui'; ``` **All objects use `Template`, which will be briefly explained in the next section.** ## Template The core of pdfme library are Templates. Template Type can be imported by both `@pdfme/generator` or `@pdfme/ui`. Templates are used everywhere. A template can be divided into two parts: a fixed part and a variable part. We call them basePdf and schema. The following image is a good illustration of a template. ![](https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/template.png) - **basePdf**: PDF data for the fixed part of the PDF to be generated. - **schemas**: Definition data for the variable part of the PDF to be generated. **basePdf** can be given a `string`(base64), `ArrayBuffer`, or `Uint8Array`. A blank A4 PDF can be imported with `BLANK_PDF`. You can use it to check how it works. **schemas** currently has the following types of data available - text - image - Various types of barcodes Let's take a look at some specific data. (If you are using TypeScript, you can import the Template type.) ### Minimal Template ```ts import { Template, BLANK_PDF } from '@pdfme/generator'; // import { Template, BLANK_PDF } from '@pdfme/ui'; <- Template types and BLANK_PDF can also be imported from @pdfme/ui. const template: Template = { basePdf: BLANK_PDF, schemas: [ { a: { type: 'text', position: { x: 0, y: 0 }, width: 10, height: 10, }, b: { type: 'text', position: { x: 10, y: 10 }, width: 10, height: 10, }, c: { type: 'text', position: { x: 20, y: 20 }, width: 10, height: 10, }, }, ], }; ``` [For more information, please refer to the API documentation of the Template type here](https://pdfme.com/docs/api/common/#template). You can create a template from [Template Design page](https://pdfme.com/template-design). Or, if you want to integrate the template creation feature into your application, check out the [Designer section](https://pdfme.com/docs/getting-started#designer). ## Generator The PDF generator function, `generate`, takes 2 arguments of `template` and `inputs` for generate a PDF. It works both in Node.js and in the browser. The code to generate a PDF file using the [template created above](https://pdfme.com/docs/getting-started#sample-template) is shown below. ```ts import { Template, generate } from '@pdfme/generator'; const template: Template = { // skip... Check the Template section. }; const inputs = [{ a: 'a1', b: 'b1', c: 'c1' }]; generate({ template, inputs }).then((pdf) => { console.log(pdf); // Browser // const blob = new Blob([pdf.buffer], { type: 'application/pdf' }); // window.open(URL.createObjectURL(blob)); // Node.js // fs.writeFileSync(path.join(__dirname, `test.pdf`), pdf); }); ``` You can create a PDF file like the below. ![](https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/simplePdf.png) Also, each element in the inputs array corresponds to a page in the PDF, you can create a multi-page PDF file by providing multiple elements of inputs. [For more information, please refer to the API documentation of the generate function here](https://pdfme.com/docs/api/generator/#generate). ## UI ### Designer The Designer allows you to edit the Template schemas, making it easy for anyone to create Template json objects. You can design your own template from [Template Design page](https://pdfme.com/template-design), or you can integrate the designer into your application. Let's integrate the designer using the template created above as the default template. ```ts import { Template, Designer } from '@pdfme/ui'; const domContainer = document.getElementById('container'); const template: Template = { // skip... Check the Template section. }; const designer = new Designer({ domContainer, template }); ``` The Designer class is instantiated as shown above, and the template designer is displayed in the `domContainer`. You can edit the template as shown below. The operation is like Google Slides, etc., so you can use common keyboard shortcuts. ![](https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/designer.gif) The designer instance can be manipulated with the following methods. - `saveTemplate` - `updateTemplate` - `getTemplate` - `onChangeTemplate` - `onSaveTemplate` - `destroy` [For more information, please refer to the API documentation of the Designer class here](https://pdfme.com/docs/api/ui/classes/Designer). ### Form You can use templates to create forms and PDF viewers. The Form creates a UI for the user to enter schemas based on the template. ```ts import { Template, Form } from '@pdfme/ui'; const domContainer = document.getElementById('container'); const template: Template = { // skip... }; // This is initial data. const inputs = [{ a: 'a1', b: 'b1', c: 'c1' }]; const form = new Form({ domContainer, template, inputs }); ``` ![](https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/form.gif) The form instance has a method `getInputs` to get the user's input. You can generate a PDF file based on the user's input by passing the data you get from `getInputs` as inputs to generate, as shown in the code below. ```ts generate({ template, inputs: form.getInputs() }).then((pdf) => { const blob = new Blob([pdf.buffer], { type: 'application/pdf' }); window.open(URL.createObjectURL(blob)); }); ``` [For more information, please refer to the API documentation of the Form class here](https://pdfme.com/docs/api/ui/classes/Form). ### Viewer Viewing a PDF file in a mobile browser is a pain, because it doesn't display well in an iframe. The Viewer is a byproduct of the Form development process, but it allows you to show your users a preview of the PDF file you will create. Using the Viewer is basically the same as using the Form, except that user cannot edit it. ```ts import { Template, Viewer } from '@pdfme/ui'; const domContainer = document.getElementById('container'); const template: Template = { // skip... }; const inputs = [{ a: 'a1', b: 'b1', c: 'c1' }]; const viewer = new Viewer({ domContainer, template, inputs }); ``` ![](https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/viewer.png) [For more information, please refer to the API documentation of the Viewer class here](https://pdfme.com/docs/api/ui/classes/Viewer). ## Special Thanks - [pdf-lib](https://pdf-lib.js.org/): Used in PDF generation. - [PDF.js](https://mozilla.github.io/pdf.js/): Used in PDF viewing. - [React](https://reactjs.org/): Used in building the UI. - [react-moveable](https://daybrush.com/moveable/), [react-selecto](https://github.com/daybrush/selecto), [@scena/react-guides](https://daybrush.com/guides/): Used in Designer UI. - [dnd-kit](https://github.com/clauderic/dnd-kit): Used in Designer UI. - [bwip-js](https://github.com/metafloor/bwip-js): Used in barcode generation. - [zod](https://github.com/colinhacks/zod): Used in Validation. I definitely could not have created pdfme without these libraries. I am grateful to the developers of these libraries.
3,072
📱 A template for your next React Native project 🚀, Made with developer experience and performance first: Expo,TypeScript,TailwindCSS, Husky, Lint-Staged, react-navigation, react-query, react-hook-form.
<p align="center"> <img alt="React Native Template Obytes" src="https://user-images.githubusercontent.com/11137944/93101697-808bc580-f6a2-11ea-8ce3-482be6ca456a.png" width="200" /> </p> <h1 align="center"> React Native Template Obytes </h1> 📱 A template for your next React Native project 🚀, Made with developer experience and performance first: Expo,TypeScript,tailwindcss, Husky, Lint-Staged, react-navigation, react-query, react-hook-form, I18n. # Overview As a team of experienced developers at Obytes Mobile Tribe, we have spent years refining our approach to building high-quality React Native applications. Our starter kit is based on the best practices and tools that we have found to be most effective in our own projects. This starter kit has been thoroughly tested and proven successful in multiple projects over the past four years. It is regularly used by our team on a daily basis and has helped us deliver great results for our clients. While our starter kit is heavily influenced by our own opinions and experiences, we have carefully selected the included solutions to address common challenges and meet the needs of the majority of use cases. We believe it offers a streamlined and efficient approach to building React Native apps, and we are confident that it can help others achieve their project goals as well. ## 🚀 Motivation Our goal with this starter kit was to streamline the process of building React Native apps, both for our own team and for our clients. We wanted to create a resource that would allow us to create high-quality apps faster and with less effort, while ensuring that all of our projects adhere to the same code standards and architectural principles. The benefits of using this starter kit are numerous. It helps our team easily switch between projects, as we can rely on a consistent foundation of code. It also allows us to focus on the business logic of each project rather than getting bogged down in boilerplate code. And, because it promotes consistency across projects, it makes it easier to maintain and scale our apps, as well as share code between teams. Overall, our starter kit is designed to facilitate efficient and effective app development, helping us to bring the best possible products to our clients ## ✍️ Philosophy When creating this starter kit, we had several guiding principles in mind:: - **🚀 Production-ready**: We wanted to ensure that this starter was ready for real-world use, providing a solid foundation for building production-grade apps. - **🥷 Developer experience and productivity**: Our focus was on creating a starter that would enhance the developer experience and increase productivity. - **🧩 Minimal code and dependencies**: We aimed to keep the codebase and dependencies as small as possible. - **💪 Well-maintained third-party libraries**: We included only well-maintained and reliable third-party libraries, to provide stability and support for our projects. ## ⭐ key Features - ✅ The latest version of Expo SDK, along with the Custom Dev client, to give you access to a range of powerful features and tools. - 🎉 [TypeScript](https://www.typescriptlang.org/) for type checking, to help you catch bugs and improve code quality. - 💅 A minimal UI kit built with [tailwindcss](https://www.nativewind.dev/), which provides a range of pre-defined classes for styling your app. - ⚙️ Support for multiple environment builds, including Production, Staging, and Development, using Expo configuration. - 🦊 Husky for Git Hooks, to automate your git hooks and enforce code standards. - 💡 A clean project structure with Absolute Imports, to make it easier to navigate and manage your code. - 🚫 Lint-staged for running linters and TypeScript checks on Git staged files, to ensure that your code is always up to standards. - 🗂 VSCode recommended extensions, settings, and snippets to enhance the developer experience. - ☂️ Pre-installed [React Navigation](https://reactnavigation.org/) with examples, to provide a comprehensive navigation solution for your app. - 💫 An auth flow with [zustand](https://github.com/pmndrs/zustand) and [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) as a storage solution to save sensitive data. - 🛠 A simple workflow for building, releasing, and distributing your app using [Github action](https://github.com/features/actions). - 🔥 [React Query](https://react-query.tanstack.com/) & [axios](https://github.com/axios/axios) and [axios](https://github.com/axios/axios) for fetching data, to help you build efficient and performant apps. - 🧵 A good approach for handling forms with [react-hook-form](https://react-hook-form.com/) and [zod](https://github.com/colinhacks/zod) for validation. - 🎯 Localization with [i18next](https://www.i18next.com/) , along with Eslint for validation. ## ✍️ Documentation - [Rules and Conventions](https://starter.obytes.com/docs/getting-started/rules-and-convetions) - [Project structure](https://starter.obytes.com/docs/getting-started/project-structure) - [Environment vars and config](https://starter.obytes.com/docs/getting-started/environment-vars-config) - [UI and Theming](https://starter.obytes.com/docs/ui-and-theme/ui-theming) - [Components](https://starter.obytes.com/docs/ui-and-theme/components) - [Forms](https://starter.obytes.com/docs/ui-and-theme/Forms) - [Data fetching](https://starter.obytes.com/docs/guides/data-fetching) - [Contribute to starter](https://starter.obytes.com/docs/contribute) ## 😉 Why Expo? Expo is a powerful tool for building React Native apps, offering a range of features and benefits that can help developers create high-quality apps more efficiently. One question we often receive from the community is why we choose to use Expo instead of the React Native CLI. In the past, our team used the React Native CLI for our starter kit. However, we found that using Expo presented several advantages. In particular, the introduction of the Custom dev client feature allowed us to take advantage of the Expo ecosystem and utilize native libraries without the need for ejecting the app. This has greatly simplified our development process and enabled us to focus on the business logic of our projects. Additionally, we have found that using Expo has made it easier to upgrade our apps to new versions, eliminating the issues we previously encountered when using the React Native CLI. Overall, we believe that Expo offers numerous benefits for building React Native apps and is a valuable tool for any developer. The real question may be, **why not use Expo?** ## 🤔 Is this starter for you? If you are planning to build a React Native app and are looking for a strong foundation, well-designed architecture, and a positive developer experience, then this starter kit is an excellent resource to consider. It offers a comprehensive set of best practices and tools that have been tested and proven effective in multiple projects. Even if you are not sure that using a starter kit is the right choice for your project, you can still benefit from this resource. You can explore the starter kit and draw inspiration from the solutions it provides for common challenges faced by React Native developers. This can be a helpful way to discover good practices and find effective solutions for your own app development process. Overall, whether you choose to use this starter kit as is or simply take some ideas from it, we believe it offers valuable insights and resources for anyone looking to build a high-quality React Native app. ## 🧑‍💻 Stay up to date We are committed to continually improving our starter kit and providing the best possible resources for building React Native apps. To that end, we regularly add new features and fix any bugs that are discovered. If you want to stay up to date with the latest developments in our starter kit, you can either watch the repository or hit the "star" button. This will allow you to receive notifications whenever new updates are available. We value the feedback and contributions of our users, and we encourage you to let us know if you have any suggestions for improving our starter kit. We are always looking for ways to make it even more effective and useful for our community. So, please do not hesitate to reach out and share your thoughts with us. <!-- add a gif image here --> ## 💎 Libraries used - [Expo](https://docs.expo.io/) - [React Navigation](https://reactnavigation.org/) - [Nativewind](https://www.nativewind.dev/) - [Flash list](https://github.com/Shopify/flash-list) - [React Query](https://tanstack.com/query/v4) - [Axios](https://axios-http.com/docs/intro) - [React Hook Form](https://react-hook-form.com/) - [i18next](https://www.i18next.com/) - [zustand](https://github.com/pmndrs/zustand) - [React Native MMKV](https://github.com/mrousavy/react-native-mmkv) - [React Native Gesture Handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) - [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/docs/) - [React Naive Svg](https://github.com/software-mansion/react-native-svg) - [ React Error Boundaries](https://github.com/bvaughn/react-error-boundary) - [React Native fast image](https://github.com/DylanVann/react-native-fast-image) ## Contributors This starter is maintained by [Obytes mobile tribe team](https://www.obytes.com/team) and we welcome new contributors to join us in improving it. If you are interested in getting involved in the project, please don't hesitate to open an issue or submit a pull request. In addition to maintaining this starter kit, we are also available to work on custom projects and help you build your dream app. If you are looking for experienced and reliable developers to bring your app vision to life, please visit our website at [obytes.com/contact](https://www.obytes.com/contact) to get in touch with us. We would be happy to discuss your project in more detail and explore how we can help you achieve your goals. ## 🔥 How to contribute ? Thank you for your interest in contributing to our project. Your involvement is greatly appreciated and we welcome your contributions. Here are some ways you can help us improve this project: 1. Show your support for the project by giving it a 🌟 on Github. This helps us increase visibility and attract more contributors. 2. Share your thoughts and ideas with us by opening an issue. If you have any suggestions or feedback about any aspect of the project, we are always eager to hear from you and have a discussion. 3. If you have any questions about the project, please don't hesitate to ask. Simply open an issue and our team will do our best to provide a helpful and informative response. 4. If you encounter a bug or typo while using the starter kit or reading the documentation, we would be grateful if you could bring it to our attention. You can open an issue to report the issue, or even better, submit a pull request with a fix. We value the input and contributions of our community and look forward to working with you to improve this project. ## 🔖 License This project is MIT licensed.
3,073
HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
# HFS: HTTP File Server ![logo and motto](hfs-logo-color-motto.svg) ## Introduction HFS is the best way via web to access or share files from your disk. - It's a server software, share files **fresh from your disk**. Don't rely on services, be independent! - It's all very **fast**. Try download zipping 100GB, it starts immediately! - **Easy to use**. HFS tries to detect problems and suggest solutions. - Share **even a single file** with our *virtual file system*, even with a different name, all without touching the real file. Present things the way you want! - **Watch** all activities in real-time. - **Control bandwidth**, decide how much to give. This project is in an early stage, few things are missing, but it already rocks! This is a full rewrite of [the Delphi version](https://github.com/rejetto/hfs2). You won't find all previous features here (yet), but still we got: ## How does it work - run HFS on your computer, configuration page automatically shows up - select what files and folders you want to be accessible - possibly create accounts and limit access to files - access those files from a phone or another computer just using a browser ## Features - https - unicode - virtual file system - mobile friendly front-end - search - accounts - resumable downloads - resumable uploads - download folders as zip archive - simple website serving - plug-ins - log file - speed throttler - admin web interface - virtual hosting (plug-in) - anti-brute-force (plug-in) ## Installation 1. go to https://github.com/rejetto/hfs/releases 2. click on `Assets` 3. **download** the right version for your computer 4. launch `hfs` file 5. the browser should automatically open on `localhost` address, so you can configure the rest in the Admin-panel. - if a browser cannot be opened on the computer where you are installing HFS, you should enter this command in HFS console: `create-admin <PASSWORD>` If you access *Admin-panel* via localhost, by default HFS **won't** require you to login. If you don't like this behavior, disable it in the Admin-panel or enter this console command `config localhost_admin false`. ### Other systems If your system is not Windows/Linux/Mac, you can try this alternative version: 0. [install node.js](https://nodejs.org) 1. execute: `sudo npm -g i hfs` 2. launch: `hfs` Configuration and other files will be stored in `%HOME%/.vfs` With this installation method, you can update with `sudo npm -g update hfs` . ### Service If you want to run HFS as a service - if you installed with `npm` on Windows - service installation - run `npx qckwinsvc2 install name="HFS" description="HFS" path="%APPDATA%\npm\node_modules\hfs\src\index.js" args="--cwd %HOMEPATH%\.hfs" now` - service update - run `npx qckwinsvc2 uninstall name="HFS"` - run `npm -g update hfs` - run the service installation again ## Plug-ins To install a plugin you just copy its folder inside `plugins` folder. Delete it to uninstall. HFS will ignore all folders with `-disabled` at the end of the name. ## Why you should upgrade from HFS 2.x to 3 As you can see from the list of features, we already have some goods that you cannot find in HFS 2. Other than that, you can also consider: - it's more robust: it was designed to be an always-running server, while HFS 1-2 was designed for occasional usage (transfer and quit) - passwords are never really stored, just a non-reversible hash is - faster search (up to 12x) - more flexible permissions But you may still want to stay with HFS 2.x (so far) for the following reasons - smaller - more tested - classic window interface (can be easier for some people) ## Console commands If you have access to HFS' console, you can enter commands. Start with `help` to have a full list. ## Configuration Configuration can be done in several ways - accessing the Admin-panel with your browser - it will automatically open when you start HFS. Bookmark it. if your port is 8000 the address will be http://localhost:8000/~/admin - after HFS has started you can enter console command in the form `config NAME VALUE` - passing via command line at start in the form `--NAME VALUE` - directly editing the `config.yaml` file. As soon as you save it is reloaded and changes are applied `NAME` stands for the property name that you want to change. See the complete list below. ### Where is it stored Configuration is stored in the file `config.yaml`, which is stored in the same folder of `hfs.exe` if you are using this kind of distribution on Windows, or `USER_FOLDER/.hfs` on other systems. You can decide a different file and location by passing `--config SOME_FILE` at command line, or inside an *env* called `HFS_CONFIG`. Any relative path provided is relative to the *cwd*. ### Configuration properties - `port` where to accept http connections. Default is 80. - `vfs` the files and folders you want to expose. For details see the dedicated following section. - `log` path of the log file. Default is `access.log`. - `log_rotation` frequency of log rotation. Accepted values are `daily`, `weekly`, `monthly`, or empty string to disable. Default is `weekly`. - `error_log` path of the log file for errors. Default is `error.log`. - `errors_in_main_log` if you want to use a single file for both kind of entries. Default is false. - `accounts` list of accounts. For details see the dedicated following section. - `mime` command what mime-type to be returned with some files. E.g.: `"*.jpg": image/jpeg` You can specify multiple entries, or separate multiple file masks with a p|pe. You can use the special value `auto` to attempt automatic detection. - `max_kbps` throttle output speed. Default is Infinity. - `max_kbps_per_ip` throttle output speed on a per-ip basis. Default is Infinity. - `zip_calculate_size_for_seconds` how long should we wait before the zip archive starts streaming, trying to understand its finale size. Default is 1. - `open_browser_at_start` should HFS open browser on localhost on start? Default is true. - `https_port` listen on a specific port. Default is 443. - `cert` use this file for https certificate. Minimum to start https is to give a cert and a private_key. Default is none. - `private_key` use this file for https private key. Default is none. - `allowed_referer` you can decide what domains can link to your files. Wildcards supported. Default is empty, meaning any. - `block` a list of rules that will block connections. E.g.: ``` block: - ip: 192.168.0.90 ``` Syntax supports, other than simple address, `*` as wildcard and CIDR format. - `plugins_config` this is a generic place where you can find/put configuration for each plugin, at least those that need configuration. - `enable_plugins` if a plugin is not present here, it won't run. Defaults is `[ antibrute ]`. - `custom_header` provide HTML code to be put at the top of your Frontend. Default is none. - `localhost_admin` should Admin be accessed without credentials when on localhost. Default is true. - `proxies` number of proxies between server and clients to be trusted about providing clients' IP addresses. Default is 0. - `keep_unfinished_uploads` should unfinished uploads be deleted immediately when interrupted. Default is true. #### Virtual File System (VFS) The virtual file system is a tree of files and folders, collectively called *nodes*. By default, a node is a folder, unless you provide for it a source that's a file. Valid keys in a node are: - `name`: this is the name we'll use to display this file/folder. If not provided, HFS will infer it from the source. At least `name` or `source` must be provided. - `source`: absolute or relative path of where to get the content - `children`: just for folders, specify its virtual children. Value is a list and its entries are nodes. - `rename`: similar to name, but it's from the parent node point. Use this to change the name of entries that are read from the source, not listed in the VFS. Value is a dictionary, where the key is the original name. - `mime`: specify what mime to use for this resource. Use "auto" for automatic detection. - `default`: to be used with a folder where you want to serve a default html. E.g.: "index.html". Using this will make `mime` default to "auto". - `can_read`: specify who can download this entry. Value is a `WhoCan` descriptor, which is one of these values - `true`: anyone can, even people who didn't log in. This is normally the default value. - `false`: no one can. - `"*"`: any account can, i.e. anyone who logged in. - `[ frank, peter ]`: the list of accounts who can. - `can_see`: specify who can see this entry. Even if a user can download you can still make the file not appear in the list. - `can_upload` specify who can upload. Applies to folders with a source. Default is none. Remember that to see in the list you must also be able to download, or else you won't see it anyway. Value is a `WhoCan` descriptor, refer above. - `masks`: maps a file mask to a set of properties as the one documented in this section. E.g. ``` masks: "**/*.mp3": can_read: false "*.jpg|*.png": mime: auto ``` Permissions set on an inner element will override inherited permissions. This means that you can restrict access to folder1, and yet decide to give free access to folder1/subfolder2. #### Accounts All accounts go under `accounts:` property, as a dictionary where the key is the username. E.g. ``` accounts: admin: password: hello123 belongs: group1 guest: password: guest group1: ``` As soon as the config is read HFS will encrypt passwords (if necessary) in a non-reversible way. It means that `password` property is replaced with an encrypted property: `srp`. As you can see in the example, `group1` has no password. This implies that you cannot log in as `group1`, but still `group1` exists and its purpose is to gather multiple accounts and refer to them collectively as `group1`, so you can quickly share powers among several accounts. For each account entries, this is the list of properties you can have: - `ignore_limits` to ignore speed limits. Default is `false`. - `redirect` provide a URL if you want the user to be redirected upon login. Default is none. - `admin` set `true` if you want to let this account log in to the Admin-panel. Default is `false`. - `belongs` an array of usernames of other accounts from which to inherit their permissions. Default is none. ## License [GPLv3](https://github.com/rejetto/hfs/blob/master/LICENSE.txt)
3,074
A type-safe typescript SQL query builder
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua) [![Discord](https://img.shields.io/discord/890118421587578920)](https://discord.gg/xyBJ3GwvAm) [![Tests](https://github.com/koskimas/kysely/actions/workflows/test.yml/badge.svg)](https://github.com/koskimas/kysely) # [Kysely](https://koskimas.github.io/kysely/index.html) Kysely (pronounce “Key-Seh-Lee”) is a type-safe and autocompletion-friendly typescript SQL query builder. Inspired by [knex](http://knexjs.org/). Mainly developed for [node.js](https://nodejs.org/en/) but also runs on [deno](https://deno.land/) and in the browser. ![](https://github.com/koskimas/kysely/blob/master/assets/demo.gif) Kysely makes sure you only refer to tables and columns that are visible to the part of the query you're writing. The result type only has the selected columns with correct types and aliases. As an added bonus you get autocompletion for all that stuff. As shown in the gif above, through the pure magic of modern typescript, Kysely is even able to parse the alias given to `pet.name` and add the `pet_name` column to the result row type. Kysely is able to infer column names, aliases and types from selected subqueries, joined subqueries, `with` statements and pretty much anything you can think of. Of course there are cases where things cannot be typed at compile time, and Kysely offers escape hatches for these situations. See the [sql template tag](https://koskimas.github.io/kysely/interfaces/Sql.html) and the [DynamicModule](https://koskimas.github.io/kysely/classes/DynamicModule.html#ref) for more info. All API documentation is written in the typing files and you can simply `cmd-click` on the module, class or method you're using to see it. The same documentation is also hosted [here](https://github.com/koskimas/kysely). If you start using Kysely and can't find something you'd want to use, please open an issue or join our [discord server](https://discord.gg/xyBJ3GwvAm). You can find a more thorough introduction [here](https://www.jakso.me/blog/kysely-a-type-safe-sql-query-builder-for-typescript). # Table of contents - [Installation](#installation) - [3rd party dialects](#3rd-party-dialects) - [Minimal example](#minimal-example) - [Playground](#playground) - [Generating types](#generating-types) - [Query examples](#query-examples) - [Select queries](#select-queries) - [Stream select query results](#stream-select-query-results) - [Update queries](#update-queries) - [Insert queries](#insert-queries) - [Delete queries](#delete-queries) - [Recipes](#recipes) - [Migrations](#migrations) - [PostgreSQL migration example](#postgresql-migration-example) - [MySQL migration example](#mysql-migration-example) - [Deno](#deno) - [Browser](#browser) - [Why not just contribute to knex](#why-not-just-contribute-to-knex) # Installation Kysely currently works on PostgreSQL, MySQL and SQLite. You can install it using: ``` # PostgreSQL npm install kysely pg # MySQL npm install kysely mysql2 # SQLite npm install kysely better-sqlite3 ``` More dialects will be added soon. Kysely also has a simple interface for [3rd party dialects](https://koskimas.github.io/kysely/interfaces/Dialect.html). ### 3rd party dialects - [AWS Data API](https://github.com/serverless-stack/kysely-data-api) - [PlanetScale Serverless Driver](https://github.com/depot/kysely-planetscale) - [SingleStore Data API](https://github.com/igalklebanov/kysely-singlestore) - [D1](https://github.com/aidenwallis/kysely-d1) - [SurrealDB](https://github.com/igalklebanov/kysely-surrealdb) # Minimal example All you need to do is define an interface for each table in the database and pass those interfaces to the `Kysely` constructor: ```ts import { Pool } from 'pg' import { Kysely, PostgresDialect, Generated, ColumnType, Selectable, Insertable, Updateable, } from 'kysely' interface PersonTable { // Columns that are generated by the database should be marked // using the `Generated` type. This way they are automatically // made optional in inserts and updates. id: Generated<number> first_name: string gender: 'male' | 'female' | 'other' // If the column is nullable in the database, make its type nullable. // Don't use optional properties. Optionality is always determined // automatically by Kysely. last_name: string | null // You can specify a different type for each operation (select, insert and // update) using the `ColumnType<SelectType, InsertType, UpdateType>` // wrapper. Here we define a column `modified_at` that is selected as // a `Date`, can optionally be provided as a `string` in inserts and // can never be updated: modified_at: ColumnType<Date, string | undefined, never> } interface PetTable { id: Generated<number> name: string owner_id: number species: 'dog' | 'cat' } interface MovieTable { id: Generated<string> stars: number } // Keys of this interface are table names. interface Database { person: PersonTable pet: PetTable movie: MovieTable } // You'd create one of these when you start your app. const db = new Kysely<Database>({ // Use MysqlDialect for MySQL and SqliteDialect for SQLite. dialect: new PostgresDialect({ pool: new Pool({ host: 'localhost', database: 'kysely_test' }) }) }) async function demo() { const { id } = await db .insertInto('person') .values({ first_name: 'Jennifer', gender: 'female' }) .returning('id') .executeTakeFirstOrThrow() await db .insertInto('pet') .values({ name: 'Catto', species: 'cat', owner_id: id }) .execute() const person = await db .selectFrom('person') .innerJoin('pet', 'pet.owner_id', 'person.id') .select(['first_name', 'pet.name as pet_name']) .where('person.id', '=', id) .executeTakeFirst() if (person) { person.pet_name } } ``` ```ts // You can extract the select, insert and update interfaces like this // if you want (you don't need to): type Person = Selectable<PersonTable> type InsertablePerson = Insertable<PersonTable> type UpdateablePerson = Updateable<PersonTable> ``` # Playground [@wirekang](https://github.com/wirekang) has created a [playground for Kysely](https://wirekang.github.io/kysely-playground/?p=f&i=-NLp3n_P5fyeQKMQda8n). You can use to quickly test stuff out and for creating code examples for your issues, PRs and discord messages. # Generating types If you want to generate the table types automatically from the database schema please check out [this awesome project](https://github.com/RobinBlomberg/kysely-codegen). # Query examples ## Select queries You can find examples of select queries in the documentation of the [select method](https://koskimas.github.io/kysely/classes/SelectQueryBuilder.html#select) and the [where method](https://koskimas.github.io/kysely/classes/SelectQueryBuilder.html#where) among other places. ### Stream select query results *Currently only supported by `postgres` and `mysql` dialects.* ```ts import { Pool } from 'pg' // or `import * as Cursor from 'pg-cursor'` depending on your tsconfig import Cursor from 'pg-cursor' import { Kysely, PostgresDialect } from 'kysely' const db = new Kysely<Database>({ // PostgresDialect requires the Cursor dependency dialect: new PostgresDialect({ pool: new Pool({ host: 'localhost', database: 'kysely_test' }), cursor: Cursor }), // MysqlDialect doesn't require any special configuration }) async function demo() { for await (const adult of db.selectFrom('person') .selectAll() .where('age', '>', 18) .stream() ) { console.log(`Hello ${adult.first_name}!`) if (adult.first_name === 'John') { // After this line the db connection is released and no more // rows are streamed from the database to the client break; } } } ``` ## Update queries See the [set method](https://koskimas.github.io/kysely/classes/UpdateQueryBuilder.html#set) and the [updateTable method](https://koskimas.github.io/kysely/classes/Kysely.html#updateTable) documentation. ## Insert queries See the [values method](https://koskimas.github.io/kysely/classes/InsertQueryBuilder.html#values) and the [insertInto method](https://koskimas.github.io/kysely/classes/Kysely.html#insertInto) documentation. ## Delete queries See the [deleteFrom method](https://koskimas.github.io/kysely/classes/Kysely.html#deleteFrom) documentation. # Recipes The [recipes](https://github.com/koskimas/kysely/tree/master/recipes) folder contains a bunch of small tutorials or "recipes" for common use cases. * [Conditional selects](https://github.com/koskimas/kysely/tree/master/recipes/conditional-selects.md) * [Deduplicate joins](https://github.com/koskimas/kysely/tree/master/recipes/deduplicate-joins.md) * [Extending kysely](https://github.com/koskimas/kysely/tree/master/recipes/extending-kysely.md) * [Raw SQL](https://github.com/koskimas/kysely/tree/master/recipes/raw-sql.md) * [Schemas](https://github.com/koskimas/kysely/tree/master/recipes/schemas.md) * [Dealing with the `Type instantiation is excessively deep and possibly infinite` error](https://github.com/koskimas/kysely/tree/master/recipes/excessively-deep-types.md) # Migrations Migration files should look like this: ```ts import { Kysely } from 'kysely' export async function up(db: Kysely<any>): Promise<void> { // Migration code } export async function down(db: Kysely<any>): Promise<void> { // Migration code } ``` The `up` function is called when you update your database schema to the next version and `down` when you go back to previous version. The only argument for the functions is an instance of `Kysely<any>`. It's important to use `Kysely<any>` and not `Kysely<YourDatabase>`. Migrations should never depend on the current code of your app because they need to work even when the app changes. Migrations need to be "frozen in time". The migrations can use the [Kysely.schema](https://koskimas.github.io/kysely/classes/SchemaModule.html) module to modify the schema. Migrations can also run normal queries to modify data. Execution order of the migrations is the alpabetical order of their names. An excellent way to name your migrations is to prefix them with an ISO 8601 date string. A date prefix works well in large teams where multiple team members may add migrations at the same time in parallel commits without knowing about the other migrations. You don't need to store your migrations as separate files if you don't want to. You can easily implement your own [MigrationProvider](https://koskimas.github.io/kysely/interfaces/MigrationProvider.html) and give it to the [Migrator](https://koskimas.github.io/kysely/classes/Migrator.html) class when you instantiate one. ### PostgreSQL migration example ```ts import { Kysely, sql } from 'kysely' export async function up(db: Kysely<any>): Promise<void> { await db.schema .createTable('person') .addColumn('id', 'serial', (col) => col.primaryKey()) .addColumn('first_name', 'varchar', (col) => col.notNull()) .addColumn('last_name', 'varchar') .addColumn('gender', 'varchar(50)', (col) => col.notNull()) .addColumn('created_at', 'timestamp', (col) => col.defaultTo(sql`now()`).notNull()) .execute() await db.schema .createTable('pet') .addColumn('id', 'serial', (col) => col.primaryKey()) .addColumn('name', 'varchar', (col) => col.notNull().unique()) .addColumn('owner_id', 'integer', (col) => col.references('person.id').onDelete('cascade').notNull() ) .addColumn('species', 'varchar', (col) => col.notNull()) .execute() await db.schema .createIndex('pet_owner_id_index') .on('pet') .column('owner_id') .execute() } export async function down(db: Kysely<any>): Promise<void> { await db.schema.dropTable('pet').execute() await db.schema.dropTable('person').execute() } ``` ### MySQL migration example ```ts import { Kysely } from 'kysely' export async function up(db: Kysely<any>): Promise<void> { await db.schema .createTable('person') .addColumn('id', 'integer', (col) => col.autoIncrement().primaryKey()) .addColumn('first_name', 'varchar(255)', (col) => col.notNull()) .addColumn('last_name', 'varchar(255)') .addColumn('gender', 'varchar(50)', (col) => col.notNull()) .execute() await db.schema .createTable('pet') .addColumn('id', 'integer', (col) => col.autoIncrement().primaryKey()) .addColumn('name', 'varchar(255)', (col) => col.notNull().unique()) .addColumn('owner_id', 'integer', (col) => col.notNull()) .addColumn('species', 'varchar(255)', (col) => col.notNull()) .addForeignKeyConstraint( 'pet_owner_id_fk', ['owner_id'], 'person', ['id'], (cb) => cb.onDelete('cascade') ) .execute() await db.schema .createIndex('pet_owner_id_index') .on('pet') .column('owner_id') .execute() } export async function down(db: Kysely<any>): Promise<void> { await db.schema.dropTable('pet').execute() await db.schema.dropTable('person').execute() } ``` You can then use ```ts const migrator = new Migrator(migratorConfig); await migrator.migrateToLatest(pathToMigrationsFolder) ``` to run all migrations that have not yet been run. See the [Migrator](https://koskimas.github.io/kysely/classes/Migrator.html) class's documentation for more info. Kysely doesn't have a CLI for running migrations and probably never will. This is because Kysely's migrations are also written in typescript. To run the migrations, you need to first build the typescript code into javascript. A CLI would cause confusion over which migrations are being run, the typescript ones or the javascript ones. If we added support for both, the CLI would need to depend on a typescript compiler, which most production environments don't (and shouldn't) have. You will probably want to add a simple migration script to your projects like this: ```ts import * as path from 'path' import { Pool } from 'pg' import { promises as fs } from 'fs' import { Kysely, Migrator, PostgresDialect, FileMigrationProvider } from 'kysely' async function migrateToLatest() { const db = new Kysely<Database>({ dialect: new PostgresDialect({ pool: new Pool({ host: 'localhost', database: 'kysely_test', }) }), }) const migrator = new Migrator({ db, provider: new FileMigrationProvider({ fs, path, migrationFolder: 'some/path/to/migrations', }) }) const { error, results } = await migrator.migrateToLatest() results?.forEach((it) => { if (it.status === 'Success') { console.log(`migration "${it.migrationName}" was executed successfully`) } else if (it.status === 'Error') { console.error(`failed to execute migration "${it.migrationName}"`) } }) if (error) { console.error('failed to migrate') console.error(error) process.exit(1) } await db.destroy() } migrateToLatest() ``` The migration methods use a lock on the database level and parallel calls are executed serially. This means that you can safely call `migrateToLatest` and other migration methods from multiple server instances simultaneously and the migrations are guaranteed to only be executed once. The locks are also automatically released if the migration process crashes or the connection to the database fails. # Deno Kysely doesn't include drivers for deno, but you can still use Kysely as a query builder or implement your own driver: ```ts // We use jsdeliver to get Kysely from npm. import { DummyDriver, Generated, Kysely, PostgresAdapter, PostgresIntrospector, PostgresQueryCompiler, } from 'https://cdn.jsdelivr.net/npm/kysely/dist/esm/index.js' interface Person { id: Generated<number> first_name: string last_name: string | null } interface Database { person: Person } const db = new Kysely<Database>({ dialect: { createAdapter() { return new PostgresAdapter() }, createDriver() { // You need a driver to be able to execute queries. In this example // we use the dummy driver that never does anything. return new DummyDriver() }, createIntrospector(db: Kysely<unknown>) { return new PostgresIntrospector(db) }, createQueryCompiler() { return new PostgresQueryCompiler() }, }, }) const query = db.selectFrom('person').select('id') const sql = query.compile() console.log(sql.sql) ``` # Browser Kysely also runs in the browser: ```ts import { Kysely, Generated, DummyDriver, SqliteAdapter, SqliteIntrospector, SqliteQueryCompiler, } from 'kysely' interface Person { id: Generated<number> first_name: string last_name: string | null } interface Database { person: Person } const db = new Kysely<Database>({ dialect: { createAdapter() { return new SqliteAdapter() }, createDriver() { return new DummyDriver() }, createIntrospector(db: Kysely<unknown>) { return new SqliteIntrospector(db) }, createQueryCompiler() { return new SqliteQueryCompiler() }, }, }) window.addEventListener('load', () => { const sql = db.selectFrom('person').select('id').compile() const result = document.createElement('span') result.id = 'result' result.innerHTML = sql.sql document.body.appendChild(result) }) ``` # Why not just contribute to knex Kysely is very similar to knex, but it also attempts to fix things that I personally find not-so-good in knex. Bringing the type system and the changes to knex would mean very significant breaking changes that aren't possible at this point of the project. Knex was also originally written for javascript and the typescript typings were added afterwards. That always leads to compromises in the types. Designing a library for typescript from the ground up produces much better and simpler types. # How to contribute to Kysely See [CONTRIBUTING.md](./CONTRIBUTING.md).
3,075
Protocol Buffers for JavaScript (& TypeScript).
<h1><p align="center"><img alt="protobuf.js" src="https://github.com/dcodeIO/protobuf.js/raw/master/pbjs.png" width="120" height="104" /></p></h1> <p align="center"><a href="https://npmjs.org/package/protobufjs"><img src="https://img.shields.io/npm/v/protobufjs.svg" alt=""></a> <a href="https://travis-ci.org/dcodeIO/protobuf.js"><img src="https://travis-ci.org/dcodeIO/protobuf.js.svg?branch=master" alt=""></a> <a href="https://npmjs.org/package/protobufjs"><img src="https://img.shields.io/npm/dm/protobufjs.svg" alt=""></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%20Software%20Donation&item_number=dcodeIO%2Fprotobuf.js"><img alt="donate ❤" src="https://img.shields.io/badge/donate-❤-ff2244.svg"></a></p> **Protocol Buffers** are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google ([see](https://developers.google.com/protocol-buffers/)). **protobuf.js** is a pure JavaScript implementation with [TypeScript](https://www.typescriptlang.org) support for [node.js](https://nodejs.org) and the browser. It's easy to use, blazingly fast and works out of the box with [.proto](https://developers.google.com/protocol-buffers/docs/proto) files! Contents -------- * [Installation](#installation)<br /> How to include protobuf.js in your project. * [Usage](#usage)<br /> A brief introduction to using the toolset. * [Valid Message](#valid-message) * [Toolset](#toolset)<br /> * [Examples](#examples)<br /> A few examples to get you started. * [Using .proto files](#using-proto-files) * [Using JSON descriptors](#using-json-descriptors) * [Using reflection only](#using-reflection-only) * [Using custom classes](#using-custom-classes) * [Using services](#using-services) * [Usage with TypeScript](#usage-with-typescript)<br /> * [Additional documentation](#additional-documentation)<br /> A list of available documentation resources. * [Performance](#performance)<br /> A few internals and a benchmark on performance. * [Compatibility](#compatibility)<br /> Notes on compatibility regarding browsers and optional libraries. * [Building](#building)<br /> How to build the library and its components yourself. Installation --------------- ### node.js ``` $> npm install protobufjs [--save --save-prefix=~] ``` ```js var protobuf = require("protobufjs"); ``` The command line utility lives in the protobufjs-cli package and must be installed separately: ``` $> npm install protobufjs-cli [--save --save-prefix=~] ``` **Note** that this library's versioning scheme is not semver-compatible for historical reasons. For guaranteed backward compatibility, always depend on `~6.A.B` instead of `^6.A.B` (hence the `--save-prefix` above). ### Browsers Development: ``` <script src="//cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js"></script> ``` Production: ``` <script src="//cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.min.js"></script> ``` **Remember** to replace the version tag with the exact [release](https://github.com/protobufjs/protobuf.js/tags) your project depends upon. The library supports CommonJS and AMD loaders and also exports globally as `protobuf`. ### Distributions Where bundle size is a factor, there are additional stripped-down versions of the [full library][dist-full] (~19kb gzipped) available that exclude certain functionality: * When working with JSON descriptors (i.e. generated by [pbjs](cli/README.md#pbjs-for-javascript)) and/or reflection only, see the [light library][dist-light] (~16kb gzipped) that excludes the parser. CommonJS entry point is: ```js var protobuf = require("protobufjs/light"); ``` * When working with statically generated code only, see the [minimal library][dist-minimal] (~6.5kb gzipped) that also excludes reflection. CommonJS entry point is: ```js var protobuf = require("protobufjs/minimal"); ``` | Distribution | Location |------------|----------------------------------- | Full | <https://cdn.jsdelivr.net/npm/protobufjs/dist/> | Light | <https://cdn.jsdelivr.net/npm/protobufjs/dist/light/> | Minimal | <https://cdn.jsdelivr.net/npm/protobufjs/dist/minimal/> Usage ----- Because JavaScript is a dynamically typed language, protobuf.js introduces the concept of a **valid message** in order to provide the best possible [performance](#performance) (and, as a side product, proper typings): ### Valid message > A valid message is an object (1) not missing any required fields and (2) exclusively composed of JS types understood by the wire format writer. There are two possible types of valid messages and the encoder is able to work with both of these for convenience: * **Message instances** (explicit instances of message classes with default values on their prototype) always (have to) satisfy the requirements of a valid message by design and * **Plain JavaScript objects** that just so happen to be composed in a way satisfying the requirements of a valid message as well. In a nutshell, the wire format writer understands the following types: | Field type | Expected JS type (create, encode) | Conversion (fromObject) |------------|-----------------------------------|------------------------ | s-/u-/int32<br />s-/fixed32 | `number` (32 bit integer) | <code>value &#124; 0</code> if signed<br />`value >>> 0` if unsigned | s-/u-/int64<br />s-/fixed64 | `Long`-like (optimal)<br />`number` (53 bit integer) | `Long.fromValue(value)` with long.js<br />`parseInt(value, 10)` otherwise | float<br />double | `number` | `Number(value)` | bool | `boolean` | `Boolean(value)` | string | `string` | `String(value)` | bytes | `Uint8Array` (optimal)<br />`Buffer` (optimal under node)<br />`Array.<number>` (8 bit integers) | `base64.decode(value)` if a `string`<br />`Object` with non-zero `.length` is assumed to be buffer-like | enum | `number` (32 bit integer) | Looks up the numeric id if a `string` | message | Valid message | `Message.fromObject(value)` * Explicit `undefined` and `null` are considered as not set if the field is optional. * Repeated fields are `Array.<T>`. * Map fields are `Object.<string,T>` with the key being the string representation of the respective value or an 8 characters long binary hash string for `Long`-likes. * Types marked as *optimal* provide the best performance because no conversion step (i.e. number to low and high bits or base64 string to buffer) is required. ### Toolset With that in mind and again for performance reasons, each message class provides a distinct set of methods with each method doing just one thing. This avoids unnecessary assertions / redundant operations where performance is a concern but also forces a user to perform verification (of plain JavaScript objects that *might* just so happen to be a valid message) explicitly where necessary - for example when dealing with user input. **Note** that `Message` below refers to any message class. * **Message.verify**(message: `Object`): `null|string`<br /> verifies that a **plain JavaScript object** satisfies the requirements of a valid message and thus can be encoded without issues. Instead of throwing, it returns the error message as a string, if any. ```js var payload = "invalid (not an object)"; var err = AwesomeMessage.verify(payload); if (err) throw Error(err); ``` * **Message.encode**(message: `Message|Object` [, writer: `Writer`]): `Writer`<br /> encodes a **message instance** or valid **plain JavaScript object**. This method does not implicitly verify the message and it's up to the user to make sure that the payload is a valid message. ```js var buffer = AwesomeMessage.encode(message).finish(); ``` * **Message.encodeDelimited**(message: `Message|Object` [, writer: `Writer`]): `Writer`<br /> works like `Message.encode` but additionally prepends the length of the message as a varint. * **Message.decode**(reader: `Reader|Uint8Array`): `Message`<br /> decodes a buffer to a **message instance**. If required fields are missing, it throws a `util.ProtocolError` with an `instance` property set to the so far decoded message. If the wire format is invalid, it throws an `Error`. ```js try { var decodedMessage = AwesomeMessage.decode(buffer); } catch (e) { if (e instanceof protobuf.util.ProtocolError) { // e.instance holds the so far decoded message with missing required fields } else { // wire format is invalid } } ``` * **Message.decodeDelimited**(reader: `Reader|Uint8Array`): `Message`<br /> works like `Message.decode` but additionally reads the length of the message prepended as a varint. * **Message.create**(properties: `Object`): `Message`<br /> creates a new **message instance** from a set of properties that satisfy the requirements of a valid message. Where applicable, it is recommended to prefer `Message.create` over `Message.fromObject` because it doesn't perform possibly redundant conversion. ```js var message = AwesomeMessage.create({ awesomeField: "AwesomeString" }); ``` * **Message.fromObject**(object: `Object`): `Message`<br /> converts any non-valid **plain JavaScript object** to a **message instance** using the conversion steps outlined within the table above. ```js var message = AwesomeMessage.fromObject({ awesomeField: 42 }); // converts awesomeField to a string ``` * **Message.toObject**(message: `Message` [, options: `ConversionOptions`]): `Object`<br /> converts a **message instance** to an arbitrary **plain JavaScript object** for interoperability with other libraries or storage. The resulting plain JavaScript object *might* still satisfy the requirements of a valid message depending on the actual conversion options specified, but most of the time it does not. ```js var object = AwesomeMessage.toObject(message, { enums: String, // enums as string names longs: String, // longs as strings (requires long.js) bytes: String, // bytes as base64 encoded strings defaults: true, // includes default values arrays: true, // populates empty arrays (repeated fields) even if defaults=false objects: true, // populates empty objects (map fields) even if defaults=false oneofs: true // includes virtual oneof fields set to the present field's name }); ``` For reference, the following diagram aims to display relationships between the different methods and the concept of a valid message: <p align="center"><img alt="Toolset Diagram" src="https://protobufjs.github.io/protobuf.js/toolset.svg" /></p> > In other words: `verify` indicates that calling `create` or `encode` directly on the plain object will [result in a valid message respectively] succeed. `fromObject`, on the other hand, does conversion from a broader range of plain objects to create valid messages. ([ref](https://github.com/dcodeIO/protobuf.js/issues/748#issuecomment-291925749)) Examples -------- ### Using .proto files It is possible to load existing .proto files using the full library, which parses and compiles the definitions to ready to use (reflection-based) message classes: ```protobuf // awesome.proto package awesomepackage; syntax = "proto3"; message AwesomeMessage { string awesome_field = 1; // becomes awesomeField } ``` ```js protobuf.load("awesome.proto", function(err, root) { if (err) throw err; // Obtain a message type var AwesomeMessage = root.lookupType("awesomepackage.AwesomeMessage"); // Exemplary payload var payload = { awesomeField: "AwesomeString" }; // Verify the payload if necessary (i.e. when possibly incomplete or invalid) var errMsg = AwesomeMessage.verify(payload); if (errMsg) throw Error(errMsg); // Create a new message var message = AwesomeMessage.create(payload); // or use .fromObject if conversion is necessary // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer // Decode an Uint8Array (browser) or Buffer (node) to a message var message = AwesomeMessage.decode(buffer); // ... do something with message // If the application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. // Maybe convert the message back to a plain object var object = AwesomeMessage.toObject(message, { longs: String, enums: String, bytes: String, // see ConversionOptions }); }); ``` Additionally, promise syntax can be used by omitting the callback, if preferred: ```js protobuf.load("awesome.proto") .then(function(root) { ... }); ``` ### Using JSON descriptors The library utilizes JSON descriptors that are equivalent to a .proto definition. For example, the following is identical to the .proto definition seen above: ```json // awesome.json { "nested": { "awesomepackage": { "nested": { "AwesomeMessage": { "fields": { "awesomeField": { "type": "string", "id": 1 } } } } } } } ``` JSON descriptors closely resemble the internal reflection structure: | Type (T) | Extends | Type-specific properties |--------------------|--------------------|------------------------- | *ReflectionObject* | | options | *Namespace* | *ReflectionObject* | nested | Root | *Namespace* | **nested** | Type | *Namespace* | **fields** | Enum | *ReflectionObject* | **values** | Field | *ReflectionObject* | rule, **type**, **id** | MapField | Field | **keyType** | OneOf | *ReflectionObject* | **oneof** (array of field names) | Service | *Namespace* | **methods** | Method | *ReflectionObject* | type, **requestType**, **responseType**, requestStream, responseStream * **Bold properties** are required. *Italic types* are abstract. * `T.fromJSON(name, json)` creates the respective reflection object from a JSON descriptor * `T#toJSON()` creates a JSON descriptor from the respective reflection object (its name is used as the key within the parent) Exclusively using JSON descriptors instead of .proto files enables the use of just the light library (the parser isn't required in this case). A JSON descriptor can either be loaded the usual way: ```js protobuf.load("awesome.json", function(err, root) { if (err) throw err; // Continue at "Obtain a message type" above }); ``` Or it can be loaded inline: ```js var jsonDescriptor = require("./awesome.json"); // exemplary for node var root = protobuf.Root.fromJSON(jsonDescriptor); // Continue at "Obtain a message type" above ``` ### Using reflection only Both the full and the light library include full reflection support. One could, for example, define the .proto definitions seen in the examples above using just reflection: ```js ... var Root = protobuf.Root, Type = protobuf.Type, Field = protobuf.Field; var AwesomeMessage = new Type("AwesomeMessage").add(new Field("awesomeField", 1, "string")); var root = new Root().define("awesomepackage").add(AwesomeMessage); // Continue at "Create a new message" above ... ``` Detailed information on the reflection structure is available within the [API documentation](#additional-documentation). ### Using custom classes Message classes can also be extended with custom functionality and it is also possible to register a custom constructor with a reflected message type: ```js ... // Define a custom constructor function AwesomeMessage(properties) { // custom initialization code ... } // Register the custom constructor with its reflected type (*) root.lookupType("awesomepackage.AwesomeMessage").ctor = AwesomeMessage; // Define custom functionality AwesomeMessage.customStaticMethod = function() { ... }; AwesomeMessage.prototype.customInstanceMethod = function() { ... }; // Continue at "Create a new message" above ``` (*) Besides referencing its reflected type through `AwesomeMessage.$type` and `AwesomeMesage#$type`, the respective custom class is automatically populated with: * `AwesomeMessage.create` * `AwesomeMessage.encode` and `AwesomeMessage.encodeDelimited` * `AwesomeMessage.decode` and `AwesomeMessage.decodeDelimited` * `AwesomeMessage.verify` * `AwesomeMessage.fromObject`, `AwesomeMessage.toObject` and `AwesomeMessage#toJSON` Afterwards, decoded messages of this type are `instanceof AwesomeMessage`. Alternatively, it is also possible to reuse and extend the internal constructor if custom initialization code is not required: ```js ... // Reuse the internal constructor var AwesomeMessage = root.lookupType("awesomepackage.AwesomeMessage").ctor; // Define custom functionality AwesomeMessage.customStaticMethod = function() { ... }; AwesomeMessage.prototype.customInstanceMethod = function() { ... }; // Continue at "Create a new message" above ``` ### Using services The library also supports consuming services but it doesn't make any assumptions about the actual transport channel. Instead, a user must provide a suitable RPC implementation, which is an asynchronous function that takes the reflected service method, the binary request and a node-style callback as its parameters: ```js function rpcImpl(method, requestData, callback) { // perform the request using an HTTP request or a WebSocket for example var responseData = ...; // and call the callback with the binary response afterwards: callback(null, responseData); } ``` Below is a working example with a typescript implementation using grpc npm package. ```ts const grpc = require('grpc') const Client = grpc.makeGenericClientConstructor({}) const client = new Client( grpcServerUrl, grpc.credentials.createInsecure() ) const rpcImpl = function(method, requestData, callback) { client.makeUnaryRequest( method.name, arg => arg, arg => arg, requestData, callback ) } ``` Example: ```protobuf // greeter.proto syntax = "proto3"; service Greeter { rpc SayHello (HelloRequest) returns (HelloReply) {} } message HelloRequest { string name = 1; } message HelloReply { string message = 1; } ``` ```js ... var Greeter = root.lookup("Greeter"); var greeter = Greeter.create(/* see above */ rpcImpl, /* request delimited? */ false, /* response delimited? */ false); greeter.sayHello({ name: 'you' }, function(err, response) { console.log('Greeting:', response.message); }); ``` Services also support promises: ```js greeter.sayHello({ name: 'you' }) .then(function(response) { console.log('Greeting:', response.message); }); ``` There is also an [example for streaming RPC](https://github.com/dcodeIO/protobuf.js/blob/master/examples/streaming-rpc.js). Note that the service API is meant for clients. Implementing a server-side endpoint pretty much always requires transport channel (i.e. http, websocket, etc.) specific code with the only common denominator being that it decodes and encodes messages. ### Usage with TypeScript The library ships with its own [type definitions](https://github.com/dcodeIO/protobuf.js/blob/master/index.d.ts) and modern editors like [Visual Studio Code](https://code.visualstudio.com/) will automatically detect and use them for code completion. The npm package depends on [@types/node](https://www.npmjs.com/package/@types/node) because of `Buffer` and [@types/long](https://www.npmjs.com/package/@types/long) because of `Long`. If you are not building for node and/or not using long.js, it should be safe to exclude them manually. #### Using the JS API The API shown above works pretty much the same with TypeScript. However, because everything is typed, accessing fields on instances of dynamically generated message classes requires either using bracket-notation (i.e. `message["awesomeField"]`) or explicit casts. Alternatively, it is possible to use a [typings file generated for its static counterpart](#pbts-for-typescript). ```ts import { load } from "protobufjs"; // respectively "./node_modules/protobufjs" load("awesome.proto", function(err, root) { if (err) throw err; // example code const AwesomeMessage = root.lookupType("awesomepackage.AwesomeMessage"); let message = AwesomeMessage.create({ awesomeField: "hello" }); console.log(`message = ${JSON.stringify(message)}`); let buffer = AwesomeMessage.encode(message).finish(); console.log(`buffer = ${Array.prototype.toString.call(buffer)}`); let decoded = AwesomeMessage.decode(buffer); console.log(`decoded = ${JSON.stringify(decoded)}`); }); ``` #### Using generated static code If you generated static code to `bundle.js` using the CLI and its type definitions to `bundle.d.ts`, then you can just do: ```ts import { AwesomeMessage } from "./bundle.js"; // example code let message = AwesomeMessage.create({ awesomeField: "hello" }); let buffer = AwesomeMessage.encode(message).finish(); let decoded = AwesomeMessage.decode(buffer); ``` #### Using decorators The library also includes an early implementation of [decorators](https://www.typescriptlang.org/docs/handbook/decorators.html). **Note** that decorators are an experimental feature in TypeScript and that declaration order is important depending on the JS target. For example, `@Field.d(2, AwesomeArrayMessage)` requires that `AwesomeArrayMessage` has been defined earlier when targeting `ES5`. ```ts import { Message, Type, Field, OneOf } from "protobufjs/light"; // respectively "./node_modules/protobufjs/light.js" export class AwesomeSubMessage extends Message<AwesomeSubMessage> { @Field.d(1, "string") public awesomeString: string; } export enum AwesomeEnum { ONE = 1, TWO = 2 } @Type.d("SuperAwesomeMessage") export class AwesomeMessage extends Message<AwesomeMessage> { @Field.d(1, "string", "optional", "awesome default string") public awesomeField: string; @Field.d(2, AwesomeSubMessage) public awesomeSubMessage: AwesomeSubMessage; @Field.d(3, AwesomeEnum, "optional", AwesomeEnum.ONE) public awesomeEnum: AwesomeEnum; @OneOf.d("awesomeSubMessage", "awesomeEnum") public which: string; } // example code let message = new AwesomeMessage({ awesomeField: "hello" }); let buffer = AwesomeMessage.encode(message).finish(); let decoded = AwesomeMessage.decode(buffer); ``` Supported decorators are: * **Type.d(typeName?: `string`)** &nbsp; *(optional)*<br /> annotates a class as a protobuf message type. If `typeName` is not specified, the constructor's runtime function name is used for the reflected type. * **Field.d&lt;T>(fieldId: `number`, fieldType: `string | Constructor<T>`, fieldRule?: `"optional" | "required" | "repeated"`, defaultValue?: `T`)**<br /> annotates a property as a protobuf field with the specified id and protobuf type. * **MapField.d&lt;T extends { [key: string]: any }>(fieldId: `number`, fieldKeyType: `string`, fieldValueType. `string | Constructor<{}>`)**<br /> annotates a property as a protobuf map field with the specified id, protobuf key and value type. * **OneOf.d&lt;T extends string>(...fieldNames: `string[]`)**<br /> annotates a property as a protobuf oneof covering the specified fields. Other notes: * Decorated types reside in `protobuf.roots["decorated"]` using a flat structure, so no duplicate names. * Enums are copied to a reflected enum with a generic name on decorator evaluation because referenced enum objects have no runtime name the decorator could use. * Default values must be specified as arguments to the decorator instead of using a property initializer for proper prototype behavior. * Property names on decorated classes must not be renamed on compile time (i.e. by a minifier) because decorators just receive the original field name as a string. **ProTip!** Not as pretty, but you can [use decorators in plain JavaScript](https://github.com/dcodeIO/protobuf.js/blob/master/examples/js-decorators.js) as well. Additional documentation ------------------------ #### Protocol Buffers * [Google's Developer Guide](https://developers.google.com/protocol-buffers/docs/overview) #### protobuf.js * [API Documentation](https://protobufjs.github.io/protobuf.js) * [CHANGELOG](https://github.com/dcodeIO/protobuf.js/blob/master/CHANGELOG.md) * [Frequently asked questions](https://github.com/dcodeIO/protobuf.js/wiki) on our wiki #### Community * [Questions and answers](http://stackoverflow.com/search?tab=newest&q=protobuf.js) on StackOverflow Performance ----------- The package includes a benchmark that compares protobuf.js performance to native JSON (as far as this is possible) and [Google's JS implementation](https://github.com/google/protobuf/tree/master/js). On an i7-2600K running node 6.9.1 it yields: ``` benchmarking encoding performance ... protobuf.js (reflect) x 541,707 ops/sec ±1.13% (87 runs sampled) protobuf.js (static) x 548,134 ops/sec ±1.38% (89 runs sampled) JSON (string) x 318,076 ops/sec ±0.63% (93 runs sampled) JSON (buffer) x 179,165 ops/sec ±2.26% (91 runs sampled) google-protobuf x 74,406 ops/sec ±0.85% (86 runs sampled) protobuf.js (static) was fastest protobuf.js (reflect) was 0.9% ops/sec slower (factor 1.0) JSON (string) was 41.5% ops/sec slower (factor 1.7) JSON (buffer) was 67.6% ops/sec slower (factor 3.1) google-protobuf was 86.4% ops/sec slower (factor 7.3) benchmarking decoding performance ... protobuf.js (reflect) x 1,383,981 ops/sec ±0.88% (93 runs sampled) protobuf.js (static) x 1,378,925 ops/sec ±0.81% (93 runs sampled) JSON (string) x 302,444 ops/sec ±0.81% (93 runs sampled) JSON (buffer) x 264,882 ops/sec ±0.81% (93 runs sampled) google-protobuf x 179,180 ops/sec ±0.64% (94 runs sampled) protobuf.js (reflect) was fastest protobuf.js (static) was 0.3% ops/sec slower (factor 1.0) JSON (string) was 78.1% ops/sec slower (factor 4.6) JSON (buffer) was 80.8% ops/sec slower (factor 5.2) google-protobuf was 87.0% ops/sec slower (factor 7.7) benchmarking combined performance ... protobuf.js (reflect) x 275,900 ops/sec ±0.78% (90 runs sampled) protobuf.js (static) x 290,096 ops/sec ±0.96% (90 runs sampled) JSON (string) x 129,381 ops/sec ±0.77% (90 runs sampled) JSON (buffer) x 91,051 ops/sec ±0.94% (90 runs sampled) google-protobuf x 42,050 ops/sec ±0.85% (91 runs sampled) protobuf.js (static) was fastest protobuf.js (reflect) was 4.7% ops/sec slower (factor 1.0) JSON (string) was 55.3% ops/sec slower (factor 2.2) JSON (buffer) was 68.6% ops/sec slower (factor 3.2) google-protobuf was 85.5% ops/sec slower (factor 6.9) ``` These results are achieved by * generating type-specific encoders, decoders, verifiers and converters at runtime * configuring the reader/writer interface according to the environment * using node-specific functionality where beneficial and, of course * avoiding unnecessary operations through splitting up [the toolset](#toolset). You can also run [the benchmark](https://github.com/dcodeIO/protobuf.js/blob/master/bench/index.js) ... ``` $> npm run bench ``` and [the profiler](https://github.com/dcodeIO/protobuf.js/blob/master/bench/prof.js) yourself (the latter requires a recent version of node): ``` $> npm run prof <encode|decode|encode-browser|decode-browser> [iterations=10000000] ``` Note that as of this writing, the benchmark suite performs significantly slower on node 7.2.0 compared to 6.9.1 because moths. Compatibility ------------- * Works in all modern and not-so-modern browsers except IE8. * Because the internals of this package do not rely on `google/protobuf/descriptor.proto`, options are parsed and presented literally. * If typed arrays are not supported by the environment, plain arrays will be used instead. * Support for pre-ES5 environments (except IE8) can be achieved by [using a polyfill](https://github.com/dcodeIO/protobuf.js/blob/master/scripts/polyfill.js). * Support for [Content Security Policy](https://w3c.github.io/webappsec-csp/)-restricted environments (like Chrome extensions without [unsafe-eval](https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-eval)) can be achieved by generating and using static code instead. * If a proper way to work with 64 bit values (uint64, int64 etc.) is required, just install [long.js](https://github.com/dcodeIO/long.js) alongside this library. All 64 bit numbers will then be returned as a `Long` instance instead of a possibly unsafe JavaScript number ([see](https://github.com/dcodeIO/long.js)). * For descriptor.proto interoperability, see [ext/descriptor](https://github.com/dcodeIO/protobuf.js/tree/master/ext/descriptor) Building -------- To build the library or its components yourself, clone it from GitHub and install the development dependencies: ``` $> git clone https://github.com/dcodeIO/protobuf.js.git $> cd protobuf.js $> npm install ``` Building the respective development and production versions with their respective source maps to `dist/`: ``` $> npm run build ``` Building the documentation to `docs/`: ``` $> npm run docs ``` Building the TypeScript definition to `index.d.ts`: ``` $> npm run types ``` ### Browserify integration By default, protobuf.js integrates into any browserify build-process without requiring any optional modules. Hence: * If int64 support is required, explicitly require the `long` module somewhere in your project as it will be excluded otherwise. This assumes that a global `require` function is present that protobuf.js can call to obtain the long module. If there is no global `require` function present after bundling, it's also possible to assign the long module programmatically: ```js var Long = ...; protobuf.util.Long = Long; protobuf.configure(); ``` * If you have any special requirements, there is [the bundler](https://github.com/dcodeIO/protobuf.js/blob/master/scripts/bundle.js) for reference. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
3,076
URL shortening service written in Go and React
# Short [![Build Status](https://ci.time4hacks.com/api/badges/short-d/short/status.svg)](https://ci.time4hacks.com/short-d/short) [![codecov](https://codecov.io/gh/short-d/short/branch/master/graph/badge.svg)](https://codecov.io/gh/short-d/short) [![Maintainability](https://api.codeclimate.com/v1/badges/910f974653f1b3495534/maintainability)](https://codeclimate.com/github/short-d/short/maintainability) [![Go Report Card](https://goreportcard.com/badge/github.com/short-d/short)](https://goreportcard.com/report/github.com/short-d/short) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/byliuyang/short) [![Floobits Status](https://floobits.com/byliuyang/short.svg)](https://floobits.com/byliuyang/short/redirect) ![Demo](promo/marquee.png) ## Preview ![Demo](doc/demo.gif) ## Get `s/` Chrome extension Install it from [Chrome Web Store](https://short-d.com/r/ext) or build it from [source](https://short-d.com/r/ext-code) ## Dependent Projects - [app](https://github.com/short-d/app): Reusable framework for Go apps & command line tools. - [kgs](https://github.com/short-d/kgs): Offline unique key generation service. ## Table of Contents 1. [Getting Started](#getting-started) 1. [Accessing the source code](#accessing-the-source-code) 1. [Prerequisites](#prerequisites) 1. [Local environmental variables](#local-environmental-variables) 1. [Create reCAPTCHA account](#create-recaptcha-account) 1. [Configure Single Sign On](#configure-single-sign-on) 1. [Backend](#backend) 1. [Frontend](#frontend) 1. [System Design](#system-design) 1. [App Level Architecture](#app-level-architecture) 1. [Service Level Architecture](#service-level-architecture) 1. [Object Oriented Design](#object-oriented-design) 1. [Dependency Injection](#dependency-injection) 1. [Database Modeling](#database-modeling) 1. [Feature Toggle](#feature-toggle) 1. [Search Engine Optimization](#search-engine-optimization) 1. [Social Media Summary Card](#social-media-summary-card) 1. [Testing](#testing) 1. [The Importance Of Automation](#the-importance-of-automation) 1. [Testing Strategy](#testing-strategy) 1. [Unit Testing](#unit-testing) 1. [Integration Testing](#integration-testing) 1. [Component Testing](#component-testing) 1. [Contract Testing](#contract-testing) 1. [End To End Testing](#end-to-end-testing) 1. [The Test Pyramid](#the-test-pyramid) 1. [Deployment](#deployment) 1. [Continuous Delivery](#continuous-delivery) 1. [Kubernetes](#kubernetes) 1. [GitOps](#gitops) 1. [Tools We Use](#tools-we-use) 1. [Contributing](#contributing) 1. [Author](#author) 1. [License](#license) ## Getting Started ### Accessing the source code ```bash git clone https://github.com/short-d/short.git ``` ### Prerequisites - [Go](https://golang.org/doc/install) v1.13.1 - [Node.js](https://nodejs.org/en/download/) v12.12.0 - [Yarn](https://classic.yarnpkg.com/en/docs/install) v1.19.1 - [PostgreSQL](doc/tutorial/POSTGRES.md) v12.0 ### Local environmental variables 1. Copy `backend/.env.dist` file to `backend/.env`: ```bash cp backend/.env.dist backend/.env ``` 1. Copy `frontend/.env.development.dist` file to `frontend/.env.development`: ```bash cp frontend/.env.development.dist frontend/.env.development ``` ### Create reCAPTCHA account 1. Sign up at [ReCAPTCHA](https://short-d.com/r/recaptcha) with the following configurations: | Field | Value | |-----------------|----------------| | Label | `Short` | | reCAPTCHA type | `reCAPTCHAv3` | | Domains | `localhost` | 1. Open `settings`. Copy `SITE KEY` and `SECRET KEY`. 1. Replace the value of `RECAPTCHA_SECRET` in the `backend/.env` file with `SECRET KEY`. 1. Replace the value of `REACT_APP_RECAPTCHA_SITE_KEY` in `frontend/.env.development` file with `SITE KEY`. ### Configure Single Sign On #### Google Create a new Client ID at [Google API Credentials](https://console.developers.google.com/apis/credentials): 1. Click on `Create Credentials` and select `OAuth client ID`. 1. Select `Web application` for `Application type`. 1. Fill in `http://localhost/oauth/google/sign-in/callback` for `Authorized redirect URIs` and click on `Create`. 1. Replace the value of `GOOGLE_CLIENT_ID` in `backend/.env` file with `Your Client ID`. 1. Replace the value of `GOOGLE_CLIENT_SECRET` in `backend/.env` file with `Your Client Secret`. #### Facebook You can find the detailed instructions on setting up Facebook sign in [here](doc/sso/FACEBOOK.md) in case you are interested in. #### Github You can find the detailed instructions on setting up Github sign in [here](doc/sso/GITHUB.md) in case you are interested in. ### Backend 1. Update placeholder values with your own configurations. 1. Launch backend server ```bash cd backend ./scripts/dev ``` 1. Remember to install developers tools before start coding: ```bash ./scripts/tools ``` ### Frontend 1. Update `REACT_APP_RECAPTCHA_SITE_KEY` in `frontend/.env.development`. 1. Launch frontend server ```bash cd frontend ./scripts/dev ``` 1. Visit [http://localhost:3000](http://localhost:3000) ## System Design ### App Level Architecture Short backend is built on top of [Uncle Bob's Clean Architecture](https://api.short-d.com/r/ca), the central objective of which is separation of concerns. ![Short Backend](doc/clean-architecture/short-backend.jpg) It enables the developers to modify a single component of the system at a time while leaving the rest unchanged. This minimizes the amount of changes have to be made in order to support new requirements as the system grows. Clean Architecture also improves the testability of system, which in turn saves precious time when creating automated tests. ### Service Level Architecture Short adopts [Microservices Architecture](https://api.short-d.com/r/ms) to organize dependent services around business capabilities and to enable independent deployment of each service. ![Short Cloud](doc/cloud/overall.jpg) [SSR](https://docs.google.com/document/d/16iV91aESfnYU6rIEWGEzws3nbDX3hB-St9gAxrtCAa8), [Toggle](https://docs.google.com/document/d/1TuWexeKwhQh8JTytRAwST3XujBi0wTGExwJan-WfXWs), [Status Page](https://docs.google.com/document/d/1pgRNnD8yAlEmj-sucS_FZ89LdvBy5zpKQ9OvILoBqDM), Search, [Data Reporter](https://docs.google.com/document/d/1-BtxBuS4zIk8H1oXDe-qqEccWp4v6aT2GrWBfwIX5oI), [Feedback Widget](https://docs.google.com/document/d/1IoaTMHsOi5Tb0ZV4btxsvUnKplKi2lxaIYU600cwRuc), and Cloud API are still under active development. ### Object Oriented Design Short leverages class design, package cohesion, and package coupling principles to manage logical dependency between internal components. #### Class Design | Principal | Description | |------------------------------------------------------------------|------------------------------------------------------------------------| | [Single Responsibility Principle](https://api.short-d.com/r/srp) | A class should have one, and only one, reason to change. | | [Open Closed Principle](https://api.short-d.com/r/ocp) | You should be able to extend a classes behavior, without modifying it. | | [Liskov Substitution Principle](https://api.short-d.com/r/lsp) | Derived classes must be substitutable for their base classes. | | [Interface Segregation Principle](https://api.short-d.com/r/isp) | Make fine grained interfaces that are client specific. | | [Dependency Inversion Principle](https://api.short-d.com/r/dip) | Depend on abstractions, not on concretions. | #### Package Cohesion | Principal | Description | |----------------------------------------------------------------------|-------------------------------------------------------| | [Release Reuse Equivalency Principle](https://api.short-d.com/r/rep) | The granule of reuse is the granule of release. | | [The Common Closure Principle](https://api.short-d.com/r/ccp) | Classes that change together are packaged together. | | [The Common Reuse Principle](https://api.short-d.com/r/crp) | Classes that are used together are packaged together. | #### Package Coupling | Principal | Description | |-----------------------------------------------------------------|-------------------------------------------------------| | [Acyclic Dependencies Principle](https://api.short-d.com/r/adp) | The dependency graph of packages must have no cycles. | | [Stable Dependencies Principle](https://api.short-d.com/r/sdp) | Depend in the direction of stability. | | [Stable Abstractions Principle](https://api.short-d.com/r/sap) | Abstractness increases with stability. | ### Dependency Injection Short produces flexible and loosely coupled code, by explicitly providing components with all of the dependencies they need. ```go type Authenticator struct { tokenizer fw.CryptoTokenizer timer fw.Timer tokenValidDuration time.Duration } func NewAuthenticator( tokenizer fw.CryptoTokenizer, timer fw.Timer, tokenValidDuration time.Duration, ) Authenticator { return Authenticator{ tokenizer: tokenizer, timer: timer, tokenValidDuration: tokenValidDuration, } } ``` Short also simplifies the management of the big block of order-dependent initialization code with [Wire](https://api.short-d.com/r/wire), a compile time dependency injection framework by Google. ```go func InjectGraphQlService( name string, sqlDB *sql.DB, graphqlPath provider.GraphQlPath, secret provider.ReCaptchaSecret, jwtSecret provider.JwtSecret, bufferSize provider.KeyGenBufferSize, kgsRPCConfig provider.KgsRPCConfig, tokenValidDuration provider.TokenValidDuration, ) (mdservice.Service, error) { wire.Build( wire.Bind(new(fw.GraphQlAPI), new(graphql.Short)), wire.Bind(new(url.Retriever), new(url.RetrieverPersist)), wire.Bind(new(url.Creator), new(url.CreatorPersist)), wire.Bind(new(repo.UserURLRelation), new(db.UserURLRelationSQL)), wire.Bind(new(repo.URL), new(*db.URLSql)), wire.Bind(new(keygen.KeyGenerator), new(keygen.Remote)), wire.Bind(new(service.KeyFetcher), new(kgs.RPC)), observabilitySet, authSet, mdservice.New, provider.NewGraphGophers, mdhttp.NewClient, mdrequest.NewHTTP, mdtimer.NewTimer, db.NewURLSql, db.NewUserURLRelationSQL, provider.NewRemote, url.NewRetrieverPersist, url.NewCreatorPersist, provider.NewKgsRPC, provider.NewReCaptchaService, requester.NewVerifier, graphql.NewShort, ) return mdservice.Service{}, nil } ``` ### Database Modeling ![Entity Relation Diagram](doc/db/er.jpg) ### Feature Toggle Short employs `feature toggles` to modify system behavior without changing code. UI components controlled by the feature toggles are created inside a centralized `UIFactory` in order to avoid having nested `if` `else` statement across the code base: ```typescript // UIFactory.tsx export class UIFactory { constructor( private featureDecisionService: IFeatureDecisionService ) {} public createGoogleSignInButton(): ReactElement { if (!this.featureDecisionService.includeGoogleSignButton()) { return <div />; } return ( <GoogleSignInButton googleSignInLink={this.authService.googleSignInLink()} /> ); } public createGithubSignInButton(): ReactElement { if (!this.featureDecisionService.includeGithubSignButton()) { return <div />; } return ( <GithubSignInButton githubSignInLink={this.authService.githubSignInLink()} /> ); } } ``` Short also provides `IFeatureDecisionService` interface, allowing the developers to switch to dynamic feature toggle backend in the future by simply swapping the dependency injected. ```typescript // FeatureDecision.service.ts export interface IFeatureDecisionService { includeGithubSignButton(): boolean; includeGoogleSignButton(): boolean; includeFacebookSignButton(): boolean; } ``` ```typescript // StaticConfigDecision.service.ts import { IFeatureDecisionService } from './FeatureDecision.service'; export class StaticConfigDecisionService implements IFeatureDecisionService { includeGithubSignButton(): boolean { return false; } includeGoogleSignButton(): boolean { return false; } includeFacebookSignButton(): boolean { return true; } } ``` ```typescript // dep.ts export function initUIFactory( ... ): UIFactory { ... const staticConfigDecision = new StaticConfigDecisionService(); ... return new UIFactory( ..., staticConfigDecision ); } ``` You can read about the detailed feature toggle design on [this article](https://martinfowler.com/articles/feature-toggles.html). ### Search Engine Optimization In order to improve the quality and quantity of the website's traffic, Short increases its visibility to web search engines through HTML meta tags. ```html <!-- ./frontend/public/index.html --> <title>Short: Free online link shortening service</title> <!-- Search Engine Optimization --> <meta name="description" content="Short enables people to type less for their favorite web sites"> <meta name="robots" content="index, follow"> <link href="https://short-d.com" rel="canonical"> ``` If you search `short-d.com` on Google, you should see Short shows up as the first result: ![Google Search Result](doc/seo/google.jpg) ### Social Media Summary Card #### Facebook & LinkedIn Short leverages `Open Graph` tags to control what content shows up in the summary card when the website is shared on Facebook or LinkedIn: ```html <!-- ./frontend/public/index.html --> <!-- Open Graph --> <meta property="og:title" content="Short: Free link shortening service"/> <meta property="og:description" content="Short enables people to type less for their favorite web sites"/> <meta property="og:image" content="https://short-d.com/promo/small-tile.png"/> <meta property="og:url" content="https://short-d.com"/> <meta property="og:type" content="website"/> ``` Shared on Facebook: ![Facebook Card](doc/social-media-card/facebook.jpg) Shared on LinkedIn: ![LinkedIn Card](doc/social-media-card/linkedin.jpg) #### Twitter Twitter uses its own meta tags to determine what will show up when the website is mentioned in a Tweet: ```html <!-- Twitter --> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@byliuyang11"/> <meta name="twitter:title" content="Short: Free link shortening service"/> <meta name="twitter:description" content="Short enables people to type less for their favorite web sites"/> <meta name="twitter:image" content="https://short-d.com/promo/twitter-card.png"/> ``` ![Twitter Card](doc/social-media-card/twitter.jpg) ## Testing ### The Importance Of Automation Short is maintained by a small team of talented software engineers working at Google, Uber, and Vmware as a side project. The team wants to deliver new features faster without sacrificing its quality. Testing ever-increasing amount of features manually soon becomes impossible — unless we want to spend all our time with manual, repetitive work instead of delivering working features. Test automation is the only way forward. ### Testing Strategy ![Test Strategy](doc/testing/test-strategy.png) Please read [Testing Strategies in a Microservice Architecture](https://martinfowler.com/articles/microservice-testing) for a detailed introduction on test strategies. ### Unit Testing A unit test exercises the smallest piece of testable software in the application to determine whether it behaves as expected. ![Unit Test](doc/testing/unit-test.png) Run unit tests for backend: ```bash cd backend ./scripts/unit-test ``` #### Sociable And Solitary ![Two Types of Unit Test](doc/testing/unit-test-two-types.png) #### The FIRST Principal - [F]ast: Unit tests should be fast otherwise they will slow down development & deployment. - [I]ndependent: Never ever write tests which depend on other test cases. - [R]epeatable: A repeatable test is one that produces the same results each time you run it. - [S]elf-validating: There must be no manual interpretation of the results. - [T]imely/[T]horoughly: Unit tests must be included for every pull request of a new feature and cover edge cases, errors, and bad inputs. #### Test Structure An automated test method should be composed of 3As: Arrange, Act, and Assert. - [A]rrange: All the data needed for a test should be arranged as part of the test. The data used in a test should not depend on the environment in which the test is running. - [A]ct: Invoke the actual method under test. - [A]ssert: A test method should test for a single logical outcome. ### Integration Testing An integration test verifies the communication paths and interactions between components to detect interface defects. ![Integration Test](doc/testing/integration-test.png) Run integration tests for backend: ```bash cd backend ./scripts/integration-test ``` ### Component Testing A component test limits the scope of the exercised software to a portion of the system under test, manipulating the system through internal code interfaces and using test doubles to isolate the code under test from other components. #### In Process ![Component Test](doc/testing/component-test-in-process.png) #### Out Of Process ![Component Test](doc/testing/component-test-out-of-process.png) ### Contract Testing An integration contract test is a test at the boundary of an external service verifying that it meets the contract expected by a consuming service. ### End To End Testing An end-to-end test verifies that a system meets external requirements and achieves its goals, testing the entire system, from end to end. ### The Test Pyramid ![Test Pyramid](doc/testing/test-pyramid.png) ## Deployment ### Continuous Delivery ![Continuous Delivery](doc/deployment/cd-pipeline.jpg) Currently, we use continuous delivery to deploy code changes to staging & production environment. Merging pull request into master branch on Github will automatically deploy the changes to [staging](https://staging.short-d.com). Merging from `master` branch to `production` branch will automatically deploy the latest code to the production. In the future, when after we add enough automated tests, we may migrate to continuous deployment instead for faster releases. You can find the differences between continuous delivery & continuous deployment [here](doc/tutorial/CI-CD.md) ### Kubernetes Short leverages [Kubernetes](https://kubernetes.io) to automate deployment, scaling, and management of containerized microservices. ![Node overview](https://d33wubrfki0l68.cloudfront.net/5cb72d407cbe2755e581b6de757e0d81760d5b86/a9df9/docs/tutorials/kubernetes-basics/public/images/module_03_nodes.svg) ### GitOps Short uses [GitOps](https://github.com/byliuyang/gitops) to configure Kubernetes cluster and span up new services. ![Git Ops](doc/deployment/gitops.jpg) ## Tools We Use - [Drone](https://short-d.com/r/ci): Continuous integration written in Go - [Code Climate](https://codeclimate.com/): Automated code review - [ElephantSQL](https://www.elephantsql.com): Managed PostgreSQL service. ## Contributing Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, the process for submitting pull requests to us, and our code review guideline. ## Author Harry Liu - *Initial work* - [byliuyang](https://short-d.com/r/ghharry) As the tech lead of Short, I am responsible for the overall planning, execution and success of complex software solutions to meet users' needs. I deeply believe in and am striving to achieve the right column of the following diagram: ![Manager vs Leader](doc/leader-vs-manager.jpg) ## License This project is maintained under MIT license
3,077
TypeScript-first schema validation with static type inference
<p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://zod.dev">https://zod.dev</a> ✨ <br/> TypeScript-first schema validation with static type inference </p> </p> <br/> <p align="center"> <a href="https://github.com/colinhacks/zod/actions?query=branch%3Amaster"><img src="https://github.com/colinhacks/zod/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Zod CI status" /></a> <a href="https://twitter.com/colinhacks" rel="nofollow"><img src="https://img.shields.io/badge/created%[email protected]" alt="Created by Colin McDonnell"></a> <a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/colinhacks/zod" alt="License"></a> <a href="https://www.npmjs.com/package/zod" rel="nofollow"><img src="https://img.shields.io/npm/dw/zod.svg" alt="npm"></a> <a href="https://www.npmjs.com/package/zod" rel="nofollow"><img src="https://img.shields.io/github/stars/colinhacks/zod" alt="stars"></a> <a href="https://discord.gg/KaSRdyX2vc" rel="nofollow"><img src="https://img.shields.io/discord/893487829802418277?label=Discord&logo=discord&logoColor=white" alt="discord server"></a> </p> <div align="center"> <a href="https://zod.dev">Documentation</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://discord.gg/RcG33DQJdf">Discord</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://www.npmjs.com/package/zod">npm</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://github.com/colinhacks/zod/issues/new">Issues</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://twitter.com/colinhacks">@colinhacks</a> <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span> <a href="https://trpc.io">tRPC</a> <br /> </div> <br/> <br/> > These docs have been translated into [Chinese](./README_ZH.md). ## Table of contents <!-- The full documentation is available both on the [official documentation site](https://zod.js.org/) (recommended) and in `README.md`. #### Go to [zod.js.org](https://zod.js.org) >> --> - [Introduction](#introduction) - [Sponsors](#sponsors) - [Ecosystem](#ecosystem) - [Installation](#installation) - [Requirements](#requirements) - [Node/npm](#from-npm-nodebun) - [Deno](#from-denolandx-deno) - [Basic usage](#basic-usage) - [Primitives](#primitives) - [Coercion for primitives](#coercion-for-primitives) - [Literals](#literals) - [Strings](#strings) - [Numbers](#numbers) - [NaNs](#nans) - [Booleans](#booleans) - [Dates](#dates) - [Zod enums](#zod-enums) - [Native enums](#native-enums) - [Optionals](#optionals) - [Nullables](#nullables) - [Objects](#objects) - [.shape](#shape) - [.keyof](#keyof) - [.extend](#extend) - [.merge](#merge) - [.pick/.omit](#pickomit) - [.partial](#partial) - [.deepPartial](#deepPartial) - [.passthrough](#passthrough) - [.strict](#strict) - [.strip](#strip) - [.catchall](#catchall) - [Arrays](#arrays) - [.element](#element) - [.nonempty](#nonempty) - [.min/.max/.length](#minmaxlength) - [Tuples](#tuples) - [Unions](#unions) - [Discriminated Unions](#discriminated-unions) - [Records](#records) - [Maps](#maps) - [Sets](#sets) - [Intersections](#intersections) - [Recursive types](#recursive-types) - [JSON type](#json-type) - [Cyclical data](#cyclical-objects) - [Promises](#promises) - [Instanceof](#instanceof) - [Functions](#functions) - [Preprocess](#preprocess) - [Custom](#custom-schemas) - [Schema methods](#schema-methods) - [.parse](#parse) - [.parseAsync](#parseasync) - [.safeParse](#safeparse) - [.safeParseAsync](#safeparseasync) - [.refine](#refine) - [.superRefine](#superRefine) - [.transform](#transform) - [.default](#default) - [.describe](#describe) - [.catch](#catch) - [.optional](#optional) - [.nullable](#nullable) - [.nullish](#nullish) - [.array](#array) - [.promise](#promise) - [.or](#or) - [.and](#and) - [.brand](#brand) - [Guides and concepts](#guides-and-concepts) - [Type inference](#type-inference) - [Writing generic functions](#writing-generic-functions) - [Error handling](#error-handling) - [Error formatting](#error-formatting) - [Comparison](#comparison) - [Joi](#joi) - [Yup](#yup) - [io-ts](#io-ts) - [Runtypes](#runtypes) - [Changelog](#changelog) <!-- **Zod 2 is coming! Follow [@colinhacks](https://twitter.com/colinhacks) to stay updated and discuss the future of Zod.** --> ## Introduction Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple `string` to a complex nested object. Zod is designed to be as developer-friendly as possible. The goal is to eliminate duplicative type declarations. With Zod, you declare a validator _once_ and Zod will automatically infer the static TypeScript type. It's easy to compose simpler types into complex data structures. Some other great aspects: - Zero dependencies - Works in Node.js and all modern browsers - Tiny: 8kb minified + zipped - Immutable: methods (e.g. `.optional()`) return a new instance - Concise, chainable interface - Functional approach: [parse, don't validate](https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/) - Works with plain JavaScript too! You don't need to use TypeScript. ### Sponsors Sponsorship at any level is appreciated and encouraged. For individual developers, consider the [Cup of Coffee tier](https://github.com/sponsors/colinhacks). If you built a paid product using Zod, consider one of the [podium tiers](https://github.com/sponsors/colinhacks). #### Gold <table> <tr> <td align="center"> <a href="https://astro.build/"> <img src="https://avatars.githubusercontent.com/u/44914786?s=200&v=4" width="200px;" alt="Astro" /> </a> <br /> <b>Astro</b> <br /> <a href="https://astro.build">astro.build</a> <br /> <p width="200px"> Astro is a new kind of static <br/> site builder for the modern web. <br/> Powerful developer experience meets <br/> lightweight output.</p> </td> <td align="center"> <a href="https://glow.app/"> <img src="https://i.imgur.com/R0R43S2.jpg" width="200px;" alt="" /> </a> <br /> <b>Glow Wallet</b> <br /> <a href="https://glow.app/">glow.app</a> <br /> <p width="200px">Your new favorite <br/> Solana wallet.</p> </td> </tr> <tr> <td align="center"> <a href="https://deletype.com/"> <img src="https://avatars0.githubusercontent.com/u/15068039?s=200&v=4" width="200px;" alt="Deletype logo" /> </a> <br /> <b>Deletype</b> <br /> <a href="https://deletype.com">deletype.com</a> </td> <td align="center"> <a href="https://proxy.com/"> <img src="https://avatars.githubusercontent.com/u/14321439?s=200&v=4" width="200px;" alt="Proxy logo" /> </a> <br /> <b>Proxy</b> <br /> <a href="https://proxy.com">proxy.com</a> </td> </tr> </table> #### Silver <table> <tr> <td align="center" colspan="2"> <a href="https://www.numeric.io"> <img src="https://i.imgur.com/kTiLtZt.png" width="250px;" alt="Numeric logo" /> </a> <br /> <b>Numeric</b> <br /> <a href="https://www.numeric.io">numeric.io</a> </td> <td align="center"> <a href="https://snaplet.dev"> <img src="https://avatars.githubusercontent.com/u/69029941?s=200&v=4" width="150px;" alt="Snaplet logo" /> </a> <br /> <b>Snaplet</b> <br /> <a href="https://snaplet.dev">snaplet.dev</a> </td> </tr> <tr> <td align="center"> <a href="https://marcatopartners.com/"> <img src="https://avatars.githubusercontent.com/u/84106192?s=200&v=4" width="150px;" alt="Marcato Partners" /> </a> <br /> <b>Marcato Partners</b> <br /> <a href="https://marcatopartners.com/">marcatopartners.com</a> </td> <td align="center"> <a href="https://interval.com"> <img src="https://avatars.githubusercontent.com/u/67802063?s=200&v=4" width="150px;" alt="" /> </a> <br /> <b>Interval</b> <br /> <a href="https://interval.com">interval.com</a> </td> <td align="center"> <a href="https://seasoned.cc"> <img src="https://avatars.githubusercontent.com/u/33913103?s=200&v=4" width="150px;" alt="" /> </a> <br /> <b>Seasoned Software</b> <br /> <a href="https://seasoned.cc">seasoned.cc</a> </td> </tr> <tr> <td align="center"> <a href="https://www.bamboocreative.nz/"> <img src="https://avatars.githubusercontent.com/u/41406870?v=4" width="150px;" alt="Bamboo Creative logo" /> </a> <br /> <b>Bamboo Creative</b> <br /> <a href="https://www.bamboocreative.nz">bamboocreative.nz</a> </td> </tr> </table> #### Bronze <table> <tr> <td align="center"> <a href="https://twitter.com/flybayer"> <img src="https://avatars2.githubusercontent.com/u/8813276?s=460&u=4ff8beb9a67b173015c4b426a92d89cab960af1b&v=4" width="100px;" alt=""/> </a> <br /> <b>Brandon Bayer</b> <br/> <a href="https://twitter.com/flybayer">@flybayer</a>, <span>creator of <a href="https://blitzjs.com">Blitz.js</a></span> <br /> </td> <td align="center"> <a href="https://github.com/brabeji"> <img src="https://avatars.githubusercontent.com/u/2237954?v=4" width="100px;" alt=""/> </a> <br /> <b>Jiří Brabec</b> <br/> <a href="https://github.com/brabeji">@brabeji</a> <br /> </td> <td align="center"> <a href="https://twitter.com/alexdotjs"> <img src="https://avatars.githubusercontent.com/u/459267?v=4" width="100px;" alt="" /> </a> <br /> <b>Alex Johansson</b> <br /> <a href="https://twitter.com/alexdotjs">@alexdotjs</a> </td> </tr> <tr> <td align="center"> <a href="https://fungible.systems/"> <img src="https://avatars.githubusercontent.com/u/80220121?s=200&v=4" width="100px;" alt="Fungible Systems logo"/> </a> <br /> <b>Fungible Systems</b> <br/> <a href="https://fungible.systems/">fungible.systems</a> <br /> </td> <td align="center"> <a href="https://adaptable.io/"> <img src="https://avatars.githubusercontent.com/u/60378268?s=200&v=4" width="100px;" alt=""/> </a> <br /> <b>Adaptable</b> <br/> <a href="https://adaptable.io/">adaptable.io</a> <br /> </td> <td align="center"> <a href="https://www.avanawallet.com/"> <img src="https://avatars.githubusercontent.com/u/105452197?s=200&v=4" width="100px;" alt="Avana Wallet logo"/> </a> <br /> <b>Avana Wallet</b> <br/> <a href="https://www.avanawallet.com/">avanawallet.com</a><br/> <span>Solana non-custodial wallet</span> <br /> </td> </tr> </table> ### Ecosystem There are a growing number of tools that are built atop or support Zod natively! If you've built a tool or library on top of Zod, tell me about it [on Twitter](https://twitter.com/colinhacks) or [start a Discussion](https://github.com/colinhacks/zod/discussions). I'll add it below and tweet it out. #### Resources - [Total TypeScript Zod Tutorial](https://www.totaltypescript.com/tutorials/zod) by [@mattpocockuk](https://twitter.com/mattpocockuk) - [Fixing TypeScript's Blindspot: Runtime Typechecking](https://www.youtube.com/watch?v=rY_XqfSHock) by [@jherr](https://twitter.com/jherr) #### API libraries - [`tRPC`](https://github.com/trpc/trpc): Build end-to-end typesafe APIs without GraphQL. - [`@anatine/zod-nestjs`](https://github.com/anatine/zod-plugins/tree/main/packages/zod-nestjs): Helper methods for using Zod in a NestJS project. - [`zod-endpoints`](https://github.com/flock-community/zod-endpoints): Contract-first strictly typed endpoints with Zod. OpenAPI compatible. - [`domain-functions`](https://github.com/SeasonedSoftware/domain-functions/): Decouple your business logic from your framework using composable functions. With first-class type inference from end to end powered by Zod schemas. - [`@zodios/core`](https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod. - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. #### Form integrations - [`react-hook-form`](https://github.com/react-hook-form/resolvers#zod): A first-party Zod resolver for React Hook Form. - [`zod-validation-error`](https://github.com/causaly/zod-validation-error): Generate user-friendly error messages from `ZodError`s. - [`zod-formik-adapter`](https://github.com/robertLichtnow/zod-formik-adapter): A community-maintained Formik adapter for Zod. - [`react-zorm`](https://github.com/esamattis/react-zorm): Standalone `<form>` generation and validation for React using Zod. - [`zodix`](https://github.com/rileytomasek/zodix): Zod utilities for FormData and URLSearchParams in Remix loaders and actions. - [`remix-params-helper`](https://github.com/kiliman/remix-params-helper): Simplify integration of Zod with standard URLSearchParams and FormData for Remix apps. - [`formik-validator-zod`](https://github.com/glazy/formik-validator-zod): Formik-compliant validator library that simplifies using Zod with Formik. - [`zod-i18n-map`](https://github.com/aiji42/zod-i18n): Useful for translating Zod error messages. - [`@modular-forms/solid`](https://github.com/fabian-hiller/modular-forms): Modular form library for SolidJS that supports Zod for validation. - [`houseform`](https://github.com/crutchcorn/houseform/): A React form library that uses Zod for validation. #### Zod to X - [`zod-to-ts`](https://github.com/sachinraja/zod-to-ts): Generate TypeScript definitions from Zod schemas. - [`zod-to-json-schema`](https://github.com/StefanTerdell/zod-to-json-schema): Convert your Zod schemas into [JSON Schemas](https://json-schema.org/). - [`@anatine/zod-openapi`](https://github.com/anatine/zod-plugins/tree/main/packages/zod-openapi): Converts a Zod schema to an OpenAPI v3.x `SchemaObject`. - [`zod-fast-check`](https://github.com/DavidTimms/zod-fast-check): Generate `fast-check` arbitraries from Zod schemas. - [`zod-dto`](https://github.com/kbkk/abitia/tree/master/packages/zod-dto): Generate Nest.js DTOs from a Zod schema. - [`fastify-type-provider-zod`](https://github.com/turkerdev/fastify-type-provider-zod): Create Fastify type providers from Zod schemas. - [`zod-to-openapi`](https://github.com/asteasolutions/zod-to-openapi): Generate full OpenAPI (Swagger) docs from Zod, including schemas, endpoints & parameters. - [`nestjs-graphql-zod`](https://github.com/incetarik/nestjs-graphql-zod): Generates NestJS GraphQL model classes from Zod schemas. Provides GraphQL method decorators working with Zod schemas. #### X to Zod - [`ts-to-zod`](https://github.com/fabien0102/ts-to-zod): Convert TypeScript definitions into Zod schemas. - [`@runtyping/zod`](https://github.com/johngeorgewright/runtyping/tree/master/packages/zod): Generate Zod from static types & JSON schema. - [`json-schema-to-zod`](https://github.com/StefanTerdell/json-schema-to-zod): Convert your [JSON Schemas](https://json-schema.org/) into Zod schemas. [Live demo](https://StefanTerdell.github.io/json-schema-to-zod-react/). - [`json-to-zod`](https://github.com/rsinohara/json-to-zod): Convert JSON objects into Zod schemas. [Live demo](https://rsinohara.github.io/json-to-zod-react/). - [`graphql-codegen-typescript-validation-schema`](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema): GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema. - [`zod-prisma`](https://github.com/CarterGrimmeisen/zod-prisma): Generate Zod schemas from your Prisma schema. - [`Supervillain`](https://github.com/Southclaws/supervillain): Generate Zod schemas from your Go structs. - [`prisma-zod-generator`](https://github.com/omar-dulaimi/prisma-zod-generator): Emit Zod schemas from your Prisma schema. - [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod. - [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models. #### Mocking - [`@anatine/zod-mock`](https://github.com/anatine/zod-plugins/tree/main/packages/zod-mock): Generate mock data from a Zod schema. Powered by [faker.js](https://github.com/faker-js/faker). - [`zod-mocking`](https://github.com/dipasqualew/zod-mocking): Generate mock data from your Zod schemas. #### Powered by Zod - [`slonik`](https://github.com/gajus/slonik/tree/gajus/add-zod-validation-backwards-compatible#runtime-validation-and-static-type-inference): Node.js Postgres client with strong Zod integration. - [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod. - [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas. - [`znv`](https://github.com/lostfictions/znv): Type-safe environment parsing and validation for Node.js with Zod schemas. #### Utilities for Zod - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. ## Installation ### Requirements - TypeScript 4.5+! - You must enable `strict` mode in your `tsconfig.json`. This is a best practice for all TypeScript projects. ```ts // tsconfig.json { // ... "compilerOptions": { // ... "strict": true } } ``` ### From `npm` (Node/Bun) ```sh npm install zod # npm yarn add zod # yarn bun add zod # bun pnpm add zod # pnpm ``` ### From `deno.land/x` (Deno) Unlike Node, Deno relies on direct URL imports instead of a package manager like NPM. Zod is available on [deno.land/x](https://deno.land/x). The latest version can be imported like so: ```ts import { z } from "https://deno.land/x/zod/mod.ts"; ``` You can also specify a particular version: ```ts import { z } from "https://deno.land/x/[email protected]/mod.ts"; ``` > The rest of this README assumes you are using npm and importing directly from the `"zod"` package. ## Basic usage Creating a simple string schema ```ts import { z } from "zod"; // creating a schema for strings const mySchema = z.string(); // parsing mySchema.parse("tuna"); // => "tuna" mySchema.parse(12); // => throws ZodError // "safe" parsing (doesn't throw error if validation fails) mySchema.safeParse("tuna"); // => { success: true; data: "tuna" } mySchema.safeParse(12); // => { success: false; error: ZodError } ``` Creating an object schema ```ts import { z } from "zod"; const User = z.object({ username: z.string(), }); User.parse({ username: "Ludwig" }); // extract the inferred type type User = z.infer<typeof User>; // { username: string } ``` ## Primitives ```ts import { z } from "zod"; // primitive values z.string(); z.number(); z.bigint(); z.boolean(); z.date(); z.symbol(); // empty types z.undefined(); z.null(); z.void(); // accepts undefined // catch-all types // allows any value z.any(); z.unknown(); // never type // allows no values z.never(); ``` ## Coercion for primitives Zod now provides a more convenient way to coerce primitive values. ```ts const schema = z.coerce.string(); schema.parse("tuna"); // => "tuna" schema.parse(12); // => "12" schema.parse(true); // => "true" ``` During the parsing step, the input is passed through the `String()` function, which is a JavaScript built-in for coercing data into strings. Note that the returned schema is a `ZodString` instance so you can use all string methods. ```ts z.coerce.string().email().min(5); ``` All primitive types support coercion. ```ts z.coerce.string(); // String(input) z.coerce.number(); // Number(input) z.coerce.boolean(); // Boolean(input) z.coerce.bigint(); // BigInt(input) z.coerce.date(); // new Date(input) ``` **Boolean coercion** Zod's boolean coercion is very simple! It passes the value into the `Boolean(value)` function, that's it. Any truthy value will resolve to `true`, any falsy value will resolve to `false`. ```ts z.coerce.boolean().parse("tuna"); // => true z.coerce.boolean().parse("true"); // => true z.coerce.boolean().parse("false"); // => true z.coerce.boolean().parse(1); // => true z.coerce.boolean().parse([]); // => true z.coerce.boolean().parse(0); // => false z.coerce.boolean().parse(undefined); // => false z.coerce.boolean().parse(null); // => false ``` ## Literals Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/literal-types.html), like `"hello world"` or `5`. ```ts const tuna = z.literal("tuna"); const twelve = z.literal(12); const twobig = z.literal(2n); // bigint literal const tru = z.literal(true); const terrificSymbol = Symbol("terrific"); const terrific = z.literal(terrificSymbol); // retrieve literal value tuna.value; // "tuna" ``` > Currently there is no support for Date literals in Zod. If you have a use case for this feature, please file an issue. ## Strings Zod includes a handful of string-specific validations. ```ts z.string().max(5); z.string().min(5); z.string().length(5); z.string().email(); z.string().url(); z.string().uuid(); z.string().cuid(); z.string().cuid2(); z.string().regex(regex); z.string().startsWith(string); z.string().endsWith(string); z.string().trim(); // trim whitespace z.string().datetime(); // defaults to UTC, see below for options ``` > Check out [validator.js](https://github.com/validatorjs/validator.js) for a bunch of other useful string validation functions that can be used in conjunction with [Refinements](#refine). You can customize some common error messages when creating a string schema. ```ts const name = z.string({ required_error: "Name is required", invalid_type_error: "Name must be a string", }); ``` When using validation methods, you can pass in an additional argument to provide a custom error message. ```ts z.string().min(5, { message: "Must be 5 or more characters long" }); z.string().max(5, { message: "Must be 5 or fewer characters long" }); z.string().length(5, { message: "Must be exactly 5 characters long" }); z.string().email({ message: "Invalid email address" }); z.string().url({ message: "Invalid url" }); z.string().uuid({ message: "Invalid UUID" }); z.string().startsWith("https://", { message: "Must provide secure URL" }); z.string().endsWith(".com", { message: "Only .com domains allowed" }); z.string().datetime({ message: "Invalid datetime string! Must be UTC." }); ``` ### Datetime validation The `z.string().datetime()` method defaults to UTC validation: no timezone offsets with arbitrary sub-second decimal precision. ```ts const datetime = z.string().datetime(); datetime.parse("2020-01-01T00:00:00Z"); // pass datetime.parse("2020-01-01T00:00:00.123Z"); // pass datetime.parse("2020-01-01T00:00:00.123456Z"); // pass (arbitrary precision) datetime.parse("2020-01-01T00:00:00+02:00"); // fail (no offsets allowed) ``` Timezone offsets can be allowed by setting the `offset` option to `true`. ```ts const datetime = z.string().datetime({ offset: true }); datetime.parse("2020-01-01T00:00:00+02:00"); // pass datetime.parse("2020-01-01T00:00:00.123+02:00"); // pass (millis optional) datetime.parse("2020-01-01T00:00:00.123+0200"); // pass (millis optional) datetime.parse("2020-01-01T00:00:00.123+02"); // pass (only offset hours) datetime.parse("2020-01-01T00:00:00Z"); // pass (Z still supported) ``` You can additionally constrain the allowable `precision`. By default, arbitrary sub-second precision is supported (but optional). ```ts const datetime = z.string().datetime({ precision: 3 }); datetime.parse("2020-01-01T00:00:00.123Z"); // pass datetime.parse("2020-01-01T00:00:00Z"); // fail datetime.parse("2020-01-01T00:00:00.123456Z"); // fail ``` ## Numbers You can customize certain error messages when creating a number schema. ```ts const age = z.number({ required_error: "Age is required", invalid_type_error: "Age must be a number", }); ``` Zod includes a handful of number-specific validations. ```ts z.number().gt(5); z.number().gte(5); // alias .min(5) z.number().lt(5); z.number().lte(5); // alias .max(5) z.number().int(); // value must be an integer z.number().positive(); // > 0 z.number().nonnegative(); // >= 0 z.number().negative(); // < 0 z.number().nonpositive(); // <= 0 z.number().multipleOf(5); // Evenly divisible by 5. Alias .step(5) z.number().finite(); // value must be finite, not Infinity or -Infinity ``` Optionally, you can pass in a second argument to provide a custom error message. ```ts z.number().lte(5, { message: "this👏is👏too👏big" }); ``` ## NaNs You can customize certain error messages when creating a nan schema. ```ts const isNaN = z.nan({ required_error: "isNaN is required", invalid_type_error: "isNaN must be not a number", }); ``` ## Booleans You can customize certain error messages when creating a boolean schema. ```ts const isActive = z.boolean({ required_error: "isActive is required", invalid_type_error: "isActive must be a boolean", }); ``` ## Dates Use z.date() to validate `Date` instances. ```ts z.date().safeParse(new Date()); // success: true z.date().safeParse("2022-01-12T00:00:00.000Z"); // success: false ``` You can customize certain error messages when creating a date schema. ```ts const myDateSchema = z.date({ required_error: "Please select a date and time", invalid_type_error: "That's not a date!", }); ``` Zod provides a handful of date-specific validations. ```ts z.date().min(new Date("1900-01-01"), { message: "Too old" }); z.date().max(new Date(), { message: "Too young!" }); ``` **Coercion to Date** Since [zod 3.20](https://github.com/colinhacks/zod/releases/tag/v3.20), use [`z.coerce.date()`](#coercion-for-primitives) to pass the input through `new Date(input)`. ```ts const dateSchema = z.coerce.date(); type DateSchema = z.infer<typeof dateSchema>; // type DateSchema = Date /* valid dates */ console.log(dateSchema.safeParse("2023-01-10T00:00:00.000Z").success); // true console.log(dateSchema.safeParse("2023-01-10").success); // true console.log(dateSchema.safeParse("1/10/23").success); // true console.log(dateSchema.safeParse(new Date("1/10/23")).success); // true /* invalid dates */ console.log(dateSchema.safeParse("2023-13-10").success); // false console.log(dateSchema.safeParse("0000-00-00").success); // false ``` For older zod versions, use [`z.preprocess`](#preprocess) like [described in this thread](https://github.com/colinhacks/zod/discussions/879#discussioncomment-2036276). ## Zod enums ```ts const FishEnum = z.enum(["Salmon", "Tuna", "Trout"]); type FishEnum = z.infer<typeof FishEnum>; // 'Salmon' | 'Tuna' | 'Trout' ``` `z.enum` is a Zod-native way to declare a schema with a fixed set of allowable _string_ values. Pass the array of values directly into `z.enum()`. Alternatively, use `as const` to define your enum values as a tuple of strings. See the [const assertion docs](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#const-assertions) for details. ```ts const VALUES = ["Salmon", "Tuna", "Trout"] as const; const FishEnum = z.enum(VALUES); ``` This is not allowed, since Zod isn't able to infer the exact values of each element. ```ts const fish = ["Salmon", "Tuna", "Trout"]; const FishEnum = z.enum(fish); ``` **Autocompletion** To get autocompletion with a Zod enum, use the `.enum` property of your schema: ```ts FishEnum.enum.Salmon; // => autocompletes FishEnum.enum; /* => { Salmon: "Salmon", Tuna: "Tuna", Trout: "Trout", } */ ``` You can also retrieve the list of options as a tuple with the `.options` property: ```ts FishEnum.options; // ["Salmon", "Tuna", "Trout"]; ``` ## Native enums Zod enums are the recommended approach to defining and validating enums. But if you need to validate against an enum from a third-party library (or you don't want to rewrite your existing enums) you can use `z.nativeEnum()`. **Numeric enums** ```ts enum Fruits { Apple, Banana, } const FruitEnum = z.nativeEnum(Fruits); type FruitEnum = z.infer<typeof FruitEnum>; // Fruits FruitEnum.parse(Fruits.Apple); // passes FruitEnum.parse(Fruits.Banana); // passes FruitEnum.parse(0); // passes FruitEnum.parse(1); // passes FruitEnum.parse(3); // fails ``` **String enums** ```ts enum Fruits { Apple = "apple", Banana = "banana", Cantaloupe, // you can mix numerical and string enums } const FruitEnum = z.nativeEnum(Fruits); type FruitEnum = z.infer<typeof FruitEnum>; // Fruits FruitEnum.parse(Fruits.Apple); // passes FruitEnum.parse(Fruits.Cantaloupe); // passes FruitEnum.parse("apple"); // passes FruitEnum.parse("banana"); // passes FruitEnum.parse(0); // passes FruitEnum.parse("Cantaloupe"); // fails ``` **Const enums** The `.nativeEnum()` function works for `as const` objects as well. ⚠️ `as const` required TypeScript 3.4+! ```ts const Fruits = { Apple: "apple", Banana: "banana", Cantaloupe: 3, } as const; const FruitEnum = z.nativeEnum(Fruits); type FruitEnum = z.infer<typeof FruitEnum>; // "apple" | "banana" | 3 FruitEnum.parse("apple"); // passes FruitEnum.parse("banana"); // passes FruitEnum.parse(3); // passes FruitEnum.parse("Cantaloupe"); // fails ``` You can access the underlying object with the `.enum` property: ```ts FruitEnum.enum.Apple; // "apple" ``` ## Optionals You can make any schema optional with `z.optional()`. This wraps the schema in a `ZodOptional` instance and returns the result. ```ts const schema = z.optional(z.string()); schema.parse(undefined); // => returns undefined type A = z.infer<typeof schema>; // string | undefined ``` For convenience, you can also call the `.optional()` method on an existing schema. ```ts const user = z.object({ username: z.string().optional(), }); type C = z.infer<typeof user>; // { username?: string | undefined }; ``` You can extract the wrapped schema from a `ZodOptional` instance with `.unwrap()`. ```ts const stringSchema = z.string(); const optionalString = stringSchema.optional(); optionalString.unwrap() === stringSchema; // true ``` ## Nullables Similarly, you can create nullable types with `z.nullable()`. ```ts const nullableString = z.nullable(z.string()); nullableString.parse("asdf"); // => "asdf" nullableString.parse(null); // => null ``` Or use the `.nullable()` method. ```ts const E = z.string().nullable(); // equivalent to nullableString type E = z.infer<typeof E>; // string | null ``` Extract the inner schema with `.unwrap()`. ```ts const stringSchema = z.string(); const nullableString = stringSchema.nullable(); nullableString.unwrap() === stringSchema; // true ``` ## Objects ```ts // all properties are required by default const Dog = z.object({ name: z.string(), age: z.number(), }); // extract the inferred type like this type Dog = z.infer<typeof Dog>; // equivalent to: type Dog = { name: string; age: number; }; ``` ### `.shape` Use `.shape` to access the schemas for a particular key. ```ts Dog.shape.name; // => string schema Dog.shape.age; // => number schema ``` ### `.keyof` Use `.keyof` to create a `ZodEnum` schema from the keys of an object schema. ```ts const keySchema = Dog.keyof(); keySchema; // ZodEnum<["name", "age"]> ``` ### `.extend` You can add additional fields to an object schema with the `.extend` method. ```ts const DogWithBreed = Dog.extend({ breed: z.string(), }); ``` You can use `.extend` to overwrite fields! Be careful with this power! ### `.merge` Equivalent to `A.extend(B.shape)`. ```ts const BaseTeacher = z.object({ students: z.array(z.string()) }); const HasID = z.object({ id: z.string() }); const Teacher = BaseTeacher.merge(HasID); type Teacher = z.infer<typeof Teacher>; // => { students: string[], id: string } ``` > If the two schemas share keys, the properties of B overrides the property of A. The returned schema also inherits the "unknownKeys" policy (strip/strict/passthrough) and the catchall schema of B. ### `.pick/.omit` Inspired by TypeScript's built-in `Pick` and `Omit` utility types, all Zod object schemas have `.pick` and `.omit` methods that return a modified version. Consider this Recipe schema: ```ts const Recipe = z.object({ id: z.string(), name: z.string(), ingredients: z.array(z.string()), }); ``` To only keep certain keys, use `.pick` . ```ts const JustTheName = Recipe.pick({ name: true }); type JustTheName = z.infer<typeof JustTheName>; // => { name: string } ``` To remove certain keys, use `.omit` . ```ts const NoIDRecipe = Recipe.omit({ id: true }); type NoIDRecipe = z.infer<typeof NoIDRecipe>; // => { name: string, ingredients: string[] } ``` ### `.partial` Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialt), the `.partial` method makes all properties optional. Starting from this object: ```ts const user = z.object({ email: z.string() username: z.string(), }); // { email: string; username: string } ``` We can create a partial version: ```ts const partialUser = user.partial(); // { email?: string | undefined; username?: string | undefined } ``` You can also specify which properties to make optional: ```ts const optionalEmail = user.partial({ email: true, }); /* { email?: string | undefined; username: string } */ ``` ### `.deepPartial` The `.partial` method is shallow — it only applies one level deep. There is also a "deep" version: ```ts const user = z.object({ username: z.string(), location: z.object({ latitude: z.number(), longitude: z.number(), }), strings: z.array(z.object({ value: z.string() })), }); const deepPartialUser = user.deepPartial(); /* { username?: string | undefined, location?: { latitude?: number | undefined; longitude?: number | undefined; } | undefined, strings?: { value?: string}[] } */ ``` > Important limitation: deep partials only work as expected in hierarchies of objects, arrays, and tuples. ### `.required` Contrary to the `.partial` method, the `.required` method makes all properties required. Starting from this object: ```ts const user = z.object({ email: z.string() username: z.string(), }).partial(); // { email?: string | undefined; username?: string | undefined } ``` We can create a required version: ```ts const requiredUser = user.required(); // { email: string; username: string } ``` You can also specify which properties to make required: ```ts const requiredEmail = user.required({ email: true, }); /* { email: string; username?: string | undefined; } */ ``` ### `.passthrough` By default Zod object schemas strip out unrecognized keys during parsing. ```ts const person = z.object({ name: z.string(), }); person.parse({ name: "bob dylan", extraKey: 61, }); // => { name: "bob dylan" } // extraKey has been stripped ``` Instead, if you want to pass through unknown keys, use `.passthrough()` . ```ts person.passthrough().parse({ name: "bob dylan", extraKey: 61, }); // => { name: "bob dylan", extraKey: 61 } ``` ### `.strict` By default Zod object schemas strip out unrecognized keys during parsing. You can _disallow_ unknown keys with `.strict()` . If there are any unknown keys in the input, Zod will throw an error. ```ts const person = z .object({ name: z.string(), }) .strict(); person.parse({ name: "bob dylan", extraKey: 61, }); // => throws ZodError ``` ### `.strip` You can use the `.strip` method to reset an object schema to the default behavior (stripping unrecognized keys). ### `.catchall` You can pass a "catchall" schema into an object schema. All unknown keys will be validated against it. ```ts const person = z .object({ name: z.string(), }) .catchall(z.number()); person.parse({ name: "bob dylan", validExtraKey: 61, // works fine }); person.parse({ name: "bob dylan", validExtraKey: false, // fails }); // => throws ZodError ``` Using `.catchall()` obviates `.passthrough()` , `.strip()` , or `.strict()`. All keys are now considered "known". ## Arrays ```ts const stringArray = z.array(z.string()); // equivalent const stringArray = z.string().array(); ``` Be careful with the `.array()` method. It returns a new `ZodArray` instance. This means the _order_ in which you call methods matters. For instance: ```ts z.string().optional().array(); // (string | undefined)[] z.string().array().optional(); // string[] | undefined ``` ### `.element` Use `.element` to access the schema for an element of the array. ```ts stringArray.element; // => string schema ``` ### `.nonempty` If you want to ensure that an array contains at least one element, use `.nonempty()`. ```ts const nonEmptyStrings = z.string().array().nonempty(); // the inferred type is now // [string, ...string[]] nonEmptyStrings.parse([]); // throws: "Array cannot be empty" nonEmptyStrings.parse(["Ariana Grande"]); // passes ``` You can optionally specify a custom error message: ```ts // optional custom error message const nonEmptyStrings = z.string().array().nonempty({ message: "Can't be empty!", }); ``` ### `.min/.max/.length` ```ts z.string().array().min(5); // must contain 5 or more items z.string().array().max(5); // must contain 5 or fewer items z.string().array().length(5); // must contain 5 items exactly ``` Unlike `.nonempty()` these methods do not change the inferred type. ## Tuples Unlike arrays, tuples have a fixed number of elements and each element can have a different type. ```ts const athleteSchema = z.tuple([ z.string(), // name z.number(), // jersey number z.object({ pointsScored: z.number(), }), // statistics ]); type Athlete = z.infer<typeof athleteSchema>; // type Athlete = [string, number, { pointsScored: number }] ``` A variadic ("rest") argument can be added with the `.rest` method. ```ts const variadicTuple = z.tuple([z.string()]).rest(z.number()); const result = variadicTuple.parse(["hello", 1, 2, 3]); // => [string, ...number[]]; ``` ## Unions Zod includes a built-in `z.union` method for composing "OR" types. ```ts const stringOrNumber = z.union([z.string(), z.number()]); stringOrNumber.parse("foo"); // passes stringOrNumber.parse(14); // passes ``` Zod will test the input against each of the "options" in order and return the first value that validates successfully. For convenience, you can also use the [`.or` method](#or): ```ts const stringOrNumber = z.string().or(z.number()); ``` **Optional string validation:** To validate an optional form input, you can union the desired string validation with an empty string [literal](#literals). This example validates an input that is optional but needs to contain a [valid URL](#strings): ```ts const optionalUrl = z.union([z.string().url().nullish(), z.literal("")]); console.log(optionalUrl.safeParse(undefined).success); // true console.log(optionalUrl.safeParse(null).success); // true console.log(optionalUrl.safeParse("").success); // true console.log(optionalUrl.safeParse("https://zod.dev").success); // true console.log(optionalUrl.safeParse("not a valid url").success); // false ``` ## Discriminated unions A discriminated union is a union of object schemas that all share a particular key. ```ts type MyUnion = | { status: "success"; data: string } | { status: "failed"; error: Error }; ``` Such unions can be represented with the `z.discriminatedUnion` method. This enables faster evaluation, because Zod can check the _discriminator key_ (`status` in the example above) to determine which schema should be used to parse the input. This makes parsing more efficient and lets Zod report friendlier errors. With the basic union method, the input is tested against each of the provided "options", and in the case of invalidity, issues for all the "options" are shown in the zod error. On the other hand, the discriminated union allows for selecting just one of the "options", testing against it, and showing only the issues related to this "option". ```ts const myUnion = z.discriminatedUnion("status", [ z.object({ status: z.literal("success"), data: z.string() }), z.object({ status: z.literal("failed"), error: z.instanceof(Error) }), ]); myUnion.parse({ status: "success", data: "yippie ki yay" }); ``` ## Records Record schemas are used to validate types such as `{ [k: string]: number }`. If you want to validate the _values_ of an object against some schema but don't care about the keys, use `z.record(valueType)`: ```ts const NumberCache = z.record(z.number()); type NumberCache = z.infer<typeof NumberCache>; // => { [k: string]: number } ``` This is particularly useful for storing or caching items by ID. ```ts const userStore: UserStore = {}; userStore["77d2586b-9e8e-4ecf-8b21-ea7e0530eadd"] = { name: "Carlotta", }; // passes userStore["77d2586b-9e8e-4ecf-8b21-ea7e0530eadd"] = { whatever: "Ice cream sundae", }; // TypeError ``` ### Record key type If you want to validate both the keys and the values, use `z.record(keyType, valueType)`: ```ts const NoEmptyKeysSchema = z.record(z.string().min(1), z.number()); NoEmptyKeysSchema.parse({ count: 1 }); // => { 'count': 1 } NoEmptyKeysSchema.parse({ "": 1 }); // fails ``` _(Notice how when passing two arguments, `valueType` is the second argument)_ **A note on numerical keys** While `z.record(keyType, valueType)` is able to accept numerical key types and TypeScript's built-in Record type is `Record<KeyType, ValueType>`, it's hard to represent the TypeScript type `Record<number, any>` in Zod. As it turns out, TypeScript's behavior surrounding `[k: number]` is a little unintuitive: ```ts const testMap: { [k: number]: string } = { 1: "one", }; for (const key in testMap) { console.log(`${key}: ${typeof key}`); } // prints: `1: string` ``` As you can see, JavaScript automatically casts all object keys to strings under the hood. Since Zod is trying to bridge the gap between static and runtime types, it doesn't make sense to provide a way of creating a record schema with numerical keys, since there's no such thing as a numerical key in runtime JavaScript. ## Maps ```ts const stringNumberMap = z.map(z.string(), z.number()); type StringNumberMap = z.infer<typeof stringNumberMap>; // type StringNumberMap = Map<string, number> ``` ## Sets ```ts const numberSet = z.set(z.number()); type NumberSet = z.infer<typeof numberSet>; // type NumberSet = Set<number> ``` Set schemas can be further contrainted with the following utility methods. ```ts z.set(z.string()).nonempty(); // must contain at least one item z.set(z.string()).min(5); // must contain 5 or more items z.set(z.string()).max(5); // must contain 5 or fewer items z.set(z.string()).size(5); // must contain 5 items exactly ``` ## Intersections Intersections are useful for creating "logical AND" types. This is useful for intersecting two object types. ```ts const Person = z.object({ name: z.string(), }); const Employee = z.object({ role: z.string(), }); const EmployedPerson = z.intersection(Person, Employee); // equivalent to: const EmployedPerson = Person.and(Employee); ``` Though in many cases, it is recommended to use `A.merge(B)` to merge two objects. The `.merge` method returns a new `ZodObject` instance, whereas `A.and(B)` returns a less useful `ZodIntersection` instance that lacks common object methods like `pick` and `omit`. ```ts const a = z.union([z.number(), z.string()]); const b = z.union([z.number(), z.boolean()]); const c = z.intersection(a, b); type c = z.infer<typeof c>; // => number ``` <!-- Intersections in Zod are not smart. Whatever data you pass into `.parse()` gets passed into the two intersected schemas. Because Zod object schemas don't allow any unknown keys by default, there are some unintuitive behavior surrounding intersections of object schemas. --> <!-- ``` ts const A = z.object({ a: z.string(), }); const B = z.object({ b: z.string(), }); const AB = z.intersection(A, B); type Teacher = z.infer<typeof Teacher>; // { id:string; name:string }; ``` --> ## Recursive types You can define a recursive schema in Zod, but because of a limitation of TypeScript, their type can't be statically inferred. Instead you'll need to define the type definition manually, and provide it to Zod as a "type hint". ```ts const baseCategorySchema = z.object({ name: z.string(), }); type Category = z.infer<typeof baseCategorySchema> & { subcategories: Category[]; }; const categorySchema: z.ZodType<Category> = baseCategorySchema.extend({ subcategories: z.lazy(() => categorySchema.array()), }); categorySchema.parse({ name: "People", subcategories: [ { name: "Politicians", subcategories: [ { name: "Presidents", subcategories: [], }, ], }, ], }); // passes ``` Thanks to [crasite](https://github.com/crasite) for this example. ### ZodType with ZodEffects When using `z.ZodType` with `z.ZodEffects` ( [`.refine`](https://github.com/colinhacks/zod#refine), [`.transform`](https://github.com/colinhacks/zod#transform), [`preprocess`](https://github.com/colinhacks/zod#preprocess), etc... ), you will need to define the input and output types of the schema. `z.ZodType<Output, z.ZodTypeDef, Input>` ```ts const isValidId = (id: string): id is `${string}/${string}` => id.split("/").length === 2; const baseSchema = z.object({ id: z.string().refine(isValidId), }); type Input = z.input<typeof baseSchema> & { children: Input[]; }; type Output = z.output<typeof baseSchema> & { children: Output[]; }; const schema: z.ZodType<Output, z.ZodTypeDef, Input> = baseSchema.extend({ children: z.lazy(() => schema.array()), }); ``` Thanks to [marcus13371337](https://github.com/marcus13371337) and [JoelBeeldi](https://github.com/JoelBeeldi) for this example. ### JSON type If you want to validate any JSON value, you can use the snippet below. ```ts const literalSchema = z.union([z.string(), z.number(), z.boolean(), z.null()]); type Literal = z.infer<typeof literalSchema>; type Json = Literal | { [key: string]: Json } | Json[]; const jsonSchema: z.ZodType<Json> = z.lazy(() => z.union([literalSchema, z.array(jsonSchema), z.record(jsonSchema)]) ); jsonSchema.parse(data); ``` Thanks to [ggoodman](https://github.com/ggoodman) for suggesting this. ### Cyclical objects Despite supporting recursive schemas, passing cyclical data into Zod will cause an infinite loop. ## Promises ```ts const numberPromise = z.promise(z.number()); ``` "Parsing" works a little differently with promise schemas. Validation happens in two parts: 1. Zod synchronously checks that the input is an instance of Promise (i.e. an object with `.then` and `.catch` methods.). 2. Zod uses `.then` to attach an additional validation step onto the existing Promise. You'll have to use `.catch` on the returned Promise to handle validation failures. ```ts numberPromise.parse("tuna"); // ZodError: Non-Promise type: string numberPromise.parse(Promise.resolve("tuna")); // => Promise<number> const test = async () => { await numberPromise.parse(Promise.resolve("tuna")); // ZodError: Non-number type: string await numberPromise.parse(Promise.resolve(3.14)); // => 3.14 }; ``` <!-- #### Non-native promise implementations When "parsing" a promise, Zod checks that the passed value is an object with `.then` and `.catch` methods — that's it. So you should be able to pass non-native Promises (Bluebird, etc) into `z.promise(...).parse` with no trouble. One gotcha: the return type of the parse function will be a _native_ `Promise` , so if you have downstream logic that uses non-standard Promise methods, this won't work. --> ## Instanceof You can use `z.instanceof` to check that the input is an instance of a class. This is useful to validate inputs against classes that are exported from third-party libraries. ```ts class Test { name: string; } const TestSchema = z.instanceof(Test); const blob: any = "whatever"; TestSchema.parse(new Test()); // passes TestSchema.parse("blob"); // throws ``` ## Functions Zod also lets you define "function schemas". This makes it easy to validate the inputs and outputs of a function without intermixing your validation code and "business logic". You can create a function schema with `z.function(args, returnType)` . ```ts const myFunction = z.function(); type myFunction = z.infer<typeof myFunction>; // => ()=>unknown ``` Define inputs and outputs. ```ts const myFunction = z .function() .args(z.string(), z.number()) // accepts an arbitrary number of arguments .returns(z.boolean()); type myFunction = z.infer<typeof myFunction>; // => (arg0: string, arg1: number)=>boolean ``` <!-- ``` ts const args = z.tuple([z.string()]); const returnType = z.number(); const myFunction = z.function(args, returnType); type myFunction = z.infer<typeof myFunction>; // => (arg0: string)=>number ``` --> Function schemas have an `.implement()` method which accepts a function and returns a new function that automatically validates its inputs and outputs. ```ts const trimmedLength = z .function() .args(z.string()) // accepts an arbitrary number of arguments .returns(z.number()) .implement((x) => { // TypeScript knows x is a string! return x.trim().length; }); trimmedLength("sandwich"); // => 8 trimmedLength(" asdf "); // => 4 ``` If you only care about validating inputs, just don't call the `.returns()` method. The output type will be inferred from the implementation. > You can use the special `z.void()` option if your function doesn't return anything. This will let Zod properly infer the type of void-returning functions. (Void-returning functions actually return undefined.) ```ts const myFunction = z .function() .args(z.string()) .implement((arg) => { return [arg.length]; }); myFunction; // (arg: string)=>number[] ``` Extract the input and output schemas from a function schema. ```ts myFunction.parameters(); // => ZodTuple<[ZodString, ZodNumber]> myFunction.returnType(); // => ZodBoolean ``` <!-- `z.function()` accepts two arguments: * `args: ZodTuple` The first argument is a tuple (created with `z.tuple([...])` and defines the schema of the arguments to your function. If the function doesn't accept arguments, you can pass an empty tuple (`z.tuple([])`). * `returnType: any Zod schema` The second argument is the function's return type. This can be any Zod schema. --> ## Preprocess > Zod now supports primitive coercion without the need for `.preprocess()`. See the [coercion docs](#coercion-for-primitives) for more information. Typically Zod operates under a "parse then transform" paradigm. Zod validates the input first, then passes it through a chain of transformation functions. (For more information about transforms, read the [.transform docs](#transform).) But sometimes you want to apply some transform to the input _before_ parsing happens. A common use case: type coercion. Zod enables this with the `z.preprocess()`. ```ts const castToString = z.preprocess((val) => String(val), z.string()); ``` This returns a `ZodEffects` instance. `ZodEffects` is a wrapper class that contains all logic pertaining to preprocessing, refinements, and transforms. ## Custom schemas You can create a Zod schema for any TypeScript type by using `z.custom()`. This is useful for creating schemas for types that are not supported by Zod out of the box, such as template string literals. ```ts const px = z.custom<`${number}px`>((val) => /^\d+px$/.test(val)); px.parse("100px"); // pass px.parse("100vw"); // fail ``` If you don't provide a validation function, Zod will allow any value. This can be dangerous! ```ts z.custom<{ arg: string }>(); // performs no validation ``` ## Schema methods All Zod schemas contain certain methods. ### `.parse` `.parse(data: unknown): T` Given any Zod schema, you can call its `.parse` method to check `data` is valid. If it is, a value is returned with full type information! Otherwise, an error is thrown. > IMPORTANT: The value returned by `.parse` is a _deep clone_ of the variable you passed in. ```ts const stringSchema = z.string(); stringSchema.parse("fish"); // => returns "fish" stringSchema.parse(12); // throws error ``` ### `.parseAsync` `.parseAsync(data:unknown): Promise<T>` If you use asynchronous [refinements](#refine) or [transforms](#transform) (more on those later), you'll need to use `.parseAsync`. ```ts const stringSchema = z.string().refine(async (val) => val.length <= 8); await stringSchema.parseAsync("hello"); // => returns "hello" await stringSchema.parseAsync("hello world"); // => throws error ``` ### `.safeParse` `.safeParse(data:unknown): { success: true; data: T; } | { success: false; error: ZodError; }` If you don't want Zod to throw errors when validation fails, use `.safeParse`. This method returns an object containing either the successfully parsed data or a ZodError instance containing detailed information about the validation problems. ```ts stringSchema.safeParse(12); // => { success: false; error: ZodError } stringSchema.safeParse("billie"); // => { success: true; data: 'billie' } ``` The result is a _discriminated union_, so you can handle errors very conveniently: ```ts const result = stringSchema.safeParse("billie"); if (!result.success) { // handle error then return result.error; } else { // do something result.data; } ``` ### `.safeParseAsync` > Alias: `.spa` An asynchronous version of `safeParse`. ```ts await stringSchema.safeParseAsync("billie"); ``` For convenience, this has been aliased to `.spa`: ```ts await stringSchema.spa("billie"); ``` ### `.refine` `.refine(validator: (data:T)=>any, params?: RefineParams)` Zod lets you provide custom validation logic via _refinements_. (For advanced features like creating multiple issues and customizing error codes, see [`.superRefine`](#superrefine).) Zod was designed to mirror TypeScript as closely as possible. But there are many so-called "refinement types" you may wish to check for that can't be represented in TypeScript's type system. For instance: checking that a number is an integer or that a string is a valid email address. For example, you can define a custom validation check on _any_ Zod schema with `.refine` : ```ts const myString = z.string().refine((val) => val.length <= 255, { message: "String can't be more than 255 characters", }); ``` > ⚠️ Refinement functions should not throw. Instead they should return a falsy value to signal failure. #### Arguments As you can see, `.refine` takes two arguments. 1. The first is the validation function. This function takes one input (of type `T` — the inferred type of the schema) and returns `any`. Any truthy value will pass validation. (Prior to [email protected] the validation function had to return a boolean.) 2. The second argument accepts some options. You can use this to customize certain error-handling behavior: ```ts type RefineParams = { // override error message message?: string; // appended to error path path?: (string | number)[]; // params object you can use to customize message // in error map params?: object; }; ``` For advanced cases, the second argument can also be a function that returns `RefineParams`. ```ts const longString = z.string().refine( (val) => val.length > 10, (val) => ({ message: `${val} is not more than 10 characters` }) ); ``` #### Customize error path ```ts const passwordForm = z .object({ password: z.string(), confirm: z.string(), }) .refine((data) => data.password === data.confirm, { message: "Passwords don't match", path: ["confirm"], // path of error }); passwordForm.parse({ password: "asdf", confirm: "qwer" }); ``` Because you provided a `path` parameter, the resulting error will be: ```ts ZodError { issues: [{ "code": "custom", "path": [ "confirm" ], "message": "Passwords don't match" }] } ``` #### Asynchronous refinements Refinements can also be async: ```ts const userId = z.string().refine(async (id) => { // verify that ID exists in database return true; }); ``` > ⚠️ If you use async refinements, you must use the `.parseAsync` method to parse data! Otherwise Zod will throw an error. #### Relationship to transforms Transforms and refinements can be interleaved: ```ts z.string() .transform((val) => val.length) .refine((val) => val > 25); ``` <!-- Note that the `path` is set to `["confirm"]` , so you can easily display this error underneath the "Confirm password" textbox. ```ts const allForms = z.object({ passwordForm }).parse({ passwordForm: { password: "asdf", confirm: "qwer", }, }); ``` would result in ``` ZodError { issues: [{ "code": "custom", "path": [ "passwordForm", "confirm" ], "message": "Passwords don't match" }] } ``` --> ### `.superRefine` The `.refine` method is actually syntactic sugar atop a more versatile (and verbose) method called `superRefine`. Here's an example: ```ts const Strings = z.array(z.string()).superRefine((val, ctx) => { if (val.length > 3) { ctx.addIssue({ code: z.ZodIssueCode.too_big, maximum: 3, type: "array", inclusive: true, message: "Too many items 😡", }); } if (val.length !== new Set(val).size) { ctx.addIssue({ code: z.ZodIssueCode.custom, message: `No duplicates allowed.`, }); } }); ``` You can add as many issues as you like. If `ctx.addIssue` is _not_ called during the execution of the function, validation passes. Normally refinements always create issues with a `ZodIssueCode.custom` error code, but with `superRefine` it's possible to throw issues of any `ZodIssueCode`. Each issue code is described in detail in the Error Handling guide: [ERROR_HANDLING.md](ERROR_HANDLING.md). #### Abort early By default, parsing will continue even after a refinement check fails. For instance, if you chain together multiple refinements, they will all be executed. However, it may be desirable to _abort early_ to prevent later refinements from being executed. To achieve this, pass the `fatal` flag to `ctx.addIssue` and return `z.NEVER`. ```ts const schema = z.number().superRefine((val, ctx) => { if (val < 10) { ctx.addIssue({ code: z.ZodIssueCode.custom, message: "should be >= 10", fatal: true, }); return z.NEVER; } if (val !== 12) { ctx.addIssue({ code: z.ZodIssueCode.custom, message: "should be twelve", }); } }); ``` #### Type refinements If you provide a [type predicate](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates) to `.refine()` or `.superRefine()`, the resulting type will be narrowed down to your predicate's type. This is useful if you are mixing multiple chained refinements and transformations: ```ts const schema = z .object({ first: z.string(), second: z.number(), }) .nullable() .superRefine((arg, ctx): arg is { first: string; second: number } => { if (!arg) { ctx.addIssue({ code: z.ZodIssueCode.custom, // customize your issue message: "object should exist", }); } return z.NEVER; // The return value is not used, but we need to return something to satisfy the typing }) // here, TS knows that arg is not null .refine((arg) => arg.first === "bob", "`first` is not `bob`!"); ``` > ⚠️ You **must** use `ctx.addIssue()` instead of returning a boolean value to indicate whether the validation passes. If `ctx.addIssue` is _not_ called during the execution of the function, validation passes. ### `.transform` To transform data after parsing, use the `transform` method. ```ts const stringToNumber = z.string().transform((val) => val.length); stringToNumber.parse("string"); // => 6 ``` #### Chaining order Note that `stringToNumber` above is an instance of the `ZodEffects` subclass. It is NOT an instance of `ZodString`. If you want to use the built-in methods of `ZodString` (e.g. `.email()`) you must apply those methods _before_ any transforms. ```ts const emailToDomain = z .string() .email() .transform((val) => val.split("@")[1]); emailToDomain.parse("[email protected]"); // => example.com ``` #### Validating during transform The `.transform` method can simultaneously validate and transform the value. This is often simpler and less duplicative than chaining `transform` and `refine`. As with `.superRefine`, the transform function receives a `ctx` object with an `addIssue` method that can be used to register validation issues. ```ts const numberInString = z.string().transform((val, ctx) => { const parsed = parseInt(val); if (isNaN(parsed)) { ctx.addIssue({ code: z.ZodIssueCode.custom, message: "Not a number", }); // This is a special symbol you can use to // return early from the transform function. // It has type `never` so it does not affect the // inferred return type. return z.NEVER; } return parsed; }); ``` #### Relationship to refinements Transforms and refinements can be interleaved. These will be executed in the order they are declared. ```ts const nameToGreeting = z .string() .transform((val) => val.toUpperCase()) .refine((val) => val.length > 15) .transform((val) => `Hello ${val}`) .refine((val) => val.indexOf("!") === -1); ``` #### Async transforms Transforms can also be async. ```ts const IdToUser = z .string() .uuid() .transform(async (id) => { return await getUserById(id); }); ``` > ⚠️ If your schema contains asynchronous transforms, you must use .parseAsync() or .safeParseAsync() to parse data. Otherwise Zod will throw an error. ### `.default` You can use transforms to implement the concept of "default values" in Zod. ```ts const stringWithDefault = z.string().default("tuna"); stringWithDefault.parse(undefined); // => "tuna" ``` Optionally, you can pass a function into `.default` that will be re-executed whenever a default value needs to be generated: ```ts const numberWithRandomDefault = z.number().default(Math.random); numberWithRandomDefault.parse(undefined); // => 0.4413456736055323 numberWithRandomDefault.parse(undefined); // => 0.1871840107401901 numberWithRandomDefault.parse(undefined); // => 0.7223408162401552 ``` Conceptually, this is how Zod processes default values: 1. If the input is `undefined`, the default value is returned 2. Otherwise, the data is parsed using the base schema ### `.describe` Use `.describe()` to add a `description` property to the resulting schema. ```ts const documentedString = z .string() .describe("A useful bit of text, if you know what to do with it."); documentedString.description; // A useful bit of text… ``` This can be useful for documenting a field, for example in a JSON Schema using a library like [`zod-to-json-schema`](https://github.com/StefanTerdell/zod-to-json-schema)). ### `.catch` Use `.catch()` to provide a "catch value" to be returned in the event of a parsing error. ```ts const numberWithCatch = z.number().catch(42); numberWithCatch.parse(5); // => 5 numberWithCatch.parse("tuna"); // => 42 ``` Optionally, you can pass a function into `.catch` that will be re-executed whenever a default value needs to be generated: ```ts const numberWithRandomCatch = z.number().catch(Math.random); numberWithRandomDefault.parse("sup"); // => 0.4413456736055323 numberWithRandomDefault.parse("sup"); // => 0.1871840107401901 numberWithRandomDefault.parse("sup"); // => 0.7223408162401552 ``` Conceptually, this is how Zod processes "catch values": 1. The data is parsed using the base schema 2. If the parsing fails, the "catch value" is returned ### `.optional` A convenience method that returns an optional version of a schema. ```ts const optionalString = z.string().optional(); // string | undefined // equivalent to z.optional(z.string()); ``` ### `.nullable` A convenience method that returns a nullable version of a schema. ```ts const nullableString = z.string().nullable(); // string | null // equivalent to z.nullable(z.string()); ``` ### `.nullish` A convenience method that returns a "nullish" version of a schema. Nullish schemas will accept both `undefined` and `null`. Read more about the concept of "nullish" [in the TypeScript 3.7 release notes](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#nullish-coalescing). ```ts const nullishString = z.string().nullish(); // string | null | undefined // equivalent to z.string().optional().nullable(); ``` ### `.array` A convenience method that returns an array schema for the given type: ```ts const stringArray = z.string().array(); // string[] // equivalent to z.array(z.string()); ``` ### `.promise` A convenience method for promise types: ```ts const stringPromise = z.string().promise(); // Promise<string> // equivalent to z.promise(z.string()); ``` ### `.or` A convenience method for [union types](#unions). ```ts const stringOrNumber = z.string().or(z.number()); // string | number // equivalent to z.union([z.string(), z.number()]); ``` ### `.and` A convenience method for creating intersection types. ```ts const nameAndAge = z .object({ name: z.string() }) .and(z.object({ age: z.number() })); // { name: string } & { age: number } // equivalent to z.intersection(z.object({ name: z.string() }), z.object({ age: z.number() })); ``` ### `.brand` `.brand<T>() => ZodBranded<this, B>` TypeScript's type system is structural, which means that any two types that are structurally equivalent are considered the same. ```ts type Cat = { name: string }; type Dog = { name: string }; const petCat = (cat: Cat) => {}; const fido: Dog = { name: "fido" }; petCat(fido); // works fine ``` In some cases, its can be desirable to simulate _nominal typing_ inside TypeScript. For instance, you may wish to write a function that only accepts an input that has been validated by Zod. This can be achieved with _branded types_ (AKA _opaque types_). ```ts const Cat = z.object({ name: z.string() }).brand<"Cat">(); type Cat = z.infer<typeof Cat>; const petCat = (cat: Cat) => {}; // this works const simba = Cat.parse({ name: "simba" }); petCat(simba); // this doesn't petCat({ name: "fido" }); ``` Under the hood, this works by attaching a "brand" to the inferred type using an intersection type. This way, plain/unbranded data structures are no longer assignable to the inferred type of the schema. ```ts const Cat = z.object({ name: z.string() }).brand<"Cat">(); type Cat = z.infer<typeof Cat>; // {name: string} & {[symbol]: "Cat"} ``` Note that branded types do not affect the runtime result of `.parse`. It is a static-only construct. ## Guides and concepts ### Type inference You can extract the TypeScript type of any schema with `z.infer<typeof mySchema>` . ```ts const A = z.string(); type A = z.infer<typeof A>; // string const u: A = 12; // TypeError const u: A = "asdf"; // compiles ``` **What about transforms?** In reality each Zod schema internally tracks **two** types: an input and an output. For most schemas (e.g. `z.string()`) these two are the same. But once you add transforms into the mix, these two values can diverge. For instance `z.string().transform(val => val.length)` has an input of `string` and an output of `number`. You can separately extract the input and output types like so: ```ts const stringToNumber = z.string().transform((val) => val.length); // ⚠️ Important: z.infer returns the OUTPUT type! type input = z.input<typeof stringToNumber>; // string type output = z.output<typeof stringToNumber>; // number // equivalent to z.output! type inferred = z.infer<typeof stringToNumber>; // number ``` ### Writing generic functions When attempting to write a function that accepts a Zod schema as an input, it's common to try something like this: ```ts function makeSchemaOptional<T>(schema: z.ZodType<T>) { return schema.optional(); } ``` This approach has some issues. The `schema` variable in this function is typed as an instance of `ZodType`, which is an abstract class that all Zod schemas inherit from. This approach loses type information, namely _which subclass_ the input actually is. ```ts const arg = makeSchemaOptional(z.string()); arg.unwrap(); ``` A better approach is for the generic parameter to refer to _the schema as a whole_. ```ts function makeSchemaOptional<T extends z.ZodTypeAny>(schema: T) { return schema.optional(); } ``` > `ZodTypeAny` is just a shorthand for `ZodType<any, any, any>`, a type that is broad enough to match any Zod schema. As you can see, `schema` is now fully and properly typed. ```ts const arg = makeSchemaOptional(z.string()); arg.unwrap(); // ZodString ``` #### Constraining allowable inputs The `ZodType` class has three generic parameters. ```ts class ZodType< Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = Output > { ... } ``` By constraining these in your generic input, you can limit what schemas are allowable as inputs to your function: ```ts function makeSchemaOptional<T extends z.ZodType<string>>(schema: T) { return schema.optional(); } makeSchemaOptional(z.string()); // works fine makeSchemaOptional(z.number()); // Error: 'ZodNumber' is not assignable to parameter of type 'ZodType<string, ZodTypeDef, string>' ``` ### Error handling Zod provides a subclass of Error called `ZodError`. ZodErrors contain an `issues` array containing detailed information about the validation problems. ```ts const data = z .object({ name: z.string(), }) .safeParse({ name: 12 }); if (!data.success) { data.error.issues; /* [ { "code": "invalid_type", "expected": "string", "received": "number", "path": [ "name" ], "message": "Expected string, received number" } ] */ } ``` > For detailed information about the possible error codes and how to customize error messages, check out the dedicated error handling guide: [ERROR_HANDLING.md](ERROR_HANDLING.md) Zod's error reporting emphasizes _completeness_ and _correctness_. If you are looking to present a useful error message to the end user, you should either override Zod's error messages using an error map (described in detail in the Error Handling guide) or use a third-party library like [`zod-validation-error`](https://github.com/causaly/zod-validation-error) ### Error formatting You can use the `.format()` method to convert this error into a nested object. ```ts const data = z .object({ name: z.string(), }) .safeParse({ name: 12 }); if (!data.success) { const formatted = data.error.format(); /* { name: { _errors: [ 'Expected string, received number' ] } } */ formatted.name?._errors; // => ["Expected string, received number"] } ``` ## Comparison There are a handful of other widely-used validation libraries, but all of them have certain design limitations that make for a non-ideal developer experience. <!-- The table below summarizes the feature differences. Below the table there are more involved discussions of certain alternatives, where necessary. --> <!-- | Feature | [Zod](https://github.com/colinhacks) | [Joi](https://github.com/hapijs/joi) | [Yup](https://github.com/jquense/yup) | [io-ts](https://github.com/gcanti/io-ts) | [Runtypes](https://github.com/pelotom/runtypes) | [ow](https://github.com/sindresorhus/ow) | [class-validator](https://github.com/typestack/class-validator) | | ---------------------------------------------------------------------------------------------------------------------- | :-----------------------------: | :----------------------------------: | :-----------------------------------: | :--------------------------------------: | :---------------------------------------------: | :--------------------------------------: | :-------------------------------------------------------------: | | <abbr title='Any ability to extract a TypeScript type from a validator instance counts.'>Type inference</abbr> | 🟢 | 🔴 | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | | <abbr title="Yup's inferred types are incorrect in certain cases, see discussion below.">Correct type inference</abbr> | 🟢 | 🔴 | 🔴 | 🟢 | 🟢 | 🟢 | 🟢 | <abbr title="number, string, boolean, null, undefined">Primitive Types</abbr> <abbr title="Includes any checks beyond 'Is this a string?', e.g. min/max length, isEmail, isURL, case checking, etc.">String Validation</abbr> <abbr title="Includes any checks beyond 'Is this a number?', e.g. min/max, isPositive, integer vs float, etc.">Number Validation</abbr> Dates Primitive Literals Object Literals Tuple Literals Objects Arrays Non-empty arrays Unions Optionals Nullable Enums Enum Autocomplete Intersections Object Merging Tuples Recursive Types Function Schemas <abbr title="For instance, Yup allows custom error messages with the syntax yup.number().min(5, 'Number must be more than 5!')">Validation Messages</abbr> Immutable instances Type Guards Validity Checking Casting Default Values Rich Errors Branded --> <!-- - Missing object methods: (pick, omit, partial, deepPartial, merge, extend) * Missing nonempty arrays with proper typing (`[T, ...T[]]`) * Missing lazy/recursive types * Missing promise schemas * Missing function schemas * Missing union & intersection schemas * Missing support for parsing cyclical data (maybe) * Missing error customization --> ### Joi [https://github.com/hapijs/joi](https://github.com/hapijs/joi) Doesn't support static type inference 😕 ### Yup [https://github.com/jquense/yup](https://github.com/jquense/yup) Yup is a full-featured library that was implemented first in vanilla JS, and later rewritten in TypeScript. - Supports casting and transforms - All object fields are optional by default - Missing object methods: (partial, deepPartial) <!-- - Missing nonempty arrays with proper typing (`[T, ...T[]]`) --> - Missing promise schemas - Missing function schemas - Missing union & intersection schemas <!-- ¹Yup has a strange interpretation of the word `required`. Instead of meaning "not undefined", Yup uses it to mean "not empty". So `yup.string().required()` will not accept an empty string, and `yup.array(yup.string()).required()` will not accept an empty array. Instead, Yup us Zod arrays there is a dedicated `.nonempty()` method to indicate this, or you can implement it with a custom refinement. --> ### io-ts [https://github.com/gcanti/io-ts](https://github.com/gcanti/io-ts) io-ts is an excellent library by gcanti. The API of io-ts heavily inspired the design of Zod. In our experience, io-ts prioritizes functional programming purity over developer experience in many cases. This is a valid and admirable design goal, but it makes io-ts particularly hard to integrate into an existing codebase with a more procedural or object-oriented bias. For instance, consider how to define an object with optional properties in io-ts: ```ts import * as t from "io-ts"; const A = t.type({ foo: t.string, }); const B = t.partial({ bar: t.number, }); const C = t.intersection([A, B]); type C = t.TypeOf<typeof C>; // returns { foo: string; bar?: number | undefined } ``` You must define the required and optional props in separate object validators, pass the optionals through `t.partial` (which marks all properties as optional), then combine them with `t.intersection` . Consider the equivalent in Zod: ```ts const C = z.object({ foo: z.string(), bar: z.number().optional(), }); type C = z.infer<typeof C>; // returns { foo: string; bar?: number | undefined } ``` This more declarative API makes schema definitions vastly more concise. `io-ts` also requires the use of gcanti's functional programming library `fp-ts` to parse results and handle errors. This is another fantastic resource for developers looking to keep their codebase strictly functional. But depending on `fp-ts` necessarily comes with a lot of intellectual overhead; a developer has to be familiar with functional programming concepts and the `fp-ts` nomenclature to use the library. - Supports codecs with serialization & deserialization transforms - Supports branded types - Supports advanced functional programming, higher-kinded types, `fp-ts` compatibility - Missing object methods: (pick, omit, partial, deepPartial, merge, extend) - Missing nonempty arrays with proper typing (`[T, ...T[]]`) - Missing promise schemas - Missing function schemas ### Runtypes [https://github.com/pelotom/runtypes](https://github.com/pelotom/runtypes) Good type inference support, but limited options for object type masking (no `.pick` , `.omit` , `.extend` , etc.). No support for `Record` s (their `Record` is equivalent to Zod's `object` ). They DO support readonly types, which Zod does not. - Supports "pattern matching": computed properties that distribute over unions - Supports readonly types - Missing object methods: (deepPartial, merge) - Missing nonempty arrays with proper typing (`[T, ...T[]]`) - Missing promise schemas - Missing error customization ### Ow [https://github.com/sindresorhus/ow](https://github.com/sindresorhus/ow) Ow is focused on function input validation. It's a library that makes it easy to express complicated assert statements, but it doesn't let you parse untyped data. They support a much wider variety of types; Zod has a nearly one-to-one mapping with TypeScript's type system, whereas ow lets you validate several highly-specific types out of the box (e.g. `int32Array` , see full list in their README). If you want to validate function inputs, use function schemas in Zod! It's a much simpler approach that lets you reuse a function type declaration without repeating yourself (namely, copy-pasting a bunch of ow assertions at the beginning of every function). Also Zod lets you validate your return types as well, so you can be sure there won't be any unexpected data passed downstream. ## Changelog View the changelog at [CHANGELOG.md](CHANGELOG.md)
3,078
The 3D renderer for PixiJS. Seamless integration with 2D applications.
# Pixi3D Pixi3D is a 3D rendering library for the web. It's built on top of PixiJS (which is at it's core, an established 2D rendering library). This makes Pixi3D have seamless integration with already existing 2D applications. * Load models from file (glTF) or create procedural generated meshes * Physically-based rendering (PBR) and image-based lighting (IBL) * Customized materials and shaders * 3D sprites * Transformation, morphing and skeletal animations * Compatible with PixiJS v5, v6 and v7. ![SPY-HYPERSPORT](https://github.com/jnsmalm/pixi3d/blob/develop/spy-hypersport.jpg?raw=true) *"SPY-HYPERSPORT" (https://skfb.ly/o8z7t) by Amvall is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/). Rendered using Pixi3D.* ## Production ready? Yes, it's currently being used in multiple projects in production running on hundreds of thousands of different devices (both desktop and mobile). ## Getting started The easiest way to get started is to use the automatic setup which creates a simple project with everything needed to start immediatly. Node.js must be installed, go to https://nodejs.org to download. Type in the following using the terminal/console: ``` npx create-pixi3d-app my-pixi3d-app ``` After installation is complete, type `cd my-pixi3d-app` and `npm start` to start local web server. ### Manual setup - [Download the latest version of Pixi3D](https://github.com/jnsmalm/pixi3d/releases) - [Download PixiJS](https://github.com/pixijs/pixi.js/releases) (Pixi3D is compatible with all versions from 5.3 and later) Next, create a file *app.js* with the following contents. ```javascript let app = new PIXI.Application({ backgroundColor: 0xdddddd, resizeTo: window, antialias: true }) document.body.appendChild(app.view) let mesh = app.stage.addChild(PIXI3D.Mesh3D.createCube()) let light = new PIXI3D.Light() light.position.set(-1, 0, 3) PIXI3D.LightingEnvironment.main.lights.push(light) let rotation = 0 app.ticker.add(() => { mesh.rotationQuaternion.setEulerAngles(0, rotation++, 0) }) ``` Then create *index.html* and include the required scripts. ```html <!doctype html> <html lang="en"> <body> <script type="text/javascript" src="pixi.js"></script> <script type="text/javascript" src="pixi3d.js"></script> <script type="text/javascript" src="app.js"></script> </body> </html> ``` ### Using npm Pixi3D is also available as a npm package. Install the latest release with `npm install pixi3d`. This requires that an up-to-date version of Node.js is already installed. If PixiJS v5 or v6 is used, import from *pixi3d* i.e. `import { Model } from "pixi3d"`. If PixiJS v7 is used, instead import from *pixi3d/pixi7* i.e. `import { Model } from "pixi3d/pixi7"`. ## Examples Examples are available as sandboxes at https://codesandbox.io to quickly get started. Download repo at https://github.com/jnsmalm/pixi3d-sandbox to instead run them locally. | Example | Description | Sandbox | |-------------------|-------------------------------------------------------------------------|:-------:| | Getting started | Create application, rotating cube | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/getting-started) | | Standard material | Load glTF model, image-based lighting, physically-based rendering | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/standard-material) | | Animation | Model animation, dynamic shadows | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/model-animation) | | Custom material | Custom material/shader | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/custom-material) | | Sprites | Billboard sprites in 3D space | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/sprites-3d) | | Punctual lights | Directional light, spot light, point light | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/punctual-lights) | | Custom geometry | Mesh with custom vertex attributes | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/custom-geometry) | | Interaction | Mesh picking | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/mesh-interaction) | | Post processing | Post processing sprite with filters | [View](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/post-processing-sprite) | ## Quick guide An introduction to Pixi3D and a overview of the core concepts and components. Go to the [Quick guide sandbox](https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/quick-guide) to view a real-time demo of the scene created with this guide. ### Creating an application The quickest way to get started is by creating an PixiJS application object. The application object creates a renderer and automatically starts the render loop. It also creates a canvas element which should be added to the HTML document. ```javascript let app = new PIXI.Application({ resizeTo: window, backgroundColor: 0xdddddd, antialias: true }); document.body.appendChild(app.view); ``` *Creates an application and adds the canvas element which results in an empty page with a grey background.* ### Loading a 3D model A model includes a hierarchy of 3D objects which are called meshes. A mesh contains the geometry and material used for rendering that object. Models are generally being loaded from a file which has been created in a 3D modeling tool like Maya or Blender. Pixi3D supports loading of models using the glTF 2.0 file format. Learn more about glTF at https://www.khronos.org/gltf/ Loading a model is different depending on the PixiJS version used. This is how to do it when using PixiJS v5 or v6. ```javascript app.loader.add( "teapot.gltf", "https://raw.githubusercontent.com/jnsmalm/pixi3d-sandbox/master/assets/teapot/teapot.gltf" ); app.loader.load((_, resources) => { setup(resources["teapot.gltf"].gltf); }) function setup(gltf) { let teapot = app.stage.addChild(PIXI3D.Model.from(gltf)); } ``` This is how to do it when using PixiJS v7. ```javascript // Using a self executing function just to make the different methods more comparable. (async function load() { let gltf = await PIXI.Assets.load("https://raw.githubusercontent.com/jnsmalm/pixi3d-sandbox/master/assets/teapot/teapot.gltf") setup(gltf) })() function setup(gltf) { let teapot = app.stage.addChild(PIXI3D.Model.from(gltf)); } ``` *Loads a glTF 2.0 file and creates a model. The silhouette of a teapot should appear. For now, it will be rendered black because there is no lighting.* ### Position, rotation and scale All objects in a scene have a transform which is used for setting the position, rotation and scale of that object. The transform of an object is always relative to it's parent transform. So when changing the transform of the parent object, all of it's childrens transforms will be affected as well. Both position and scale is represented by a vector with three components (x, y, z), one for each axis. Rotation is represented by a quaternion and has four components (x, y, z, w). A quaternion is not as straight forward to use as a vector, and because of that the method *setEulerAngles* is used to change the rotation. ```javascript teapot.position.y = -1; teapot.scale.set(1.2); teapot.rotationQuaternion.setEulerAngles(0, 15, 0); ``` *Moves the model to -1 on the y-axis. Rotates it to 15 degrees on the y-axis and scales it on all axes.* ### Lighting environment Lights are needed to illuminate the objects in the scene, otherwise they may be rendered completely black (depending on the material being used). A lighting environment contains the different components used for lighting a scene. The lighting environment can be shared across objects, or each object can have it's own. The main lighting environment is created and used by default. There are a few different types of lights available. The "point" type is a light that is located at a point and emits light in all directions equally. The "directional" type is a light that is located infinitely far away, and emits light in one direction only. The "spot" type is a light that is located at a point and emits light in a cone shape. Lights have a transform and can be attached to other objects. ```javascript let dirLight = new PIXI3D.Light(); dirLight.type = "directional"; dirLight.intensity = 0.5; dirLight.rotationQuaternion.setEulerAngles(45, 45, 0); dirLight.position.set(-4, 7, -4); PIXI3D.LightingEnvironment.main.lights.push(dirLight); let pointLight = new PIXI3D.Light(); pointLight.type = "point"; pointLight.intensity = 10; pointLight.position.set(1, 0, 3); PIXI3D.LightingEnvironment.main.lights.push(pointLight); ``` *Adds a directional light and a point light to the main lighting environment. The teapot should now be illuminated by the light.* ### Changing the material Each mesh contains a material, and the standard material is used by default. The standard material has several properties which can be used for changing the appearance of a mesh. It's also possible to create custom materials to achieve almost any visual effect. ```javascript teapot.meshes.forEach((mesh) => { mesh.material.baseColor = PIXI3D.Color.fromHex("#ffefd5"); }); ``` *Gives the model a different color by setting the material color of each mesh.* ### Playing animations Models can contain animations which has been created in a 3D modeling tool. There are three different kinds of animations: skeletal, morphing and transformation. Skeletal animation is often used for animating characters, but it can also be used to animate anything else as well. Morphing is used to animate per-vertex, for example to create a waving flag or a face expression. Transformation animations are used for moving, rotating and scaling entire objects. ```javascript setInterval(() => { teapot.animations.forEach((anim) => anim.play()); }, 1500); ``` *Starts playing all animations in the model every 1.5 seconds.* ### Casting shadows To enable lights to cast shadows, a shadow casting light is required. It wraps a light and gives it the ability to cast shadows. It has multiple settings for controlling the quality of the shadow, for example the size of the shadow texture and the softness of the shadow. Directional and spot light types have support for casting shadows. ```javascript let ground = app.stage.addChild(PIXI3D.Mesh3D.createPlane()); ground.y = -1; ground.scale.set(10); ``` *Creates a ground plane to have something to cast the shadows on.* The shadows must also be enabled (using the standard pipeline) for an object to both receive and cast shadows. ```javascript let shadowCastingLight = new PIXI3D.ShadowCastingLight(app.renderer, dirLight, { shadowTextureSize: 512, quality: PIXI3D.ShadowQuality.medium }); shadowCastingLight.softness = 1; shadowCastingLight.shadowArea = 8; let pipeline = app.renderer.plugins.pipeline; pipeline.enableShadows(teapot, shadowCastingLight); pipeline.enableShadows(ground, shadowCastingLight); ``` *Enables shadows to be casted and received for both the model and the ground.* ### 2D and 3D Compositing 2D (PixiJS) and 3D (Pixi3D) containers is simple and can be combined in many ways. 2D containers can be added on top of 3D containers, and the other way around. Although the containers can be combined, the transforms used by 2D and 3D works differently from each other and are not compatible. The transforms won't be affected by each other, even if they have a parent-child relation. To be able to convert 3D coordinates to 2D coordinates (or the other way around) the camera methods `screenToWorld` and `worldToScreen` can be used. Another way of combining 2D and 3D objects is to render a 3D object as a sprite using `CompositeSprite`. Thay way, the 3D object can easily be positioned in 2D space. This method also makes it possible to use regular PixiJS filters with 3D objects. ```javascript let vignette = app.stage.addChild( PIXI.Sprite.from( "https://raw.githubusercontent.com/jnsmalm/pixi3d-sandbox/master/assets/vignette.png" ) ); app.ticker.add(() => { Object.assign(vignette, { width: app.renderer.width, height: app.renderer.height }); }); ``` *Adds a 2D vignette layer on top of the 3D scene to give it a more cinematic effect. Resizes the vignette to the size of the renderer.* ### Controlling the camera The camera is used for controlling from which position and direction the 3D scene is rendered, it has a position and rotation which is used for changing the view. Like any other object which has a transform, it can be attached to another object. The camera can also be directly controlled by using a mouse or trackpad. The main camera is created and used by default. ```javascript let control = new PIXI3D.CameraOrbitControl(app.view) ``` *Gives the user orbit control over the main camera using mouse/trackpad. Hold left mouse button and drag to orbit, use scroll wheel to zoom in/out.* ## API The API documentation is available at https://api.pixi3d.org ## Changelog All notable changes to this project will be documented in the [changelog](CHANGELOG.md) ## Development For developing new features or fixing bugs, use *serve/src/index.js* with `npm start`. ## Tests Automatic tests can run both using Puppeteer (Headless Chrome) and on a specific device/browser. Run command `npm test` to execute tests using Puppeteer or start local web server with `npm run test:browser` and go to http://localhost:8080/. Before running tests, build using `npm run build`. ## Building Build to *dist* folder with `npm run build`.
3,079
Curriculum for learning front-end development during #100DaysOfCode.
**Note:** this resource is old! I will be archiving this repository by the end of July 2021 as I feel that many of the recommendations here are outdated for learning front-end web development in 2021. --- <p align="center"> <img alt="#100DaysOfCode Front-End Development" src="https://i.imgur.com/dwYOP0B.jpg" /> </p> **Please support this repo by giving it a star ⭐️ at the top of the page and [follow me](https://github.com/nas5w) for more resources!** Want to learn more about frontend development? Consider: - signing up for my [free newsletter](https://buttondown.email/devtuts?100DoC) where I periodically send out digestible bits of frontend knowledge! - subscribing to my [YouTube channel](https://www.youtube.com/c/devtutsco) where I teach JavaScript, Typescript, and React. --- This is a somewhat opinionated curriculum for learning front-end development during #100DaysOfCode. As it covers a wide range of front-end development topics, it can be thought of as more of a "survey" style course rather than a deep dive into any one area. Ideally, your takeaway from completing this curriculum will be some familiarity with each topic and the ability to easily dive deeper in any area in the future when necessary. This curriculum was influenced significantly by Kamran Ahmed's [Modern Frontend Developer](https://medium.com/tech-tajawal/modern-frontend-developer-in-2018-4c2072fa2b9c) roadmap. Please check it out--it is excellent. **Note**: I know front-end development means a lot of different things to a lot of people! If you're a front-end developer and you think this guide could be improved, please let me know by raising an issue as described in the [Contributing](#contributing) section. Thank you! # Translations Thanks to some incredible contributors, this curriculum has been translated into the following languages! - [Russian русский](/ru) (translation by [@Ibochkarev](https://github.com/Ibochkarev) and [@JonikUl](https://github.com/JonikUl)) - [Chinese 中文](/chinese) (translation by [@simplefeel](https://github.com/simplefeel)) - [Portuguese Português](/portuguese) (translation by [@Zardosh](https://github.com/Zardosh)) - [Polish polski](/polish) (translation by [@mbiesiad](https://github.com/mbiesiad)) - [Malay/Indonesia](/Malay) (translation by [@asyraf-labs](https://github.com/asyraf-labs)) - [Vietnamese Tiếng Việt](/Vietnam) (translation by [@duca7](https://github.com/duca7)) - [Japanese 日本語](/japanese) (translation by [miily8310s](https://github.com/miily8310s)) - [Bangla বাংলা](/bangla) (translation by [mirajus-salehin](https://github.com/mirajus-salehin)) # :calendar: Curriculum The underlying principle of this repository is [timeboxing](https://en.wikipedia.org/wiki/Timeboxing). If you have spent any amount of time in the past trying to learn web development or a similar skill, you have likely experienced going down a rabbit hole on any one particular topic. This repository aims to assign a certain number of days to each technology and encourages you to move to the next once that number of days is up. It is anticipated that everyone is at a different level of proficiency when starting this challenge, and that's okay. Beginner and expert front-end developers alike can benefit from timeboxed practice in each of these areas. The recommended day-by-day activities are as follows: - Days 1-8: [HTML](#html) - Days 9-16: [CSS](#css) - Days 17-24: [JavaScript Basics](#javascript) - Days 25-27: [jQuery](#jquery) - Days 28-33: [Responsive Web Design](#rwd) - Days 34-36: [Accessibility](#accessibility) - Days 37-39: [Git](#git) - Days 40-44: [Node and NPM](#node) - Days 45-50: [Sass](#sass) - Days 51-54: [Bootstrap](#bootstrap) - Day 55: [BEM](#bem) - Days 57-61: [Gulp](#gulp) - Days 62-65: [Webpack](#webpack) - Day 66: [ESLint](#eslint) - Days 68-83: [React](#react) - Days 84-89: [Redux](#redux) - Days 90-94: [Jest](#jest) - Days 95-97: [TypeScript](#typescript) - Days 98-100: [NextJS](#nextjs) # :mag_right: The Details Below you can find a little information about each topic in the curriculum as well as some ideas/guidance on what to do for each. For inspiration on projects to do alongside this curriculum, see the [Project Ideas section](#project-ideas). As part of the timeboxing principle, it's okay if you don't get through all of the items in the "Learning Areas and Ideas" sections. You should instead focus on getting the most you can out of the number of days assigned to each area and then move on. <a name="html"></a> ![HTML](https://i.imgur.com/O0F5XSR.jpg) Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. (Source: [Wikipedia](https://en.wikipedia.org/wiki/HTML)) ### :bulb: Quick Takeaway HTML is really the foundation of web development. Even in the javascript-based frameworks, you end up writing HTML in one form or another. ### :book: Learning Areas and Ideas - Take the [Basic HTML and HTML5 section](https://learn.freecodecamp.org/) on freeCodeCamp. - HTML page structure - HTML elements - Nesting HTML elements - Semantic markup - Links / multiple pages - Images - Audio/video media - Forms and form elements - Create a multi-page website! (See [Project Ideas](#project-ideas) if you need some inspiration). <a name="css"></a> ![CSS](https://i.imgur.com/028GOR0.jpg) Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content. (Source: [Wikipedia](https://en.wikipedia.org/wiki/Cascading_Style_Sheets)) ### :bulb: Quick Takeaway CSS is another essential component of web development. While it is mainly used to style and position HTML elements, it has become increasingly capable of more dynamic tasks (e.g., animations) that would once be handled by javascript. ### :book: Learning Areas and Ideas - Take the [Basic CSS, CSS flexbox, and CSS grid sections](https://learn.freecodecamp.org/) on freeCodeCamp. - In-line CSS - `<style>` tags - External CSS with `<link>` - Styling elements - Selectors - Floats, clearing floats - Layouts (grid, flexbox) - Fonts, custom fonts - Style the HTML page(s) you made when learning HTML! <a name="javascript"></a> ![JavaScript](https://i.imgur.com/oHdD86j.jpg) JavaScript , often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm. Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web. JavaScript enables interactive web pages and thus is an essential part of web applications. The vast majority of websites use it, and all major web browsers have a dedicated JavaScript engine to execute it. (Source: [Wikipedia](https://en.wikipedia.org/wiki/JavaScript)) ### :bulb: Quick Takeaway JavaScript has become increasingly important in the front-end world. While it was once used mainly to make pages dynamic, it is now the foundation of many front-end frameworks. These frameworks handle a lot of the tasks that were formerly handled by the back-end (e.g., routing and displaying different views). ### :book: Learning Areas and Ideas - Take the [Basic JavaScript and ES6 sections](https://learn.freecodecamp.org/) on freeCodeCamp. - Too many language fundamentals to list here! - `<script>` tag and placement - Accessing HTML elements - The event loop, call stack, and event queue - Prototypal Inheritance - Reference vs. value - Add some dynamic elements or logic to your HTML/CSS page(s) developed earlier! <a name="jquery"></a> ![jQuery](https://i.imgur.com/m9j02Fo.jpg) jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. (Source: [jQuery.com](https://jquery.com/)) ### :bulb: Quick Takeaway After you have spent some time with plain (also called "vanilla") javascript, you may find some tasks a bit cumbersome, especially those related to accessing and manipulating HTML elements. For quite a while, jQuery was the go-to library for making these kinds of tasks easier and consistent across different browsers. Nowadays, jQuery isn't necessarily "mandatory" learning because of advancements in vanilla javascript, CSS, and newer javascript frameworks (we'll look at frameworks later). Still, it would be beneficial to take a little time to learn some jQuery and apply it to a small project. ### :book: Learning Areas and Ideas - Take the [jQuery section](https://learn.freecodecamp.org/) on freeCodeCamp. - Document ready - Selectors - Toggle classes - Animation - Add or move HTML elements - Add jQuery to your site! <a name="rwd"></a> ![Responsive Web Design](https://i.imgur.com/Bt1zWwq.jpg) Responsive web design (RWD) is an approach to web design that makes web pages render well on a variety of devices and window or screen sizes. Recent work also considers the viewer proximity as part of the viewing context as an extension for RWD. Content, design and performance are necessary across all devices to ensure usability and satisfaction. A site designed with RWD adapts the layout to the viewing environment by using fluid, proportion-based grids, flexible images, and CSS3 media queries, an extension of the @media rule. (Source: [Wikipedia](https://en.wikipedia.org/wiki/Responsive_web_design)) ### :bulb: Quick Takeaway Responsive web design is all about making web applications look and function properly on all types of device. A quick-and-dirty example would be that a website should look and function properly both in a desktop web browser and on a mobile phone browser. An understanding of responsive design is crucial for any front-end developer! ### :book: Learning Areas and Ideas - Take the [Responsive Web Design Principles section](https://learn.freecodecamp.org/) on freeCodeCamp. - Media queries, breakpoints - Responsive images - Make your website responsive! - Use Chrome DevTools to view your site on different devices/viewports. <a name="accessibility"></a> ![Accessibility](https://i.imgur.com/ayioMQw.jpg) Web accessibility is the inclusive practice of ensuring there are no barriers that prevent interaction with, or access to, websites on the World Wide Web by people with disabilities. When sites are correctly designed, developed and edited, generally all users have equal access to information and functionality. (Source: [Wikipedia](https://en.wikipedia.org/wiki/Web_accessibility)) ### :bulb: Quick Takeaway Accessibility, often written as a11y, is one of the most important topics in front-end web development, yet it seems to often get short shrift. Creating accessible web applications is not only ethically sound, but also makes a lot of business sense considering the additional audience that will be able to view your applications when they are accessible. ### :book: Learning Areas and Ideas - Take the [Applied Accessibility section](https://learn.freecodecamp.org/) on freeCodeCamp. - Read some content on [The A11Y Project](https://a11yproject.com/about) - Review their [checklist](https://a11yproject.com/checklist) - Update your site(s) for accessibility based on this checklist <a name="git"></a> ![Git](https://i.imgur.com/5QoNJqs.jpg) Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. (Source: [git-scm.com](https://git-scm.com/)) ### :bulb: Quick Takeaway Version/code control is an essential part of any web developer's toolkit. There are a number of different version control systems, but Git is by far the most prevalent at the moment. You can (and should!) use it to track your projects as you learn! ### :book: Learning Areas and Ideas - [Git Tutorial for Beginners (Video)](https://www.youtube.com/watch?v=HVsySz-h9r4) - Install git - Set up a [github](https://github.com) account - Learn the most-used git commands: - init - clone - add - commit - push - pull - merge - rebase - Add your existing projects to github! <a name="node"></a> ![Node and NPM](https://i.imgur.com/8ik2alD.jpg) Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. JavaScript is used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application development around a single programming language, rather than different languages for server side and client side scripts. (Source: [Wikipedia](https://en.wikipedia.org/wiki/Node.js)) ### :bulb: Quick Takeaway While Node.js is typically known as a back-end solution, it is used quite frequently to support front-end development. It does this in a number of ways, including things like running build tools, testing, and linting (all to be covered soon!). Node Package Manager (npm) is another great feature of Node and can be used to manage dependencies of your project (i.e., code libraries your project might rely on -- jQuery is an example!). ### :book: Learning Areas and Ideas - Research node and how it is different than the browser - Install node (npm comes with it) - Create a simple javascript file and run it with node - Use NPM to manage any dependencies in your existing project(s) (e.g., jQuery!) <a name="sass"></a> ![Sass](https://i.imgur.com/ZRedLge.jpg) Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly, particularly with the help of the Compass style library. (Source: [sass-lang.com](https://sass-lang.com/documentation/file.SASS_REFERENCE.html)) ### :bulb: Quick Takeaway Sass allows you to write CSS in a more programmatic way. If you've done some CSS, you might have noticed that you end up repeating a lot of information--for example, specifying the same color code. In Sass, you can use things like variables, loops, and nesting to reduce redundancy and increase readability. After writing your code in Sass, you can quickly and easily compile it to regular CSS. ### :book: Learning Areas and Ideas - [Install Sass](https://sass-lang.com/install) globally with npm! - [Sass Crash Course Video](https://www.youtube.com/watch?v=roywYSEPSvc) - Follow the [Learn Sass](https://sass-lang.com/guide) tutorial and/or [freeCodeCamp](https://learn.freecodecamp.org/) Sass tutorial. - Update your existing site to generate your CSS using Sass! <a name="bootstrap"></a> ![Bootstrap](https://i.imgur.com/cJ21eH2.jpg) \* Some alternatives: Foundation, Bulma, Materialize Bootstrap is a free and open-source front-end framework for developing websites and web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. (Source: [Wikipedia](<https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework)>)) ### :bulb: Quick Takeaway There are many options for laying out, styling, and making your web application dynamic, but you'll find that starting with a framework helps you tremendously in getting a head start. Bootstrap is one such framework, but it is definitely far from the only option! I recommend getting familiar with one framework like this, but it's far more important to grasp HTML, CSS, and JavaScript fundamentals than it is to get caught up in any one framework. ### :book: Learning Areas and Ideas - Learn what Bootstrap is and why you would want to use it - [Bootstrap 4 Crash Course (Video)](https://www.youtube.com/watch?v=hnCmSXCZEpU) - Complete the Bootstrap section on [freeCodeCamp](https://learn.freecodecamp.org/) - Refactor your site using bootstrap! <a name="bem"></a> ![BEM](https://i.imgur.com/MCvMRQl.jpg) The Block, Element, Modifier methodology (commonly referred to as BEM) is a popular naming convention for classes in HTML and CSS. Developed by the team at Yandex, its goal is to help developers better understand the relationship between the HTML and CSS in a given project. (Source: [css-tricks.com](https://css-tricks.com/bem-101/)) ### :bulb: Quick Takeaway It's important to know naming and organization systems like BEM exist and why they are used. Do some research here, but at a beginner level I wouldn't recommend devoting too much time to the subject. ### :book: Learning Areas and Ideas - Read the [BEM introduction](http://getbem.com/introduction/) - [Why I Use BEM (Video)](https://www.youtube.com/watch?v=SLjHSVwXYq4) - Create a simple webpage using BEM conventions. <a name="gulp"></a> ![Gulp](https://i.imgur.com/KQrByqq.jpg) Gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something. (Source: [gulpjs.com](https://gulpjs.com/)) ### :bulb: Quick Takeaway In modern front-end development, you'll often find yourself needing to automate tasks like bundling, moving files, and injecting references into HTML files. Gulp is one tool that can help you do these things! ### :book: Learning Areas and Ideas - Install gulp with npm - Follow the [gulp for beginners tutorial](https://css-tricks.com/gulp-for-beginners/) on CSS-Tricks - In your website, set up gulp to: - Compile Sass for you - Put the generated CSS file in `build` subdirectory - Move your web pages to the build directory - Inject a reference to your generated CSS file into your web pages <a name="webpack"></a> ![Webpack](https://i.imgur.com/0rx82Kl.jpg) At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles. (Source: [webpack.js.org](https://webpack.js.org/concepts/)) ### :bulb: Quick Takeaway Imagine that you have a large web development project with a number of different developers working on a lot of different tasks. Rather than all working in the same files, you might want to modularize them as much as possible. Webpack helps enable this by letting your team work modularly and then, come time to build the application, Webpack will stick it all together: HTML, CSS/Sass, JavasScript, images, etc. Webpack isn't the only module bundler, but it seems to be the front-runner at the moment. ### :book: Learning Areas and Ideas - Read [webpack concepts](https://webpack.js.org/concepts/) - [What is Webpack, How does it work? (Video)](https://www.youtube.com/watch?v=GU-2T7k9NfI) - [This webpack tutorial](https://hackernoon.com/a-tale-of-webpack-4-and-how-to-finally-configure-it-in-the-right-way-4e94c8e7e5c1) <a name="eslint"></a> ![ESLint](https://i.imgur.com/CJb6ZnL.jpg) ESLint is an open source JavaScript linting utility originally created by Nicholas C. Zakas in June 2013. Code linting is a type of static analysis that is frequently used to find problematic patterns or code that doesn’t adhere to certain style guidelines. There are code linters for most programming languages, and compilers sometimes incorporate linting into the compilation process. (Source: [eslint.org](https://eslint.org/docs/about/)) ### :bulb: Quick Takeaway Linting is a fantastic tool for code quality, readability, and consistency. Using a linter will help you catch syntax and formatting mistakes before they go to production. You can run linters manually or include them in your build/deployment process. ### :book: Learning Areas and Ideas - Install eslint using npm - [How to Setup VS Code + Prettier + ESLint (Video)](https://www.youtube.com/watch?v=YIvjKId9m2c) - Lint your JavaScript <a name="react"></a> ![React](https://i.imgur.com/uLYz15W.jpg) \* Some alternatives: Vue, Angular, Ember React (also known as React.js or ReactJS) is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications. Complex React applications usually require the use of additional libraries for state management, routing, and interaction with an API. (source: [Wikipedia](<https://en.wikipedia.org/wiki/React_(JavaScript_library)>)) ### :bulb: Quick Takeaway Front-end JavaScript frameworks are at the forefront of modern front-end development. One important takeaway here is that React, despite being incredibly popular, is only a library for building user interfaces whereas frameworks like Vue and Angular aim to be more full-featured. For example, if you build an application with in React that needs to route to different views, you'll need to bring in something like `react-router`. ### :book: Learning Areas and Ideas - Take the [React tutorial](https://reactjs.org/tutorial/tutorial.html) - [Learn React with Mosh](https://www.youtube.com/watch?v=Ke90Tje7VS0) - Refactor your website as a React app! - Note: `create-react-app` is a convenient tool to scaffold new React projects. <a name="redux"></a> ![Redux](https://i.imgur.com/S9H2Dbp.jpg) Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger. (Source: [redux.js.org](https://redux.js.org/introduction/getting-started)) ### :bulb: Quick Takeaway As you build bigger and bigger front-end applications, you start realizing that it's hard to maintain application state: things like the if the user is logged in, who the user is, and generally what's going on in the application. Redux is a great library that helps you maintain a single source of state on which your application can base its logic. ### :book: Learning Areas and Ideas - This [Redux video tutorial](https://www.youtube.com/watch?v=93p3LxR9xfM) - This [Redux video series](https://egghead.io/courses/getting-started-with-redux) by Dan Abramov, creator of Redux - Take note of the [Redux three principles](https://redux.js.org/introduction/three-principles) - Single source of truth - State is read-only - Changes are made with pure functions - Add Redux state management to your app! <a name="jest"></a> ![Jest](https://i.imgur.com/Cr39axw.jpg) Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more! (Source: [jestjs.io](https://jestjs.io)) ### :bulb: Quick Takeaway It is very important to set up automated testing for your front-end projects. Setting up automated testing will allow you to make future changes with confidence--if you make changes and your tests still pass, you will be fairly comfortable you didn't break any existing functionality. There are too many testing frameworks to list; Jest is simply one of my favorties. ### :book: Learning Areas and Ideas - Learn [Jest basics](https://jestjs.io/docs/en/getting-started) - If you used `create-react-app`, [Jest is already configured](https://facebook.github.io/create-react-app/docs/running-tests). - Add tests to your application! <a name="typescript"></a> ![TypeScript](https://i.imgur.com/BZROJNs.jpg) \* Alternative: Flow TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. TypeScript is designed for development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs. TypeScript may be used to develop JavaScript applications for both client-side and server-side (Node.js) execution. (Source: [Wikipedia](https://en.wikipedia.org/wiki/TypeScript)) ### :bulb: Quick Takeaway JavaScript is dynamically typed. However, it is a common belief that static typing (i.e., specifying variable types, classes, interfaces ahead of time) is both clearer and reduces the likelihood of defects/bugs. Regardless of how you feel on the topic, it's important to at least get a feel for a statically-typed version of JavaScript like TypeScript. Note that TypeScript compiles down to JavaScript so it can be interpreted by browsers (i.e., browsers don't natively interpret TypeScript). ### :book: Learning Areas and Ideas - [Learn TypeScript in 5 minutes](https://medium.freecodecamp.org/learn-typescript-in-5-minutes-13eda868daeb) - [Learn TypeScript in 50 minutes (Video)](https://www.youtube.com/watch?v=WBPrJSw7yQA) - Optionally [create a React app with TypeScript](https://levelup.gitconnected.com/typescript-and-react-using-create-react-app-a-step-by-step-guide-to-setting-up-your-first-app-6deda70843a4) <a name="nextjs"></a> ![NextJS](https://i.imgur.com/YNtW38J.jpg) Next.js is a minimalistic framework for server-rendered React applications. (Source: [Next.js — React Server Side Rendering Done Right](https://hackernoon.com/next-js-react-server-side-rendering-done-right-f9700078a3b6)) ### :bulb: Quick Takeaway Now we're getting advanced! By now you've built a React (or Vue or Angular) application that does quite a bit of work in the browser. For various reasons (e.g., SEO, concerns over client performance), you might actually want your front-end application to be rendered on the server rather than the client. That's where a framework like next.js comes in. ### :book: Learning Areas and Ideas - Next.js [Getting Started](https://nextjs.org/learn/) - [Next.js Crash Course (Video)](https://www.youtube.com/watch?v=IkOVe40Sy0U) - Create a Next.js app or migrate your existing app to Next.js # But What About X? This list is supposed to give you broad exposure to the front-end ecosystem, but it's simply impossible to hit on every single topic, not to mention the myriad tools within each area! If you do think I missed something very important, please see the [Contributing](#contributing) section to see how you can help make this guide better. # Project Ideas As you progress through #100DaysOfCode, you'll want one or multiple projects to which you can apply your new knowledge. In this section, I attempt to provide a few project ideas that you can use. Alternatively, you're encouraged to come up with your own project ideas as those ideas may interest and motivate you more. - Beginner ideas: - Build a portfolio website - Intermediate/Advanced ideas: - Build a tweet analysis app (If you know back-end and API integration already) # Need Help? Generally, I have found the following resources invaluable to learning software development: - Googling the issue - [StackOverflow](http://www.stackoverflow.com) (There's a good chance your question has already been asked and will be a high-ranking result when googling). - [Mozilla MDN Web Docs](https://developer.mozilla.org/en-US/) - [freeCodeCamp](https://www.freecodecamp.org/) - Local software development Meetups! Most are very friendly to all experience levels. If you'd like my input on anything, feel free to [connect with me on Twitter](http://www.twitter.com/nas5w) and I'll do my best to try to offer some assistance. If you think there's an issue with the curriculum or have a recommendation, see the [contributing section](#contributing) below. # Contributing ## Spread the Word If you appreciate the work done here, you can contribute significantly by spreading the word about this repository, including things like: - Starring and forking this repository - Sharing this repository on social media ## Contribute to this Repository This is a work in progress and I very much appreciate any help in maintaining this knowledge base! When contributing to this repository, please first discuss the change you wish to make via issue before making a change. Otherwise, it will be very hard to understand your proposal and could potentially result in you putting in a lot of work to a change that won't get merged. Please note that everyone involved in this project is either trying to learn or trying to help--Please be nice! ## Pull Request Process 1. Create an issue outlining the proposed pull request. 2. Obtain approval from a project owner to make the proposed change. 3. Create the pull request.
3,080
A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
<h1 align="center">Nessie</h1> <p align="center"> <a href="https://deno.land/x/nessie"> <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/halvardssm/deno-nessie?label=Nessie%20stable&style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABLCAYAAAAmh0pZAAAACXBIWXMAAAEjAAABIwFyQXfeAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAABltJREFUeJztnF2MHlUZx3+nXWlBWsJXaAWElI+iIBIhaAPcaDUEUrghApEQEhIMmKA1jTcmGkOUQPhKFC4gEFNpUuQC0l4YlK8CsUBLjBI+2m4pRdsldWuLLN3WbvfnxZk3u7zMO+/M+87szG75Jc3unnPmnOf5z5mZc55zTqFH1MvUP6ib1VF1p/qceot6VK/1TkvUE9WnzGZQvaxuW6cE9cvq1i6CtNivXl23zZWiHq1uyilIi1H1wrptrwz1kYKCtNikHlG3/aWjfkU91KMoqj+u24fSUR/qQxDVYfWLdfuRl1k5yy3rs53jgWv6rGPK6CqKuhA4pYS2Zo4owBkltbVUnVdSXZWSR5Sy3gVzgW+UVFel5BFloMT2Ti6xrsrI+6Iti7lT3F5P5BHl4xLb21RiXZXRjyjrC7a1A9hY8JpayCPKnJS0YeB7wLMF2vp5COFAgfLNRV2aMkJ9Pck7Qn3A7CnAfvX2uv0oFfWGFEdXt5X5mvqoOpTkHzQGn+5Xz6rL9l7J87lNG7xtm/xHCOFN4GYA9QtJ2sG+rauJXkV5r1Ph6SxGi16H+R1FmQnkEWVRStq2lLTDA3WeOt72kh1X0z7TM4ZuPeXrQGhL2z1jxhsd6CbKBSlpQ1UY0iTy9JR2dlZhSJP4vKek0FEUdTbw1ZSsw7qnLAbS1oR3VWRLY8gSJe3RAfhvFYY0iSxR0l6yAJ9UYUiT6KWnjFRhSJPopaeMqHPUu9UP1ffVFcmLeeaiLswIGl2krklJX1m33ZWiXp4hyr0ZedfWbXsZdHp8FndI/zPZ68oPOE1WAbPoJEpauGAtcDXZn+QFwC/6NaqRqGvbHoun1QH1GONmvyzG1Ovr9qF01LcnOfluIsbi5PdnuojS4mH16Lp9KQU1qPsSx0bUs9XT1B1J2uM5RVHdoM6v26eipL1TvgQcmfz+G+B9YE2SDlBkPHIR8NtejWsM6pLkLg8aB2m/bLv7u9SXC/QWnWY7JNN6ynHJz98RZ8kr2vJPJC6UFwlJ/rC4aQ1CvV49oJ6g/rTDnR9T7zL/jsnBuv0qQlpPmQ9sDCEMA1d1uG42cCtwHzCao50FvZlXD2miBGCjGoBvZVw7D/gJ8BjwRpd2uuU3ijRRxonRtRNI34YxmQHgR8R9cQ8CrwCH2soI/Ko/M6eWtLXkg8THo925LM5J/u0B/gS8TvyEnwusDSE836edU0qaKMPAUmAv0cljC9Q3C3gyhLBSPQ14ArhbvQP4ANhOXIfeCgwmP7eGEJoduDLGS3YY5zorC4xFnkmEQF2m7s553bjxUMMqdbl6qU1blnUiwHSrerq6t4tTf1cvT649SX3Mz64/F+UjdbV6nU2ZJhiPvn2kflM9T13XZvRe4xzou+os9UjjXe4mYC+MqPeoJ9UtytOT7tgKda6xF5xv8ogk5c5T7zP/o9IP+xJxKu857TsKWs4uJw7MWowArxFfjAALgSXEz/ZUsxNYHkL4Y1UNdBJlIfBPis2Ip5r1wJ0hhLVlV5wajgwhDAF/KbuxklkCrFFfNM7XSjtkldpTANRLgZeyyjSMA8AG4q7u94g9fQTYT775WYvtmQ6rTwDf79HI6cpQN1FOBf5GPO52uPBot007u4F/ECd1M5lPgHXEYNgtWe+UZcD9lHdcrimMA+8QJ62vEocab4UQxloFPiOKuhT4NXDxFBlZNbuIzrdE2BBCyNxjEyCexiCu/q1geotxCHgL+CtxHLM+hLClaCVBvRG4k4kljOnGGLAaeAp4IYSwp98KB4hR++m8KL6NibhM34IAoP7M3qb6Q8bj/v/qc6JXJuvU88sS5hL1SfXjHA1vNy6QzU+unaPeZFwibQKjaqdViFx86uujDhD3ui0GzmRi+XQfMZS4IYTwdoa45xD3sJzaj1Ft/IeJBbq8jAIXhBA2l2hH7xhjLHl6nMZe96DpYc8x9TtJnat66DGr6tbiU6hXJE51YzgpP0f9ICX/riR/vsUfz+F6VUhB/YH6vxzGn5KUP9sY3x2elPf7SfUdp75SQJQPa3M+C2OP2dPF+LParhlQv238747uaMubbQyPDuYQpbkLcOoi9dUM49P217WuzTpQsUi9MhHpcXXLpDr/bVNWATphjPjfZtzbMplD6jEltrPAeI76hrLqrBz1qEScl4xfqEZuSP4/aLLwWOQC9ScAAAAASUVORK5CYII=" /> </a> <a href="https://deno.land/x/nessie"> <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/halvardssm/deno-nessie?include_prereleases&label=Nessie%20Next&style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABLCAYAAAAmh0pZAAAACXBIWXMAAAEjAAABIwFyQXfeAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAABltJREFUeJztnF2MHlUZx3+nXWlBWsJXaAWElI+iIBIhaAPcaDUEUrghApEQEhIMmKA1jTcmGkOUQPhKFC4gEFNpUuQC0l4YlK8CsUBLjBI+2m4pRdsldWuLLN3WbvfnxZk3u7zMO+/M+87szG75Jc3unnPmnOf5z5mZc55zTqFH1MvUP6ib1VF1p/qceot6VK/1TkvUE9WnzGZQvaxuW6cE9cvq1i6CtNivXl23zZWiHq1uyilIi1H1wrptrwz1kYKCtNikHlG3/aWjfkU91KMoqj+u24fSUR/qQxDVYfWLdfuRl1k5yy3rs53jgWv6rGPK6CqKuhA4pYS2Zo4owBkltbVUnVdSXZWSR5Sy3gVzgW+UVFel5BFloMT2Ti6xrsrI+6Iti7lT3F5P5BHl4xLb21RiXZXRjyjrC7a1A9hY8JpayCPKnJS0YeB7wLMF2vp5COFAgfLNRV2aMkJ9Pck7Qn3A7CnAfvX2uv0oFfWGFEdXt5X5mvqoOpTkHzQGn+5Xz6rL9l7J87lNG7xtm/xHCOFN4GYA9QtJ2sG+rauJXkV5r1Ph6SxGi16H+R1FmQnkEWVRStq2lLTDA3WeOt72kh1X0z7TM4ZuPeXrQGhL2z1jxhsd6CbKBSlpQ1UY0iTy9JR2dlZhSJP4vKek0FEUdTbw1ZSsw7qnLAbS1oR3VWRLY8gSJe3RAfhvFYY0iSxR0l6yAJ9UYUiT6KWnjFRhSJPopaeMqHPUu9UP1ffVFcmLeeaiLswIGl2krklJX1m33ZWiXp4hyr0ZedfWbXsZdHp8FndI/zPZ68oPOE1WAbPoJEpauGAtcDXZn+QFwC/6NaqRqGvbHoun1QH1GONmvyzG1Ovr9qF01LcnOfluIsbi5PdnuojS4mH16Lp9KQU1qPsSx0bUs9XT1B1J2uM5RVHdoM6v26eipL1TvgQcmfz+G+B9YE2SDlBkPHIR8NtejWsM6pLkLg8aB2m/bLv7u9SXC/QWnWY7JNN6ynHJz98RZ8kr2vJPJC6UFwlJ/rC4aQ1CvV49oJ6g/rTDnR9T7zL/jsnBuv0qQlpPmQ9sDCEMA1d1uG42cCtwHzCao50FvZlXD2miBGCjGoBvZVw7D/gJ8BjwRpd2uuU3ijRRxonRtRNI34YxmQHgR8R9cQ8CrwCH2soI/Ko/M6eWtLXkg8THo925LM5J/u0B/gS8TvyEnwusDSE836edU0qaKMPAUmAv0cljC9Q3C3gyhLBSPQ14ArhbvQP4ANhOXIfeCgwmP7eGEJoduDLGS3YY5zorC4xFnkmEQF2m7s553bjxUMMqdbl6qU1blnUiwHSrerq6t4tTf1cvT649SX3Mz64/F+UjdbV6nU2ZJhiPvn2kflM9T13XZvRe4xzou+os9UjjXe4mYC+MqPeoJ9UtytOT7tgKda6xF5xv8ogk5c5T7zP/o9IP+xJxKu857TsKWs4uJw7MWowArxFfjAALgSXEz/ZUsxNYHkL4Y1UNdBJlIfBPis2Ip5r1wJ0hhLVlV5wajgwhDAF/KbuxklkCrFFfNM7XSjtkldpTANRLgZeyyjSMA8AG4q7u94g9fQTYT775WYvtmQ6rTwDf79HI6cpQN1FOBf5GPO52uPBot007u4F/ECd1M5lPgHXEYNgtWe+UZcD9lHdcrimMA+8QJ62vEocab4UQxloFPiOKuhT4NXDxFBlZNbuIzrdE2BBCyNxjEyCexiCu/q1geotxCHgL+CtxHLM+hLClaCVBvRG4k4kljOnGGLAaeAp4IYSwp98KB4hR++m8KL6NibhM34IAoP7M3qb6Q8bj/v/qc6JXJuvU88sS5hL1SfXjHA1vNy6QzU+unaPeZFwibQKjaqdViFx86uujDhD3ui0GzmRi+XQfMZS4IYTwdoa45xD3sJzaj1Ft/IeJBbq8jAIXhBA2l2hH7xhjLHl6nMZe96DpYc8x9TtJnat66DGr6tbiU6hXJE51YzgpP0f9ICX/riR/vsUfz+F6VUhB/YH6vxzGn5KUP9sY3x2elPf7SfUdp75SQJQPa3M+C2OP2dPF+LParhlQv238747uaMubbQyPDuYQpbkLcOoi9dUM49P217WuzTpQsUi9MhHpcXXLpDr/bVNWATphjPjfZtzbMplD6jEltrPAeI76hrLqrBz1qEScl4xfqEZuSP4/aLLwWOQC9ScAAAAASUVORK5CYII=" /> </a> <a href="https://doc.deno.land/https/deno.land/x/nessie/mod.ts"> <img alt="Docs" src="https://img.shields.io/badge/Nessie-doc-informational.svg?style=for-the-badge&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABLCAYAAAAmh0pZAAAACXBIWXMAAAEjAAABIwFyQXfeAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAABltJREFUeJztnF2MHlUZx3+nXWlBWsJXaAWElI+iIBIhaAPcaDUEUrghApEQEhIMmKA1jTcmGkOUQPhKFC4gEFNpUuQC0l4YlK8CsUBLjBI+2m4pRdsldWuLLN3WbvfnxZk3u7zMO+/M+87szG75Jc3unnPmnOf5z5mZc55zTqFH1MvUP6ib1VF1p/qceot6VK/1TkvUE9WnzGZQvaxuW6cE9cvq1i6CtNivXl23zZWiHq1uyilIi1H1wrptrwz1kYKCtNikHlG3/aWjfkU91KMoqj+u24fSUR/qQxDVYfWLdfuRl1k5yy3rs53jgWv6rGPK6CqKuhA4pYS2Zo4owBkltbVUnVdSXZWSR5Sy3gVzgW+UVFel5BFloMT2Ti6xrsrI+6Iti7lT3F5P5BHl4xLb21RiXZXRjyjrC7a1A9hY8JpayCPKnJS0YeB7wLMF2vp5COFAgfLNRV2aMkJ9Pck7Qn3A7CnAfvX2uv0oFfWGFEdXt5X5mvqoOpTkHzQGn+5Xz6rL9l7J87lNG7xtm/xHCOFN4GYA9QtJ2sG+rauJXkV5r1Ph6SxGi16H+R1FmQnkEWVRStq2lLTDA3WeOt72kh1X0z7TM4ZuPeXrQGhL2z1jxhsd6CbKBSlpQ1UY0iTy9JR2dlZhSJP4vKek0FEUdTbw1ZSsw7qnLAbS1oR3VWRLY8gSJe3RAfhvFYY0iSxR0l6yAJ9UYUiT6KWnjFRhSJPopaeMqHPUu9UP1ffVFcmLeeaiLswIGl2krklJX1m33ZWiXp4hyr0ZedfWbXsZdHp8FndI/zPZ68oPOE1WAbPoJEpauGAtcDXZn+QFwC/6NaqRqGvbHoun1QH1GONmvyzG1Ovr9qF01LcnOfluIsbi5PdnuojS4mH16Lp9KQU1qPsSx0bUs9XT1B1J2uM5RVHdoM6v26eipL1TvgQcmfz+G+B9YE2SDlBkPHIR8NtejWsM6pLkLg8aB2m/bLv7u9SXC/QWnWY7JNN6ynHJz98RZ8kr2vJPJC6UFwlJ/rC4aQ1CvV49oJ6g/rTDnR9T7zL/jsnBuv0qQlpPmQ9sDCEMA1d1uG42cCtwHzCao50FvZlXD2miBGCjGoBvZVw7D/gJ8BjwRpd2uuU3ijRRxonRtRNI34YxmQHgR8R9cQ8CrwCH2soI/Ko/M6eWtLXkg8THo925LM5J/u0B/gS8TvyEnwusDSE836edU0qaKMPAUmAv0cljC9Q3C3gyhLBSPQ14ArhbvQP4ANhOXIfeCgwmP7eGEJoduDLGS3YY5zorC4xFnkmEQF2m7s553bjxUMMqdbl6qU1blnUiwHSrerq6t4tTf1cvT649SX3Mz64/F+UjdbV6nU2ZJhiPvn2kflM9T13XZvRe4xzou+os9UjjXe4mYC+MqPeoJ9UtytOT7tgKda6xF5xv8ogk5c5T7zP/o9IP+xJxKu857TsKWs4uJw7MWowArxFfjAALgSXEz/ZUsxNYHkL4Y1UNdBJlIfBPis2Ip5r1wJ0hhLVlV5wajgwhDAF/KbuxklkCrFFfNM7XSjtkldpTANRLgZeyyjSMA8AG4q7u94g9fQTYT775WYvtmQ6rTwDf79HI6cpQN1FOBf5GPO52uPBot007u4F/ECd1M5lPgHXEYNgtWe+UZcD9lHdcrimMA+8QJ62vEocab4UQxloFPiOKuhT4NXDxFBlZNbuIzrdE2BBCyNxjEyCexiCu/q1geotxCHgL+CtxHLM+hLClaCVBvRG4k4kljOnGGLAaeAp4IYSwp98KB4hR++m8KL6NibhM34IAoP7M3qb6Q8bj/v/qc6JXJuvU88sS5hL1SfXjHA1vNy6QzU+unaPeZFwibQKjaqdViFx86uujDhD3ui0GzmRi+XQfMZS4IYTwdoa45xD3sJzaj1Ft/IeJBbq8jAIXhBA2l2hH7xhjLHl6nMZe96DpYc8x9TtJnat66DGr6tbiU6hXJE51YzgpP0f9ICX/riR/vsUfz+F6VUhB/YH6vxzGn5KUP9sY3x2elPf7SfUdp75SQJQPa3M+C2OP2dPF+LParhlQv238747uaMubbQyPDuYQpbkLcOoi9dUM49P217WuzTpQsUi9MhHpcXXLpDr/bVNWATphjPjfZtzbMplD6jEltrPAeI76hrLqrBz1qEScl4xfqEZuSP4/aLLwWOQC9ScAAAAASUVORK5CYII=" /> </a> <a href="https://deno.land"> <img alt="Deno Version" src="https://img.shields.io/badge/deno-v1.27.0-green.svg?style=for-the-badge&logo=deno"/> </a> <a href="https://github.com/halvardssm/deno-nessie/actions?query=branch%3Amain+workflow%3ACI"> <img alt="GitHub Workflow Status (branch)" src="https://img.shields.io/github/workflow/status/halvardssm/deno-nessie/CI/main?style=for-the-badge&logo=github"> </a> <a href="https://app.codecov.io/gh/halvardssm/deno-nessie"> <img alt="Codecov" src="https://img.shields.io/codecov/c/gh/halvardssm/deno-nessie?logo=codecov&style=for-the-badge&token=O59WOJ5W00" /> </a> <a href="./LICENSE"> <img alt="License" src="https://img.shields.io/github/license/c4spar/deno-cliffy?logo=github&style=for-the-badge" /> </a> <a href="https://discord.gg/8WXfG2tvfr"> <img alt="Discord" src="https://img.shields.io/badge/chat-on%20discord-green.svg?style=for-the-badge&logo=discord" /> </a> <a href="https://hub.docker.com/repository/docker/halvardm/nessie"> <img alt="Docker Image Size (tag)" src="https://img.shields.io/docker/image-size/halvardm/nessie/latest?logo=docker&style=for-the-badge" /> </a> <br> <a href="https://deno.land/x/nessie"> <img alt="deno.land" src="https://img.shields.io/badge/Published%20on-deno.land-blue?logo=deno&labelColor=272727&color=272727&style=for-the-badge" /> </a> <a href="https://nest.land/package/Nessie"> <img alt="nest.land" src="https://nest.land/badge-large.svg"> </a> </p> <p align="center"> <b>A modular database migration tool for <a href="https://deno.land">Deno</a> inspired by <a href="https://github.com/laravel/laravel">Laravel</a> and <a href="https://github.com/cakephp/phinx">Phinx</a>.</b></br> <sub>Supports PostgreSQL, MySQL, MariaDB and SQLite.</sub> </p> <p align="center"><img src="./.github/logo.png" alt="Nessie logo" width="200" height="200"></p> **Call for donations**: If you are using Nessie commercially, please consider supporting the future development. See [this issue](https://github.com/halvardssm/deno-nessie/issues/130) for more information. 🎉 **Version 2 is released**: To migrate from version 1 follow the steps in the [migration section](#migrate-from-version-1) bellow. > See documentation for the > [clients](https://doc.deno.land/https/deno.land/x/nessie/mod.ts). > Even though all examples in this readme applies unversioned usage, you should > always use a version when using Nessie. --- ## Contents - [Contents](#contents) - [Available Via](#available-via) - [CLI Usage](#cli-usage) - [Flags](#flags) - [Deno flags and Permissions](#deno-flags-and-permissions) - [Config file](#config-file) - [Remote Migration or Seed files](#remote-migration-or-seed-files) - [Custom Migration or Seed templates](#custom-migration-or-seed-templates) - [Docker usage](#docker-usage) - [Uses](#uses) - [Examples](#examples) - [Clients](#clients) - [How to make a client](#how-to-make-a-client) - [Migrate from version 1](#migrate-from-version-1) - [Contributing](#contributing) ## Available Via - https://deno.land/x/nessie - https://raw.githubusercontent.com/halvardssm/deno-nessie - https://nest.land/package/Nessie - https://hub.docker.com/repository/docker/halvardm/nessie ## CLI Usage > It is suggested you restrict the permissions Nessie has as much as possible, > to only the permissions its needs. An example of this is: > > ```shell > deno install --unstable --allow-net=<db hostname/ip>:<db port> --allow-read=. --allow-write=nessie.config.ts,db -f https://deno.land/x/nessie/cli.ts > ``` - `init`: Generates a `nessie.config.ts` file and also the `db` folder where migration and seed files will be placed. Two options are available: `--mode` and `--dialect`. - `--mode` can be one of `config` or `folders`. If mode is not set, it will create a `nessie.config.ts` file and the `db` folder structure, otherwise it will create the selected one. - `--dialect` is used for the config file and can be one of `pg`, `mysql` or `sqlite`. If not set, it will create a general config file including all three dialects, otherwise it will include only the selected one. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts init deno run -A --unstable https://deno.land/x/nessie/cli.ts init --mode folders deno run -A --unstable https://deno.land/x/nessie/cli.ts init --mode config --dialect pg deno run -A --unstable https://deno.land/x/nessie/cli.ts init --mode config --dialect sqlite deno run -A --unstable https://deno.land/x/nessie/cli.ts init --mode config --dialect mysql ``` - `make:migration [name]` & `make [name]`: Create migration, `name` has to be snake- and lowercase, it can also include numbers. You can also provide the flag `--migrationTemplate <template path or url>` or use the `migrationTemplate` property in the config file to tell Nessie which template to use when generating a new migration. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts make:migration create_users deno run -A --unstable https://deno.land/x/nessie/cli.ts make create_users deno run -A --unstable https://deno.land/x/nessie/cli.ts make --migrationTemplate some_custom_template create_users ``` - `make:seed [name]`: Create seed, `name` has to be snake- and lowercase, it can also include numbers. You can also provide the flag `--seedTemplate <template path or url>` or use the `seedTemplate` property in the config file to tell Nessie which template to use when generating a new migration. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts make:seed add_users deno run -A --unstable https://deno.land/x/nessie/cli.ts make:seed --seedTemplate some_custom_template add_users ``` - `migrate [amount?]`: Run migration - will migrate your migrations in your migration folder (sorted by timestamp) newer than the latest migration in your db. Amount defines how many migrations, defaults to all available if not set. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts migrate deno run -A --unstable https://deno.land/x/nessie/cli.ts migrate 1 deno run -A --unstable https://deno.land/x/nessie/cli.ts migrate -c ./nessie.config.ts ``` - `rollback [amount?]`: Rollback - will rollback your migrations. Amount defines how many migrations, defaults to 1 if not set. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback 2 deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback all ``` - `seed [matcher?]`: Seed - will seed your database. Optional matcher will match all files in your seed folder by string literal or RegExp. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts seed deno run -A --unstable https://deno.land/x/nessie/cli.ts seed seed_file.js deno run -A --unstable https://deno.land/x/nessie/cli.ts seed ".+.ts" ``` - `status`: Outputs the status of Nessie. Will output detailed information about current state of the migrations. Includes two flags: `--output` and `--file-names`. `--output` sets the output format and can be one of `log` or `json`. If not set, `log` is chosen by default. If result is used programatically, chose `json` as the format of `log` can change with every patch version, while the format of `json` will be considered more stable. `--file-names` adds the file names to each of the outputs. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts status totalAvailableMigrationFiles: 1 completedMigrations: 0 newAvailableMigrations: 1 deno run -A --unstable https://deno.land/x/nessie/cli.ts status --output json {"totalAvailableMigrationFiles":1,"completedMigrations":0,"newAvailableMigrations":1} deno run -A --unstable https://deno.land/x/nessie/cli.ts status --file-names totalAvailableMigrationFiles: 1 20210508115213_test1.ts completedMigrations: 0 newAvailableMigrations: 1 20210508115213_test1.ts deno run -A --unstable https://deno.land/x/nessie/cli.ts status --file-names --output json {"totalAvailableMigrationFiles":1,"completedMigrations":0,"newAvailableMigrations":1,"totalAvailableMigrationFileNames":["20210508115213_test1.ts"],"completedMigrationNames":[],"newAvailableMigrationNames":["20210508115213_test1.ts"]} ``` - `update_timestamps`: Update timestamps - will update timestamps to the new format. Will only update timestamps where the value is less than 1672531200000 (2023-01-01) so that the timestamps won't be updated multiple times. ```shell deno run -A --unstable https://deno.land/x/nessie/cli.ts update_timestamps ``` ### Flags - `-c, --config`: Path to config file, will default to `./nessie.config.ts` - `-d, --debug`: Enables verbose output. - `--migrationTemplate`: Path or URL to a custom migration template. Only used together with the `make` commands. - `--seedTemplate`: Path or URL to a custom seed template. Only used together with the `make` commands. ### Deno flags and Permissions While the examples simply show `-A` as the permission flag, you can also limit the permissions according to your needs. Bellow you will see what Nessie actually needs. - `--unstable`: Needed by [std/fs/copy](https://deno.land/[email protected]/fs/copy.ts) as it uses `Deno.utimeSync` and `Deno.utime` which are still unstable. - `--allow-read`: Nessie needs read access to be able to read the migration and seed folders, it also checks for the presence of the config file. - `--allow-write`: When initiating Nessie or creating a new migration or seed file, write access is required. - `--allow-net`: This is needed to import the nessie code in your config file. It is also needed if you use a remote config or migration files, this flag is needed to get access. ### Config file The config interface is exported from `mod.ts` as `NessieConfig`. ```ts export interface NessieConfig { /** Can be any class which extends `AbstractClient`. */ client: AbstractClient<any>; /** * The folders where migration files are located. * Can be a relative path or an absolute path. * Defaults to ['./db/migrations/'] if additionalMigrationFiles is not populated */ migrationFolders?: string[]; /** * The folders where seed files are located. * Can be a relative path or an absolute path. * Defaults to ['./db/seeds/'] if additionalSeedFiles is not populated */ seedFolders?: string[]; /** * Additional migration files which will be added to the * list to parse when running the migrate or rollback command. * Can be any format supported by `import()` e.g. url or path */ additionalMigrationFiles?: string[]; /** * Additional seed files which will be added to the list to * match against when running the seed command. * Can be any format supported by `import()` e.g. remote url or path */ additionalSeedFiles?: string[]; /** Custom migration template, can be path or url. When also using the CLI flag `--migrationTemplate`, it will have precidence. */ migrationTemplate?: string; /** Custom seed template, can be path or url. When also using the CLI flag `--seedTemplate`, it will have precidence. */ seedTemplate?: string; /** Enables verbose output for debugging */ debug?: boolean; } ``` ### Remote Migration or Seed files With the introduction of `additionalMigrationFiles` and `additionalSeedFiles`, you can now include remote migration and seed files which you can fetch for example via ftp or using api's like gihub or gitlab. Any input which can be given to the dynamic `import()` can be provided. ```ts // nessie.config.ts ... additionalMigrationFiles: ['https://example.com/some_migration_file.ts'], additionalSeedFiles: ['https://example.com/some_seed_file.ts'], ... ``` See the [example folder](./examples) for more examples. ### Custom Migration or Seed templates As your project grows, or you are starting to have multiple project but want the same logic across the migrations, you might find it tedious to change the seed and migration files after creating them. To get around this, you can provide the options `migrationTemplate` and `seedTemplate` in the config file, or use the corresponding flags from the command line. There are no restrictions to what the file has to contain, so you can even provide an empty file if that is your preferred starting point. A general usecase for providing custom templates is in the case that you use a custom `AbstractMigration` or `AbstractSeed` class, and want to use this for all your future migrations and seeds. See the [example folder](./examples) for more examples. ## Docker usage See the specific [Nessie image docs](./image/README.md) for using Nessie with a docker image. ## Uses - [Cliffy](https://deno.land/x/cliffy/) - [Deno Postgres](https://deno.land/x/postgres/) - [Deno MySQL](https://deno.land/x/mysql/) - [Deno SQLite](https://deno.land/x/sqlite/) ## Examples See [example repo](https://github.com/halvardssm/deno-rest-api) for a REST API which uses Oak and Nessie. See the [example folder](./examples) for more examples. Nessie uses the `AbstractMigration` class which you can extend to access the client and its properties. This enables better flexibility in migrations and seeds and allows a more complex workflow. `nessie.config.ts` with all default values ```ts import { ClientPostgreSQL, NessieConfig, } from "https://deno.land/x/nessie/mod.ts"; const clientPg = new ClientPostgreSQL({ database: "nessie", hostname: "localhost", port: 5432, user: "root", password: "pwd", }); const config: NessieConfig = { client: clientPg, migrationFolders: ["./db/migrations"], seedFolders: ["./db/seeds"], additionalMigrationFiles: [], additionalSeedFiles: [], migrationTemplate: undefined, seedTemplate: undefined, debug: false, }; export default config; ``` Minimal example of a migration file ```ts import { AbstractMigration, ClientPostgreSQL, Info, } from "https://deno.land/x/nessie/mod.ts"; export default class extends AbstractMigration<ClientPostgreSQL> { async up({ dialect }: Info): Promise<void> { await this.client.queryArray("CREATE TABLE table1 (id int)"); } async down({ dialect }: Info): Promise<void> { await this.client.queryArray("DROP TABLE table1"); } } ``` Seed file ```ts import { AbstractSeed, ClientPostgreSQL, Info, } from "https://deno.land/x/nessie/mod.ts"; export default class extends AbstractSeed<ClientPostgreSQL> { async run({ dialect }: Info): Promise<void> { await this.client.queryArray("INSERT INTO table1 VALUES (1234)"); } } ``` See the [example folder](./examples) for more ## Clients Provided clients are - [PostgreSQL](./clients/ClientPostgreSQL.ts) (also works for CockroachDB) - [MySQL](./clients/ClientMySQL.ts) & [MySQL 5.5](./clients/ClientMySQL55.ts) - Currently it works with password for 5.*, but for >=8 you have to send a blank password, see [issue 37](https://github.com/manyuanrong/deno_mysql/issues/37) - [SQLite](./clients/ClientSQLite.ts) > If you would like to see your DB flavor supported, take a look at how to make > a client plugin with examples in the [clients folder](./clients) or in the > next section . ### How to make a client A client needs to extend [AbstractClient](./clients/AbstractClient.ts). `query`: Takes a query string or array of query strings and sends them of to the database for execution. Should return whatever the database responds. `prepare`: Will be run when the migration or rollback commands are executed. This should create the connection, set up the `nessie_migrations` table and prepare the database for incoming migrations. `migrate`: Takes a number as an optional input, will default to all files if not set. Will run `Math.min(amount, numberOfFiles)` migration files. Only handles the `up` method. `rollback`: Takes a number as an optional input, will default to 1 if not set. Will run `Math.min(amount, numberOfFiles)` migration files. Only handles the `down` method. `seed`: Takes an optional matcher as input. Matcher can be regex or string. Will seed the database. Handles the `run` method in seed files. `close`: Will be the last method run before the program is finished. This should close the database connection. See the existing examples in the [clients](./clients) folder for reference. ## Migrate from version 1 If you are migrating from version 1, and starting from scratch is not an option, there are a couple of steps to perform. If you have any questions regarding the steps, please open a new discussion (not an issue). > ⚠️ The contributors of Nessie takes no responsibility for any dataloss which > might occur, so make sure to back up all existing data in your databases > before migrating and test it locally before executing any changes to your > production environment. 1. Back up existing data 2. Update the `nessie.config.ts` file to the new syntax (see the [examples](./examples) folder) 3. (Skip this step if you already updated the timestamps) Run the `update_timestamps` command from the CLI to update the migration file names and database entries (only the `nessie_migrations` table). Use the latest version of Nessie e.g. ```shell deno run -A --unstable https://deno.land/x/[email protected]/cli.ts update_timestamps ``` 4. Update all imports of Nessie to the latest version in your migration and seed files 5. Update the migration and seed files to use the new format (class based migration files) If you come across any issues, you can open a new discussion on GitHub. ## Contributing All contributions are welcome, make sure to read the [contribution guideline](./.github/CONTRIBUTING.md).
3,081
Three.js 系列教程,学习和探索 Three.js 世界。
# threejs-tutorial 从今天 2020年11月27日 开始学习和探索 Three.js 。 <br> > 以下内容更新于 2021.04.16 **特别提醒:** 本教程最开始使用的是 r123 版本,但是后来 Three.js 更新到 r125 版后,r125 中做了一些修改,将 Geometry 从核心类( core ) 中移除,转移到了 examples/jsm/deprecated/。 > Geometry 类已被废弃,不建议继续使用 然后使用 BufferGeometry 代替之前的 Geometry。此外还有其他很多地方修改,这就造成本教程一些文章中的示例代码在最新的版本中已经不可用了。 但是文章中讲解的代码思路、原理、用法是不会有太大的差异。 目前最新版本为 r127版本,所以...随着 Three.js 版本不断更新,本教程中的示例代码终会有过时的时候。 对于某个具体的类,Three.js 官方文档都有详细的使用示例,可去官网文档查看最新的用法。 <br> 说一声抱歉:我在写第 25 节文章的时候才彻底理解 左手坐标系统和右手坐标系统,而我在前面章节中有可能讲解坐标体系对应的 上下左右前后 时把方向搞错了,但是我记不清是哪个章节了。 <br> > 以上内容更新于 2021.04.16 <br> > 以下内容更新于 2021.05.22 <br> > 因为本系列暂停了本系列教程的更新,所以就暂时在这里补充上关于 3D 坐标系的相关知识吧。 直角坐标系与球极坐标系: 1. 左右手坐标系统他们都是 直角坐标系,使用 (x,y,z) 来表示空间某个点的坐标,webgl/three.js 采用右手坐标系。 2. 除 右手坐标系 用来确定 xyz 轴朝向外,还有一个 “右手螺旋法则” 用来判定旋转方向。 3. 球极坐标系,又称 空间极坐标,使用 (r,φ,θ) 来表示空间某个点的坐标。 > Three.js 的球极坐标 对应的类是:Spherical > > https://threejs.org/docs/index.html#api/zh/math/Spherical > 只有真正了解 Three.js 的这 2 套坐标系,同时理解 Vector2(二维向量)、Vector3(三维向量)、Raycaster(光线投射),才有可能晋级为 Three.js 空间高手。 <br> 我在学习的过程中也向 Three.js 官方提交了自己的 PR,贡献出自己一点点力量。 1. PR [21409](https://github.com/mrdoob/three.js/pull/21409) 已获准在 r127 中合并 2. PR [21642](https://github.com/mrdoob/three.js/pull/21642) 已获准在 r128 中合并 3. PR [21687](https://github.com/mrdoob/three.js/pull/21687) 已获准在 r128中合并 4. PR [21729](https://github.com/mrdoob/three.js/pull/21729) 已获准在 r129中合并 Three.js 官方维护人员非常热心和严谨。 几乎每天都有新的 PR 被提交,感觉 Three.js 社区活力满满。 > 以上内容更新于 2021.05.22 <br> ## 我的学习资料 我刚开始学习 three.js,目前主要看 Three.js 官方出的 教程 和文档: * [threejsfundamentals.org:官方教程](https://threejsfundamentals.org/threejs/lessons/zh_cn/) (该教程只有前几篇是有中文翻译的) * [threejs.org:官方中文文档](https://threejs.org/docs/index.html#manual/zh/introduction/Creating-a-scene) 除此之外,还有其他几个值得推荐的、国内博主写的 Three.js 系列教程: * [wjceo.com:暮志未晚写的three.js教程](https://www.wjceo.com/blog/threejs/) * [hewebgl.com:Three.js基础教程](http://www.hewebgl.com/article/articledir/1) * [webgl3d.cn:Three.js教程](http://www.webgl3d.cn/Three.js/) * 强烈推荐看一下 [图解WebGL&Three.js工作原理](https://www.cnblogs.com/wanbo/p/6754066.html) > 可惜该作者近几年都没再更新 Three.js 相关文章。 特别说明 hewebgl.com 和 webgl3d.cn 的教程存在问题就是: 1. 教程内容版本有些老化,使用的并不是最新版 three.js 2. 教程基于网页,而不是基于 React,更不是基于 React + TypeScript 但是这两个网站教程作者编写的时候,非常用心,里面讲述的大量关于 Three.js 理论知识是值得反复学习阅读的。 **综上所述** 1. 我会以官方教程(https://threejsfundamentals.org/threejs/lessons/zh_cn/) 为主线。 2. 我会在以上教程、文档,以及我搜集到的其他相关教程基础上,来编写本系列 Three.js 教程。 3. 我会以一个新手的视角,心路历程,来编写本系列 Three.js 教程。 <br> ## Three.js官方文档的补充说明 当 Three.js 每次版本迭代更新时,官方只负责维护 英文版 文档,中文版文档完全是靠网友业余时间友情翻译与维护的。 **这就会造成 中文版文档 落后于 英文版文档。** 比如 r130 版本中 `AxesHelper` 新增加了 `.setColors()` 方法,而此时的中文文档中,还未有人相应增加这个方法。 因此当你想要查找某个 类 的用法时,你应该最优先选择去看 **英文** 的官方文档。 > https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene <br> 我曾经也翻译过好几处地方,提交 PR 也被并入,但是随着时间的推移,逐渐没有翻译的热情了。 因为实在是太多,更新太频繁,没有那么多精力去搞文档。 <br> ## 关于国内有些Three.js示例中代码过时的补充说明 我加了一些 Three.js 交流QQ群,经常有人在里面发一些问题,处在学习阶段的我,经常会去帮忙看一下。 > 看别人遇到的问题,也特别能够提高自己的一些所见所闻,知识面。 经常发生一些这样的情景:**对方说是照着某个示例敲的代码,可就是运行不起来。** 首先我会去官网文档中,查一下他们代码中用到的 类、属性、方法,但是很多时候根本查不到。 这说明他们用的类,属性,方法已发生变更、修改、废弃等。 <br> 此时,我都会到 Three.js github 官方仓库中,在 `Pull requests` 中搜索该属性或方法。 > https://github.com/mrdoob/three.js/pulls > 搜索时请注意要把 is:open 删除掉,因为既然都被废弃了,那肯定 PR 已经是被并入过的了,状态肯定是 close,不可能是 open。 通常情况下,都可以检索出和废弃的 类、属性、方法相关 PR 信息,点击查看 PR 详情,就能够找到为什么要废弃,建议以后改用 xxx 之类的信息。 至此,原因和结果都知道了,就很容易修复代码了。 <br> 总结一下,想把 Three.js 搞明白,一定要经常做以下 4 件事: 1. 看 英文/中文 文档 2. 去 Github 仓库看源码 3. 去 `Pull requests` 中看最新或之前的 PR 改动 4. 使用、查看源码过程中,发现可以改进的地方,勇敢、大胆得去提交 PR <br> ## 相关书籍推荐 事实上,目前我个人并没有购买过任何 Three.js 相关的书籍。 因为我认为最好的 Three.js 书籍就是 最新源码、官方文档、官方示例。 <br> 我购买了很多和 WebGL、3D 图形学相关的书籍。 如果没有 3D 图形学相关知识,那么后期提升 Three.js 会比较困难。 <br> **推荐的第1本书籍:《3D数学基础:图形和游戏开发(第2版)》** 购买地址:http://product.dangdang.com/28552828.html 这本书系统全面得介绍了 3D 图形学中各个数学概念。 > 笛卡尔坐标系、极坐标系、向量、点乘、叉乘、欧拉角、四元数、矩阵转换... 等等这些概念,你都需要了解,否则你后期根本无法理解和写出 复杂点的 Three.js 交互代码。 > 简直就该人手 1 本 不要被书名中的 数学 二字吓到,书中的数据公式,根本不需要你去记忆。 > 尽量在 当当或京东 做活动时候购买,比如 `5折` 或 `满100减50` 时购买,比较划算。 <br> **推荐的第2本书籍:《基于WebGL的自顶向下方法(第七版)》** 购买地址:http://product.dangdang.com/23933108.html 这本书系统全面介绍了 基于 webgl 的 3D图形学知识体系。 可以让你在大脑中快速构建出 3D 图形学的渲染概念。 > 注意,是基于 webgl,而不是基于 three.js <br> **推荐的第3本书籍:虎书(第4版)** 第四版英文下载地址: http://index-of.es/z0ro-Repository-2/Cyber/01%20-%20Computer%20Science/Fundamentals%20Of%20Computer%20Graphics%20-%20Peter%20Shirley,%20Steve%20Marschner.pdf 这本书系统全面得介绍了 3D 图形学,这本书是计算机图形学最权威的书籍,没有之一。 > 需要有梯子才可以访问。 > 由于这本书的封面是一只老虎,所以这本书才被称为 “虎书” > > 这本书只有第2版有简体中文,不过第2版已经过时,第三版和第四版差别不是太大。 <br> **其他书籍** 除此之外,我还购买了其他书籍,但是,这些书籍并不属于 强烈推荐 的那种。 > 这些书我个人认为看一下可以,不看也无所谓。 > > 假设满星为 5 颗星 1. 本人推荐指数 2 颗星:《深入理解OpenGL、WebGL 和 OpenGL ES》 2. 本人推荐指数 1 颗星:《计算机图形学——几何体数据结构》 3. 本人推荐指数 0 颗星:《3D图形系统设计与实现》 <br> ## WebGL相关教程 首先说明一下,如果学想对 Three.js 有更深层次的修炼,那么你一定要去学习一下 WebGL。 > WebGL又分为:WebGL1、WebGL2 Three.js 本身就是针对 WebGL 的封装。 WebGL 教程:https://webglfundamentals.org/webgl/lessons/zh_cn/ WebGL2 教程:https://webgl2fundamentals.org/webgl/lessons/zh_cn/ **假设你不想学习 WebGL 也没有关系,直接学习 Three.js 也是完全没有问题的。** <br> ## 你还需要掌握的技术栈 * **JS、ES6** * **CSS、SCSS** * **React、hooks** * **TypeScript** * **包管理工具Yarn 或 NPM** 以上是本系列文章使用的技术栈。 若将来要将开发的项目发布到线上,你可能还需要掌握: * **Git 代码管理** * **Koa 创建简单web服务器** * **Nginx 配置静态服务器** * **Docker 创建容器服务** <br> ## 关于3D建模 Three.js 内置了很多基础模型,也支持内部自定义图形。 但是,**建模并不是 Three.js 最核心和擅长的,Three.js 最核心功能是进行 浏览器 3D 场景渲染和交互**。 **因此学习 Three.js 的核心应该放在 渲染和交互 上,而不是建模。** > 以上纯粹目前个人观点,仅供参考 <br> #### 传统 3D 软件 多数场景下 3D 建模这个工作还应该在传统的 3D 软件中完成,例如 3D Max、C4D、Blender 等。 虽然 3D 软件各有不同,但是他们导出文件格式标准相同,所以 Three.js 是支持他们所导出的模型的。 因此,若想学好、用好 Three.js,你还需要掌握一门 3D 软件,我个人强烈推荐以下 2 个软件: **第1推荐(强烈推荐):C4D** 优点:轻量级 3D 建模软件、支持简体中文、国内中文教程、资源非常多 缺点:软件收费,当然你可以自己网上搜到 ** 版 **第2推荐:Blender** 优点:开源免费、也属于轻量级 缺点:国内使用人群数量较少,教程和资源较少 **对于完全不懂3D软件的人来说,Windows 10 自带的 “画图 3D” 这个软件也是可以的。** <br> #### 补充说明 即使在你的项目团队中,有专门的人负责 3D 建模并导出 Three.js 支持的 文件给你使用,我也非常建议你要学习一下 3D 软件。 如果你不曾使用过 3D 软件,那么你会对 Three.js 中的很多概念感到陌生,甚至是无法想象为什么会是这样。 > 例如:场景、网格、材质、灯光 等等。 <br> ## 本教程的缺点 #### 1、是Three.js教程,但不是Three.js文档 我们只是从一个初学者的角度来讲解 Three.js,但是不会讲解每一个讲解对象、每一个类的全部属性或方法,如果想了解某个类的全部属性和方法,建议你直接去看 Three.js 的官方文档。 本教程可以带你入门,但你依然需要不断地查阅官方文档,来弥补本教程中没有提及的属性或方法。 <br> #### 2、没有配图 无论是相关知识点,纹理、示例运行效果,都没有配图。 没有别的原因,就是因为我懒,打字已经够占用时间了,真的没更多精力去配图。 不过我的每个示例都有详细完整的代码,你只需要复制到本地,实际调试一下就能看到效果。 <br> #### 3、所有的示例基本上都是独立的,没有抽离出公共的类或组件 在实际的项目中一定会把某些创建过程、处理函数、逻辑进行抽离,单独成为一个类、函数或组件。 但是本系列教程中,为了避免比较绕,每个示例基本上都是完全独立的,包括样式 scss 文件。 这既是优点,也是缺点。 优点是你在查看某个示例时,代码独立而完整。 缺点是由于没有代码抽离,所以代码量会比较多,阅读起来略显麻烦。 > 我只在刚开始的几个示例中添加了代码注释,后面的示例中就因为懒,所以没有添加代码注释。 <br> #### 4、本文没有讲解图形学相关知识 因为我在写本系列教程时,我自己都未曾学习过图形学,所以肯定无法站在 `图形学或 webgl` 的维度来讲解 three.js。 **即使学完本系列教程,你也只是 Three.js 简单入门。** 因为如果没有图形学知识作为基础,你很难完成复杂点的 Three.js 开发。 <br> 我现在正在学习图形学,只有掌握图形学后,才会更加容易理解 three.js 。 > 尽管我目前也只是学习了图形学一点点基础的东西,但是此刻再回头去看 three.js 中的很多属性和方法,相对容易很多。 <br> 除了本文上面推荐的基本书籍之外,强烈推荐大家观看这个视频。 **闫令琪:现代计算机图形学入门** https://www.bilibili.com/video/BV1X7411F744 <br> **大家都是 Three.js 小白新手,一起加油!**
3,082
Cheatsheets for experienced React developers getting started with TypeScript
# React+TypeScript Cheatsheets Cheatsheets for experienced React developers getting started with TypeScript --- <a href="https://github.com/typescript-cheatsheets/react/issues/81"> <img height="90" width="90" alt="react + ts logo" src="https://user-images.githubusercontent.com/84442212/194379444-02e5ec69-5e6c-4100-bd7a-c31d628af29c.png" align="left" /> </a> [**Web docs**](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup) | [**Español**](https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es) | [**Português**](https://github.com/typescript-cheatsheets/react-pt) | [Contribute!](https://github.com/typescript-cheatsheets/react/blob/main/CONTRIBUTING.md) | [Ask!](https://github.com/typescript-cheatsheets/react/issues/new/choose) :wave: This repo is maintained by [@swyx](https://twitter.com/swyx), [@eps1lon](https://twitter.com/sebsilbermann) and [@filiptammergard](https://twitter.com/tammergard). We're so happy you want to try out TypeScript with React! If you see anything wrong or missing, please [file an issue](https://github.com/typescript-cheatsheets/react/issues/new/choose)! :+1: --- [![All Contributors](https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square)](/CONTRIBUTORS.md) | [![Discord](https://img.shields.io/discord/508357248330760243.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/wTGS5z9) | [![Tweet](https://img.shields.io/twitter/url?label=Help%20spread%20the%20word%21&style=social&url=https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact)](http://twitter.com/home?status=Awesome%20%40Reactjs%20%2B%20%40TypeScript%20cheatsheet%20by%20%40ferdaber%2C%20%40sebsilbermann%2C%20%40swyx%20%26%20others!%20https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact) ## All React + TypeScript Cheatsheets - [The Basic Cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup) is focused on helping React devs just start using TS in React **apps** - Focus on opinionated best practices, copy+pastable examples. - Explains some basic TS types usage and setup along the way. - Answers the most Frequently Asked Questions. - Does not cover generic type logic in detail. Instead we prefer to teach simple troubleshooting techniques for newbies. - The goal is to get effective with TS without learning _too much_ TS. - [The Advanced Cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/advanced) helps show and explain advanced usage of generic types for people writing reusable type utilities/functions/render prop/higher order components and TS+React **libraries**. - It also has miscellaneous tips and tricks for pro users. - Advice for contributing to DefinitelyTyped. - The goal is to take _full advantage_ of TypeScript. - [The Migrating Cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/migration) helps collate advice for incrementally migrating large codebases from JS or Flow, **from people who have done it**. - We do not try to convince people to switch, only to help people who have already decided. - ⚠️This is a new cheatsheet, all assistance is welcome. - [The HOC Cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/hoc)) specifically teaches people to write HOCs with examples. - Familiarity with [Generics](https://www.typescriptlang.org/docs/handbook/2/generics.html) is necessary. - ⚠️This is the newest cheatsheet, all assistance is welcome. --- ## Basic Cheatsheet ### Basic Cheatsheet Table of Contents <details> <summary><b>Expand Table of Contents</b></summary> - [Section 1: Setup TypeScript with React](#section-1-setup-typescript-with-react) <!--START-SECTION:setup-toc--> - [Prerequisites](#prerequisites) - [VS Code Extensions](#vs-code-extensions) - [React + TypeScript Starter Kits](#react--typescript-starter-kits) - [Video Tutorial](#video-tutorial)<!--END-SECTION:setup-toc--> - [Section 2: Getting Started](#section-2-getting-started) - [Function Components](#function-components) - [Hooks](#hooks) - [useState](#usestate) - [useReducer](#usereducer) - [useEffect / useLayoutEffect](#useeffect--uselayouteffect) - [useRef](#useref) - [Option 1: DOM element ref](#option-1-dom-element-ref) - [Option 2: Mutable value ref](#option-2-mutable-value-ref) - [See also](#see-also) - [useImperativeHandle](#useimperativehandle) - [Custom Hooks](#custom-hooks) - [More Hooks + TypeScript reading:](#more-hooks--typescript-reading) - [Example React Hooks + TypeScript Libraries:](#example-react-hooks--typescript-libraries) - [Class Components](#class-components) - [Typing getDerivedStateFromProps](#typing-getderivedstatefromprops) - [You May Not Need `defaultProps`](#you-may-not-need-defaultprops) - [Typing `defaultProps`](#typing-defaultprops) - [Consuming Props of a Component with defaultProps](#consuming-props-of-a-component-with-defaultprops) - [Problem Statement](#problem-statement) - [Solution](#solution) - [Misc Discussions and Knowledge](#misc-discussions-and-knowledge) - [Typing Component Props](#typing-component-props) - [Basic Prop Types Examples](#basic-prop-types-examples) - [Useful React Prop Type Examples](#useful-react-prop-type-examples) - [Types or Interfaces?](#types-or-interfaces) - [TL;DR](#tldr) - [More Advice](#more-advice) - [Useful table for Types vs Interfaces](#useful-table-for-types-vs-interfaces) - [getDerivedStateFromProps](#getderivedstatefromprops) - [Forms and Events](#forms-and-events) - [List of event types](#list-of-event-types) - [Context](#context) - [Basic Example](#basic-example) - [Extended Example](#extended-example) - [forwardRef/createRef](#forwardrefcreateref) - [Generic forwardRefs](#generic-forwardrefs) - [Option 1 - Wrapper component](#option-1---wrapper-component) - [Option 2 - Redeclare forwardRef](#option-2---redeclare-forwardref) - [More Info](#more-info) - [Portals](#portals) - [Error Boundaries](#error-boundaries) - [Option 1: Using react-error-boundary](#option-1-using-react-error-boundary) - [Options 2: Writing your custom error boundary component](#options-2-writing-your-custom-error-boundary-component) - [Concurrent React/React Suspense](#concurrent-reactreact-suspense) - [Troubleshooting Handbook: Types](#troubleshooting-handbook-types) <!--START-SECTION:types-toc--> - [Union Types and Type Guarding](#union-types-and-type-guarding) - [Optional Types](#optional-types) - [Enum Types](#enum-types) - [Type Assertion](#type-assertion) - [Simulating Nominal Types](#simulating-nominal-types) - [Intersection Types](#intersection-types) - [Union Types](#union-types) - [Overloading Function Types](#overloading-function-types) - [Using Inferred Types](#using-inferred-types) - [Using Partial Types](#using-partial-types) - [The Types I need weren't exported!](#the-types-i-need-werent-exported) - [The Types I need don't exist!](#the-types-i-need-dont-exist) - [Slapping `any` on everything](#slapping-any-on-everything) - [Autogenerate types](#autogenerate-types) - [Typing Exported Hooks](#typing-exported-hooks) - [Typing Exported Components](#typing-exported-components) - [Frequent Known Problems with TypeScript](#frequent-known-problems-with-typescript) - [TypeScript doesn't narrow after an object element null check](#typescript-doesnt-narrow-after-an-object-element-null-check) - [TypeScript doesn't let you restrict the type of children](#typescript-doesnt-let-you-restrict-the-type-of-children)<!--END-SECTION:types-toc--> - [Troubleshooting Handbook: Operators](#troubleshooting-handbook-operators) - [Troubleshooting Handbook: Utilities](#troubleshooting-handbook-utilities) - [Troubleshooting Handbook: tsconfig.json](#troubleshooting-handbook-tsconfigjson) - [Troubleshooting Handbook: Fixing bugs in official typings](#troubleshooting-handbook-fixing-bugs-in-official-typings) - [Troubleshooting Handbook: Globals, Images and other non-TS files](#troubleshooting-handbook-globals-images-and-other-non-ts-files) - [Editor Tooling and Integration](#editor-tooling-and-integration) - [Linting](#linting) - [Other React + TypeScript resources](#other-react--typescript-resources) - [Recommended React + TypeScript talks](#recommended-react--typescript-talks) - [Time to Really Learn TypeScript](#time-to-really-learn-typescript) - [Example App](#example-app) </details> <!--START-SECTION:setup--> ### Section 1: Setup TypeScript with React #### Prerequisites You can use this cheatsheet for reference at any skill level, but basic understanding of React and TypeScript is assumed. Here is a list of prerequisites: - Good understanding of [React](https://reactjs.org). - Familiarity with [TypeScript Basics](https://www.typescriptlang.org/docs/handbook/2/basic-types.html) and [Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html). - Having read [the TypeScript section in the official React docs](https://reactjs.org/docs/static-type-checking.html#typescript). - Having read [the React section of the TypeScript playground](http://www.typescriptlang.org/play/index.html?jsx=2&esModuleInterop=true&e=181#example/typescript-with-react). This guide will always assume you are starting with the latest TypeScript and React versions. Notes for older versions will be in expandable `<details>` tags. #### VS Code Extensions - Refactoring help https://marketplace.visualstudio.com/items?itemName=paulshen.paul-typescript-toolkit - R+TS Code Snippets (there are a few...) - https://marketplace.visualstudio.com/items?itemName=infeng.vscode-react-typescript - https://www.digitalocean.com/community/tutorials/the-best-react-extension-for-vs-code - TypeScript official extension https://code.visualstudio.com/docs/languages/typescript - JavaScript and TypeScript Nightly https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next #### React + TypeScript Starter Kits Cloud setups: - [TypeScript Playground with React](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQNwCwAUKJLHAN5wCuqWAyjMhhYANFx4BRAgSz44AXzhES5Snhi1GjLAA8W8XBAB2qeAGEInQ0KjjtycABsscALxwAFAEpXAPnaM4OANjeABtA0sYUR4Yc0iAXVcxPgEhdwAGT3oGAOTJaXx3L19-BkDAgBMIXE4QLCsAOhhgGCckgAMATQsgh2BcAGssCrgAEjYIqwVmutR27MC5LM0yuEoYTihDD1zAgB4K4AA3H13yvbAfbs5e-qGRiYspuBmsVD2Aekuz-YAjThgMCMcCMpj6gxcbGKLj8MTiVnck3gAGo4ABGTxyU6rcrlMF3OB1H5wT7-QFGbG4z6HE65ZYMOSMIA) just if you are debugging types (and reporting issues), not for running code - [CodeSandbox](http://ts.react.new) - cloud IDE, boots up super fast - [Stackblitz](https://stackblitz.com/edit/react-typescript-base) - cloud IDE, boots up super fast Local dev setups: - [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts` will create in your current folder - [Create React App](https://facebook.github.io/create-react-app/docs/adding-typescript): `npx create-react-app name-of-app --template typescript` will create in new folder - [Vite](https://vitejs.dev/): `npm create vite@latest my-react-ts-app -- --template react-ts` - [Meteor](https://guide.meteor.com/build-tool.html#typescript): `meteor create --typescript name-of-my-new-typescript-app` - [Ignite](https://github.com/infinitered/ignite#use-ignite-andross-infinite-red-andross-boilerplate) for React Native: `ignite new myapp` - [TSDX](https://tsdx.io/): `npx tsdx create mylib` for Creating React+TS _libraries_. (in future: [TurboRepo](https://twitter.com/jaredpalmer/status/1346217789942591488)) <details> <summary><b>Other tools</b></summary> Less mature tools still worth checking out: - [Snowpack](<https://www.snowpack.dev/#create-snowpack-app-(csa)>): `npx create-snowpack-app my-app --template app-template-react-typescript` - [Docusaurus v2](https://v2.docusaurus.io/docs/installation) with [TypeScript Support](https://v2.docusaurus.io/docs/typescript-support) - [Parcel](https://v2.parceljs.org/languages/typescript/) - [JP Morgan's `modular`](https://github.com/jpmorganchase/modular): CRA + TS + Yarn Workspaces toolkit. `yarn create modular-react-app <project-name>` Manual setup: - [Basarat's guide](https://github.com/basarat/typescript-react/tree/master/01%20bootstrap) for **manual setup** of React + TypeScript + Webpack + Babel - In particular, make sure that you have `@types/react` and `@types/react-dom` installed ([Read more about the DefinitelyTyped project if you are unfamiliar](https://definitelytyped.org/)) - There are also many React + TypeScript boilerplates, please see [our Other Resources list](https://react-typescript-cheatsheet.netlify.app/docs/basic/recommended/resources/). </details> #### Video Tutorial Have a look at the 7-part "React Typescript Course" video series below for an introduction to TypeScript with React. <a href="https://www.youtube.com/watch?v=PL1NUl7fQ2I&list=PLG-Mk4wQm9_LyKE5EwoZz2_GGXR-zJ5Ml"> <img width="200px" alt="react typescript course video series" src="https://i.imgur.com/IIG0Xu9.jpeg" /> </a> <!--END-SECTION:setup--> ### Section 2: Getting Started <!--START-SECTION:function-components--> #### Function Components These can be written as normal functions that take a `props` argument and return a JSX element. ```tsx // Declaring type of props - see "Typing Component Props" for more examples type AppProps = { message: string; }; /* use `interface` if exporting so that consumers can extend */ // Easiest way to declare a Function Component; return type is inferred. const App = ({ message }: AppProps) => <div>{message}</div>; // you can choose annotate the return type so an error is raised if you accidentally return some other type const App = ({ message }: AppProps): JSX.Element => <div>{message}</div>; // you can also inline the type declaration; eliminates naming the prop types, but looks repetitive const App = ({ message }: { message: string }) => <div>{message}</div>; ``` > Tip: You might use [Paul Shen's VS Code Extension](https://marketplace.visualstudio.com/items?itemName=paulshen.paul-typescript-toolkit) to automate the type destructure declaration (incl a [keyboard shortcut](https://twitter.com/_paulshen/status/1392915279466745857?s=20)). <details> <summary><b>Why is <code>React.FC</code> discouraged? What about <code>React.FunctionComponent</code>/<code>React.VoidFunctionComponent</code>?</b></summary> You may see this in many React+TypeScript codebases: ```tsx const App: React.FunctionComponent<{ message: string }> = ({ message }) => ( <div>{message}</div> ); ``` However, the general consensus today is that `React.FunctionComponent` (or the shorthand `React.FC`) is [discouraged](https://github.com/facebook/create-react-app/pull/8177). This is a nuanced opinion of course, but if you agree and want to remove `React.FC` from your codebase, you can use [this jscodeshift codemod](https://github.com/gndelia/codemod-replace-react-fc-typescript). Some differences from the "normal function" version: - `React.FunctionComponent` is explicit about the return type, while the normal function version is implicit (or else needs additional annotation). - It provides typechecking and autocomplete for static properties like `displayName`, `propTypes`, and `defaultProps`. - Note that there are some known issues using `defaultProps` with `React.FunctionComponent`. See [this issue for details](https://github.com/typescript-cheatsheets/react/issues/87). We maintain a separate `defaultProps` section you can also look up. - Before the [React 18 type updates](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210), `React.FunctionComponent` provided an implicit definition of `children` (see below), which was heavily debated and is one of the reasons [`React.FC` was removed from the Create React App TypeScript template](https://github.com/facebook/create-react-app/pull/8177). ```tsx // before React 18 types const Title: React.FunctionComponent<{ title: string }> = ({ children, title, }) => <div title={title}>{children}</div>; ``` <details> <summary>(Deprecated)<b>Using <code>React.VoidFunctionComponent</code> or <code>React.VFC</code> instead</b></summary> In [@types/react 16.9.48](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46643), the `React.VoidFunctionComponent` or `React.VFC` type was added for typing `children` explicitly. However, please be aware that `React.VFC` and `React.VoidFunctionComponent` were deprecated in React 18 (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59882), so this interim solution is no longer necessary or recommended in React 18+. Please use regular function components or `React.FC` instead. ```ts type Props = { foo: string }; // OK now, in future, error const FunctionComponent: React.FunctionComponent<Props> = ({ foo, children, }: Props) => { return ( <div> {foo} {children} </div> ); // OK }; // Error now, in future, deprecated const VoidFunctionComponent: React.VoidFunctionComponent<Props> = ({ foo, children, }) => { return ( <div> {foo} {children} </div> ); }; ``` </details> - _In the future_, it may automatically mark props as `readonly`, though that's a moot point if the props object is destructured in the parameter list. In most cases it makes very little difference which syntax is used, but you may prefer the more explicit nature of `React.FunctionComponent`. </details> <details> <summary><b>Minor Pitfalls</b></summary> These patterns are not supported: **Conditional rendering** ```tsx const MyConditionalComponent = ({ shouldRender = false }) => shouldRender ? <div /> : false; // don't do this in JS either const el = <MyConditionalComponent />; // throws an error ``` This is because due to limitations in the compiler, function components cannot return anything other than a JSX expression or `null`, otherwise it complains with a cryptic error message saying that the other type is not assignable to `Element`. **Array.fill** ```tsx const MyArrayComponent = () => Array(5).fill(<div />); const el2 = <MyArrayComponent />; // throws an error ``` Unfortunately just annotating the function type will not help so if you really need to return other exotic types that React supports, you'd need to perform a type assertion: ```tsx const MyArrayComponent = () => Array(5).fill(<div />) as any as JSX.Element; ``` [See commentary by @ferdaber here](https://github.com/typescript-cheatsheets/react/issues/57). </details> <!--END-SECTION:function-components--> <!--START-SECTION:hooks--> #### Hooks Hooks are [supported in `@types/react` from v16.8 up](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a05cc538a42243c632f054e42eab483ebf1560ab/types/react/index.d.ts#L800-L1031). #### useState Type inference works very well for simple values: ```tsx const [state, setState] = useState(false); // `state` is inferred to be a boolean // `setState` only takes booleans ``` See also the [Using Inferred Types](https://react-typescript-cheatsheet.netlify.app/docs/basic/troubleshooting/types/#using-inferred-types) section if you need to use a complex type that you've relied on inference for. However, many hooks are initialized with null-ish default values, and you may wonder how to provide types. Explicitly declare the type, and use a union type: ```tsx const [user, setUser] = useState<User | null>(null); // later... setUser(newUser); ``` You can also use type assertions if a state is initialized soon after setup and always has a value after: ```tsx const [user, setUser] = useState<User>({} as User); // later... setUser(newUser); ``` This temporarily "lies" to the TypeScript compiler that `{}` is of type `User`. You should follow up by setting the `user` state — if you don't, the rest of your code may rely on the fact that `user` is of type `User` and that may lead to runtime errors. #### useCallback You can type the `useCallback` just like any other function. ```ts const memoizedCallback = useCallback( (param1: string, param2: number) => { console.log(param1, param2) return { ok: true } }, [...], ); /** * VSCode will show the following type: * const memoizedCallback: * (param1: string, param2: number) => { ok: boolean } */ ``` Note that for React < 18, the function signature of `useCallback` typed arguments as `any[]` by default: ```ts function useCallback<T extends (...args: any[]) => any>( callback: T, deps: DependencyList ): T; ``` In React >= 18, the function signature of `useCallback` changed to the following: ```ts function useCallback<T extends Function>(callback: T, deps: DependencyList): T; ``` Therefore, the following code will yield "`Parameter 'e' implicitly has an 'any' type.`" error in React >= 18, but not <17. ```ts // @ts-expect-error Parameter 'e' implicitly has 'any' type. useCallback((e) => {}, []); // Explicit 'any' type. useCallback((e: any) => {}, []); ``` #### useReducer You can use [Discriminated Unions](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-func.html#discriminated-unions) for reducer actions. Don't forget to define the return type of reducer, otherwise TypeScript will infer it. ```tsx import { useReducer } from "react"; const initialState = { count: 0 }; type ACTIONTYPE = | { type: "increment"; payload: number } | { type: "decrement"; payload: string }; function reducer(state: typeof initialState, action: ACTIONTYPE) { switch (action.type) { case "increment": return { count: state.count + action.payload }; case "decrement": return { count: state.count - Number(action.payload) }; default: throw new Error(); } } function Counter() { const [state, dispatch] = useReducer(reducer, initialState); return ( <> Count: {state.count} <button onClick={() => dispatch({ type: "decrement", payload: "5" })}> - </button> <button onClick={() => dispatch({ type: "increment", payload: 5 })}> + </button> </> ); } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play?#code/LAKFEsFsAcHsCcAuACAVMghgZ2QJQKYYDGKAZvLJMgOTyEnUDcooRsAdliuO+IuBgA2AZUQZE+ZAF5kAbzYBXdogBcyAAwBfZmBCIAntEkBBAMIAVAJIB5AHLmAmgAUAotOShkyAD5zkBozVqHiI6SHxlagAaZGgMfUFYDAATNXYFSAAjfHhNDxAvX1l-Q3wg5PxQ-HDImLiEpNTkLngeAHM8ll1SJRJwDmQ6ZIUiHIAKLnEykqNYUmQePgERMQkY4n4ONTMrO0dXAEo5T2aAdz4iAAtkMY3+9gA6APwj2ROvImxJYPYqmsRqCp3l5BvhEAp4Ow5IplGpJhIHjCUABqTB9DgPeqJFLaYGfLDfCp-CIAoEFEFeOjgyHQ2BKVTNVb4RF05TIAC0yFsGWy8Fu6MeWMaB1x5K8FVIGAUglUwK8iEuFFOyHY+GVLngFD5Bx0Xk0oH13V6myhplZEm1x3JbE4KAA2vD8DFkuAsHFEFcALruAgbB4KAkEYajPlDEY5GKLfhCURTHUnKkQqFjYEAHgAfHLkGb6WpZI6WfTDRSvKnMgpEIgBhxTIJwEQANZSWRjI5SdPIF1u8RXMayZ7lSphEnRWLxbFNagAVmomhF6fZqYA9OXKxxM2KQWWK1WoTW643m63pB2u+7e-3SkEQsPamOGik1FO55p08jl6vdxuKcvv8h4yAmhAA) <details> <summary><b>Usage with <code>Reducer</code> from <code>redux</code></b></summary> In case you use the [redux](https://github.com/reduxjs/redux) library to write reducer function, It provides a convenient helper of the format `Reducer<State, Action>` which takes care of the return type for you. So the above reducer example becomes: ```tsx import { Reducer } from 'redux'; export function reducer: Reducer<AppState, Action>() {} ``` </details> #### useEffect / useLayoutEffect Both of `useEffect` and `useLayoutEffect` are used for performing <b>side effects</b> and return an optional cleanup function which means if they don't deal with returning values, no types are necessary. When using `useEffect`, take care not to return anything other than a function or `undefined`, otherwise both TypeScript and React will yell at you. This can be subtle when using arrow functions: ```ts function DelayedEffect(props: { timerMs: number }) { const { timerMs } = props; useEffect( () => setTimeout(() => { /* do stuff */ }, timerMs), [timerMs] ); // bad example! setTimeout implicitly returns a number // because the arrow function body isn't wrapped in curly braces return null; } ``` <details> <summary><b>Solution to the above example</b></summary> ```tsx function DelayedEffect(props: { timerMs: number }) { const { timerMs } = props; useEffect(() => { setTimeout(() => { /* do stuff */ }, timerMs); }, [timerMs]); // better; use the void keyword to make sure you return undefined return null; } ``` </details> #### useRef In TypeScript, `useRef` returns a reference that is either [read-only](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/abd69803c1b710db58d511f4544ec1b70bc9077c/types/react/v16/index.d.ts#L1025-L1039) or [mutable](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/abd69803c1b710db58d511f4544ec1b70bc9077c/types/react/v16/index.d.ts#L1012-L1023), depends on whether your type argument fully covers the initial value or not. Choose one that suits your use case. ##### Option 1: DOM element ref **[To access a DOM element](https://reactjs.org/docs/refs-and-the-dom.html):** provide only the element type as argument, and use `null` as initial value. In this case, the returned reference will have a read-only `.current` that is managed by React. TypeScript expects you to give this ref to an element's `ref` prop: ```tsx function Foo() { // - If possible, prefer as specific as possible. For example, HTMLDivElement // is better than HTMLElement and way better than Element. // - Technical-wise, this returns RefObject<HTMLDivElement> const divRef = useRef<HTMLDivElement>(null); useEffect(() => { // Note that ref.current may be null. This is expected, because you may // conditionally render the ref-ed element, or you may forgot to assign it if (!divRef.current) throw Error("divRef is not assigned"); // Now divRef.current is sure to be HTMLDivElement doSomethingWith(divRef.current); }); // Give the ref to an element so React can manage it for you return <div ref={divRef}>etc</div>; } ``` If you are sure that `divRef.current` will never be null, it is also possible to use the non-null assertion operator `!`: ```tsx const divRef = useRef<HTMLDivElement>(null!); // Later... No need to check if it is null doSomethingWith(divRef.current); ``` Note that you are opting out of type safety here - you will have a runtime error if you forget to assign the ref to an element in the render, or if the ref-ed element is conditionally rendered. <details> <summary><b>Tip: Choosing which <code>HTMLElement</code> to use</b></summary> Refs demand specificity - it is not enough to just specify any old `HTMLElement`. If you don't know the name of the element type you need, you can check [lib.dom.ts](https://github.com/microsoft/TypeScript/blob/v3.9.5/lib/lib.dom.d.ts#L19224-L19343) or make an intentional type error and let the language service tell you: ![image](https://user-images.githubusercontent.com/6764957/116914284-1c436380-ac7d-11eb-9150-f52c571c5f07.png) </details> ##### Option 2: Mutable value ref **[To have a mutable value](https://reactjs.org/docs/hooks-faq.html#is-there-something-like-instance-variables):** provide the type you want, and make sure the initial value fully belongs to that type: ```tsx function Foo() { // Technical-wise, this returns MutableRefObject<number | null> const intervalRef = useRef<number | null>(null); // You manage the ref yourself (that's why it's called MutableRefObject!) useEffect(() => { intervalRef.current = setInterval(...); return () => clearInterval(intervalRef.current); }, []); // The ref is not passed to any element's "ref" prop return <button onClick={/* clearInterval the ref */}>Cancel timer</button>; } ``` ##### See also - [Related issue by @rajivpunjabi](https://github.com/typescript-cheatsheets/react/issues/388) - [Playground](https://www.typescriptlang.org/play#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcARFDvmQNwCwAUI7hAHarwCCYYcAvHAAUASn4A+OAG9GjOHAD0CBLLnKGcxHABiwKBzgQwMYGxS4WUACbBWAczgwIcSxFwBXEFlYxkxtgDoVTQBJVmBjZAAbOAA3KLcsOAB3YEjogCNE1jc0-zgAGQBPG3tHOAAVQrAsAGVcKGAjOHTCuDdUErhWNgBabLSUVFQsWBNWA2qoX2hA9VU4AGFKXyx0AFk3H3TIxOwCOAB5dIArLHwgpHcoSm84MGJJmFbgdG74ZcsDVkjC2Y01f7yFQsdjvLAEACM-EwVBg-naWD2AB4ABLlNb5GpgZCsACiO083jEgn6kQAhMJ6HMQfpKJCFpE2IkBNg8HCEci0RisTj8VhCTBiaSKVSVIoAaoLnBQuFgFFYvFEikBpkujkMps4FgAB7VfCdLmY7F4gleOFwAByEHg7U63VYfXVg2Go1MhhG0ygf3mAHVUtF6jgYLtwUdTvguta4Bstjs9mGznCpVcbvB7u7YM90B8vj9vYgLkDqWxaeCAEzQ1n4eHDTnoo2801EknqykyObii5SmpnNifA5GMZmCzWOwOJwudwC3xjKUyiLROKRBLJf3NLJO9KanV64xj0koVifQ08k38s1Sv0DJZBxIx5DbRGhk6J5Nua5mu4PEZPOAvSNgsgnxsHmXZzIgRZyDSYIEAAzJWsI1k+BCovWp58gKcAAD5qmkQqtqKHbyCexoYRecw7IQugcAs76ptCdIQv4KZmoRcjyMRaGkU28A4aSKiUXAwwgpYtEfrcAh0mWzF0ax7bsZx3Lceetx8eqAlYPAMAABa6KJskSXAdKwTJ4kwGxCjyKy-bfK05SrDA8mWVagHAbZeScOY0CjqUE6uOgqDaRAOSfKqOYgb8KiMaZ9GSeCEIMkyMVyUwRHWYc7nSvAgUQEk6AjMQXpReWyWGdFLHeBZHEuTCQEZT8xVwaV8BxZCzUWZQMDvuMghBHASJVnCWhTLYApiH1chIqgxpGeCfCSIxAC+Yj3o+8YvvgSLyNNOLjeBGhTTNdLzVJy3reGMBbTtrB7RoB3XbNBAneCsHLatcbPhdV3GrdB1WYhw3IKNZq-W2DCLYRO7QPAljgsgORcDwVJAA) - [Example from Stefan Baumgartner](https://fettblog.eu/typescript-react/hooks/#useref) - [Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgIilQ3wFgAoCzAVwDsNgJa4AVJADxgElaxqYA6sBgALAGIQ01AM4AhfjCYAKAJRwA3hThwA9DrjBaw4CgA2waUjgB3YSLi1qp0wBo4AI35wYSZ6wCeYEgAymhQwGDw1lYoRHCmEBAA1oYA5nCY0HAozAASLACyADI8fDAAoqZIIEi0MFpwaEzS8IZllXAAvIjEMAB0MkjImAA8+cWl-JXVtTAAfEqOzioA3A1NtC1wTPIwirQAwuZoSV1wql1zGg3aenAt4RgOTqaNIkgn0g5ISAAmcDJvBA3h9TsBMAZeFNXjl-lIoEQ6nAOBZ+jddPpPPAmGgrPDEfAUS1pG5hAYvhAITBAlZxiUoRUqjU6m5RIDhOi7iIUF9RFYaqIIP9MlJpABCOCAUHJ0eDzm1oXAAGSKyHtUx9fGzNSacjaPWq6Ea6gI2Z9EUyVRrXV6gC+DRtVu0RBgxuYSnRIzm6O06h0ACpIdlfr9jExSQyOkxTP5GjkPFZBv9bKIDYSmbNpH04ABNFD+CV+nR2636kby+BETCddTlyo27w0zr4HycfC6L0lvUjLH7baHY5Jas7BRMI7AE42uYSUXed6pkY6HtMDulnQruCrCg2oA) #### useImperativeHandle Based on this [Stackoverflow answer](https://stackoverflow.com/a/69292925/5415299): ```tsx // Countdown.tsx // Define the handle types which will be passed to the forwardRef export type CountdownHandle = { start: () => void; }; type CountdownProps = {}; const Countdown = forwardRef<CountdownHandle, CountdownProps>((props, ref) => { useImperativeHandle(ref, () => ({ // start() has type inference here start() { alert("Start"); }, })); return <div>Countdown</div>; }); ``` ```tsx // The component uses the Countdown component import Countdown, { CountdownHandle } from "./Countdown.tsx"; function App() { const countdownEl = useRef<CountdownHandle>(null); useEffect(() => { if (countdownEl.current) { // start() has type inference here as well countdownEl.current.start(); } }, []); return <Countdown ref={countdownEl} />; } ``` ##### See also: - [Using ForwardRefRenderFunction](https://stackoverflow.com/a/62258685/5415299) #### Custom Hooks If you are returning an array in your Custom Hook, you will want to avoid type inference as TypeScript will infer a union type (when you actually want different types in each position of the array). Instead, use [TS 3.4 const assertions](https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/#const-assertions): ```tsx import { useState } from "react"; export function useLoading() { const [isLoading, setState] = useState(false); const load = (aPromise: Promise<any>) => { setState(true); return aPromise.finally(() => setState(false)); }; return [isLoading, load] as const; // infers [boolean, typeof load] instead of (boolean | typeof load)[] } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?target=5&jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCpAD0ljkwFcA7DYCZuRgZyQBkIKACbBmAcwAUASjgBvCnDhoO3eAG1g3AcNFiANHF4wAyjBQwkAXTgBeRMRgA6HklPmkEzCgA2vKQG4FJRV4b0EhWzgJFAAFHBBNJAAuODjcRIAeFGYATwA+GRs8uSDFIzcLCRgoRiQA0rgiGEYoTlj4xMdMUR9vHIlpW2Lys0qvXzr68kUAX0DpxqRm1rgNLXDdAzDhaxRuYOZVfzgAehO4UUwkKH21ACMICG9UZgMYHLAkCEw4baFrUSqVARb5RB5PF5wAA+cHen1BfykaksFBmQA) This way, when you destructure you actually get the right types based on destructure position. <details> <summary><b>Alternative: Asserting a tuple return type</b></summary> If you are [having trouble with const assertions](https://github.com/babel/babel/issues/9800), you can also assert or define the function return types: ```tsx import { useState } from "react"; export function useLoading() { const [isLoading, setState] = useState(false); const load = (aPromise: Promise<any>) => { setState(true); return aPromise.finally(() => setState(false)); }; return [isLoading, load] as [ boolean, (aPromise: Promise<any>) => Promise<any> ]; } ``` A helper function that automatically types tuples can also be helpful if you write a lot of custom hooks: ```tsx function tuplify<T extends any[]>(...elements: T) { return elements; } function useArray() { const numberValue = useRef(3).current; const functionValue = useRef(() => {}).current; return [numberValue, functionValue]; // type is (number | (() => void))[] } function useTuple() { const numberValue = useRef(3).current; const functionValue = useRef(() => {}).current; return tuplify(numberValue, functionValue); // type is [number, () => void] } ``` </details> Note that the React team recommends that custom hooks that return more than two values should use proper objects instead of tuples, however. #### More Hooks + TypeScript reading: - https://medium.com/@jrwebdev/react-hooks-in-typescript-88fce7001d0d - https://fettblog.eu/typescript-react/hooks/#useref If you are writing a React Hooks library, don't forget that you should also expose your types for users to use. #### Example React Hooks + TypeScript Libraries: - https://github.com/mweststrate/use-st8 - https://github.com/palmerhq/the-platform - https://github.com/sw-yx/hooks [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:hooks--> <!--START-SECTION:class-components--> #### Class Components Within TypeScript, `React.Component` is a generic type (aka `React.Component<PropType, StateType>`), so you want to provide it with (optional) prop and state type parameters: ```tsx type MyProps = { // using `interface` is also ok message: string; }; type MyState = { count: number; // like this }; class App extends React.Component<MyProps, MyState> { state: MyState = { // optional second annotation for better type inference count: 0, }; render() { return ( <div> {this.props.message} {this.state.count} </div> ); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCmATzCTgFlqAFHMAZzgF44BvCuHAD0QuAFd2wAHYBzOAANpMJFEzok8uME4oANuwhwIAawFwQSduxQykALjjsYUaTIDcFAL4fyNOo2oAZRgUZW4+MzQIMSkYBykxEAAjFTdhUV1gY3oYAAttLx80XRQrOABBMDA4JAAPZSkAE05kdBgAOgBhXEgpJFiAHiZWCA4AGgDg0KQAPgjyQSdphyYpsJ5+BcF0ozAYYAgpPUckKKa4FCkpCBD9w7hMaDgUmGUoOD96aUwVfrQkMyCKIxOJwAAMZm8ZiITRUAAoAJTzbZwIgwMRQKRwOGA7YDRrAABuM1xKN4eW07TAbHY7QsVhsSE8fAptKWynawNinlJcAGQgJxNxCJ8gh55E8QA) Don't forget that you can export/import/extend these types/interfaces for reuse. <details> <summary><b>Why annotate <code>state</code> twice?</b></summary> It isn't strictly necessary to annotate the `state` class property, but it allows better type inference when accessing `this.state` and also initializing the state. This is because they work in two different ways, the 2nd generic type parameter will allow `this.setState()` to work correctly, because that method comes from the base class, but initializing `state` inside the component overrides the base implementation so you have to make sure that you tell the compiler that you're not actually doing anything different. [See commentary by @ferdaber here](https://github.com/typescript-cheatsheets/react/issues/57). </details> <details> <summary><b>No need for <code>readonly</code></b></summary> You often see sample code include `readonly` to mark props and state immutable: ```tsx type MyProps = { readonly message: string; }; type MyState = { readonly count: number; }; ``` This is not necessary as `React.Component<P,S>` already marks them as immutable. ([See PR and discussion!](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26813)) </details> **Class Methods**: Do it like normal, but just remember any arguments for your functions also need to be typed: ```tsx class App extends React.Component<{ message: string }, { count: number }> { state = { count: 0 }; render() { return ( <div onClick={() => this.increment(1)}> {this.props.message} {this.state.count} </div> ); } increment = (amt: number) => { // like this this.setState((state) => ({ count: state.count + amt, })); }; } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCtAGxQGc64BBMMOJADxiQDsATRsnQwAdAGFckHrxgAeAN5wQSBigDmSAFxw6MKMB5q4AXwA0cRWggBXHjG09rIAEZIoJgHwWKcHTBTccAC8FnBWtvZwAAwmANw+cET8bgAUAJTe5L6+RDDWUDxwKQnZcLJ8wABucBA8YtTAaADWQfLpwV4wABbAdCIGaETKdikAjGnGHiWlFt29ImA4YH3KqhrGsz19ugFIIuF2xtO+sgD0FZVTWdlp8ddH1wNDMsFFKCCRji5uGUFe8tNTqc4A0mkg4HM6NNISI6EgYABlfzcFI7QJ-IoA66lA6RNF7XFwADUcHeMGmxjStwSxjuxiAA) **Class Properties**: If you need to declare class properties for later use, just declare it like `state`, but without assignment: ```tsx class App extends React.Component<{ message: string; }> { pointer: number; // like this componentDidMount() { this.pointer = 3; } render() { return ( <div> {this.props.message} and {this.pointer} </div> ); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCtAGxQGc64BBMMOJADxiQDsATRsnQwAdAGFckHrxgAeAN4U4cEEgYoA5kgBccOjCjAeGgNwUAvgD44i8sshHuUXTwCuIAEZIoJuAHo-OGpgAGskOBgAC2A6JTg0SQhpHhgAEWA+AFkIVxSACgBKGzjlKJiRBxTvOABeOABmMzs4cziifm9C4ublIhhXKB44PJLlOFk+YAA3S1GxmzK6CpwwJdV1LXM4FH4F6KXKp1aesdk-SZnRgqblY-MgA) [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). #### Typing getDerivedStateFromProps Before you start using `getDerivedStateFromProps`, please go through the [documentation](https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops) and [You Probably Don't Need Derived State](https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html). Derived State can be implemented using hooks which can also help set up memoization. Here are a few ways in which you can annotate `getDerivedStateFromProps` 1. If you have explicitly typed your derived state and want to make sure that the return value from `getDerivedStateFromProps` conforms to it. ```tsx class Comp extends React.Component<Props, State> { static getDerivedStateFromProps( props: Props, state: State ): Partial<State> | null { // } } ``` 2. When you want the function's return value to determine your state. ```tsx class Comp extends React.Component< Props, ReturnType<typeof Comp["getDerivedStateFromProps"]> > { static getDerivedStateFromProps(props: Props) {} } ``` 3. When you want derived state with other state fields and memoization ```tsx type CustomValue = any; interface Props { propA: CustomValue; } interface DefinedState { otherStateField: string; } type State = DefinedState & ReturnType<typeof transformPropsToState>; function transformPropsToState(props: Props) { return { savedPropA: props.propA, // save for memoization derivedState: props.propA, }; } class Comp extends React.PureComponent<Props, State> { constructor(props: Props) { super(props); this.state = { otherStateField: "123", ...transformPropsToState(props), }; } static getDerivedStateFromProps(props: Props, state: State) { if (isEqual(props.propA, state.savedPropA)) return null; return transformPropsToState(props); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoUSWOYAZwFEBHAVxQBs5tcD2IATFHQAWAOnpJWHMuQowAnmCRwAwizoxcANQ4tlAXjgoAdvIDcFYMZhIomdMoAKOMHTgBvCnDhgXAQQAuVXVNEB12PQtyAF9La1t7NGUAESRMKyR+AGUYFBsPLzgIGGFbHLykADFgJHZ+II0oKwBzKNjyBSU4cvzDVPTjTJ7lADJEJBgWKGMAFUUkAB5OpAhMOBgoEzpMaBBnCFcZiGGAPijMFmMMYAhjdc3jbd39w+PcmwAKXwO6IJe6ACUBXI3iIk2mwO83joKAAbpkXoEfC46KJvmA-AAaOAAehxcBh8K40DgICQIAgwAAXnkbsZCt5+LZgPDsu8kEF0aj0X5CtE2hQ0OwhG4VLgwHAkAAPGzGfhuZDoGCiRxTJBi8C3JDWBb-bGnSFwNC3RosDDQL4ov4ooGeEFQugsJRQS0-AFRKHrYT0UQaCpwQx2z3eYqlKDDaq1epwABEAEYAEwAZhjmIZUNEmY2Wx2UD2KKOw1drgB6f5fMKfpgwDQcGaE1STVZEZw+Z+xd+cD1BPZQWGtvTwDWH3ozDY7A7aP82KrSF9cIR-gBQLBUzuxhY7HYHqhq4h2ceubbryLXPdFZiQA) <!--END-SECTION:class-components--> <!--START-SECTION:default-props--> #### You May Not Need `defaultProps` As per [this tweet](https://twitter.com/dan_abramov/status/1133878326358171650), defaultProps will eventually be deprecated. You can check the discussions here: - [Original tweet](https://twitter.com/hswolff/status/1133759319571345408) - More info can also be found in [this article](https://medium.com/@matanbobi/react-defaultprops-is-dying-whos-the-contender-443c19d9e7f1) The consensus is to use object default values. Function Components: ```tsx type GreetProps = { age?: number }; const Greet = ({ age = 21 }: GreetProps) => // etc ``` Class Components: ```tsx type GreetProps = { age?: number; }; class Greet extends React.Component<GreetProps> { render() { const { age = 21 } = this.props; /*...*/ } } let el = <Greet age={3} />; ``` #### Typing `defaultProps` Type inference improved greatly for `defaultProps` in [TypeScript 3.0+](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html), although [some edge cases are still problematic](https://github.com/typescript-cheatsheets/react/issues/61). **Function Components** ```tsx // using typeof as a shortcut; note that it hoists! // you can also declare the type of DefaultProps if you choose // e.g. https://github.com/typescript-cheatsheets/react/issues/415#issuecomment-841223219 type GreetProps = { age: number } & typeof defaultProps; const defaultProps = { age: 21, }; const Greet = (props: GreetProps) => { // etc }; Greet.defaultProps = defaultProps; ``` _[See this in TS Playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcARFDvmQNwBQdMAnmFnAOKVYwAKxY6ALxwA3igDmWAFxwAdgFcQAIyxQ4AXzgAyOM1YQCcACZYCyeQBte-VPVwRZqeCbOXrEAXGEi6cCdLgAJgBGABo6dXo6e0d4TixuLzgACjAbGXjuPg9UAEovAD5RXzhKGHkoWTgAHiNgADcCkTScgDpkSTgAeiQFZVVELvVqrrrGiPpMmFaXcytsz2FZtwXbOiA)_ For **Class components**, there are [a couple ways to do it](https://github.com/typescript-cheatsheets/react/pull/103#issuecomment-481061483) (including using the `Pick` utility type) but the recommendation is to "reverse" the props definition: ```tsx type GreetProps = typeof Greet.defaultProps & { age: number; }; class Greet extends React.Component<GreetProps> { static defaultProps = { age: 21, }; /*...*/ } // Type-checks! No type assertions needed! let el = <Greet age={3} />; ``` <details> <summary><b><code>JSX.LibraryManagedAttributes</code> nuance for library authors</b></summary> The above implementations work fine for App creators, but sometimes you want to be able to export `GreetProps` so that others can consume it. The problem here is that the way `GreetProps` is defined, `age` is a required prop when it isn't because of `defaultProps`. The insight to have here is that [`GreetProps` is the _internal_ contract for your component, not the _external_, consumer facing contract](https://github.com/typescript-cheatsheets/react/issues/66#issuecomment-453878710). You could create a separate type specifically for export, or you could make use of the `JSX.LibraryManagedAttributes` utility: ```tsx // internal contract, should not be exported out type GreetProps = { age: number; }; class Greet extends Component<GreetProps> { static defaultProps = { age: 21 }; } // external contract export type ApparentGreetProps = JSX.LibraryManagedAttributes< typeof Greet, GreetProps >; ``` This will work properly, although hovering over`ApparentGreetProps`may be a little intimidating. You can reduce this boilerplate with the`ComponentProps` utility detailed below. </details> #### Consuming Props of a Component with defaultProps A component with `defaultProps` may seem to have some required props that actually aren't. ##### Problem Statement Here's what you want to do: ```tsx interface IProps { name: string; } const defaultProps = { age: 25, }; const GreetComponent = ({ name, age }: IProps & typeof defaultProps) => ( <div>{`Hello, my name is ${name}, ${age}`}</div> ); GreetComponent.defaultProps = defaultProps; const TestComponent = (props: React.ComponentProps<typeof GreetComponent>) => { return <h1 />; }; // Property 'age' is missing in type '{ name: string; }' but required in type '{ age: number; }' const el = <TestComponent name="foo" />; ``` ##### Solution Define a utility that applies `JSX.LibraryManagedAttributes`: ```tsx type ComponentProps<T> = T extends | React.ComponentType<infer P> | React.Component<infer P> ? JSX.LibraryManagedAttributes<T, P> : never; const TestComponent = (props: ComponentProps<typeof GreetComponent>) => { return <h1 />; }; // No error const el = <TestComponent name="foo" />; ``` [_See this in TS Playground_](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcARFDvmQNwBQdMAnmFnAMImQB2W3MABWJhUAHgAqAPjgBeOOLhYAHjD4ATdNjwwAdJ3ARe-cSyyjg3AlihwB0gD6Yqu-Tz4xzl67cl04cAH44ACkAZQANHQAZYAAjKGQoJgBZZG5kAHMsNQBBGBgoOIBXVTFxABofPzgALjheADdrejoLVSgCPDYASSEIETgAb2r0kCw61AKLDPoAXzpcQ0m4NSxOooAbQWF0OWH-TPG4ACYAVnK6WfpF7mWAcUosGFdDd1k4AApB+uQxysO4LM6r0dnAAGRwZisCAEFZrZCbbb9VAASlk0g+1VEamADUkgwABgAJLAbDYQSogJg-MZwYDoAAkg1GWFmlSZh1mBNmogA9Di8XQUfQHlgni8jLpVustn0BnJpQjZTsWrzeXANsh2gwbstxFhJhK3nIPmAdnUjfw5WIoVgYXBReKuK9+JI0TJpPs4JQYEUoNw4KIABYARjgvN8VwYargADkIIooMQoAslvBSe8JAbns7JTSsDIyAQIBAyOHJDQgA) #### Misc Discussions and Knowledge <details> <summary><b>Why does <code>React.FC</code> break <code>defaultProps</code>?</b></summary> You can check the discussions here: - https://medium.com/@martin_hotell/10-typescript-pro-tips-patterns-with-or-without-react-5799488d6680 - https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30695 - https://github.com/typescript-cheatsheets/react/issues/87 This is just the current state and may be fixed in future. </details> <details> <summary><b>TypeScript 2.9 and earlier</b></summary> For TypeScript 2.9 and earlier, there's more than one way to do it, but this is the best advice we've yet seen: ```ts type Props = Required<typeof MyComponent.defaultProps> & { /* additional props here */ }; export class MyComponent extends React.Component<Props> { static defaultProps = { foo: "foo", }; } ``` Our former recommendation used the `Partial type` feature in TypeScript, which means that the current interface will fulfill a partial version on the wrapped interface. In that way we can extend defaultProps without any changes in the types! ```ts interface IMyComponentProps { firstProp?: string; secondProp: IPerson[]; } export class MyComponent extends React.Component<IMyComponentProps> { public static defaultProps: Partial<IMyComponentProps> = { firstProp: "default", }; } ``` The problem with this approach is it causes complex issues with the type inference working with `JSX.LibraryManagedAttributes`. Basically it causes the compiler to think that when creating a JSX expression with that component, that all of its props are optional. [See commentary by @ferdaber here](https://github.com/typescript-cheatsheets/react/issues/57) and [here](https://github.com/typescript-cheatsheets/react/issues/61). </details> [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:default-props--> <!--START-SECTION:basic-type-examples--> #### Typing Component Props This is intended as a basic orientation and reference for React developers familiarizing with TypeScript. #### Basic Prop Types Examples A list of TypeScript types you will likely use in a React+TypeScript app: ```tsx type AppProps = { message: string; count: number; disabled: boolean; /** array of a type! */ names: string[]; /** string literals to specify exact string values, with a union type to join them together */ status: "waiting" | "success"; /** an object with known properties (but could have more at runtime) */ obj: { id: string; title: string; }; /** array of objects! (common) */ objArr: { id: string; title: string; }[]; /** any non-primitive value - can't access any properties (NOT COMMON but useful as placeholder) */ obj2: object; /** an interface with no required properties - (NOT COMMON, except for things like `React.Component<{}, State>`) */ obj3: {}; /** a dict object with any number of properties of the same type */ dict1: { [key: string]: MyTypeHere; }; dict2: Record<string, MyTypeHere>; // equivalent to dict1 /** function that doesn't take or return anything (VERY COMMON) */ onClick: () => void; /** function with named prop (VERY COMMON) */ onChange: (id: number) => void; /** function type syntax that takes an event (VERY COMMON) */ onChange: (event: React.ChangeEvent<HTMLInputElement>) => void; /** alternative function type syntax that takes an event (VERY COMMON) */ onClick(event: React.MouseEvent<HTMLButtonElement>): void; /** any function as long as you don't invoke it (not recommended) */ onSomething: Function; /** an optional prop (VERY COMMON!) */ optional?: OptionalType; /** when passing down the state setter function returned by `useState` to a child component. `number` is an example, swap out with whatever the type of your state */ setState: React.Dispatch<React.SetStateAction<number>>; }; ``` Notice we have used the TSDoc `/** comment */` style here on each prop. You can and are encouraged to leave descriptive comments on reusable components. For a fuller example and discussion, see our [Commenting Components](https://react-typescript-cheatsheet.netlify.app/docs/advanced/misc_concerns/#commenting-components) section in the Advanced Cheatsheet. <details> <summary>More on object types: <code>object</code>, <code>{"{}"}</code>, etc</summary> In Typescript, it's generally best to use specific types for objects. In most cases, this means a literal type like <code>{ id: string; name: string }</code>. In cases where there isn't a fixed structure for an object, you likely either want an index signature (possibly with the <code>Record</code> shorthand) - if there are values of a certain type, but the keys can change - or else <a href="https://www.typescriptlang.org/docs/handbook/2/generics.html">generics</a> - if the object structure is more-or-less an arbitrary black-box. Another approach to objects is the <code>Map</code> data structure, but this is somewhat uncommon to use in React, because React prefers data to be changed immutably (e.g. <code>setUser({...user, name: newName})</code>), while Maps are mutable data structures. "Vague" object types like <code>object</code>, <code>{}</code> are fairly niche and should be rarely used, and may function differently than you expect. <code>object</code> is any non-primitive value: this includes things like functions and arrays and constructors, not just "simple" objects. And <code>{}</code> is perhaps better thought of as "an interface with no required properties", not "an empty object" - in practice this type allows anything except <code>null</code> or <code>undefined</code>. <code>Object</code> behaves the same as <code>{}</code> and is basically never used. </details> #### Useful React Prop Type Examples Relevant for components that accept other React components as props. ```tsx export declare interface AppProps { children?: React.ReactNode; // best, accepts everything React can render childrenElement: JSX.Element; // A single React element style?: React.CSSProperties; // to pass through style props onChange?: React.FormEventHandler<HTMLInputElement>; // form events! the generic parameter is the type of event.target // more info: https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_usecase/#wrappingmirroring props: Props & React.ComponentPropsWithoutRef<"button">; // to impersonate all the props of a button element and explicitly not forwarding its ref props2: Props & React.ComponentPropsWithRef<MyButtonWithForwardRef>; // to impersonate all the props of MyButtonForwardedRef and explicitly forwarding its ref } ``` <details> <summary><b>Small <code>React.ReactNode</code> edge case before React 18</b></summary> Before the [React 18 type updates](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210), this code typechecked but had a runtime error: ```tsx type Props = { children?: React.ReactNode; }; function Comp({ children }: Props) { return <div>{children}</div>; } function App() { // Before React 18: Runtime error "Objects are not valid as a React child" // After React 18: Typecheck error "Type '{}' is not assignable to type 'ReactNode'" return <Comp>{{}}</Comp>; } ``` This is because `ReactNode` includes `ReactFragment` which allowed type `{}` before React 18. [Thanks @pomle for raising this.](https://github.com/typescript-cheatsheets/react/issues/357) </details> <details> <summary><b>JSX.Element vs React.ReactNode?</b></summary> Quote [@ferdaber](https://github.com/typescript-cheatsheets/react/issues/57): A more technical explanation is that a valid React node is not the same thing as what is returned by `React.createElement`. Regardless of what a component ends up rendering, `React.createElement` always returns an object, which is the `JSX.Element` interface, but `React.ReactNode` is the set of all possible return values of a component. - `JSX.Element` -> Return value of `React.createElement` - `React.ReactNode` -> Return value of a component </details> [More discussion: Where ReactNode does not overlap with JSX.Element](https://github.com/typescript-cheatsheets/react/issues/129) [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). #### Types or Interfaces? You can use either Types or Interfaces to type Props and State, so naturally the question arises - which do you use? ##### TL;DR Use Interface until You Need Type - [orta](https://twitter.com/orta/status/1356129195835973632?s=20). ##### More Advice Here's a helpful rule of thumb: - always use `interface` for public API's definition when authoring a library or 3rd party ambient type definitions, as this allows a consumer to extend them via _declaration merging_ if some definitions are missing. - consider using `type` for your React Component Props and State, for consistency and because it is more constrained. You can read more about the reasoning behind this rule of thumb in [Interface vs Type alias in TypeScript 2.7](https://medium.com/@martin_hotell/interface-vs-type-alias-in-typescript-2-7-2a8f1777af4c). The TypeScript Handbook now also includes guidance on [Differences Between Type Aliases and Interfaces](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#differences-between-type-aliases-and-interfaces). > Note: At scale, there are performance reasons to prefer interfaces ([see official Microsoft notes on this](https://github.com/microsoft/TypeScript/wiki/Performance#preferring-interfaces-over-intersections)) but [take this with a grain of salt](https://news.ycombinator.com/item?id=25201887) Types are useful for union types (e.g. `type MyType = TypeA | TypeB`) whereas Interfaces are better for declaring dictionary shapes and then `implementing` or `extending` them. ##### Useful table for Types vs Interfaces It's a nuanced topic, don't get too hung up on it. Here's a handy table: | Aspect | Type | Interface | | ----------------------------------------------- | :--: | :-------: | | Can describe functions | ✅ | ✅ | | Can describe constructors | ✅ | ✅ | | Can describe tuples | ✅ | ✅ | | Interfaces can extend it | ⚠️ | ✅ | | Classes can extend it | 🚫 | ✅ | | Classes can implement it (`implements`) | ⚠️ | ✅ | | Can intersect another one of its kind | ✅ | ⚠️ | | Can create a union with another one of its kind | ✅ | 🚫 | | Can be used to create mapped types | ✅ | 🚫 | | Can be mapped over with mapped types | ✅ | ✅ | | Expands in error messages and logs | ✅ | 🚫 | | Can be augmented | 🚫 | ✅ | | Can be recursive | ⚠️ | ✅ | ⚠️ In some cases (source: [Karol Majewski](https://twitter.com/karoljmajewski/status/1082413696075382785)) [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:basic-type-examples--> <!--START-SECTION:get-derived-state-from-props--> ## getDerivedStateFromProps Before you start using `getDerivedStateFromProps`, please go through the [documentation](https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops) and [You Probably Don't Need Derived State](https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html). Derived State can be easily achieved using hooks which can also help set up memoization easily. Here are a few ways in which you can annotate `getDerivedStateFromProps` 1. If you have explicitly typed your derived state and want to make sure that the return value from `getDerivedStateFromProps` conforms to it. ```tsx class Comp extends React.Component<Props, State> { static getDerivedStateFromProps( props: Props, state: State ): Partial<State> | null { // } } ``` 2. When you want the function's return value to determine your state. ```tsx class Comp extends React.Component< Props, ReturnType<typeof Comp["getDerivedStateFromProps"]> > { static getDerivedStateFromProps(props: Props) {} } ``` 3. When you want derived state with other state fields and memoization ```tsx type CustomValue = any; interface Props { propA: CustomValue; } interface DefinedState { otherStateField: string; } type State = DefinedState & ReturnType<typeof transformPropsToState>; function transformPropsToState(props: Props) { return { savedPropA: props.propA, // save for memoization derivedState: props.propA, }; } class Comp extends React.PureComponent<Props, State> { constructor(props: Props) { super(props); this.state = { otherStateField: "123", ...transformPropsToState(props), }; } static getDerivedStateFromProps(props: Props, state: State) { if (isEqual(props.propA, state.savedPropA)) return null; return transformPropsToState(props); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoUSWOYAZwFEBHAVxQBs5tcD2IATFHQAWAOnpJWHMuQowAnmCRwAwizoxcANQ4tlAXjgoAdvIDcFYMZhIomdMoAKOMHTgBvCnDhgXAQQAuVXVNEB12PQtyAF9La1t7NGUAESRMKyR+AGUYFBsPLzgIGGFbHLykADFgJHZ+II0oKwBzKNjyBSU4cvzDVPTjTJ7lADJEJBgWKGMAFUUkAB5OpAhMOBgoEzpMaBBnCFcZiGGAPijMFmMMYAhjdc3jbd39w+PcmwAKXwO6IJe6ACUBXI3iIk2mwO83joKAAbpkXoEfC46KJvmA-AAaOAAehxcBh8K40DgICQIAgwAAXnkbsZCt5+LZgPDsu8kEF0aj0X5CtE2hQ0OwhG4VLgwHAkAAPGzGfhuZDoGCiRxTJBi8C3JDWBb-bGnSFwNC3RosDDQL4ov4ooGeEFQugsJRQS0-AFRKHrYT0UQaCpwQx2z3eYqlKDDaq1epwABEAEYAEwAZhjmIZUNEmY2Wx2UD2KKOw1drgB6f5fMKfpgwDQcGaE1STVZEZw+Z+xd+cD1BPZQWGtvTwDWH3ozDY7A7aP82KrSF9cIR-gBQLBUzuxhY7HYHqhq4h2ceubbryLXPdFZiQA) <!--END-SECTION:get-derived-state-from-props--> <!--START-SECTION:forms-and-events--> #### Forms and Events If performance is not an issue (and it usually isn't!), inlining handlers is easiest as you can just use [type inference and contextual typing](https://www.typescriptlang.org/docs/handbook/type-inference.html#contextual-typing): ```tsx const el = ( <button onClick={(event) => { /* event will be correctly typed automatically! */ }} /> ); ``` But if you need to define your event handler separately, IDE tooling really comes in handy here, as the @type definitions come with a wealth of typing. Type what you are looking for and usually the autocomplete will help you out. Here is what it looks like for an `onChange` for a form event: ```tsx type State = { text: string; }; class App extends React.Component<Props, State> { state = { text: "", }; // typing on RIGHT hand side of = onChange = (e: React.FormEvent<HTMLInputElement>): void => { this.setState({ text: e.currentTarget.value }); }; render() { return ( <div> <input type="text" value={this.state.text} onChange={this.onChange} /> </div> ); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCtAGxQGc64BBMMOJADxiQDsATRsnQwAdAGFckHrxgAeCnDgBvAL4AaBcs2KA9Drg8IcMDjB1tcblwBccOjCjAeAcwDcmlRQB8W8ovso3HAAvL6KilYwtgBE0R7ulH5wepYAnmBOznAQPIgAkgDiABIAKnAAFij8dsB8SNmYIZo5YpUu9aEAFEi2QhgiAGLQIACiAG4ysqUAsgAyeTxgAK4wI9RIIDJeAJS2YxC1IT5KFjDlwHQidEgwAMowgUidSpacUewiaEtQRDwwJSgoM4biIxihqEt6iptglFCpYXBfnUoJ1tmFwkQYN9cp0LIpZHxgGMvHjwrInMt4DB0khgtFItE4GCIbSlGcLlcHtwRJEVNkeK0qsDgmzzpcWm1gXydCSkuE4LIdITiRYYR4KCogA) Instead of typing the arguments and return values with `React.FormEvent<>` and `void`, you may alternatively apply types to the event handler itself (_contributed by @TomasHubelbauer_): ```tsx // typing on LEFT hand side of = onChange: React.ChangeEventHandler<HTMLInputElement> = (e) => { this.setState({text: e.currentTarget.value}) } ``` <details> <summary><b>Why two ways to do the same thing?</b></summary> The first method uses an inferred method signature `(e: React.FormEvent<HTMLInputElement>): void` and the second method enforces a type of the delegate provided by `@types/react`. So `React.ChangeEventHandler<>` is simply a "blessed" typing by `@types/react`, whereas you can think of the inferred method as more... _artisanally hand-rolled_. Either way it's a good pattern to know. [See our Github PR for more](https://github.com/typescript-cheatsheets/react/pull/24). </details> **Typing onSubmit, with Uncontrolled components in a Form** If you don't quite care about the type of the event, you can just use `React.SyntheticEvent`. If your target form has custom named inputs that you'd like to access, you can use a type assertion: ```tsx <form ref={formRef} onSubmit={(e: React.SyntheticEvent) => { e.preventDefault(); const target = e.target as typeof e.target & { email: { value: string }; password: { value: string }; }; const email = target.email.value; // typechecks! const password = target.password.value; // typechecks! // etc... }} > <div> <label> Email: <input type="email" name="email" /> </label> </div> <div> <label> Password: <input type="password" name="password" /> </label> </div> <div> <input type="submit" value="Log in" /> </div> </form> ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCtCAOwGctoRlM4BeRYmAOgFc6kLABQBKClVoM4AMSbs4o9gD4FFOHAA8mJmrhFMbAN7aozJJgC+u2gGVeAIxDAYRoUgBcndDxsBPGjAAFkgwwGgAogBuSAEiynCGuupI3GBE0QEAIuYovAA2MKIA3Elw1PTwMChQAOYh8ilVtfUodHAwvmBIEKyN1XXwAGQJpckgKMB5noZwkSh5vB5wDFDANDVwFiXk6rtwYK10AO7QACbTs-OLnitrG1ulDzu75VJI45PyTQPc7xN53DmCyQRTgAHowe1Okg0ME0ABrOgAQlKr3gBzoxzOX36IVShxOUFOgKuIPBkI6XVhMMRKOe6ghcBCaG4rN0Fis5CUug0p2AkW59M0eRQ9iQeUFe3U4Q+U1GmjWYF4lWhbAARH9Jmq4DQUCAkOrNXltWDJbsNGCRWKJTywXyBTz7Wb1BoreLnbsAAoEs7ueUaRXKqFddUYrFE7W6-Whn0R8Eei1um3PC1Ox38hOBlUhtV0BxOGDaoGLdUAGQgGzWJrNqYzFAtJhAgpEQA) Of course, if you're making any sort of significant form, [you should use Formik](https://jaredpalmer.com/formik) or [React Hook Form](https://react-hook-form.com/), which are written in TypeScript. ##### List of event types | Event Type | Description | | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | AnimationEvent | CSS Animations. | | ChangeEvent | Changing the value of `<input>`, `<select>` and `<textarea>` element. | | ClipboardEvent | Using copy, paste and cut events. | | CompositionEvent | Events that occur due to the user indirectly entering text (e.g. depending on Browser and PC setup, a popup window may appear with additional characters if you e.g. want to type Japanese on a US Keyboard) | | DragEvent | Drag and drop interaction with a pointer device (e.g. mouse). | | FocusEvent | Event that occurs when elements gets or loses focus. | | FormEvent | Event that occurs whenever a form or form element gets/loses focus, a form element value is changed or the form is submitted. | | InvalidEvent | Fired when validity restrictions of an input fails (e.g `<input type="number" max="10">` and someone would insert number 20). | | KeyboardEvent | User interaction with the keyboard. Each event describes a single key interaction. | | MouseEvent | Events that occur due to the user interacting with a pointing device (e.g. mouse) | | PointerEvent | Events that occur due to user interaction with a variety pointing of devices such as mouse, pen/stylus, a touchscreen and which also supports multi-touch. Unless you develop for older browsers (IE10 or Safari 12), pointer events are recommended. Extends UIEvent. | | TouchEvent | Events that occur due to the user interacting with a touch device. Extends UIEvent. | | TransitionEvent | CSS Transition. Not fully browser supported. Extends UIEvent | | UIEvent | Base Event for Mouse, Touch and Pointer events. | | WheelEvent | Scrolling on a mouse wheel or similar input device. (Note: `wheel` event should not be confused with the `scroll` event) | | SyntheticEvent | The base event for all above events. Should be used when unsure about event type | <details> <summary><b>What about <code>InputEvent</code>?</b></summary> You've probably noticed that there is no `InputEvent`. This is because it is not supported by Typescript as the event itself has no fully browser support and may behave differently in different browsers. You can use `KeyboardEvent` instead. Sources: - https://github.com/microsoft/TypeScript/issues/29441 - https://developer.mozilla.org/en-US/docs/Web/API/InputEvent - https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event </details> <!--END-SECTION:forms-and-events--> <!--START-SECTION:context--> #### Context #### Basic example Here's a basic example of creating a context containing the active theme. ```tsx import { createContext } from "react"; type ThemeContextType = "light" | "dark"; const ThemeContext = createContext<ThemeContextType>("light"); ``` Wrap the components that need the context with a context provider: ```tsx import { useState } from "react"; const App = () => { const [theme, setTheme] = useState<ThemeContextType>("light"); return ( <ThemeContext.Provider value={theme}> <MyComponent /> </ThemeContext.Provider> ); }; ``` Call `useContext` to read and subscribe to the context. ```tsx import { useContext } from "react"; const MyComponent = () => { const theme = useContext(ThemeContext); return <p>The current theme is {theme}.</p>; }; ``` #### Without default context value If you don't have any meaningful default value, specify `null`: ```tsx import { createContext } from "react"; interface CurrentUserContextType { username: string; } const CurrentUserContext = createContext<CurrentUserContextType | null>(null); ``` ```tsx const App = () => { const [currentUser, setCurrentUser] = useState<CurrentUserContextType>({ username: "filiptammergard", }); return ( <CurrentUserContext.Provider value={currentUser}> <MyComponent /> </CurrentUserContext.Provider> ); }; ``` Now that the type of the context can be `null`, you'll notice that you'll get a `'currentUser' is possibly 'null'` TypeScript error if you try to access the `username` property. You can use optional chaining to access `username`: ```tsx import { useContext } from "react"; const MyComponent = () => { const currentUser = useContext(CurrentUserContext); return <p>Name: {currentUser?.username}.</p>; }; ``` However, it would be preferrable to not have to check for `null`, since we know that the context won't be `null`. One way to do that is to provide a custom hook to use the context, where an error is thrown if the context is not provided: ```tsx import { createContext } from "react"; interface CurrentUserContextType { username: string; } const CurrentUserContext = createContext<CurrentUserContextType | null>(null); const useCurrentUser = () => { const currentUserContext = useContext(CurrentUserContext); if (!currentUserContext) { throw new Error( "useCurrentUser has to be used within <CurrentUserContext.Provider>" ); } return currentUserContext; }; ``` Using a runtime type check in this will has the benefit of printing a clear error message in the console when a provider is not wrapping the components properly. Now it's possible to access `currentUser.username` without checking for `null`: ```tsx import { useContext } from "react"; const MyComponent = () => { const currentUser = useCurrentUser(); return <p>Username: {currentUser.username}.</p>; }; ``` ##### Type assertion as an alternative Another way to avoid having to check for `null` is to use type assertion to tell TypeScript you know the context is not `null`: ```tsx import { useContext } from "react"; const MyComponent = () => { const currentUser = useContext(CurrentUserContext); return <p>Name: {currentUser!.username}.</p>; }; ``` Another option is to use an empty object as default value and cast it to the expected context type: ```tsx const CurrentUserContext = createContext<CurrentUserContextType>( {} as CurrentUserContextType ); ``` You can also use non-null assertion to get the same result: ```tsx const CurrentUserContext = createContext<CurrentUserContextType>(null!); ``` When you don't know what to choose, prefer runtime checking and throwing over type asserting. <!--END-SECTION:context--> <!--START-SECTION:forward-create-ref--> #### forwardRef/createRef Check the [Hooks section](https://github.com/typescript-cheatsheets/react/blob/main/README.md#hooks) for `useRef`. `createRef`: ```tsx import { createRef, PureComponent } from "react"; class CssThemeProvider extends PureComponent<Props> { private rootRef = createRef<HTMLDivElement>(); // like this render() { return <div ref={this.rootRef}>{this.props.children}</div>; } } ``` `forwardRef`: ```tsx import { forwardRef, ReactNode } from "react"; interface Props { children?: ReactNode; type: "submit" | "button"; } export type Ref = HTMLButtonElement; export const FancyButton = forwardRef<Ref, Props>((props, ref) => ( <button ref={ref} className="MyClassName" type={props.type}> {props.children} </button> )); ``` <details> <summary><b>Side note: the <code>ref</code> you get from <code>forwardRef</code> is mutable so you can assign to it if needed.</b></summary> This was done [on purpose](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/43265/). You can make it immutable if you have to - assign `React.Ref` if you want to ensure nobody reassigns it: ```tsx import { forwardRef, ReactNode, Ref } from "react"; interface Props { children?: ReactNode; type: "submit" | "button"; } export const FancyButton = forwardRef( ( props: Props, ref: Ref<HTMLButtonElement> // <-- here! ) => ( <button ref={ref} className="MyClassName" type={props.type}> {props.children} </button> ) ); ``` </details> If you are grabbing the props of a component that forwards refs, use [`ComponentPropsWithRef`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a05cc538a42243c632f054e42eab483ebf1560ab/types/react/index.d.ts#L770). #### Generic forwardRefs Read more context in https://fettblog.eu/typescript-react-generic-forward-refs/: ##### Option 1 - Wrapper component ```ts type ClickableListProps<T> = { items: T[]; onSelect: (item: T) => void; mRef?: React.Ref<HTMLUListElement> | null; }; export function ClickableList<T>(props: ClickableListProps<T>) { return ( <ul ref={props.mRef}> {props.items.map((item, i) => ( <li key={i}> <button onClick={(el) => props.onSelect(item)}>Select</button> {item} </li> ))} </ul> ); } ``` ##### Option 2 - Redeclare forwardRef ```ts // Redecalare forwardRef declare module "react" { function forwardRef<T, P = {}>( render: (props: P, ref: React.Ref<T>) => React.ReactElement | null ): (props: P & React.RefAttributes<T>) => React.ReactElement | null; } // Just write your components like you're used to! import { forwardRef, ForwardedRef } from "react"; interface ClickableListProps<T> { items: T[]; onSelect: (item: T) => void; } function ClickableListInner<T>( props: ClickableListProps<T>, ref: ForwardedRef<HTMLUListElement> ) { return ( <ul ref={ref}> {props.items.map((item, i) => ( <li key={i}> <button onClick={(el) => props.onSelect(item)}>Select</button> {item} </li> ))} </ul> ); } export const ClickableList = forwardRef(ClickableListInner); ``` #### More Info - https://medium.com/@martin_hotell/react-refs-with-typescript-a32d56c4d315 You may also wish to do [Conditional Rendering with `forwardRef`](https://github.com/typescript-cheatsheets/react/issues/167). [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:forward-create-ref--> <!--START-SECTION:portals--> #### Portals Using `ReactDOM.createPortal`: ```tsx const modalRoot = document.getElementById("modal-root") as HTMLElement; // assuming in your html file has a div with id 'modal-root'; export class Modal extends React.Component<{ children?: React.ReactNode }> { el: HTMLElement = document.createElement("div"); componentDidMount() { modalRoot.appendChild(this.el); } componentWillUnmount() { modalRoot.removeChild(this.el); } render() { return ReactDOM.createPortal(this.props.children, this.el); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoUSWRYmAEQHkBZObXAo9GAWgBNcZchTQQAdgGd4ICHxQAbBBAjwAvHAFoAriCRiYAOgDmSGAFF5SXfoBCATwCSfABQAiGXPk8cK1wEo4FAk4AAkAFWYAGQsrPRgAbgoAeiTAiQkdYDEjOCy4OwgtKDgACxgQeTZgS1KgwI1gADc4AHdgGBLcvgIPBW9lGHxE4XIkAA9qeDR5IODmWQU4cZg9PmDkbgMAYVxIMTi4AG8KOCX5AC5QiOjLazUNCG07gzQuFZi7tz4m-2GTuFE4HEcXowD48y0+mcAWO5FOp16igGBhQYDAqy2JWqLg6wAkBiQ8j8w1OAF8KP9AXs4gB1aryACqYhkkJg0KO-wRCyRKgMRBkjSQmOxzlx+MJxP+5JGpyIYj4SCg7Nh8LgRBgRTEtG4TGYLzeSAACtAYApRVj8WAcGB8WgsfI+HKADRwMUEokkuDS0lAA) <details> <summary><b>Using hooks</b></summary> Same as above but using hooks ```tsx import { useEffect, useRef, ReactNode } from "react"; import { createPortal } from "react-dom"; const modalRoot = document.querySelector("#modal-root") as HTMLElement; type ModalProps = { children: ReactNode; }; function Modal({ children }: ModalProps) { // create div element only once using ref const elRef = useRef<HTMLDivElement | null>(null); if (!elRef.current) elRef.current = document.createElement("div"); useEffect(() => { const el = elRef.current!; // non-null assertion because it will never be null modalRoot.appendChild(el); return () => { modalRoot.removeChild(el); }; }, []); return createPortal(children, elRef.current); } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAJQKYEMDGMA0cDecCuAzkgKIBmZSG2RSyZ2y6MAchACZJwC+cZUEEHADkUVBmEBYAFChIsXHDRiUMJAAVoMFABsefAUNHiYAWnaCp0mQHobcFIUL4QwAHYBzOO7gBPCPhQcAAWMCB6ZMA6XMGODnDswABucADuwDDB3uwiIBy6pgIQMMIA3DJoEG6E8HnsuggQxXAAvAkQaC5IbjAAdACO+EhQvgDKSNEY0AAUAEQAxHUFRTCzAJQOhHAAEgAqALIAMiTRIN0w5dbSML5gXPv5OuoCYFttODJwSsFR7GJuAC5ECY2JxLtxLjIyPg3BhgFU4A96jppng0D8dH9ujwgUjdM8IK8Nh9pF87EoVGoEsk4BMkGcenAqjpfEzYVwiO4vGIyJ8lFUarSdPRWgRiPQADx7I4AEWSJ3p5zgAB84G58DodAA+abqzVrS5fYBkODTACEE3ovU6UH+MA2lqQZGtgTtoosnQZfWUqDUCq9c0SSXWkNJYtIFCoMGm0w2LS1uD5X0q1XgE1FjudNrtZtKcHJbiqpj1ekcxFg8LccAARlQULRvPB0pq1UgksMa1wS0m4EthU0+igwHc3OwAMIY9jTCYGntiGCBKux1oJklfde9x6NYq9MR5dsT37TnSzsNfCF87jYADaAF1T3z54uKb6NFpdNN0b9-thMy7becp7cDIIHSOSRAoB4SCgdCsIwJWcAAILDsua78qmcDXoQwQQKkeI6NgxAwKMOF4Y8t6ikwGC9LQozaGo0xkLoxCnl8T5QEuPYSkGWo9mS9j+PgSgoFWzEQHAYD4PAmTAFsPiCUENSqMAaAhGEERRNBZ7rtxNLAOwLSzH2hQDrMWoSjYPF8bg2G4fhcAAGQOaa1lfBK+G8dpG5uUGrneTUvjRC0OBod5YXUoQYA6CgvhArMHhQPpsyYH5YVRegSAAJJqCAhBxWg5zDMlqXecESDAB4oRxQAjAADLVSTBMVXnhV86TsJkQLCHVDXBMIKUta11boAA1glASjnFUAeMN0y1Zg82Lb01VrM1rVhQAXplo5IAAHkCACcB0Det67cMBg3rp5p1fJlwhCCgm7ImaOCzHAswXTdcAStWUkwAiAVBSFw1oGNAgwuwcVgEOvgoKkPxgB9vBVGOOgqSNwXLvGcBESRdmPIxzFIGs3BamgOgQMQFm-TA-1uNd60WVZl0WR51kk9ZP1-QiKNo6DmNxgmuOkfh0wwFAQwk1qtmpIijzU9z9PWeSYiChAJoKQ4w5cZZyQM2sMjcEAA) </details> Modal Component Usage Example: ```tsx import { useState } from "react"; function App() { const [showModal, setShowModal] = useState(false); return ( <div> // you can also put this in your static html file <div id="modal-root"></div> {showModal && ( <Modal> <div style={{ display: "grid", placeItems: "center", height: "100vh", width: "100vh", background: "rgba(0,0,0,0.1)", zIndex: 99, }} > I'm a modal!{" "} <button style={{ background: "papyawhip" }} onClick={() => setShowModal(false)} > close </button> </div> </Modal> )} <button onClick={() => setShowModal(true)}>show Modal</button> // rest of your app </div> ); } ``` <details> <summary><b>Context of Example</b></summary> This example is based on the [Event Bubbling Through Portal](https://reactjs.org/docs/portals.html#event-bubbling-through-portals) example of React docs. </details> <!--END-SECTION:portals--> <!--START-SECTION:error-boundaries--> #### Error Boundaries ##### Option 1: Using react-error-boundary [React-error-boundary](https://github.com/bvaughn/react-error-boundary) - is a lightweight package ready to use for this scenario with TS support built-in. This approach also lets you avoid class components that are not that popular anymore. ##### Options 2: Writing your custom error boundary component If you don't want to add a new npm package for this, you can also write your own `ErrorBoundary` component. ```jsx import React, { Component, ErrorInfo, ReactNode } from "react"; interface Props { children?: ReactNode; } interface State { hasError: boolean; } class ErrorBoundary extends Component<Props, State> { public state: State = { hasError: false }; public static getDerivedStateFromError(_: Error): State { // Update state so the next render will show the fallback UI. return { hasError: true }; } public componentDidCatch(error: Error, errorInfo: ErrorInfo) { console.error("Uncaught error:", error, errorInfo); } public render() { if (this.state.hasError) { return <h1>Sorry.. there was an error</h1>; } return this.props.children; } } export default ErrorBoundary; ``` [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:error-boundaries--> <!--START-SECTION:concurrent--> #### Concurrent React/React Suspense _Not written yet._ watch <https://github.com/sw-yx/fresh-async-react> for more on React Suspense and Time Slicing. [Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:concurrent--> <!--START-SECTION:types--> ### Troubleshooting Handbook: Types > ⚠️ Have you read [the TypeScript FAQ](https://github.com/microsoft/TypeScript/wiki/FAQ?) Your answer might be there! Facing weird type errors? You aren't alone. This is the hardest part of using TypeScript with React. Be patient - you are learning a new language after all. However, the more you get good at this, the less time you'll be working _against_ the compiler and the more the compiler will be working _for_ you! Try to avoid typing with `any` as much as possible to experience the full benefits of TypeScript. Instead, let's try to be familiar with some of the common strategies to solve these issues. #### Union Types and Type Guarding Union types are handy for solving some of these typing problems: ```tsx class App extends React.Component< {}, { count: number | null; // like this } > { state = { count: null, }; render() { return <div onClick={() => this.increment(1)}>{this.state.count}</div>; } increment = (amt: number) => { this.setState((state) => ({ count: (state.count || 0) + amt, })); }; } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCtAGxQGc64BBMMOJADxiQDsATRsnQwAdAGFckHrxgAeCnDgBvAL4AaBcs2K0EAK48YALjg89IAEZIocAD6m91agG44AejdxqwANZI4MAAWwHSaKhQAfFrkinQwKNxwALzRijr6hiZmTmHOmkT81gAUAJSpaUQwelA8cLJ8wABucBA8Yt5oPklKpclRQSEiwDxoRCAyRQCMJSoRSgN0InEJSCK6BjAqsm4NjRF5MXDhh8OjSOOGyXBFKCDGDpbWZUlRStoBwYt0SDAAyvHcIrLRIva5vQ5pODrTLXYGraHwWz2AAMZQA1HBbjB3ioSiUDooVAcVEA) **Type Guarding**: Sometimes Union Types solve a problem in one area but create another downstream. If `A` and `B` are both object types, `A | B` isn't "either A or B", it is "A or B or both at once", which causes some confusion if you expected it to be the former. Learn how to write checks, guards, and assertions (also see the Conditional Rendering section below). For example: ```ts interface Admin { role: string; } interface User { email: string; } // Method 1: use `in` keyword function redirect(user: Admin | User) { if ("role" in user) { // use the `in` operator for typeguards since TS 2.7+ routeToAdminPage(user.role); } else { routeToHomePage(user.email); } } // Method 2: custom type guard, does the same thing in older TS versions or where `in` isnt enough function isAdmin(user: Admin | User): user is Admin { return (user as any).role !== undefined; } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoC4AOxiSk3STgEEATEGuAbwrjhwAbJAC44AZxhQaAcwDcFAL5Va9RmmYBVcfR584SECmCCxk6dXlKKFTAFdqGYBGoCIdugBUI7TtQAKKDJIABTiwDLUwJjA9ACUeuT80XBhEVExugC8OQR2OlAIEML4CbxJ-AJIMHZQrvi+NGQVinDWlOT2jjDOrjgeSN4AErhIgcFpkdGxUGX6KZMZM3A5WQSGxoKliZVVNXUEIyBIYEFIzfzK5FcUAPS3cACy1QAWEGxwAIxi+cwABjQ-nAANZIACeAHdoGxbA4nC4qmxgEQMCFflAxI1XAAfODaeI7ODREIAIiESBJRNc6LKcHucF+cBgL3+gLgEDA9BQMGgcEwvJgYM5MjsKCgbHEEhoGjgngAynAAEwAOgA7ABqfT8fpeHwcGjjULo5XkuIKFoGQQ6Qna9y6o5jM5ogrKjYmM36K43cj057M95KsRofI8vCCzlwEVitgAGjgbAgSElzOY4hQxyZL1kVPZgjYunlcAAbvRwi5JbyISyiHAAdQgcBxLQDNR3DIXrDur0ieIsc76Jj9Ti8QU4j8Cj3WEPCUR9q5+1A4ChJShqGC4ibiswAIS5Bz5mLUJAw65AA) Method 2 is also known as [User-Defined Type Guards](https://www.typescriptlang.org/docs/handbook/advanced-types.html#user-defined-type-guards) and can be really handy for readable code. This is how TS itself refines types with `typeof` and `instanceof`. If you need `if...else` chains or the `switch` statement instead, it should "just work", but look up [Discriminated Unions](https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions) if you need help. (See also: [Basarat's writeup](https://basarat.gitbook.io/typescript/type-system/discriminated-unions)). This is handy in typing reducers for `useReducer` or Redux. #### Optional Types If a component has an optional prop, add a question mark and assign during destructure (or use defaultProps). ```tsx class MyComponent extends React.Component<{ message?: string; // like this }> { render() { const { message = "default" } = this.props; return <div>{message}</div>; } } ``` You can also use a `!` character to assert that something is not undefined, but this is not encouraged. _Something to add? [File an issue](https://github.com/typescript-cheatsheets/react/issues/new) with your suggestions!_ #### Enum Types **We recommend avoiding using enums as far as possible**. Enums have a few [documented issues](https://fettblog.eu/tidy-typescript-avoid-enums/) (the TS team [agrees](https://twitter.com/orta/status/1348966323271987201?s=20)). A simpler alternative to enums is just declaring a union type of string literals: ```tsx export declare type Position = "left" | "right" | "top" | "bottom"; ``` If you must use enums, remember that enums in TypeScript default to numbers. You will usually want to use them as strings instead: ```tsx export enum ButtonSizes { default = "default", small = "small", large = "large", } // usage export const PrimaryButton = ( props: Props & React.HTMLProps<HTMLButtonElement> ) => <Button size={ButtonSizes.default} {...props} />; ``` #### Type Assertion Sometimes you know better than TypeScript that the type you're using is narrower than it thinks, or union types need to be asserted to a more specific type to work with other APIs, so assert with the `as` keyword. This tells the compiler you know better than it does. ```tsx class MyComponent extends React.Component<{ message: string; }> { render() { const { message } = this.props; return ( <Component2 message={message as SpecialMessageType}>{message}</Component2> ); } } ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCmATzCTgGU61gUAbAWSQGduUBzJABVa9ALwFuMKMAB2-fAG4KFOTCRRM6egAUcYbnADeFOHBA8+ggFxwpM+XAA+cAK6yAJkkxykH5eQAvirkaBCyUnAAwriQskiyMABMtsjoMAB0AGJRADx6EAYAfHASABRG5pYCSIEAlKUlZaZwuR7AAG5FLWa5ABYAjEVGFrw1gbkA9IPd5L2T7V0UdSFobCi8cBzUMeDhCfBIAB7qnoZpGBm7cQe5JnNVYzZ20nL8AYEl92ZEnhplDW+ZjgYQi8Eqoys9ECpTgMD6wG4GTA+m4AWBcCIMFcUFkcGaDwxuWu+0SSUeULEI2qgjgG0YzFYnBpwlEn2pT1qUxJ8TJswxdXRcGCQSAA) Note that you cannot assert your way to anything - basically it is only for refining types. Therefore it is not the same as "casting" a type. You can also assert a property is non-null, when accessing it: ```ts element.parentNode!.removeChild(element); // ! before the period myFunction(document.getElementById(dialog.id!)!); // ! after the property accessing let userID!: string; // definite assignment assertion... be careful! ``` Of course, try to actually handle the null case instead of asserting :) #### Simulating Nominal Types TS' structural typing is handy, until it is inconvenient. However you can simulate nominal typing with [`type branding`](https://basarat.gitbook.io/typescript/main-1/nominaltyping): ```ts type OrderID = string & { readonly brand: unique symbol }; type UserID = string & { readonly brand: unique symbol }; type ID = OrderID | UserID; ``` We can create these values with the Companion Object Pattern: ```ts function OrderID(id: string) { return id as OrderID; } function UserID(id: string) { return id as UserID; } ``` Now TypeScript will disallow you from using the wrong ID in the wrong place: ```ts function queryForUser(id: UserID) { // ... } queryForUser(OrderID("foobar")); // Error, Argument of type 'OrderID' is not assignable to parameter of type 'UserID' ``` In future you can use the `unique` keyword to brand. [See this PR](https://github.com/microsoft/TypeScript/pull/33038). #### Intersection Types Adding two types together can be handy, for example when your component is supposed to mirror the props of a native component like a `button`: ```tsx export interface PrimaryButtonProps { label: string; } export const PrimaryButton = ( props: PrimaryButtonProps & React.ButtonHTMLAttributes<HTMLButtonElement> ) => { // do custom buttony stuff return <button {...props}> {props.label} </button>; }; ``` _Playground [here](https://www.typescriptlang.org/play?ssl=4&ssc=1&pln=12&pc=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCipAD0ljmADsYkpN0k4AFKUFKAE8AQgFcYMCE14QwAZzgBvCnDgAbFACMkagFxw5MPkwDmAbgoBfanWjw0Uwzz4gBI8ZKZwAvHAAUKnBgOPL6vPxCYhJSMvJwAGSIxDAAdFGeABIAKgCyADIAghJ8muJIcgA82fnpUgCiakggSCwAfBQAlD6tSoEA9H1wACYQcGiihrhwpdFMggYwopiYgUSLUF4VM55KKXvBsnKWPYoH8ika2mqWcBV921KtFuSWQA)_ You can also use Intersection Types to make reusable subsets of props for similar components: ```tsx type BaseProps = { className?: string, style?: React.CSSProperties name: string // used in both } type DogProps = { tailsCount: number } type HumanProps = { handsCount: number } export const Human = (props: BaseProps & HumanProps) => // ... export const Dog = (props: BaseProps & DogProps) => // ... ``` [View in the TypeScript Playground](https://www.typescriptlang.org/play/?jsx=2#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCmATzCTgCEUBnJABRzGbgF44BvCnGFoANi2YA5FCCQB+AFxxmMKMAB2AcwA0Q4Suqj5S5OhgA6AMIBlaxwh1YwJMz1x1MpEpVqtcAPT+cACurAAmcBpwAEYQMAAWFAC+VLT0ACIQmvZcvAJ6MCjAosyWEMHqMErqwSDRSFDJqXRwABK1KOo53HyC5MLxnWGl5ZXVtfWN5CnkSAAekLBwaBDqKm0d6ibEFgBilgA8TKzdcABkGyCd3QB8eQAUAJS8d-d6B2HAAG4BNxSPFAo80W8BWa3gmU02zM5n2RxY7E43AukNuD2ePFe70+P38f3IjyAA) Make sure not to confuse Intersection Types (which are **and** operations) with Union Types (which are **or** operations). #### Union Types This section is yet to be written (please contribute!). Meanwhile, see our [commentary on Union Types usecases](https://github.com/typescript-cheatsheets/react/blob/main/README.md#union-types-and-type-guarding). The ADVANCED cheatsheet also has information on Discriminated Union Types, which are helpful when TypeScript doesn't seem to be narrowing your union type as you expect. #### Overloading Function Types Specifically when it comes to functions, you may need to overload instead of union type. The most common way function types are written uses the shorthand: ```ts type FunctionType1 = (x: string, y: number) => number; ``` But this doesn't let you do any overloading. If you have the implementation, you can put them after each other with the function keyword: ```ts function pickCard(x: { suit: string; card: number }[]): number; function pickCard(x: number): { suit: string; card: number }; function pickCard(x): any { // implementation with combined signature // ... } ``` However, if you don't have an implementation and are just writing a `.d.ts` definition file, this won't help you either. In this case you can forego any shorthand and write them the old-school way. The key thing to remember here is as far as TypeScript is concerned, `functions are just callable objects with no key`: ```ts type pickCard = { (x: { suit: string; card: number }[]): number; (x: number): { suit: string; card: number }; // no need for combined signature in this form // you can also type static properties of functions here eg `pickCard.wasCalled` }; ``` Note that when you implement the actual overloaded function, the implementation will need to declare the combined call signature that you'll be handling, it won't be inferred for you. You can readily see examples of overloads in DOM APIs, e.g. `createElement`. [Read more about Overloading in the Handbook.](https://www.typescriptlang.org/docs/handbook/functions.html#overloads) #### Using Inferred Types Leaning on TypeScript's Type Inference is great... until you realize you need a type that was inferred, and have to go back and explicitly declare types/interfaces so you can export them for reuse. Fortunately, with `typeof`, you won't have to do that. Just use it on any value: ```tsx const [state, setState] = useState({ foo: 1, bar: 2, }); // state's type inferred to be {foo: number, bar: number} const someMethod = (obj: typeof state) => { // grabbing the type of state even though it was inferred // some code using obj setState(obj); // this works }; ``` #### Using Partial Types Working with slicing state and props is common in React. Again, you don't really have to go and explicitly redefine your types if you use the `Partial` generic type: ```tsx const [state, setState] = useState({ foo: 1, bar: 2, }); // state's type inferred to be {foo: number, bar: number} // NOTE: stale state merging is not actually encouraged in useState // we are just demonstrating how to use Partial here const partialStateUpdate = (obj: Partial<typeof state>) => setState({ ...state, ...obj }); // later on... partialStateUpdate({ foo: 2 }); // this works ``` <details> <summary><b>Minor caveats on using <code>Partial</code></b></summary> Note that there are some TS users who don't agree with using `Partial` as it behaves today. See [subtle pitfalls of the above example here](https://twitter.com/ferdaber/status/1084798596027957248), and check out this long discussion on [why @types/react uses Pick instead of Partial](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18365). </details> #### The Types I need weren't exported! This can be annoying but here are ways to grab the types! - Grabbing the Prop types of a component: Use `React.ComponentProps` and `typeof`, and optionally `Omit` any overlapping types ```tsx import { Button } from "library"; // but doesn't export ButtonProps! oh no! type ButtonProps = React.ComponentProps<typeof Button>; // no problem! grab your own! type AlertButtonProps = Omit<ButtonProps, "onClick">; // modify const AlertButton = (props: AlertButtonProps) => ( <Button onClick={() => alert("hello")} {...props} /> ); ``` You may also use [`ComponentPropsWithoutRef`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a05cc538a42243c632f054e42eab483ebf1560ab/types/react/index.d.ts#L774) (instead of ComponentProps) and [`ComponentPropsWithRef`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a05cc538a42243c632f054e42eab483ebf1560ab/types/react/index.d.ts#L770) (if your component specifically forwards refs) - Grabbing the return type of a function: use `ReturnType`: ```tsx // inside some library - return type { baz: number } is inferred but not exported function foo(bar: string) { return { baz: 1 }; } // inside your app, if you need { baz: number } type FooReturn = ReturnType<typeof foo>; // { baz: number } ``` In fact you can grab virtually anything public: [see this blogpost from Ivan Koshelev](http://ikoshelev.azurewebsites.net/search/id/11/Pragmatic-uses-of-TypeScript-type-system-My-type-of-type) ```ts function foo() { return { a: 1, b: 2, subInstArr: [ { c: 3, d: 4, }, ], }; } type InstType = ReturnType<typeof foo>; type SubInstArr = InstType["subInstArr"]; type SubInstType = SubInstArr[0]; let baz: SubInstType = { c: 5, d: 6, // type checks ok! }; //You could just write a one-liner, //But please make sure it is forward-readable //(you can understand it from reading once left-to-right with no jumps) type SubInstType2 = ReturnType<typeof foo>["subInstArr"][0]; let baz2: SubInstType2 = { c: 5, d: 6, // type checks ok! }; ``` - TS also ships with a `Parameters` utility type for extracting the parameters of a function - for anything more "custom", the `infer` keyword is the basic building block for this, but takes a bit of getting used to. Look at the source code for the above utility types, and [this example](https://twitter.com/mgechev/status/1211030455224422401?s=20) to get the idea. Basarat [also has a good video on `infer`](https://www.youtube.com/watch?v=ijK-1R-LFII&list=PLYvdvJlnTOjF6aJsWWAt7kZRJvzw-en8B&index=3&t=0s). #### The Types I need don't exist! What's more annoying than modules with unexported types? Modules that are **untyped**! > Before you proceed - make sure you have checked that types don't exist in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) or [TypeSearch](https://microsoft.github.io/TypeSearch/) Fret not! There are more than a couple of ways in which you can solve this problem. ##### Slapping `any` on everything A **lazier** way would be to create a new type declaration file, say `typedec.d.ts`– if you don't already have one. Ensure that the path to file is resolvable by TypeScript by checking the `include` array in the `tsconfig.json` file at the root of your directory. ```json // inside tsconfig.json { // ... "include": [ "src" // automatically resolves if the path to declaration is src/typedec.d.ts ] // ... } ``` Within this file, add the `declare` syntax for your desired module, say `my-untyped-module`– to the declaration file: ```ts // inside typedec.d.ts declare module "my-untyped-module"; ``` This one-liner alone is enough if you just need it to work without errors. A even hackier, write-once-and-forget way would be to use `"*"` instead which would then apply the `Any` type for all existing and future untyped modules. This solution works well as a workaround if you have less than a couple untyped modules. Anything more, you now have a ticking type-bomb in your hands. The only way of circumventing this problem would be to define the missing types for those untyped modules as explained in the following sections. ##### Autogenerate types You can use TypeScript with `--allowJs` and `--declaration` to see TypeScript's "best guess" at the types of the library. If this doesn't work well enough, use [`dts-gen`](https://github.com/Microsoft/dts-gen) to use the runtime shape of the object to accurately enumerate all available properties. This tends to be very accurate, BUT the tool does not yet support scraping JSDoc comments to populate additional types. ```bash npm install -g dts-gen dts-gen -m <your-module> ``` There are other automated JS to TS conversion tools and migration strategies - see [our MIGRATION cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/migration/from_js). ##### Typing Exported Hooks Typing Hooks is just like typing pure functions. The following steps work under two assumptions: - You have already created a type declaration file as stated earlier in the section. - You have access to the source code - specifically the code that directly exports the functions you will be using. In most cases, it would be housed in an `index.js` file. Typically you need a minimum of **two** type declarations (one for **Input Prop** and the other for **Return Prop**) to define a hook completely. Suppose the hook you wish to type follows the following structure, ```js // ... const useUntypedHook = (prop) => { // some processing happens here return { /* ReturnProps */ }; }; export default useUntypedHook; ``` then, your type declaration should most likely follow the following syntax. ```ts declare module 'use-untyped-hook' { export interface InputProps { ... } // type declaration for prop export interface ReturnProps { ... } // type declaration for return props export default function useUntypedHook( prop: InputProps // ... ): ReturnProps; } ``` <details> <summary><b>For instance, the <a href="https://github.com/donavon/use-dark-mode">useDarkMode hook</a> exports the functions that follows a similar structure.</b></summary> ```js // inside src/index.js const useDarkMode = ( initialValue = false, // -> input props / config props to be exported { // -> input props / config props to be exported element, classNameDark, classNameLight, onChange, storageKey = "darkMode", storageProvider, global, } = {} ) => { // ... return { // -> return props to be exported value: state, enable: useCallback(() => setState(true), [setState]), disable: useCallback(() => setState(false), [setState]), toggle: useCallback(() => setState((current) => !current), [setState]), }; }; export default useDarkMode; ``` As the comments suggest, exporting these config props and return props following the aforementioned structure will result in the following type export. ```ts declare module "use-dark-mode" { /** * A config object allowing you to specify certain aspects of `useDarkMode` */ export interface DarkModeConfig { classNameDark?: string; // A className to set "dark mode". Default = "dark-mode". classNameLight?: string; // A className to set "light mode". Default = "light-mode". element?: HTMLElement; // The element to apply the className. Default = `document.body` onChange?: (val?: boolean) => void; // Override the default className handler with a custom callback. storageKey?: string; // Specify the `localStorage` key. Default = "darkMode". Set to `null` to disable persistent storage. storageProvider?: WindowLocalStorage; // A storage provider. Default = `localStorage`. global?: Window; // The global object. Default = `window`. } /** * An object returned from a call to `useDarkMode`. */ export interface DarkMode { readonly value: boolean; enable: () => void; disable: () => void; toggle: () => void; } /** * A custom React Hook to help you implement a "dark mode" component for your application. */ export default function useDarkMode( initialState?: boolean, config?: DarkModeConfig ): DarkMode; } ``` </details> ##### Typing Exported Components In case of typing untyped class components, there's almost no difference in approach except for the fact that after declaring the types, you export the extend the type using `class UntypedClassComponent extends React.Component<UntypedClassComponentProps, any> {}` where `UntypedClassComponentProps` holds the type declaration. For instance, [sw-yx's Gist on React Router 6 types](https://gist.github.com/sw-yx/37a6a3d248c2d4031801f0d568904df8) implemented a similar method for typing the then untyped RR6. ```ts declare module "react-router-dom" { import * as React from 'react'; // ... type NavigateProps<T> = { to: string | number, replace?: boolean, state?: T } //... export class Navigate<T = any> extends React.Component<NavigateProps<T>>{} // ... ``` For more information on creating type definitions for class components, you can refer to this [post](https://templecoding.com/blog/2016/03/31/creating-typescript-typings-for-existing-react-components) for reference. #### Frequent Known Problems with TypeScript Just a list of stuff that React developers frequently run into, that TS has no solution for. Not necessarily TSX only. ##### TypeScript doesn't narrow after an object element null check [![https://pbs.twimg.com/media/E0u6b9uUUAAgwAk?format=jpg&name=medium](https://pbs.twimg.com/media/E0u6b9uUUAAgwAk?format=jpg&name=medium)](https://mobile.twitter.com/tannerlinsley/status/1390409931627499523) Ref: https://mobile.twitter.com/tannerlinsley/status/1390409931627499523. see also https://github.com/microsoft/TypeScript/issues/9998 ##### TypeScript doesn't let you restrict the type of children Guaranteeing typesafety for this kind of API isn't possible: ```tsx <Menu> <MenuItem/> {/* ok */} <MenuLink/> {/* ok */} <div> {/* error */} </Menu> ``` Source: https://twitter.com/ryanflorence/status/1085745787982700544?s=20 <!--END-SECTION:types--> <!--START-SECTION:operators--> ### Troubleshooting Handbook: Operators - `typeof` and `instanceof`: type query used for refinement - `keyof`: get keys of an object. `keyof T` is an operator to tell you what values of `k` can be used for `obj[k]`. - [Some misconceptions here](https://twitter.com/SeaRyanC/status/1418678670739218438?s=20). - `O[K]`: property lookup - `[K in O]`: mapped types - `+` or `-` or `readonly` or `?`: addition and subtraction and readonly and optional modifiers - `x ? Y : Z`: Conditional types for generic types, type aliases, function parameter types - `!`: Nonnull assertion for nullable types - `=`: Generic type parameter default for generic types - `as`: type assertion - `is`: type guard for function return types Conditional Types are a difficult topic to get around so here are some extra resources: - fully walked through explanation https://artsy.github.io/blog/2018/11/21/conditional-types-in-typescript/ - Bailing out and other advanced topics https://github.com/sw-yx/ts-spec/blob/master/conditional-types.md - Basarat's video https://www.youtube.com/watch?v=SbVgPQDealg&list=PLYvdvJlnTOjF6aJsWWAt7kZRJvzw-en8B&index=2&t=0s - [Generics, Conditional types and Mapped types](https://www.youtube.com/watch?v=PJjeHzvi_VQ&feature=youtu.be) <!--END-SECTION:operators--> <!--START-SECTION:utilities--> ### Troubleshooting Handbook: Utilities These are all built in, [see source in es5.d.ts](https://github.com/microsoft/TypeScript/blob/33a34e5b96bfe086266f4765ab9789a2a02507f9/src/lib/es5.d.ts#L1523-L1637): - `Awaited`: emulate the behavior of `await` - `Capitalize`: convert first character of string literal type to uppercase - `ConstructorParameters`: a tuple of class constructor's parameter types - `Exclude`: exclude a type from another type - `Extract`: select a subtype that is assignable to another type - `InstanceType`: the instance type you get from a `new`ing a class constructor - `Lowercase`: convert string literal type to lowercase - `NonNullable`: exclude `null` and `undefined` from a type - `Omit`: construct a type with the properties of another type. - `OmitThisParameter`: remove the 'this' parameter from a function type. - `Parameters`: a tuple of a function's parameter types - `Partial`: Make all properties in an object optional - `Readonly`: Make all properties in an object readonly - `ReadonlyArray`: Make an immutable array of the given type - `Pick`: A subtype of an object type with a subset of its keys - `Record`: A map from a key type to a value type - `Required`: Make all properties in an object required - `ReturnType`: A function's return type - `ThisParameterType`: extract the type of the 'this' parameter of a function type - `ThisType`: marker for contextual 'this' type - `Uncapitalize`: convert first character of string literal type to lowercase - `Uppercase`: convert string literal type to uppercase <!--END-SECTION:utilities--> <!--START-SECTION:ts-config--> ### Troubleshooting Handbook: tsconfig.json You can find [all the Compiler options in the TypeScript docs](https://www.typescriptlang.org/docs/handbook/compiler-options.html). [The new TS docs also has per-flag annotations of what each does](https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports). This is the setup I roll with for APPS (not libraries - for libraries you may wish to see the settings we use in `tsdx`): ```json { "compilerOptions": { "incremental": true, "outDir": "build/lib", "target": "es5", "module": "esnext", "lib": ["DOM", "ESNext"], "sourceMap": true, "importHelpers": true, "declaration": true, "rootDir": "src", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "allowJs": false, "jsx": "react", "moduleResolution": "node", "baseUrl": "src", "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "suppressImplicitAnyIndexErrors": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "scripts"] } ``` You can find more [recommended TS config here](https://github.com/tsconfig/bases). Please open an issue and discuss if there are better recommended choices for React. Selected flags and why we like them: - `esModuleInterop`: disables namespace imports (`import * as foo from "foo"`) and enables CJS/AMD/UMD style imports (`import fs from "fs"`) - `strict`: `strictPropertyInitialization` forces you to initialize class properties or explicitly declare that they can be undefined. You can opt out of this with a definite assignment assertion. - `"typeRoots": ["./typings", "./node_modules/@types"]`: By default, TypeScript looks in `node_modules/@types` and parent folders for third party type declarations. You may wish to override this default resolution so you can put all your global type declarations in a special `typings` folder. Compilation time grows linearly with size of codebase. For large projects, you will want to use [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html). See our [ADVANCED](https://react-typescript-cheatsheet.netlify.app/docs/advanced) cheatsheet for commentary. <!--END-SECTION:ts-config--> <!--START-SECTION:official-typings-bugs--> ### Troubleshooting Handbook: Fixing bugs in official typings If you run into bugs with your library's official typings, you can copy them locally and tell TypeScript to use your local version using the "paths" field. In your `tsconfig.json`: ```json { "compilerOptions": { "paths": { "mobx-react": ["../typings/modules/mobx-react"] } } } ``` [Thanks to @adamrackis for the tip.](https://twitter.com/AdamRackis/status/1024827730452520963) If you just need to add an interface, or add missing members to an existing interface, you don't need to copy the whole typing package. Instead, you can use [declaration merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html): ```tsx // my-typings.ts declare module "plotly.js" { interface PlotlyHTMLElement { removeAllListeners(): void; } } // MyComponent.tsx import { PlotlyHTMLElement } from "plotly.js"; const f = (e: PlotlyHTMLElement) => { e.removeAllListeners(); }; ``` You dont always have to implement the module, you can simply import the module as `any` for a quick start: ```tsx // my-typings.ts declare module "plotly.js"; // each of its imports are `any` ``` Because you don't have to explicitly import this, this is known as an [ambient module declaration](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html#pitfalls-of-namespaces-and-modules). You can do AMD's in a script-mode `.ts` file (no imports or exports), or a `.d.ts` file anywhere in your project. You can also do ambient variable and ambient type declarations: ```ts // ambient utiltity type type ToArray<T> = T extends unknown[] ? T : T[]; // ambient variable declare let process: { env: { NODE_ENV: "development" | "production"; }; }; process = { env: { NODE_ENV: "production", }, }; ``` You can see examples of these included in the built in type declarations in the `lib` field of `tsconfig.json` <!--END-SECTION:official-typings-bugs--> <!--START-SECTION:non-ts-files--> ### Troubleshooting Handbook: Globals, Images and other non-TS files Use [declaration merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html). If, say, you are using a third party JS script that attaches on to the `window` global, you can extend `Window`: ```ts declare global { interface Window { MyVendorThing: MyVendorType; } } ``` Likewise if you wish to "import" an image or other non TS/TSX file: ```ts // declaration.d.ts // anywhere in your project, NOT the same name as any of your .ts/tsx files declare module "*.png"; // importing in a tsx file import * as logo from "./logo.png"; ``` Note that `tsc` cannot bundle these files for you, you will have to use Webpack or Parcel. Related issue: https://github.com/Microsoft/TypeScript-React-Starter/issues/12 and [StackOverflow](https://stackoverflow.com/a/49715468/4216035) <!--END-SECTION:non-ts-files--> <!--START-SECTION:editor-integration--> ### Editor Tooling and Integration - VSCode - swyx's VSCode Extension: https://github.com/sw-yx/swyx-react-typescript-snippets - amVim: https://marketplace.visualstudio.com/items?itemName=auiworks.amvim - VIM - https://github.com/Quramy/tsuquyomi - nvim-typescript? - https://github.com/leafgarland/typescript-vim - peitalin/vim-jsx-typescript - NeoVim: https://github.com/neoclide/coc.nvim - other discussion: https://mobile.twitter.com/ryanflorence/status/1085715595994095620 You are free to use this repo's TSX logo if you wish: [![https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png](https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png)](https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png) You may also wish to use alternative logos - [jsx-tsx-logos](https://github.com/Protectator/jsx-tsx-logos) ![https://github.com/Protectator/jsx-tsx-logos/raw/master/example.png](https://github.com/Protectator/jsx-tsx-logos/raw/master/example.png) <!--END-SECTION:editor-integration--> <!--START-SECTION:linting--> ### Linting > ⚠️Note that [TSLint is now in maintenance and you should try to use ESLint instead](https://medium.com/palantir/tslint-in-2019-1a144c2317a9). If you are interested in TSLint tips, please check this PR from [@azdanov](https://github.com/typescript-cheatsheets/react/pull/14). The rest of this section just focuses on ESLint. [You can convert TSlint to ESlint with this tool](https://github.com/typescript-eslint/tslint-to-eslint-config). > ⚠️This is an evolving topic. `typescript-eslint-parser` is no longer maintained and [work has recently begun on `typescript-eslint` in the ESLint community](https://eslint.org/blog/2019/01/future-typescript-eslint) to bring ESLint up to full parity and interop with TSLint. Follow the TypeScript + ESLint docs at https://github.com/typescript-eslint/typescript-eslint: ``` yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint ``` add a `lint` script to your `package.json`: ```json "scripts": { "lint": "eslint 'src/**/*.ts'" }, ``` and a suitable `.eslintrc.js` (using `.js` over `.json` here so we can add comments): ```js module.exports = { env: { es6: true, node: true, jest: true, }, extends: "eslint:recommended", parser: "@typescript-eslint/parser", plugins: ["@typescript-eslint"], parserOptions: { ecmaVersion: 2017, sourceType: "module", }, rules: { indent: ["error", 2], "linebreak-style": ["error", "unix"], quotes: ["error", "single"], "no-console": "warn", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": [ "error", { vars: "all", args: "after-used", ignoreRestSiblings: false }, ], "@typescript-eslint/explicit-function-return-type": "warn", // Consider using explicit annotations for object literals and function return types even when they can be inferred. "no-empty": "warn", }, }; ``` Most of this is taken from [the `tsdx` PR](https://github.com/palmerhq/tsdx/pull/70/files) which is for **libraries**. More `.eslintrc.json` options to consider with more options you may want for **apps**: ```json { "extends": [ "airbnb", "prettier", "prettier/react", "plugin:prettier/recommended", "plugin:jest/recommended", "plugin:unicorn/recommended" ], "plugins": ["prettier", "jest", "unicorn"], "parserOptions": { "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "env": { "es6": true, "browser": true, "jest": true }, "settings": { "import/resolver": { "node": { "extensions": [".js", ".jsx", ".ts", ".tsx"] } } }, "overrides": [ { "files": ["**/*.ts", "**/*.tsx"], "parser": "typescript-eslint-parser", "rules": { "no-undef": "off" } } ] } ``` You can read a [fuller TypeScript + ESLint setup guide here](https://blog.matterhorn.dev/posts/learn-typescript-linting-part-1/) from Matterhorn, in particular check https://github.com/MatterhornDev/learn-typescript-linting. Another great resource is ["Using ESLint and Prettier in a TypeScript Project"](https://dev.to/robertcoopercode/using-eslint-and-prettier-in-a-typescript-project-53jb) by @robertcoopercode. Wes Bos is also working on [TypeScript support for his eslint+prettier config.](https://github.com/wesbos/eslint-config-wesbos/issues/68) If you're looking for information on Prettier, check out the [Prettier](https://github.com/typescript-cheatsheets/react/blob/main/docs/advanced/misc-concerns.md#prettier) guide. <!--END-SECTION:linting--> <!--START-SECTION:resources--> ### Other React + TypeScript resources - me! <https://twitter.com/swyx> - https://www.freecodecamp.org/news/how-to-build-a-todo-app-with-react-typescript-nodejs-and-mongodb/ - <https://github.com/piotrwitek/react-redux-typescript-guide> - **HIGHLY HIGHLY RECOMMENDED**, i wrote this repo before knowing about this one, this has a lot of stuff I don't cover, including **REDUX** and **JEST**. - [10 Bad TypeScript Habits](https://startup-cto.net/10-bad-typescript-habits-to-break-this-year/): 1. not using `"strict": true` 2. using `||` for default values when we have `??` 3. Using `any` instead of `unknown` for API responses 4. using `as` assertion instead of Type Guards (`function isFoo(obj: unknown): obj is Foo {}`) 5. `as any` in tests 6. Marking optional properties instead of modeling which combinations exist by extending interfaces 7. One letter generics 8. Non-boolean `if (nonboolean)` checks 9. bangbang checks `if (!!nonboolean)` 10. `!= null` to check for `null` and `undefined` - [Ultimate React Component Patterns with TypeScript 2.8](https://levelup.gitconnected.com/ultimate-react-component-patterns-with-typescript-2-8-82990c516935) - [Basarat's TypeScript gitbook has a React section](https://basarat.gitbook.io/typescript/tsx/react) with an [Egghead.io course](https://egghead.io/courses/use-typescript-to-develop-react-applications) as well. - [Palmer Group's TypeScript + React Guidelines](https://github.com/palmerhq/typescript) as well as Jared's other work like [disco.chat](https://github.com/jaredpalmer/disco.chat) - [Sindre Sorhus' TypeScript Style Guide](https://github.com/sindresorhus/typescript-definition-style-guide) - [TypeScript React Starter Template by Microsoft](https://github.com/Microsoft/TypeScript-React-Starter) A starter template for TypeScript and React with a detailed README describing how to use the two together. Note: this doesn't seem to be frequently updated anymore. - [Steve Kinney's React and TypeScript course on Frontend Masters (paid)](https://frontendmasters.com/courses/react-typescript/) - [Brian Holt's Intermediate React course on Frontend Masters (paid)](https://frontendmasters.com/courses/intermediate-react/converting-the-app-to-typescript/) - Converting App To TypeScript Section - [Mike North's Production TypeScript course on Frontend Masters (paid)](https://frontendmasters.com/courses/production-typescript/) - [TSX Guide](https://jenil.github.io/chota/) by [gojutin](https://github.com/gojutin/www.tsx.guide) - TypeScript conversion: - [Lyft's React-To-TypeScript conversion CLI](https://github.com/lyft/react-javascript-to-typescript-transform) - [Gustav Wengel's blogpost - converting a React codebase to TypeScript](http://www.gustavwengel.dk/converting-typescript-to-javascript-part-1) - [Microsoft React TypeScript conversion guide](https://github.com/Microsoft/TypeScript-React-Conversion-Guide#typescript-react-conversion-guide) - [Matt Pocock's Beginner's Typescript Tutorial](https://github.com/total-typescript/beginners-typescript-tutorial) - [You?](https://github.com/typescript-cheatsheets/react/issues/new). <!--END-SECTION:resources--> <!--START-SECTION:talks--> ### Recommended React + TypeScript talks - [Ultimate React Component Patterns with TypeScript](https://www.youtube.com/watch?v=_PBQ3if6Fmg), by Martin Hochel, GeeCon Prague 2018 - Please help contribute this new section! <!--END-SECTION:talks--> <!--START-SECTION:learn-ts--> ### Time to Really Learn TypeScript Believe it or not, we have only barely introduced TypeScript here in this cheatsheet. If you are still facing TypeScript troubleshooting issues, it is likely that your understanding of TS is still too superficial. There is a whole world of generic type logic that you will eventually get into, however it becomes far less dealing with React than just getting good at TypeScript so it is out of scope here. But at least you can get productive in React now :) It is worth mentioning some resources to help you get started: - Step through the 40+ examples under [the playground's](http://www.typescriptlang.org/play/index.html) Examples section, written by @Orta - Anders Hejlsberg's overview of TS: https://www.youtube.com/watch?v=ET4kT88JRXs - Marius Schultz: https://blog.mariusschulz.com/series/typescript-evolution with an [Egghead.io course](https://egghead.io/courses/advanced-static-types-in-typescript) - Basarat's Deep Dive: https://basarat.gitbook.io/typescript/ - Axel Rauschmeyer's [Tackling TypeScript](https://exploringjs.com/tackling-ts/) - Rares Matei: [Egghead.io course](https://egghead.io/courses/practical-advanced-typescript)'s advanced TypeScript course on Egghead.io is great for newer typescript features and practical type logic applications (e.g. recursively making all properties of a type `readonly`) - Learn about [Generics, Conditional types and Mapped types](https://www.youtube.com/watch?v=PJjeHzvi_VQ&feature=youtu.be) - Shu Uesugi: [TypeScript for Beginner Programmers](https://ts.chibicode.com/) - Here is another [TypeScript Error Guide](https://github.com/threehams/typescript-error-guide/) that you can check for your errors. <!--END-SECTION:learn-ts--> <!--START-SECTION:examples--> ### Example App - [Create React App TypeScript Todo Example 2021](https://github.com/laststance/create-react-app-typescript-todo-example-2021) - [Ben Awad's 14 hour Fullstack React/GraphQL/TypeScript Tutorial](https://www.youtube.com/watch?v=I6ypD7qv3Z8) - [Cypress Realworld App](https://github.com/cypress-io/cypress-realworld-app) <!--END-SECTION:examples--> ## My question isn't answered here! - [File an issue](https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/issues/new). ## Contributors This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. See [CONTRIBUTORS.md](/CONTRIBUTORS.md) for the full list. Contributions of any kind welcome!
3,083
Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS
# Backend best practices **Check out my other repositories**: - [Domain-Driven Hexagon](https://github.com/Sairyss/domain-driven-hexagon) - Guide on Domain-Driven Design, software architecture, design patterns, best practices etc. - [System Design Patterns](https://github.com/Sairyss/system-design-patterns) - list of topics and resources related to distributed systems, system design, microservices, scalability and performance, etc. - [Full Stack starter template](https://github.com/Sairyss/fullstack-starter-template) - template for full stack applications based on TypeScript, React, Vite, ChakraUI, tRPC, Fastify, Prisma, zod, etc. --- In this readme are presented some of the best practices, tools and guidelines for backend applications gathered from different sources. This Readme contains code examples mainly for TypeScript + NodeJS, but practices described here are language agnostic and can be used in any backend project. --- - [Backend best practices](#backend-best-practices) - [Architecture](#architecture) - [API Security](#api-security) - [Data Validation](#data-validation) - [Enforce least privilege](#enforce-least-privilege) - [Rate Limiting](#rate-limiting) - [Testing](#testing) - [White box vs Black box](#white-box-vs-black-box) - [Load Testing](#load-testing) - [Fuzz Testing](#fuzz-testing) - [Documentation](#documentation) - [Document APIs](#document-apis) - [Use wiki](#use-wiki) - [Add Readme](#add-readme) - [Write self-documenting code](#write-self-documenting-code) - [Prefer statically typed languages](#prefer-statically-typed-languages) - [Avoid useless comments](#avoid-useless-comments) - [Database Best Practices](#database-best-practices) - [Backups](#backups) - [Managing Schema Changes](#managing-schema-changes) - [Data Seeding](#data-seeding) - [Configuration](#configuration) - [Logging](#logging) - [Monitoring](#monitoring) - [Standardization](#standardization) - [Static Code Analysis](#static-code-analysis) - [Code formatting](#code-formatting) - [Shut down gracefully](#shut-down-gracefully) - [Profiling](#profiling) - [Benchmarking](#benchmarking) - [Make application easy to setup](#make-application-easy-to-setup) - [Deployment](#deployment) - [Blue-Green Deployment](#blue-green-deployment) - [Code Generation](#code-generation) - [Version Control](#version-control) - [Pre-push/pre-commit hooks](#pre-pushpre-commit-hooks) - [Conventional commits](#conventional-commits) - [API Versioning](#api-versioning) - [Additional resources](#additional-resources) - [Github Repositories](#github-repositories) ## Architecture Software architecture is about making fundamental choices of your application structure. > Architecture serves as a blueprint for a system. It provides an abstraction to manage the system complexity and establish a communication and coordination mechanism among components. Choosing the right architecture is crucial for your application. We discussed architecture in details in this repository: [Domain-Driven Hexagon](https://github.com/Sairyss/domain-driven-hexagon). Read more: - [Software Architecture & Design Introduction](https://www.tutorialspoint.com/software_architecture_design/introduction.htm) ## API Security Software security is the application of techniques that allow to mitigate and protect software systems from vulnerabilities and malicious attacks. Software security is a large and complex discipline, so we will not cover it in details here. Instead, here are some generic recommendations to ensure at least basic level of security: - Ensure [secure coding](https://en.wikipedia.org/wiki/Secure_coding) practices - Validate all inputs and requests. - Ensure you don’t store sensitive information in your Authentication tokens. - Use [TLS](https://en.wikipedia.org/wiki/Transport_Layer_Security) protocol - Ensure you encrypt all sensitive information stored in your database - Ensure that you are using safe encryption algorithms. There are a lot of algorithms that are still widely used, but are **not secure**, for example MD5, SHA1 etc. Secure algorithms include RSA (2048 bits or above), SHA2 (256 bits or above), AES (128 bits or above) etc. [Security/Guidelines/crypto algorithms](https://wiki.openstack.org/wiki/Security/Guidelines/crypto_algorithms) - Monitor user activity on your servers to ensure that users are following software security best practices and to detect suspicious activities, such as privilege abuse and user impersonation. - Never store secrets (passwords, keys, etc.) in the sources in version control (like GitHub). Use environmental variables to store secrets. Put files with your secrets (like `.env`) to `.gitignore`. - Update your packages and software tools frequently so ensure the latest bugs and vulnerabilities are fixed - Monitor vulnerabilities in any third party software / libraries you use - Follow popular cybersecurity blogs and websites to be aware of the latest security vulnerabilities. This way you can effectively mitigate them in time. - Don’t pass sensitive data in your API queries, for example: `https://example.com/login/username=john&password=12345` - Don't log sensitive data to prevent leaks - Harden your server by closing all but used ports, use firewall, block malicious connections using tools like [fail2ban](https://www.fail2ban.org/wiki/index.php/Main_Page), keep your server up to date, etc. Read more: - [OWASP Top Ten](https://owasp.org/www-project-top-ten/) - [OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/index.html) - [Hardening a Linux Server for Production](https://jeremysik.substack.com/p/hardening-a-linux-server-for-production) ### Data Validation [Data validation](https://en.wikipedia.org/wiki/Data_validation) is critical for security of your API. You should validate all the input sent to your API. Below are some basic recommendations on what data should be validated: - _Origin - Is the data from a legitimate sender?_ When possible, accept data only from [authorized](https://en.wikipedia.org/wiki/Authorization) users / [whitelisted](https://en.wikipedia.org/wiki/Whitelisting) [IPs](https://en.wikipedia.org/wiki/IP_address) etc. depending on the situation. - _Existence - is provided data not empty?_ Further validations make no sense if data is empty. Check for empty values: null/undefined, empty objects and arrays. - _Size - Is it reasonably big?_ Before any further steps, check length/size of input data, no matter what type it is. This will prevent validating data that is too big which may block a thread entirely (sending data that is too big may be a [DoS](https://en.wikipedia.org/wiki/Denial-of-service_attack) attack). - _Lexical content - Does it contain the right characters and encoding?_ For example, if we expect data that only contains digits, we scan it to see if there’s anything else. If we find anything else, we draw the conclusion that the data is either broken by mistake or has been maliciously crafted to fool our system. - _Syntax - Is the format right?_ Check if data format is right. Sometimes checking syntax is as simple as using a regexp, or it may be more complex like parsing an XML or JSON. - _Semantics - Does the data make sense?_ Check data in connection with the rest of the system (like database, other processes etc.). For example, checking in a database if ID of item exists. Cheap operations like checking for null/undefined and checking length of data come early in the list, and more expensive operations that require calling the database should be executed afterwards. Example files: - [create-user.request.dto.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/src/modules/user/commands/create-user/create-user.request.dto.ts) - _lexical_, _size_ and _existence_ validations of a [DTO](https://github.com/Sairyss/domain-driven-hexagon#dtos) using [decorators](https://www.typescriptlang.org/docs/handbook/decorators.html) provided by [class-validator](https://www.npmjs.com/package/class-validator) package. Read more: - [OWASP Input Validation Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html) - ["Secure by Design" Chapter 4.3: Validation](https://livebook.manning.com/book/secure-by-design/chapter-4/109). ### Enforce least privilege Ensure that users and systems have the minimum access privileges required to perform their job functions ([Principle of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege)). For example: - On your web server you can leave only 443 port for HTTPS requests open (and maybe an SSH port for administrating), and close all the other ports to prevent hackers connecting to other applications that may be running on your server. - When working with databases, give your APIs/services/users only the access rights that they need, and restrict everything else. Let's say if your API only needs to read data, let it read it, but not modify (for example when working with read replicas or [CQRS](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs#:~:text=CQRS%20stands%20for%20Command%20and,operations%20for%20a%20data%20store.&text=The%20flexibility%20created%20by%20migrating,conflicts%20at%20the%20domain%20level.) queries your API may only need to read that data but never modify it, so restrict update/delete actions for it). - Give proper access rights to users. For example, you want your newly hired employee to help your customer service, so you give him SSH access to production server, so he can check the logs through a terminal when it is needed. But you don't want him to shut down the server by accident, so leave him with minimum access rights that he needs to do his job, and restrict access to anything else (and log all his actions). Eliminating unnecessary access rights significantly reduces your [attack surface](https://en.wikipedia.org/wiki/Attack_surface). Read more: - [Principle of Least Privilege (PoLP): What Is It, Why Is It Important, & How to Use It](https://www.strongdm.com/blog/principle-of-least-privilege) ### Rate Limiting Enforce a limit to the number of API requests within a time frame, this is called Rate Limiting or API throttling By default, there is no limit on how many request users can make to your API. This may lead to problems, like [DoS](https://en.wikipedia.org/wiki/Denial-of-service_attack) or brute force attacks, performance issues like high response time etc. To solve this, implementing [Rate Limiting](https://en.wikipedia.org/wiki/Rate_limiting) is essential for any API. Also enforce rate limiting for login attempts. Lock a user account for specific period of time after a given number of failed attempts - In NodeJS world, [express-rate-limit](https://www.npmjs.com/package/express-rate-limit) is an option for simple APIs. - Another alternative is [NGINX Rate Limiting](https://www.nginx.com/blog/rate-limiting-nginx/). - [Kong](https://konghq.com/kong/) has [rate limiting plugin](https://docs.konghq.com/hub/kong-inc/rate-limiting/). Read more: - [Everything You Need To Know About API Rate Limiting](https://nordicapis.com/everything-you-need-to-know-about-api-rate-limiting/) - [Rate-limiting strategies and techniques](https://cloud.google.com/solutions/rate-limiting-strategies-techniques) - [How to Design a Scalable Rate Limiting Algorithm](https://konghq.com/blog/how-to-design-a-scalable-rate-limiting-algorithm/) ## Testing Software Testing helps to catch bugs early. Properly tested software product ensures reliability, security and high performance which further results in time saving, cost-effectiveness and customer satisfaction. ### White box vs Black box Let's review two types of software testing: - [White Box](https://en.wikipedia.org/wiki/White-box_testing) testing. - [Black Box](https://en.wikipedia.org/wiki/Black-box_testing) testing. Testing module/use-case internal structures (creating a test for every file/class) is called _`White Box`_ testing. _White Box_ testing is widely used technique, but it has disadvantages. It creates coupling to implementation details, so every time you decide to refactor business logic code this may also cause a refactoring of corresponding tests. Use case requirements may change mid-work, your understanding of a problem may evolve, or you may start noticing new patterns that emerge during development, in other words, you start noticing a "big picture", which may lead to refactoring. For example: imagine that you defined a unit test for a class, and while developing this class you start noticing that it does too much and should be separated into two classes. Now you'll also have to refactor your test. After some time, while implementing a new feature, you notice that this new feature uses some code from that class you defined before, so you decide to separate that code and make it reusable, creating a third class (which originally was one), which leads to changing your unit tests yet again, every time you refactor. Use case requirements, input, output or behavior never changed, but tests had to be changed multiple times. This is inefficient and time-consuming. When we have domain models that change often, tests tend to change with them. Traditional white box unit tests tend to be very coupled to internals of our domain model structure. To solve this and get the most out of your tests, prefer _`Black Box`_ testing ([Behavioral Testing](https://www.codekul.com/blog/what-is-behavioral-testing/)). This means that tests should focus on testing user-facing behavior users care about (your code's public API), not the implementation details of individual units it has inside. This avoids coupling, protects tests from changes that may happen while refactoring, makes tests easier to understand and maintain thus saving time. > Tests that are independent of implementation details are easier to maintain since they don't need to be changed each time you make a change to the implementation. Try to avoid _White Box_ testing when possible. However, it's worth mentioning that there are cases when _White Box_ testing may be useful: - For instance, we need to go deeper into the implementation details when it is required to reduce combinations of testing conditions. For example, a class uses several plug-in [strategies](https://refactoring.guru/design-patterns/strategy), thus it is easier for us to test those strategies one at a time. - You are developing a library that will be used by multiple modules or projects. In those cases _White Box_ tests may be appropriate. - You want to document some complex piece of code. Creating a test can be a great way to do it instead of just writing comments/readme, since readme can get outdated, but test will fail if it gets outdated forcing you to update it. Use _White Box_ testing only when it is really needed and as an addition to _Black Box_ testing, not the other way around. It's all about investing only in the tests that yield the biggest return on your effort. Black Box / Behavioral tests can be divided in two parts: - Fast: Use cases tests in isolation which test only your business logic, with all I/O (external API or database calls, file reads etc.) mocked. This makes tests fast, so they can be run all the time (after each change or before every commit). This will inform you when something fails as fast as possible. Finding bugs early is critical and saves a lot of time. - Slow: Full [End to End](https://www.guru99.com/end-to-end-testing.html) (e2e) tests which test a use case from end-user standpoint. Instead of injecting I/O mocks those tests should have all infrastructure up and running: like database, API routes etc. Those tests check how everything works together and are slower so can be run only before pushing/deploying. Though e2e tests can live in the same project/repository, it is a good practice to have e2e tests independent from project's code. In bigger projects e2e tests are usually written by a separate QA team. **Note**: some people try to make e2e tests faster by using in-memory or embedded databases (like [sqlite3](https://www.npmjs.com/package/sqlite3)). This makes tests faster, but reduces the reliability of those tests and should be avoided. Read more: [Don't use In-Memory Databases for Tests](https://phauer.com/2017/dont-use-in-memory-databases-tests-h2/). For BDD tests [Cucumber](https://cucumber.io/) with [Gherkin](https://cucumber.io/docs/gherkin/reference/) syntax can give a structure and meaning to your tests. This way even people not involved in a development can define steps needed for testing. In node.js world [jest-cucumber](https://www.npmjs.com/package/jest-cucumber) is a nice package to achieve that. Example files: - [create-user.feature](https://github.com/Sairyss/domain-driven-hexagon/blob/master/tests/user/create-user/create-user.feature) - feature file that contains human-readable Gherkin steps - [create-user.e2e-spec.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/tests/user/create-user/create-user.e2e-spec.ts) - e2e / behavioral test Read more: - [Pragmatic unit testing](https://enterprisecraftsmanship.com/posts/pragmatic-unit-testing/) - [Google Blog: Test Behavior, Not Implementation](https://testing.googleblog.com/2013/08/testing-on-toilet-test-behavior-not.html) - [Writing BDD Test Scenarios](https://www.departmentofproduct.com/blog/writing-bdd-test-scenarios/) - Book: [Unit Testing Principles, Practices, and Patterns](https://www.amazon.com/gp/product/1617296279/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617296279&linkCode=as2&tag=vkhorikov-20&linkId=2081de4b1cb7564cb9f95526533c3dae) ### Load Testing For projects with a bigger user base you might want to implement some kind of [load testing](https://en.wikipedia.org/wiki/Load_testing) to see how program behaves with a lot of concurrent users. Load testing is a great way to minimize performance risks, because it ensures an API can handle an expected load. By simulating traffic to an API in development, businesses can identify bottlenecks before they reach production environments. These bottlenecks can be difficult to find in development environments in the absence of a production load. Automatic load testing tools can simulate that load by making a lot of concurrent requests to an API and measure response times and error rates. Example tools: - [k6](https://github.com/grafana/k6) - [Artillery](https://www.npmjs.com/package/artillery) is a load testing tool based on NodeJS. Example files: - [create-user.artillery.yaml](https://github.com/Sairyss/domain-driven-hexagon/blob/master/tests/user/create-user/create-user.artillery.yaml) - Artillery load testing config file. Also can be useful for seeding database with dummy data. More info: - [Top 6 Tools for API & Load Testing](https://medium.com/@Dickson_Mwendia/top-6-tools-for-api-load-testing-7ff51d1ac1e8). - [Getting started with API Load Testing (Stress, Spike, Load, Soak)](https://www.youtube.com/watch?v=r-Jte8Y8zag) ### Fuzz Testing [Fuzzing or fuzz testing](https://en.wikipedia.org/wiki/Fuzzing) is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. Fuzzing is a common method hackers use to find vulnerabilities of the system. For example: - JavaScript injections can be executed if input is not sanitized properly, so a malicious JS code can end up in a database and then gets executed in a browser when somebody reads that data. - SQL injection attacks can occur if data is not sanitized properly, so hackers can get access to a database (though modern ORM libraries can protect from that kind of attacks when used properly). - Sending weird unicode characters, emojis etc. can crash your application. There are a lot of examples of a problems like this, for example [sending a certain character could crash and disable access to apps on an iPhone](https://www.theverge.com/2018/2/15/17015654/apple-iphone-crash-ios-11-bug-imessage). Sanitizing and validating input data is very important. But sometimes we make mistakes of not sanitizing/validating data properly, opening application to certain vulnerabilities. Automated Fuzz testing tools can prevent such vulnerabilities. Those tools contain a list of strings that are usually sent by hackers, like malicious code snippets, SQL queries, unicode symbols etc. (for example: [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings/)), which helps test most common cases of different injection attacks. Fuzz testing is a nice addition to typical testing methods described above and potentially can find serious security vulnerabilities or defects. Example tools: - [Artillery Fuzzer](https://www.npmjs.com/package/artillery-plugin-fuzzer) is a plugin for [Artillery](https://www.npmjs.com/package/artillery) to perform Fuzz testing. - [sqlmap](https://github.com/sqlmapproject/sqlmap) - an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws Read more: - [Fuzz Testing(Fuzzing) Tutorial: What is, Types, Tools & Example](https://www.guru99.com/fuzz-testing.html) ## Documentation Here are some useful tips to help users/other developers to use your program. ### Document APIs Use [OpenAPI](https://swagger.io/specification/) (Swagger) or [GraphQL](https://graphql.org/) specifications. Document in details every endpoint. Add description and examples of every request, response, properties and exceptions that endpoints may return or receive as body/parameters. This will help greatly to other developers and users of your API. Example files: - [user.response.dto.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/src/modules/user/dtos/user.response.dto.ts) - notice `@ApiProperty()` decorators. This is [NestJS Swagger](https://docs.nestjs.com/openapi/types-and-parameters) module. - [create-user.http.controller.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/src/modules/user/commands/create-user/create-user.http.controller.ts) - notice `@ApiOperation()` and `@ApiResponse()` decorators. Read more: - [Documenting a NodeJS REST API with OpenApi 3/Swagger](https://medium.com/wolox/documenting-a-nodejs-rest-api-with-openapi-3-swagger-5deee9f50420) - [Best Practices in API Documentation](https://swagger.io/blog/api-documentation/best-practices-in-api-documentation/) ### Use wiki Create a wiki for collecting and sharing knowledge. Describe common tools, practices and procedures used in your organization. Write down notes explaining peculiarities of your software, how it works and why you made certain decisions. It must be easy for everyone, especially new team members, to learn about specifics of the project. According to [The Bus Factor](https://en.wikipedia.org/wiki/Bus_factor), projects can stall if knowledge is not shared properly across team members. Here are some useful tools for note-taking and creating wikis: - [Notion](https://www.notion.so/) - [Obsidian](https://obsidian.md/) - [Confluence](https://www.atlassian.com/software/confluence) Read more: - [How to build a wiki for your company](https://www.notion.so/help/guides/how-to-build-a-wiki-for-your-company) - [Use of Wikis in Organizational Knowledge Management](https://www.scirp.org/journal/paperinformation.aspx?paperid=63155) ### Add Readme Create a simple readme file in a git repository that describes basic app functionality, available CLI commands, how to setup a new project etc. - [How to Write a Readme Worth Reading](https://www.ctl.io/developers/blog/post/how-to-write-a-readme-worth-reading) ### Write self-documenting code Code can be self-documenting to some degree. One useful trick is to separate complex code to smaller chunks with a descriptive name. For example: - Separating a big function into a bunch of small ones with descriptive names, each with a single responsibility; - Moving in-line primitives or hard to read conditionals into a variable with a descriptive name. This makes code easier to understand and maintain. Read more: - [Tips for Writing Self-Documenting Code](https://itnext.io/tips-for-writing-self-documenting-code-e54a15e9de2?gi=424f36cc1604) ### Prefer statically typed languages Types give useful semantic information to a developer and can be useful for creating self-documenting code. Good code should be easy to use correctly, and hard to use incorrectly. Types system can be a good help for that. It can prevent some nasty errors at a compile time, so IDE will show type errors right away. Applications written using statically typed languages are usually easier to maintain, more scalable and better suited for large teams. **Note**: For smaller projects/scripts/jobs static typing may not be needed. Read more: - [Static Types vs Dynamic Types](https://instil.co/blog/static-vs-dynamic-types/) ### Avoid useless comments Writing readable code, using descriptive function/method/variable names and creating tests can document your code well enough. Try to avoid comments when possible and try to make your code legible and tested instead. Use comments only when it's really needed. Commenting may be a code smell in some cases, like when code gets changed but a developer forgets to update a comment (comments should be maintained too). > Code never lies, comments sometimes do. Use comments only in some special cases, like when writing an counter-intuitive "hack" or performance optimization which is hard to read. For documenting public APIs use code annotations (like [JSDoc](https://en.wikipedia.org/wiki/JSDoc)) instead of comments, this works nicely with code editor [intellisense](https://code.visualstudio.com/docs/editor/intellisense). Read more: - [Code Comment Is A Smell](https://fagnerbrack.medium.com/code-comment-is-a-smell-4e8d78b0415b) - [// No comments](https://medium.com/swlh/stop-adding-comments-to-your-code-80a3575519ad) ## Database Best Practices ### Backups Data is one of the most important things in your business. Keeping it safe is a top priority of any backend service. Here are some basic recommendations: - Create backups frequently and regularly - Use remote storages for your backups. Backing up your data and storing it on the same disk as your original data is a road to losing everything. When your storage breaks you will lose an original data and your backups. So keep your backups separately - Keep backups encrypted and protected. Backup encryption ensures data is protected from leaks and that your data will be what you expect when you recover it - Consider retention span. Keeping every backup forever isn’t feasible due to a limited amount of space for storage - Monitor the backup and restore process - Consider using [point in time recovery](https://www.postgresql.org/docs/current/continuous-archiving.html) when you need to restore database to a specific point in time (if database supports it). This can be useful for synchronizing time between multiple databases when restoring them from a backup. Read more: - [Backup and Recovery Best Practices](https://sqlbak.com/blog/backup-and-recovery-best-practices) - [The 7 critical backup strategy best practices to keep data safe](https://searchdatabackup.techtarget.com/feature/The-7-critical-backup-strategy-best-practices-to-keep-data-safe) ### Managing Schema Changes Migrations can help for database table/schema changes: > Database migration refers to the management of incremental, reversible changes and version control to relational database schemas. A schema migration is performed on a database whenever it is necessary to update or revert that database's schema to some newer or older version. Source: [Wiki](https://en.wikipedia.org/wiki/Schema_migration) Migrations can be written manually or generated automatically every time database table schema is changed. When pushed to production it can be launched automatically. **BE CAREFUL** not to drop some columns/tables that contain data by accident. Perform data migrations before table schema migrations and always backup database before doing anything. Examples: - [Typeorm Migrations](https://github.com/typeorm/typeorm/blob/master/docs/migrations.md) - can automatically generate sql table schema migrations like this: [1611765824842-CreateTables.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/7feca5cf992b47f3f28ccb1e9da5df0130f6d7ec/src/infrastructure/database/migrations/1631645442017-CreateTables.ts) - Or you could create raw SQL queries like this: [2022.10.07T13.49.19.users.sql](https://github.com/Sairyss/domain-driven-hexagon/blob/master/database/migrations/2022.10.07T13.49.19.users.sql) Read more: - [What are database migrations?](https://www.prisma.io/dataguide/types/relational/what-are-database-migrations#what-are-the-advantages-of-migration-tools) - [Database Migration: What It Is and How to Do It](https://www.cloudbees.com/blog/database-migration) ### Data Seeding To avoid manually creating data in the database, [seeding](https://en.wikipedia.org/wiki/Database_seeding) is a great solution to populate database with data for development and testing purposes. Example package for nodejs: [typeorm-seeding](https://www.npmjs.com/package/typeorm-seeding#-using-entity-factory). Example file: [user.seeds.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/7feca5cf992b47f3f28ccb1e9da5df0130f6d7ec/src/modules/user/database/seeding/user.seeds.ts) ## Configuration - Store all configurable variables/parameters in config files. Try to avoid using in-line literals/primitives. This will make it easier to find and maintain all configurable parameters when they are in one place. - Never store sensitive configuration variables (passwords/API keys/secret keys etc) in plain text in a configuration files or source code. - Store sensitive configuration variables, or variables that change depending on environment, as [environment variables](https://en.wikipedia.org/wiki/Environment_variable) ([dotenv](https://www.npmjs.com/package/dotenv) is a nice package for that) or as a [Docker/Kubernetes secrets](https://www.bogotobogo.com/DevOps/Docker/Docker_Kubernetes_Secrets.php). - Create hierarchical config files that are grouped into sections. If possible, create multiple files for different configs (like database config, API config, tasks config etc). - Application should fail and provide the immediate feedback if the required environment variables are not present at start-up. [env-var](https://www.npmjs.com/package/env-var) is a nice package for nodejs that can take care of that. - For most projects plain object configs may be enough, but there are other options, for example: [NestJS Configuration](https://docs.nestjs.com/techniques/configuration), [rc](https://www.npmjs.com/package/rc), [nconf](https://www.npmjs.com/package/nconf) or any other package. Example files: - [database.config.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/src/configs/database.config.ts) - database config that uses environmental variables and also validates them - [.env.example](https://github.com/Sairyss/domain-driven-hexagon/blob/master/.env.example) - this is [dotenv](https://www.npmjs.com/package/dotenv) example file. This file should only store dummy example secret keys, never store actual development/production secrets in it. This file later is renamed to `.env` and populated with real keys for every environment (local, dev or prod). Don't forget to add `.env` to [.gitignore](https://github.com/Sairyss/domain-driven-hexagon/blob/master/.gitignore) file to avoid pushing it to repo and leaking all keys. ## Logging - Try to log all meaningful events in a program that can be useful to anybody in your team. - Use proper log levels: `log`/`info` for events that are meaningful during production, `debug` for events useful while developing/debugging, and `warn`/`error` for unwanted behavior on any stage. - Write meaningful log messages and include metadata that may be useful. Try to avoid cryptic messages that only you understand. - Never log sensitive data: passwords, emails, credit card numbers etc. since this data will end up in log files. If log files are not stored securely this data can be leaked. - Parse your logs and remove all potentially sensitive data to prevent accidental leaks. For example, you can iterate over logged values and remove anything that has a "secret" or "password" or similar keys in it. - Avoid default logging tools (like `console.log`). Use mature logger libraries (for example [Winston](https://www.npmjs.com/package/winston)) that support features like enabling/disabling log levels, convenient log formats that are easy to parse (like JSON) etc. - Consider including user id in logs. It will facilitate investigating if user creates an incident ticket. - In distributed systems a gateway (or a client) can generate an unique correlation id for each request and pass it to every system that processes this request. Logging this id will make it easier to find related logs across different systems/files. You can also use a causation id to determine a correct ordering of the events that happen in your system. Read more: [Correlation id and causation id in evented systems](https://blog.arkency.com/correlation-id-and-causation-id-in-evented-systems/) - Use consistent structure across all logs. Each log line should represent one single event and can contain things like a timestamp, context, unique user id or correlation id and/or id of an entity/aggregate that is being modified, as well as additional metadata if required. - Use log managements systems. This will allow you to track and analyze logs as they happen in real-time. Here are some short list of log managers: [Sentry](https://sentry.io/for/node/), [Loggly](https://www.loggly.com/), [Logstash](https://www.elastic.co/logstash), [Splunk](https://www.splunk.com/) etc. - Send notifications of important events that happen in production to a corporate chat like Slack or even by SMS. - Don't write logs to a file or to the cloud provider from your program. Write all logs to [stdout](https://www.computerhope.com/jargon/s/stdout.htm) and let other tools handle writing logs to cloud or file (for example [docker supports writing logs to a file](https://docs.docker.com/config/containers/logging/configure/)). Read more: [Why should your Node.js application not handle log routing?](https://www.coreycleary.me/why-should-your-node-js-application-not-handle-log-routing/) - Logging operation can affect performance, especially when you transform your logs (for example to remove sensitive data). You can delegate log parsing and transforming to a separate process. For example, [Pino logger supports this](https://github.com/pinojs/pino/blob/master/docs/transports.md). - Instead of sending your logs to `stdout`, alternatively you could send them to your [sidecar](https://learn.microsoft.com/en-us/azure/architecture/patterns/sidecar) (running in the same container) that will handle log parsing, transformations, and batch sending them somewhere else. - Logs can be visualized by using a tool like [Kibana](https://www.elastic.co/kibana). Read more: - [Make your app transparent using smart logs](https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/production/smartlogging.md) ## Monitoring Monitoring is the process to gather metrics about the operations of an IT environment's hardware and software to ensure everything functions as expected. Additionally, to logging tools, when something unexpected happens in production, it's critical to have thorough monitoring in place. As software hardens more and more, unexpected events will get more and more infrequent and reproducing those events will become harder and harder. So when one of those unexpected events happens, there should be as much data available about the event as possible. Software should be designed from the start to be monitored. Monitoring aspects of software are almost as important as the functionality of the software itself, especially in big systems, since unexpected events can lead to money and reputation loss for a company. Monitoring helps fix and sometimes preventing unexpected behavior like failures, slow response times, errors etc. Health monitoring tools are a good way to keep track of system performance, identify causes of crashes or downtime, monitor behavior, availability and load. Some health monitoring tools already include logging management and error tracking, as well as alerts and general performance monitoring. Here are some basic recommendation on what can be monitored: - Connectivity – Verify if user can successfully send a request to the API endpoint and get a response with expected HTTP status code. This will confirm if the API endpoint is up and running. This can be achieved by creating some kind of 'heath check' endpoint. - Performance – Make sure the response time of the API is within acceptable limits. Long response times cause bad user experience. - Error rate – errors immediately affect your customers, you need to know when errors happen right away and fix them. - CPU and Memory usage – spikes in CPU and Memory usage can indicate that there are problems in your system, for example bad optimized code, unwanted process running, memory leaks etc. This can result in loss of money for your organization, especially when cloud providers are used. - Storage usage – servers run out of storage. Monitoring storage usage is essential to avoid data loss. - Monitor your backend and any 3rd party services that your backend use, monitor databases, kubernetes clusters etc. to ensure that everything in a system works as intended. Choose health monitoring tools depending on your needs, here are some examples: - [Sematext](https://sematext.com/), [AppSignal](https://appsignal.com/), [Prometheus](https://prometheus.io/), [Checkly](https://www.checklyhq.com/), [ClinicJS](https://clinicjs.org/) - [OpenTelemetry](https://opentelemetry.io/) - a collection of tools, APIs, and SDKs to instrument, generate, collect, and export telemetry data (metrics, logs, and traces). Read more: - [Essential Guide to API Monitoring: Basics Metrics & Choosing the Best Tools](https://sematext.com/blog/api-monitoring/) - [DevOps measurement: Monitoring and observability](https://cloud.google.com/architecture/devops/devops-measurement-monitoring-and-observability) ## Standardization [Standardization](https://en.wikipedia.org/wiki/Standardization) is the process of implementing and developing technical standards based on the consensus of different parties. Define and agree on standards in the development process, for example: - Tech stack and tools - Architectural practices, code style and formatting tools - Create reusable software objects and interfaces for common procedures - Enforce naming conventions - Define API response structure - Standard way of handling pagination of resources - Standardize protocols and schemas that will be used for communication between multiple systems - Error handling - Versioning of your app, libraries, endpoints, schemas, etc - Documentation - Standard ways to report health, errors, monitoring statistics, etc - Standard ways of logging and a place where those logs will be aggregated - etc. Standards help enforce best practices and simplify both the development process and code. Create documents that describe your standards and enforce them as much as you can. Ideally there should be only one way of doing a common task. If you don't have standards everybody in the team will be doing things differently and your system will be a mess. Read more: - [6 Reasons Standardizing Your Software Is Essential](https://www.gonitro.com/blog/6-reasons-standardizing-software-essential) ## Static Code Analysis > Static code analysis is a method of debugging by examining source code before a program is run. For JavasScript and TypeScript, [Eslint](https://www.npmjs.com/package/eslint) with [typescript-eslint plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin) and some rules (like [airbnb](https://www.npmjs.com/package/eslint-config-airbnb) / [airbnb-typescript](https://www.npmjs.com/package/eslint-config-airbnb-typescript)) can be a great tool to enforce writing better code. Try to make linter rules reasonably strict, this will help greatly to avoid "shooting yourself in a foot". Strict linter rules can prevent bugs and even serious security holes ([eslint-plugin-security](https://www.npmjs.com/package/eslint-plugin-security)). > **Adopt programming habits that constrain you, to help you to limit mistakes**. For example: Using _explicit_ `any` type is a bad practice. Consider disallowing it (and other things that may cause problems): ```javascript // .eslintrc.js file rules: { '@typescript-eslint/no-explicit-any': 'error', // ... } ``` Also, enabling strict mode in `tsconfig.json` is recommended, this will disallow things like _implicit_ `any` types: ```json "compilerOptions": { "strict": true, // ... } ``` Example file: [.eslintrc.js](https://github.com/Sairyss/domain-driven-hexagon/blob/master/.eslintrc.js) [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) may be a good addition to eslint. Read more: - [What Is Static Analysis?](https://www.perforce.com/blog/sca/what-static-analysis) - [Controlling Type Checking Strictness in TypeScript](https://www.carlrippon.com/controlling-type-checking-strictness-in-typescript/) ## Code formatting The way code looks adds to our understanding of it. Good style makes reading code a pleasurable and consistent experience. Consider using code formatters like [Prettier](https://www.npmjs.com/package/prettier) to maintain same code styles in the project. Read more: - [Why Coding Style Matters](https://www.smashingmagazine.com/2012/10/why-coding-style-matters/) ## Shut down gracefully When you shut down your application you may interrupt all operations that are running at that time and lose data. Unless you gracefully shut down your app. Shutting down gracefully means when you send a termination signal to your app, it should (if it's a web server): - Stop all new requests from clients - Wait until all current requests finish executing - Close server connections, like connection to a database, external APIs, etc. - Exit This way you are not interrupting running operations and prevent a lot of related problems. Read more: - [Graceful shutdown in NodeJS](https://hackernoon.com/graceful-shutdown-in-nodejs-2f8f59d1c357) - [Graceful shutdown in Go http server](https://medium.com/honestbee-tw-engineer/gracefully-shutdown-in-go-http-server-5f5e6b83da5a) ## Profiling [Profiling](<https://en.wikipedia.org/wiki/Profiling_(computer_programming)>) allows us to collect and analyze data on how functions in your code perform when executed. This can help us with identifying bottlenecks in our code and fix them to make application perform faster. Here are some examples for NodeJS: - [Using the inbuilt Node.js profiler](https://blog.logrocket.com/using-inbuilt-node-js-profiler/) - [How to Automate Performance Profiling in Node.js](https://blog.bitsrc.io/how-to-automate-performance-profiling-in-nodejs-57524b8f763f?gi=740cbc9f20c6) ## Benchmarking To make sure that your optimizations are working and system run fast, consider using [benchmarking](<https://en.wikipedia.org/wiki/Benchmark_(computing)>) tools to analyze execution times and performance of your backend, apps, scripts, jobs, etc. Read more: - [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool. - [How to Perform Web Server Performance Benchmark?](https://geekflare.com/web-performance-benchmark/) ## Make application easy to setup There are a lot of projects out there which take effort to configure after downloading it. Everything has to be set up manually: database, all configs etc. If new developer joins the team he has to waste a lot of time just to make application work. This is a bad practice and should be avoided. Setting up project after downloading it should be as easy as launching one or few commands in terminal. Consider adding scripts to do this automatically: - [package.json scripts](https://krishankantsinghal.medium.com/scripting-inside-package-json-4b06bea74c0e) - [docker-compose file](https://docs.docker.com/compose/) - [Makefile](https://opensource.com/article/18/8/what-how-makefile) - Database seeding and migrations - or any other tools. Example files: - [package.json](https://github.com/Sairyss/domain-driven-hexagon/blob/master/package.json) - notice all added scripts for launching tests, migrations, seeding, docker environment etc. - [docker-compose.yml](https://github.com/Sairyss/domain-driven-hexagon/blob/master/docker/docker-compose.yml) - after configuring everything in a docker-compose file, running a database and a db admin panel (and any other additional tools) can be done using only one command. This way there is no need to install and configure a database separately. ## Deployment Automate your deployment process. [CI/CD](https://en.wikipedia.org/wiki/CI/CD) tools can help with that. Deployment automation reduces errors, speeds up deployments, creates a smooth path to deliver updates and upgrades on a regular basis. The process becomes very easy, just pushing your changes to a repository can trigger a build and deploy process automatically so you don't have to do anything else. During deployment execute your e2e tests, load/fuzz tests, static code analysis checks, check for vulnerabilities in your packages etc. and stop a deploy process if anything fails. This prevents deploying failing or insecure code to production and makes your application robust and secure. Read more: - [8 Best Practices for Agile Software Deployment](https://stackify.com/deployment-best-practices/) - [CI/CD Best Practices for DevOps Teams](https://harness.io/blog/ci-cd-best-practices/) ### Blue-Green Deployment [Blue-green deployment](https://en.wikipedia.org/wiki/Blue-green_deployment) is a release strategy that proposes the use of two servers: "green" and "blue". When deploying, the new build is deployed to one of the servers ("green"). When build is finished, requests are routed to a new build ("green" server), while maintaining an old version of your program ("blue") running. If a "green" server has some bugs or doesn't work properly, you can easily switch back to a "blue" server with zero downtime. This allows to quickly roll back to a previous version if anything goes wrong by simply routing traffic back to a "blue" server with previous version of your program. Read more: - [BlueGreenDeployment](https://martinfowler.com/bliki/BlueGreenDeployment.html) - [What is Blue Green Deployment?](https://www.opsmx.com/blog/blue-green-deployment/) - [Intro to Deployment Strategies: Blue-Green, Canary, and More](https://harness.io/blog/blue-green-canary-deployment-strategies/) ## Code Generation Code generation can be important when using complex architectures to avoid typing boilerplate code manually. [Hygen](https://www.npmjs.com/package/hygen) is a great example. This tool can generate building blocks (or entire modules) by using custom templates. Templates can be designed to follow best practices and concepts based on Clean/Hexagonal Architecture, DDD, SOLID etc. Main advantages of automatic code generation are: - Avoid manual typing or copy-pasting of boilerplate code. - No hand-coding means less errors and faster implementations. Simple CRUD module can be generated and used right away in seconds without any manual code writing. - Using auto-generated code templates ensures that everyone in the team uses the same folder/file structures, name conventions, architectural and code styles. **Notes**: - To really understand and work with generated templates you need to understand what is being generated and why, so full understanding of an architecture and patterns used is required. - Don't try to implement code generation on early stages of development. At early stages your application architecture will change a lot adapting to new requirements, meaning that your code generation templates have to change too. Do it only when your project matures and becomes more stable. ## Version Control Make sure you are using version control systems like [git](https://git-scm.com/). Version control systems can track changes you make to files, so you have a record of what has been done, and you can revert to specific versions should you ever need to. It will also help coordinating work among programmers allowing changes by multiple people to all be merged into one source. Below are some good practices to use together with git. ### Pre-push/pre-commit hooks Consider launching tests/code formatting/linting every time you do `git push` or `git commit`. This prevents bad code getting in your repo. [Husky](https://www.npmjs.com/package/husky) is a great tool for that. Read more: - [Git Hooks](https://githooks.com/) ### Conventional commits Conventional commits add some useful prefixes to your commit messages, for example: - `feat: added ability to delete user's profile` This creates a common language that makes easier communicating the nature of changes to teammates and also may be useful for automatic package versioning and release notes generation. Read more: - [conventionalcommits.org](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) - [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) - [Commitlint](https://github.com/conventional-changelog/commitlint) - [Semantic release](https://github.com/semantic-release/semantic-release) ## API Versioning API versioning is the practice of transparently managing changes to your API. API versioning allows you to incorporate the latest changes in a new version of your API thereby still allowing users to have access to the older version of your API without breaking your users application. If you need to create a new version of an endpoint, a simple solution would be to create new version of [DTOs](https://github.com/Sairyss/domain-driven-hexagon#DTOs) and a URL like this: `/v2/users`. Keep old version of an endpoint running for backwards compatibility until your users fully migrate to a new version. Creating a new version of an endpoint instead of modifying an old one protects users of your API from breaking their app. **Note**: if the only user of your API is your own frontend that can change on demand API versioning may be not worth it. If you are using [GraphQL](https://graphql.org/), you can use a [@deprecated](https://dgraph.io/docs/graphql/schema/deprecated/) directive on a field. For versioning packages, libraries, SDKs etc. you can use [semantic versioning](https://semver.org/). Example files: - [app.routes.ts](https://github.com/Sairyss/domain-driven-hexagon/blob/master/src/configs/app.routes.ts) - file that contains routes with its version. Read more: - [How to Version a REST API](https://www.freecodecamp.org/news/how-to-version-a-rest-api/) # Additional resources ## Github Repositories - [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices)
3,084
JetBrains Kotlin Workshop Material
[![official project](http://jb.gg/badges/official-plastic.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) ## Kotlin Workshop ![Kotlin Logo](kotlinlogo.png) A Kotlin workshop intended to be taught in two days. ### Structure This workshop is divided into two parts * Introduction to Kotlin * Advanced Kotlin It consists of * **Instructor Project**: Used to explain concepts, with existing code samples * **Student Project**: For students to complete * **Presentations**: For the instructor to use * **Questions**: For students to complete Both the Instructor Project and the slides have Introduction and Advanced modules included. While the Introduction has a lot of pre-built examples, it also serves as a canvas to show more code while teaching. However, please make sure that if you're a contributing author to this project, that you *do not* check-in any ad-hoc code. It's also recommended to use Scratch files in IntelliJ IDEA for this purpose. #### Presentations Slides for the workshop lead by Hadi Hariri can be found [here](https://docs.google.com/presentation/d/1zYWyDedyf0YhnLFF3TVpUqU3C8PKTuvR5P06L99MRn8/edit?usp=sharing). Presentations used for the workshop at KotlinConf: 1. [Intro](https://speakerdeck.com/svtk/1-intro-kotlin-workshop) 2. [Nullable Types](https://speakerdeck.com/svtk/2-nullable-types-in-kotlin-kotlin-workshop) 3. [Object-Oriented Programming in Kotlin](https://speakerdeck.com/svtk/3-object-oriented-programming-in-kotlin-kotlin-workshop) 4. [Kotlin Types](https://speakerdeck.com/svtk/4-kotlin-types-kotlin-workshop) 5. [Functional Programming in Kotlin](https://speakerdeck.com/svtk/5-functional-programming-kotlin-workshop) 6. [The Power of inline](https://speakerdeck.com/svtk/6-the-power-of-inline-kotlin-workshop) 7. [Lambda With Receiver](https://speakerdeck.com/svtk/7-lambda-with-receiver-kotlin-workshop) 8. [Conventions](https://speakerdeck.com/svtk/8-conventions-kotlin-workshop) 9. [Intro to Coroutines](https://speakerdeck.com/svtk/9-introduction-to-coroutines-kotlin-workshop) #### Questions Questions can be found [here](https://drive.google.com/file/d/18AiXqEzdJmNonc6Lo6eumeFmcVvC_9vk/view?usp=sharing). The keys to the questions are in the module `instructor/quizzes`. Note that the similar material can be found explained in detail in the following [Coursera course](https://www.coursera.org/learn/kotlin-for-java-developers). ### Authors This workshop includes material from the following authors: * [Hadi Hariri](https://github.com/hhariri) * [Svetlana Isakova](https://github.com/svtk) * [Dmitry Jemerov](https://github.com/yole) * [Roman Elizarov](https://github.com/elizarov) ### License and Usage The material provided in this repository, including but not limited to source code, presentations, notes and exercises is Copyright (c) 2017 JetBrains, and is provided as-is. ![JetBrains Logo](jetbrainslogo.png) <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. JetBrains and Kotlin are Registered Trademarks of their respective trademark holders. #### Contributions We welcome all contributions to this workshop. If you feel you'd like to contribute something, create a fork and make a pull request. Bug fixes, comments, suggestions, all welcome. If you're contributing code or samples, please send a pull request. If you'd like to update the slides or questions, please contact [Hadi Hariri](https://github.com/hhariri). #### Usage and endorsements You are welcome to use the material in this workshop provided you abide by the corresponding license agreement. Additionally * By using this material, with or without any modification, JetBrains does not endorse any workshop or training that you may offer. * By using this material, with or without any modification, you may not use JetBrain's name to promote your workshop or training without prior written consent. * By using this material, provided there are no modifications, you may indicate that you are using JetBrains Kotlin Workshop Material. If you're interested in becoming an official JetBrains Training Partner, please [contact us](https://www.jetbrains.com/company/partners/become_a_partner.html)
3,085
Android and Java bytecode viewer
# ClassyShark ### Introduction ![alt text](https://github.com/borisf/classyshark-user-guide/blob/master/images/5%20ClassesDexData.png) ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary XMLs: AndroidManifest, resources, layouts etc. ### Useful links * [User guide](https://github.com/borisf/classyshark-user-guide) * [Command-line reference](https://github.com/google/android-classyshark/blob/master/CommandLine.pdf) * Gradle [sample](https://github.com/google/android-classyshark/tree/master/Samples/SampleGradle) * [Vision and Strategy](https://docs.google.com/document/d/1sK_WNzHn_6Q1V_dohxrtk1tlsPXsi9cEVnIuYuVig0M/edit?usp=sharing) ### Download To run, grab the [latest JAR](https://github.com/google/android-classyshark/releases) and run `java -jar ClassyShark.jar`. ### Export data in text format * [Exporter](https://medium.com/@BorisFarber/exporting-data-from-classyshark-e3cf3fe3fab8#.deec4nyjq) * API finder :construction: work in progress ### Develop 1. Clone the repo 2. Open in your favorite IDE/editor 3. Build options: * IntelliJ - builds automatically when exporting the project * [Gradle script](https://github.com/google/android-classyshark/blob/master/ClassySharkWS/build.gradle) * [RetroBuild](https://github.com/borisf/RetroBuild) ### Arch Linux If you're running Arch Linux you can install the latest [prebuilt jar from the AUR](https://aur.archlinux.org/packages/classyshark/). ### Dependencies * [dexlib2](https://github.com/JesusFreke/smali/tree/master/dexlib2) by jesusfreke * [guava](https://github.com/google/guava) by Google * [ASM](http://asm.ow2.org/) by OW2 * [ASMDEX](http://asm.ow2.org/asmdex-index.html) by OW2 * [java-binutils](https://github.com/jawi/java-binutils) by jawi * [BCEL](https://commons.apache.org/proper/commons-bcel) by Apache ### Support If you've found an error, please file an issue: https://github.com/google/android-classyshark/issues Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. License ======= Copyright 2020 Google, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
3,086
An article sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil etc.
null
3,087
Kotlin multiplatform / multi-format serialization
# Kotlin multiplatform / multi-format reflectionless serialization [![Kotlin Stable](https://kotl.in/badges/stable.svg)](https://kotlinlang.org/docs/components-stability.html) [![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![TeamCity build](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/KotlinTools_KotlinxSerialization_Ko.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxSerialization_Ko&guest=1) [![Kotlin](https://img.shields.io/badge/kotlin-1.8.0-blue.svg?logo=kotlin)](http://kotlinlang.org) [![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.5.0-RC)](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core/1.5.0-RC/pom) [![KDoc link](https://img.shields.io/badge/API_reference-KDoc-blue)](https://kotlinlang.org/api/kotlinx.serialization/) [![Slack channel](https://img.shields.io/badge/chat-slack-blue.svg?logo=slack)](https://kotlinlang.slack.com/messages/serialization/) Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats. * Supports Kotlin classes marked as `@Serializable` and standard collections. * Provides [JSON](formats/README.md#JSON), [Protobuf](formats/README.md#ProtoBuf), [CBOR](formats/README.md#CBOR), [Hocon](formats/README.md#HOCON) and [Properties](formats/README.md#properties) formats. * Complete multiplatform support: JVM, JS and Native. ## Table of contents <!--- TOC --> * [Introduction and references](#introduction-and-references) * [Setup](#setup) * [Gradle](#gradle) * [Using the `plugins` block](#using-the-plugins-block) * [Using `apply plugin` (the old way)](#using-apply-plugin-the-old-way) * [Dependency on the JSON library](#dependency-on-the-json-library) * [Android](#android) * [Multiplatform (Common, JS, Native)](#multiplatform-common-js-native) * [Maven](#maven) * [Bazel](#bazel) <!--- END --> * **Additional links** * [Kotlin Serialization Guide](docs/serialization-guide.md) * [Full API reference](https://kotlinlang.org/api/kotlinx.serialization/) * [Submitting issues and PRs](CONTRIBUTING.md) * [Building this library](docs/building.md) ## Introduction and references Here is a small example. ```kotlin import kotlinx.serialization.* import kotlinx.serialization.json.* @Serializable data class Project(val name: String, val language: String) fun main() { // Serializing objects val data = Project("kotlinx.serialization", "Kotlin") val string = Json.encodeToString(data) println(string) // {"name":"kotlinx.serialization","language":"Kotlin"} // Deserializing back into objects val obj = Json.decodeFromString<Project>(string) println(obj) // Project(name=kotlinx.serialization, language=Kotlin) } ``` > You can get the full code [here](guide/example/example-readme-01.kt). <!--- TEST_NAME ReadmeTest --> <!--- TEST {"name":"kotlinx.serialization","language":"Kotlin"} Project(name=kotlinx.serialization, language=Kotlin) --> **Read the [Kotlin Serialization Guide](docs/serialization-guide.md) for all details.** You can find auto-generated documentation website on [kotlinlang.org](https://kotlinlang.org/api/kotlinx.serialization/). ## Setup Kotlin serialization plugin is shipped with the Kotlin compiler distribution, and the IDEA plugin is bundled into the Kotlin plugin. Using Kotlin Serialization requires Kotlin compiler `1.4.0` or higher. Make sure you have the corresponding Kotlin plugin installed in the IDE, no additional plugins for IDE are required. ### Gradle #### Using the `plugins` block You can set up the serialization plugin with the Kotlin plugin using [Gradle plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block): Kotlin DSL: ```kotlin plugins { kotlin("jvm") version "1.8.0" // or kotlin("multiplatform") or any other kotlin plugin kotlin("plugin.serialization") version "1.8.0" } ``` Groovy DSL: ```gradle plugins { id 'org.jetbrains.kotlin.multiplatform' version '1.8.0' id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.0' } ``` > Kotlin versions before 1.4.0 are not supported by the stable release of Kotlin serialization #### Using `apply plugin` (the old way) First, you have to add the serialization plugin to your classpath as the other [compiler plugins](https://kotlinlang.org/docs/reference/compiler-plugins.html): Kotlin DSL: ```kotlin buildscript { repositories { mavenCentral() } dependencies { val kotlinVersion = "1.8.0" classpath(kotlin("gradle-plugin", version = kotlinVersion)) classpath(kotlin("serialization", version = kotlinVersion)) } } ``` Groovy DSL: ```gradle buildscript { ext.kotlin_version = '1.8.0' repositories { mavenCentral() } dependencies { classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" } } ``` Then you can `apply plugin` (example in Groovy): ```gradle apply plugin: 'kotlin' // or 'kotlin-multiplatform' for multiplatform projects apply plugin: 'kotlinx-serialization' ``` #### Dependency on the JSON library After setting up the plugin one way or another, you have to add a dependency on the serialization library. Note that while the plugin has version the same as the compiler one, runtime library has different coordinates, repository and versioning. Kotlin DSL: ```kotlin repositories { mavenCentral() } dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0-RC") } ``` Groovy DSL: ```gradle repositories { mavenCentral() } dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0-RC" } ``` >We also provide `kotlinx-serialization-core` artifact that contains all serialization API but does not have bundled serialization format with it ### Android By default, proguard rules are supplied with the library. [These rules](rules/common.pro) keep serializers for _all_ serializable classes that are retained after shrinking, so you don't need additional setup. **However, these rules do not affect serializable classes if they have named companion objects.** If you want to serialize classes with named companion objects, you need to add and edit rules below to your `proguard-rules.pro` configuration. Note that the rules for R8 differ depending on the [compatibility mode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md) used. <details> <summary>Example of named companion rules for ProGuard and R8 compatibility mode</summary> ```proguard # Serializer for classes with named companion objects are retrieved using `getDeclaredClasses`. # If you have any, replace classes with those containing named companion objects. -keepattributes InnerClasses # Needed for `getDeclaredClasses`. -if @kotlinx.serialization.Serializable class com.example.myapplication.HasNamedCompanion, # <-- List serializable classes with named companions. com.example.myapplication.HasNamedCompanion2 { static **$* *; } -keepnames class <1>$$serializer { # -keepnames suffices; class is kept when serializer() is kept. static <1>$$serializer INSTANCE; } ``` </details> <details> <summary>Example of named companion rules for R8 full mode</summary> ```proguard # Serializer for classes with named companion objects are retrieved using `getDeclaredClasses`. # If you have any, replace classes with those containing named companion objects. -keepattributes InnerClasses # Needed for `getDeclaredClasses`. -if @kotlinx.serialization.Serializable class com.example.myapplication.HasNamedCompanion, # <-- List serializable classes with named companions. com.example.myapplication.HasNamedCompanion2 { static **$* *; } -keepnames class <1>$$serializer { # -keepnames suffices; class is kept when serializer() is kept. static <1>$$serializer INSTANCE; } # Keep both serializer and serializable classes to save the attribute InnerClasses -keepclasseswithmembers, allowshrinking, allowobfuscation, allowaccessmodification class com.example.myapplication.HasNamedCompanion, # <-- List serializable classes with named companions. com.example.myapplication.HasNamedCompanion2 { *; } ``` </details> In case you want to exclude serializable classes that are used, but never serialized at runtime, you will need to write custom rules with narrower [class specifications](https://www.guardsquare.com/manual/configuration/usage). ### Multiplatform (Common, JS, Native) Most of the modules are also available for Kotlin/JS and Kotlin/Native. You can add dependency to the required module right to the common source set: ```gradle commonMain { dependencies { // Works as common dependency as well as the platform one implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version" } } ``` The same artifact coordinates can be used to depend on platform-specific artifact in platform-specific source-set. ### Maven Ensure the proper version of Kotlin and serialization version: ```xml <properties> <kotlin.version>1.8.0</kotlin.version> <serialization.version>1.5.0-RC</serialization.version> </properties> ``` Add serialization plugin to Kotlin compiler plugin: ```xml <build> <plugins> <plugin> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-maven-plugin</artifactId> <version>${kotlin.version}</version> <executions> <execution> <id>compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> </execution> </executions> <configuration> <compilerPlugins> <plugin>kotlinx-serialization</plugin> </compilerPlugins> </configuration> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-maven-serialization</artifactId> <version>${kotlin.version}</version> </dependency> </dependencies> </plugin> </plugins> </build> ``` Add dependency on serialization runtime library: ```xml <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>${serialization.version}</version> </dependency> ``` ### Bazel To setup the Kotlin compiler plugin for Bazel, follow [the example](https://github.com/bazelbuild/rules_kotlin/tree/master/examples/plugin/src/serialization) from the `rules_kotlin` repository.
3,088
An Elementary Compose Calendar, Use it with all customization and design. Have fun with Compose
### Kalendar - An Elementary Compose Calendar. ![Kalendar](art/banner.png) This is a calendar to integrate Calendar with Custom design in your jetpack compose project.You can also add list of events for your days. _Made with ❤️ for Android Developers by Himanshu_ [![Kalendar](https://img.shields.io/maven-central/v/com.himanshoe/kalendar)](https://search.maven.org/artifact/com.himanshoe/kalendar) [![Kalendar](https://img.shields.io/badge/Kotlin%20Weekly-%23286-orange)](https://mailchi.mp/kotlinweekly/kotlin-weekly-286) [![Kalendar](https://img.shields.io/badge/Android%20Weekly-%23533-Pink)](https://androidweekly.net/issues/issue-533) [![Github Followers](https://img.shields.io/github/followers/hi-manshu?label=Follow&style=social)](https://github.com/hi-manshu) [![Twitter Follow](https://img.shields.io/twitter/follow/hi_man_shoe?label=Follow&style=social)](https://twitter.com/hi_man_shoe) [![Sample App](https://img.shields.io/github/v/release/hi-manshu/Kalendar?color=7885FF&label=Sample%20App&logo=android&style=for-the-badge)](https://github.com/hi-manshu/Kalendar/releases/latest/download/kalendar-sample.apk) ## Introduction With Compose getting the attention, it was about time to have its own Calendar. Kalendar is all about it with the customization and design. ## Setup To add Kalendar, add this dependency, ```gradle dependencies { ..... implementation("com.himanshoe:kalendar:1.2.0") } ``` or to use Kalendar Endlos, add this dependency, ```gradle dependencies { ..... implementation("com.himanshoe:kalendar-endlos:1.0.2") } ``` ## Kalender gif ![Kalender gif](art/kalender.gif) ## To See More Detail Readme - [Kalendar](docs/Kalendar.md) - [KalendarEndlos](docs/KalendarEndlos.md) Please drop a star if you like it ❤️
3,089
Multiple samples showing best practices in app development on Android TV.
Android TV Samples Repository ============================= This repository contains a set of individual Android TV projects to help you get started writing Android TV apps. - AccessibilityDemo: A Java sample showing how to support accessibility on TVs - ClassicsKotlin: A modern Android TV app using Kotlin to show classic videos - Leanback: A Java app that demonstrates a basic Android TV app - Leanback Showcase: A Java app that demonstrates many different parts of the Leanback SDK and how to customize them - ReferenceAppKotlin: Our newest sample that demonstrates a variety of Android TV and Google TV integrations in Kotlin ## Getting Started - Clone this repo: ```sh git clone https://github.com/android/tv-samples.git ``` - Open the specific project(s) you're interested in within [Android Studio][studio] Need more information about getting started with Android TV? Check the [official getting started guide][getting-started]. ## Additional Resouroces - [Android TV Introduction](http://www.android.com/tv/) - [Android TV Developer Documentation](http://developer.android.com/tv) - [Android TV Apps in Google Play Store][store-apps] ## Support If you need additional help, our community might be able to help. - Stack Overflow: [http://stackoverflow.com/questions/tagged/android-tv](http://stackoverflow.com/questions/tagged/android-tv) ## License See the [LICENSE file][license] for details. [studio]: https://developer.android.com/tools/studio/index.html [getting-started]: https://developer.android.com/training/tv/start/start.html [store-apps]: https://play.google.com/store/apps/collection/promotion_3000e26_androidtv_apps_all [license]: LICENSE
3,090
openHAB client for Android
<p align="center"> <a href="https://github.com/openhab/openhab-android/actions?query=workflow%3A%22Build+App%22"><img alt="GitHub Action" src="https://github.com/openhab/openhab-android/workflows/Build%20App/badge.svg"></a> <a href="https://crowdin.com/project/openhab-android"><img alt="Crowdin" src="https://d322cqt584bo4o.cloudfront.net/openhab-android/localized.svg"></a> <a href="https://www.bountysource.com/teams/openhab/issues?tracker_ids=968858"><img alt="Bountysource" src="https://www.bountysource.com/badge/tracker?tracker_id=968858"></a> <br> <img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="100"> <br> <b>openHAB client for Android</b> </p> ## Introduction This app is a native client for openHAB which allows easy access to your sitemaps. The documentation is available at [www.openhab.org/docs/](https://www.openhab.org/docs/apps/android.html). <a href="https://play.google.com/store/apps/details?id=org.openhab.habdroid"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Play Store" height="80"></a> <a href="https://f-droid.org/app/org.openhab.habdroid"><img src="docs/images/get-it-on-fdroid.png" alt="Get it on F-Droid" height="80"></a> <a href="https://github.com/openhab/openhab-android/releases"><img src="assets/direct-apk-download.png" alt="Get it on GitHub" height="80"></a> ## Features * Control your openHAB server and/or [openHAB Cloud instance](https://github.com/openhab/openhab-cloud), e.g., an account with [myopenHAB](http://www.myopenhab.org/) * Receive notifications through an openHAB Cloud connection, [read more](https://www.openhab.org/docs/configuration/actions.html#cloud-notification-actions) * Change items via NFC tags * Send voice commands to openHAB * [Send alarm clock time to openHAB](https://www.openhab.org/docs/apps/android.html#alarm-clock) * [Supports wall mounted tablets](https://www.openhab.org/docs/apps/android.html#permanent-deployment) * [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) action plugin included <img src="docs/images/main-menu.png" alt="Demo Overview" width=200px> <img src="docs/images/widget-overview.png" alt="Widget Overview" width=200px> <img src="docs/images/main-ui.png" alt="Main UI" width=200px> ## Beta builds Beta builds are distributed via [GitHub](https://github.com/openhab/openhab-android/releases) and [F-Droid](https://f-droid.org/packages/org.openhab.habdroid.beta). Those builds can be installed alongside the stable version. On Google Play you can opt-in to get updates of stable versions before others: https://play.google.com/apps/testing/org.openhab.habdroid ## Localization Concerning all `strings.xml` files at [mobile/src/\*/res/values-\*/](mobile/src/main/res/) All language/regional translations are managed with [Crowdin](https://crowdin.com/). Please do NOT contribute translations as pull requests against the `mobile/src/*/res/values-*/strings.xml` files directly, but submit them through the Crowdin web service: - [https://crowdin.com/project/openhab-android](https://crowdin.com/project/openhab-android) Thanks for your consideration and contribution! ## Setting up development environment If you want to contribute to Android application we are here to help you to set up development environment. openHAB client for Android is developed using Android Studio. - Download and install [Android Studio](https://developer.android.com/studio) - Check out the latest code from GitHub via Android Studio - Install SDKs and Gradle if you get asked - Click on "Build Variants" on the left side and change the build variant of the module "mobile" to "fullStableDebug". You are ready to contribute! Before producing any amount of code please have a look at [contribution guidelines](CONTRIBUTING.md) ## Build flavors An optional build flavor "foss" is available for distribution through F-Droid. This build has FCM and crash reporting removed and will not be able to receive push notifications from openHAB Cloud. For using map view support in the "full" build flavor, you need to visit the [Maps API page](https://developers.google.com/maps/android) and generate an API key via the 'Get a key' button at the top. Then add a line in the following format to the 'gradle.properties' file (either in the same directory as this readme file, or in $HOME/.gradle): `mapsApiKey=<key>`, replacing `<key>` with the API key you just obtained. ## Trademark Disclaimer Product names, logos, brands and other trademarks referred to within the openHAB website are the property of their respective trademark holders. These trademark holders are not affiliated with openHAB or our website. They do not sponsor or endorse our materials. Google Play and the Google Play logo are trademarks of Google Inc.
3,091
A Kotlin web framework
# Kweb - A Kotlin web framework <div align="center"> <a href="https://github.com/kwebio/kweb-core/actions/workflows/build.yml"> <img src="https://img.shields.io/github/actions/workflow/status/kwebio/kweb-core/build.yml?branch=master&label=tests&style=flat-square&logo=github%20actions" alt="continuous integration status" > </a> <a href="https://matrix.to/#/#kweb:matrix.org"> <img src="https://img.shields.io/badge/chat-matrix-blue?style=flat-square&logo=matrix&color=0B9CD6" alt="matrix" > </a> <a href="https://docs.kweb.io/book/gettingstarted.html"> <img src="https://img.shields.io/maven-central/v/io.kweb/kweb-core?style=flat-square&logo=maven&label=kweb-core&color=374991" > <a href="https://github.com/kwebio/kweb-core/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/kwebio/kweb-core?style=flat-square&logo=gnu&color=3DA751" > </a> <a href="https://twitter.com/kwebio"> <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/kwebio?logo=twitter&color=1DA1F2&style=flat-square&label=%40kwebio" > </a> </div> ## Quick Start Read the [Introduction](https://docs.kweb.io/book/intro.html) or [Getting Started](https://docs.kweb.io/book/gettingstarted.html) from the [Kweb User Manual](https://docs.kweb.io/book/). ## Why another web framework? Kweb is designed to make it easy for developers to create modern websites without having to worry about the complexities of communication between the server and the browser. With a unified codebase, you can focus on creating an intuitive and user-friendly interface, rather than spending time on technical details. By streamlining the development process, Kweb makes it easier to build functional and beautiful websites that meet the needs of your users. ## How does it work? Kweb is a remote interface for a web browser's DOM (Document Object Model). With Kweb, you can create and manipulate DOM elements, and listen for and handle events, all using an intuitive Kotlin DSL that mirrors the structure of the HTML being created. Kweb is built on the Ktor framework, which handles HTTP, HTTPS, and WebSocket transport, and is optimized to minimize latency and resource usage on both the server and browser. ## Example ```kotlin import kweb.* import kweb.InputType.text fun main() { Kweb(port = 16097) { doc.body { val name = kvar("") div { h1().text("Enter Your Name") input(type = text).value = name } div { span().text(name.map { "Hello, $it" }) } } } } ``` This example illustrates [creating DOM elements](https://docs.kweb.io/book/dom.html#creating-dom-elements-and-fragments), [modifying elements](https://docs.kweb.io/book/dom.html#adding-attributes), [KVars](https://docs.kweb.io/book/state.html#building-blocks), and binding [input elements](https://docs.kweb.io/book/dom.html#input-elements). <kbd> <img src="https://user-images.githubusercontent.com/23075/197428328-9a42d5e2-f6c9-43f8-9d7c-62fe1a445dab.gif" /> </kbd> ## Learn More * [User Manual](http://docs.kweb.io/book) * [API Documentation](https://docs.kweb.io/api) * [Example Project](https://github.com/freenet/freenetorg-website/) * [Questions, Feedback, Bugs](https://github.com/kwebio/kweb-core/issues) * [Chat with us](https://matrix.to/#/#kweb:matrix.org) * [Frequently Asked Questions](https://docs.kweb.io/book/faq.html)
3,092
:star: Codebase for various tutorials about Java, Spring Boot, AWS, Kotlin, and Testing
# Hands-On Code Examples for Tutorials on [rieckpil.de](https://rieckpil.de/) [![](https://github.com/rieckpil/blog-tutorials/workflows/Build%20Java/badge.svg)](https://github.com/rieckpil/blog-tutorials/actions) If you find an issue or bug within the provided code examples, feel free to open an [issue](https://github.com/rieckpil/blog-tutorials/issues), and I will take a look. ## Cheat Sheets * [Testing Java Applications Cheat Sheet](https://rieckpil.de/testing-java-applications-cheat-sheet/) * [Java EE & Jakarta EE Application Server Cheat Sheet](https://rieckpil.de/cheatsheet-java-jakarta-ee-application-servers/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/application-server-cheatsheet)) * [Spring Web MVC Cheat Sheet](https://rieckpil.de/spring-web-mvc-cheat-sheet/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/)) ## Articles about Testing * [Parallelizing Only Java Unit Tests with JUnit 5 and Maven](https://rieckpil.de/parallelize-only-java-unit-tests-with-junit-5-and-maven/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/maven-junit-paralellize-tests)) * [Test Thymeleaf Controller Endpoints with Spring Boot and MockMvc](https://rieckpil.de/test-thymeleaf-controller-endpoints-with-spring-boot-and-mockmvc/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-thymeleaf-testing)) * [Spring Boot Testing: MockMvc vs. WebTestClient vs. TestRestTemplate](https://rieckpil.de/spring-boot-testing-mockmvc-vs-webtestclient-vs-testresttemplate/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-test-mockmvc-webtestclient-testresttemplate)) * [Amazon SQS Listener Testing with @SqsTest (Spring Cloud AWS)](https://rieckpil.de/amazon-sqs-listener-testing-with-sqstest-spring-cloud-aws/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-cloud-aws-sqs-testing)) * [Spring Boot Test Spring Web MVC HandlerInterceptor](https://rieckpil.de/spring-boot-test-spring-web-mvc-handlerinterceptor/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-web-mvc-testing)) * [LaunchDarkly Java Testing and Local Development Hints](https://rieckpil.de/launchdarkly-java-testing-and-local-development-hints/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/launchdarkly-java-development-testing-hints)) * [What the Heck Is the SpringExtension Used For?](https://rieckpil.de/what-the-heck-is-the-springextension-used-for/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-testing-tips-and-tricks)) * [Maven Setup For Testing Java Applications](https://rieckpil.de/maven-setup-for-testing-java-applications/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testing-java-applications-with-maven)) * [Creating Deep Stubs With Mockito to Chain Method Stubbing](https://rieckpil.de/creating-deep-stubs-with-mockito-to-chain-method-stubbing/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/mockito-tips-and-tricks)) * [Spring Boot Unit and Integration Testing Overview](https://rieckpil.de/spring-boot-unit-and-integration-testing-overview/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-testing-tips-and-tricks)) * [Initialization Strategies With Testcontainers For Integration Tests](https://rieckpil.de/initialization-strategies-with-testcontainers-for-integration-tests/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testcontainers-youtube-series)) * [Record Spring Events When Testing Spring Boot Applications](https://rieckpil.de/record-spring-events-when-testing-spring-boot-applications/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-test-spring-events)) * [Testing Spring Boot Applications With REST Assured](https://rieckpil.de/testing-spring-boot-applications-with-rest-assured/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-rest-assured)) * [How to Test Java HTTP Client Usages (e.g OkHttp, Apache HttpClient)](https://rieckpil.de/how-to-test-java-http-client-usages-e-g-okhttp-apache-httpclient/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/test-java-http-clients)) * [Spring Boot Test Slices Overview and Usage](https://rieckpil.de/spring-boot-test-slices-overview-and-usage/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-test-slice-annotations)) * [Guide to Testing Spring Boot applications with MockMvc](https://rieckpil.de/guide-to-testing-spring-boot-applications-with-mockmvc/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testing-spring-boot-applications-with-mockmvc)) * [MongoDB Testcontainers Setup for @DataMongoTest](https://rieckpil.de/mongodb-testcontainers-setup-for-datamongotest/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-data-mongo-test-testcontainers)) * [Mocking Statics Methods with Mockito (Kotlin & Java)](https://rieckpil.de/mocking-static-methods-with-mockito-java-kotlin/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/mockito-tips-and-tricks)) * [Mock Java Constructors And Their Object Creation With Mockito](https://rieckpil.de/mock-java-constructors-and-their-object-creation-with-mockito/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/mockito-tips-and-tricks)) * [Write Concise Web Tests With Selenide for Java Projects](https://rieckpil.de/write-concise-web-tests-with-selenide-for-java-projects/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/write-concise-web-tests-with-selenide)) * [Test Your Spring MVC Controller with the WebTestClient and MockMvc](https://rieckpil.de/test-your-spring-mvc-controller-with-webtestclient-against-mockmvc/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-mockmvc-with-webtestclient)) * [Test Your Spring Boot JPA Persistence Layer With @DataJpaTest](https://rieckpil.de/test-your-spring-boot-jpa-persistence-layer-with-datajpatest/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-datajpatest)) * [Override Spring Boot Configuration Properties For Tests](https://rieckpil.de/override-spring-boot-configuration-properties-for-tests/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-override-test-properties)) * [Use GreenMail For Spring Mail (JavaMailSender) JUnit 5 Integration Tests](https://rieckpil.de/use-greenmail-for-spring-mail-javamailsender-junit-5-integration-tests/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-test-mail-sending)) * [Write Spring Boot integration tests with Testcontainers (JUnit 4 and 5)](https://rieckpil.de/howto-write-spring-boot-integration-tests-with-a-real-database/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-integration-tests-testcontainers)) * [Reuse containers with Testcontainers for fast integration tests](https://rieckpil.de/reuse-containers-with-testcontainers-for-fast-integration-tests/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testcontainers-reuse-existing-containers)) * [Test Spring WebClient with MockWebServer from OkHttp](https://rieckpil.de/test-spring-webclient-with-mockwebserver-from-okhttp/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-testing-with-mockwebserver)) * [Test Spring applications using AWS with Testcontainers and LocalStack](https://rieckpil.de/test-spring-applications-using-aws-with-testcontainers-and-localstack/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-aws-integration-tests)) * [Write integration tests for your Spring WebSocket endpoints](https://rieckpil.de/write-integration-tests-for-your-spring-websocket-endpoints/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-websocket-integration-tests)) * [Improve build times with Context Caching from Spring Test](https://rieckpil.de/improve-build-times-with-context-caching-from-spring-test/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/)) * [Testing Spring Boot Applications with Kotlin and Testcontainers](https://rieckpil.de/testing-spring-boot-applications-with-kotlin-and-testcontainers/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-kotlin-testcontainers)) * [Write JPA integration tests with Java EE](https://rieckpil.de/howto-jpa-integration-tests-with-java-ee/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/jpa-integration-tests-java-ee)) * [Simple load-testing with Apache Benchmark](https://rieckpil.de/howto-simple-load-testing-with-apache-benchmark/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/load-testing-your-application)) * [Java Benchmarking with JMH (Java Microbenchmark Harness)](https://rieckpil.de/howto-java-benchmarking-with-jmh-java-microbenchmark-harness/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/java-benchmarking-with-jmh)) * [Consumer-Driven Contracts with Spring Cloud Contract](https://rieckpil.de/howto-consumer-driven-contracts-with-spring-cloud-contract/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/consumer-driven-contracts-with-spring-cloud-contract)) * [Jakarta EE integration tests with MicroShed Testing](https://rieckpil.de/jakarta-ee-integration-tests-with-microshed-testing/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/review-microshed-testing)) * [Spring Boot Integration Tests with WireMock and JUnit 5](https://rieckpil.de/spring-boot-integration-tests-with-wiremock-and-junit-5/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-integration-tests-wiremock)) * [Spring WebTestClient for efficient testing of your REST API](https://rieckpil.de/spring-webtestclient-for-efficient-testing-of-your-rest-api/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-test-client)) * [Spring Boot Functional Tests with Selenium and Testcontainers](https://rieckpil.de/spring-boot-functional-tests-with-selenium-and-testcontainers/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-selenium-integration-tests)) * [Testing your Spring RestTemplate with @RestClientTest](https://rieckpil.de/testing-your-spring-resttemplate-with-restclienttest/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testing-spring-rest-template)) * [Five JUnit 5 features you might not know yet](https://rieckpil.de/five-junit-5-features-you-might-not-know-yet/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/five-unknown-junit-5-features)) * [Testing your JSON serialization with @JsonTest](https://rieckpil.de/testing-your-json-serialization-with-jsontest) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testing-json-serialization-spring)) ## Articles about Spring Boot * [Lock @Scheduled Tasks With ShedLock And Spring Boot](https://rieckpil.de/lock-scheduled-tasks-with-shedlock-and-spring-boot/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-shedlock)) * [Best Practices Flyway and Hibernate with Spring Boot](https://rieckpil.de/howto-best-practices-for-flyway-and-hibernate-with-spring-boot/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-hibernate-flyway-best-practices)) * [Up- and download files with React and Spring Boot](https://rieckpil.de/howto-up-and-download-files-with-react-and-spring-boot/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-uploading-and-downloading-files-with-react)) * [Expose git information with Spring Boot’s Actuator](https://rieckpil.de/howto-expose-git-information-with-spring-boots-actuator/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/expose-git-information-actuator)) * [Lazy Loading of JPA attributes with Hibernate](https://rieckpil.de/how-to-lazy-loading-of-jpa-attributes-with-hibernate/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/lazy-loading-of-jpa-attributes-with-hibernate)) * [Send E-Mails with SendGrid and Spring Boot](https://rieckpil.de/howto-send-e-mails-with-sendgrid-and-spring-boot/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/send-emails-with-sendgrid-and-spring-boot)) * [Dynamic SQL Querying & Pagination with Querydsl and Spring Data JPA](https://rieckpil.de/howto-dynamic-sql-querying-pagination-with-querydsl-and-spring-data-jpa) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/dynamic-sql-querying-with-pagination)) * [Remote Debug Spring Boot applications (IntelliJ IDEA + Eclipse)](https://rieckpil.de/howto-remote-debug-spring-boot-applications-intellij-idea-eclipse/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/remote-debugging-spring-boot-application)) * [Use Spring’s WebClient for RESTful communication](https://rieckpil.de/howto-use-springs-webclient-for-restful-communication/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-demo)) * [Generate random data in Java using Java Faker](https://rieckpil.de/howto-generate-random-data-in-java-using-java-faker/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/random-data-in-java-using-java-faker)) * [Feature Toggles for Spring Boot applications with Togglz](https://rieckpil.de/howto-feature-toggles-for-spring-boot-applications-with-togglz/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-feature-toggles-with-togglz)) * [Spring WebClient OAuth2 Integration for Spring WebFlux](https://rieckpil.de/spring-webclient-oauth2-integration-using-github-as-an-example/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-oauth2-reactive-stack)) * [Spring WebClient OAuth2 Integration for Spring Web (Servlet)](https://rieckpil.de/spring-webclient-oauth2-integration-for-spring-web-servlet/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-oauth2-servlet-stack)) * [Expose Metrics of Spring WebClient using Spring Boot Actuator](https://rieckpil.de/expose-metrics-of-spring-webclient-using-spring-boot-actuator) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-expose-metrics)) * [Spring WebClient exchange vs. retireve a comparison](https://rieckpil.de/spring-webclient-exchange-vs-retrieve-a-comparison/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-exchange-retrieve)) * [Customize Spring WebClient with WebClientCustomizer](https://rieckpil.de/customize-spring-webclient-with-webclientcustomizer/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-web-client-customizing)) ## Articles about AWS * [AWS Lambda with Kotlin and Spring Cloud Function](https://rieckpil.de/aws-lambda-with-kotlin-and-spring-cloud-function/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/serverless-java-aws-examples/spring-cloud-function-kotlin-aws)) * [OIDC Logout With AWS Cognito and Spring Security](https://rieckpil.de/oidc-logout-with-aws-cognito-and-spring-security/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-security-aws-cognito-thymeleaf)) * [Java AWS Lambda Container Image Support (Complete Guide)](https://rieckpil.de/java-aws-lambda-container-image-support-complete-guide/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/serverless-java-aws-examples/java-aws-lambda-custom-image)) * [Resolving Spring Boot properties using the AWS Parameter Store (SSM)](https://rieckpil.de/resolving-spring-boot-properties-using-the-aws-parameter-store-ssm/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-aws-ssm-parameter-resolving)) * [Java AWS Lambda with Serverless and Maven - Thumbnail Generator](http://rieckpil.de/aws-lambda-with-serverless-java-and-maven-thumbnail-generator) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/serverless-java-aws-examples/thumbnail-generator)) * [Java AWS Lambda with Spring Cloud Function](https://rieckpil.de/java-aws-lambda-with-spring-cloud-function/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/serverless-java-aws-examples/spring-cloud-function-aws)) * [Thymeleaf OAuth2 Login with Spring Security and AWS Cognito](https://rieckpil.de/thymeleaf-oauth2-login-with-spring-security-and-aws-cognito/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-security-aws-cognito-thymeleaf)) ## Articles about Kotlin * [Create Spring Boot applications with Maven and Kotlin](https://rieckpil.de/create-spring-boot-applications-with-maven-and-kotlin/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-with-kotlin)) * [Write Java EE applications with Kotlin](https://rieckpil.de/howto-write-java-ee-applications-with-kotlin/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/java-ee-with-kotlin)) * [Writing JavaScript code with Kotlin using Gradle](https://rieckpil.de/writing-javascript-code-with-kotlin-using-gradle/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/kotlin-javascript-transpiling-gradle)) ## Articles about Java EE/Jakarta EE/MicroProfile * [Avoid repeating attributes in JPA entities](https://rieckpil.de/howto-avoid-repeating-attributes-in-jpa-entities/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/avoid-repeating-attributes-in-jpa-entities)) * [Deploy a Spring Boot Uber-Jar application within Open Liberty](https://rieckpil.de/howto-run-spring-boot-uber-jar-application-within-open-liberty/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-with-open-liberty/)) * [Simple CRUD table with JSF and PrimeFaces](https://rieckpil.de/howto-simple-crud-table-with-jsf-2-3-and-primefaces/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/simple-crud-table-with-jsf-and-primefaces)) * [Simple JSF 2.3 Login with Java EE 8 Security API](https://rieckpil.de/howto-simple-form-based-authentication-for-jsf-2-3-with-java-ee-8-security-api/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/jsf-simple-login-with-java-ee-security-api)) * [Simple JMS application with the embedded messaging engine in Open Liberty](https://rieckpil.de/howto-simple-jms-application-with-the-embedded-messaging-engine-in-open-liberty/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/embedded-messaging-engine-open-liberty)) * [JAX-RS user-based API rate-limiting with JSR-375](https://rieckpil.de/howto-jax-rs-user-based-rate-limiting-with-jsr-375/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/jax-rs-api-rate-limiting-with-jsr-375)) * [Generate documents from Word templates with Docx4j on Wildfly 14](https://rieckpil.de/howto-generate-documents-from-word-templates-with-docx4j-on-wildfly-14/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/generate-documents-from-word-templates-with-docx4j-on-wildfly14)) * [MicroProfile JWT Authentication with Keycloak and React](https://rieckpil.de/howto-microprofile-jwt-authentication-with-keycloak-and-react/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/microprofile-jwt-keycloak-auth)) * [Generate PDFs (Apache PDFBox) including Charts (XChart) with Java EE](https://rieckpil.de/howto-generate-pdfs-apache-pdfbox-including-charts-xchart-with-java-ee/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/charts-in-pdf-java-ee)) * [Up- and downloading files with Java EE and Web Components](https://rieckpil.de/howto-up-and-download-files-with-java-ee-and-web-components/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/java-ee-uploading-and-downloading-files-with-web-components)) * [RESTEasy (WildFly) file up- and downloading](https://rieckpil.de/howto-resteasy-wildfly-jax-rs-2-1-file-up-and-downloading/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/rest-easy-file-uploading-and-downloading)) * [Messaging with JMS using Payara with embedded OpenMQ broker](https://rieckpil.de/howto-messaging-with-jms-using-payara-with-embedded-openmq-broker/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/messaging-with-jms-using-payara)) * [Nice-looking JSF 2.3 apps with PrimeFaces 7.0](https://rieckpil.de/howto-create-nice-looking-jsf-2-3-applications-with-primefaces-7-0) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/nice-looking-jsf-apps-with-prime-faces-7)) * [Send emails with Java EE using Payara](https://rieckpil.de/howto-send-emails-with-java-ee-using-payara) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/java-ee-sending-mails)) * [Deploy Java EE applications to Kubernetes](https://rieckpil.de/howto-deploy-java-ee-applications-to-kubernetes) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/java-ee-kubernetes-deployment)) * [MicroProfile Rest Client for RESTful communication](https://rieckpil.de/howto-microprofile-rest-client-for-restful-communication/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/microprofile-rest-client-for-restful-communication)) * [Intercept method calls using CDI interceptors](https://rieckpil.de/howto-intercept-method-calls-using-cdi-interceptors/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/intercept-methods-with-cdi-interceptors)) * [Bootstrap your first Jakarta EE 8 application](https://rieckpil.de/howto-bootstrap-your-first-jakarta-ee-8-application/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/bootstrap-jakarta-ee-8-application)) * [Jakarta EE and MicroProfile applications with React and PostgreSQL](https://rieckpil.de/jakarta-ee-and-microprofile-applications-with-react-and-postgresql) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/guide-to-jakarta-ee-with-react-and-postgresql)) * [Create real-time applications with Jakarta EE WebSocket](https://rieckpil.de/create-real-time-applications-with-jakarta-ee-websocket/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/websockets-with-jakarta-ee)) * [Jakarta EE & React file up- and download using Java 11 and TypeScript](https://rieckpil.de/jakarta-ee-react-file-up-and-download-using-java-11-and-typescript) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/jakarta-ee-react-file-handling)) ## Miscellaneous * [Automatic Java Code Migration with OpenRewrite (Mockito Example)](https://rieckpil.de/automatic-java-code-migration-with-openrewrite-mockito-example) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/open-rewrite-example)) * [Simple database documentation with SchemaSpy](https://rieckpil.de/howto-simple-database-documentation-with-schemaspy/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/simple-database-documentation-with-schema-spy)) * [Preview PDF files with React](https://rieckpil.de/howto-pdf-preview-with-react/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/pdf-preview-react)) * [Writing PostgreSQL functions with Java using PL/Java](https://rieckpil.de/howto-writing-postgresql-functions-with-java-using-pl-java/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/running-java-within-postgres)) * [Deploy a React application to Kuberntes](https://dev.to/rieckpil/deploy-a-react-application-to-kubernetes-in-5-easy-steps-516j) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/react-app-kubernetes)) * [Create your own Maven Archetype in 5 simple steps](https://rieckpil.de/create-your-own-maven-archetype-in-5-simple-steps/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/custom-maven-archetype)) * [GitHub Actions for Java - automate your Maven workflows](https://rieckpil.de/github-actions-for-java-automate-your-maven-workflows/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/github-actions-java-maven)) ## WHATIS? Articles * [JavaServer Faces. An introduction to JSF 2.3](https://rieckpil.de/whatis-java-server-faces-an-introduction-to-jsf-2-3/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/hello-world-jsf-2.3)) * [GraalVM - an introduction to the next level JVM](https://rieckpil.de/whatis-graalvm/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/graalvm-intro)) * [MicroProfile Config](https://rieckpil.de/whatis-eclipse-microprofile-config/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-config)) * [MicroProfile Fault Tolerance](https://rieckpil.de/whatis-eclipse-microprofile-fault-tolerance/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-fault-tolerance)) * [MicroProfile Metrics](https://rieckpil.de/whatis-eclipse-microprofile-metrics/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-metrics)) * [MicroProfile JWT Auth](https://rieckpil.de/whatis-eclipse-microprofile-jwt-auth/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-jwt-auth)) * [MicroProfile Rest Client](https://rieckpil.de/whatis-eclipse-microprofile-rest-client/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-rest-client)) * [MicroProfile OpenAPI](https://rieckpil.de/whatis-eclipse-microprofile-openapi/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-open-api)) * [MicroProfile OpenTracing](https://rieckpil.de/whatis-eclipse-microprofile-opentracing/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-open-tracing)) * [MicroProfile Health](https://rieckpil.de/whatis-eclipse-microprofile-health/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/microprofile-health)) * [Contexts and Dependency Injection (CDI)](https://rieckpil.de/whatis-contexts-and-dependency-injection-cdi/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/cdi)) * [Jakarta RESTful Web Services (JAX-RS)](https://rieckpil.de/whatis-jakarta-restful-web-services-jax-rs/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/jax-rs)) * [JSON Binding (JSON-B)](https://rieckpil.de/whatis-json-binding-json-b/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/json-b)) * [JSON Processing (JSON-P)](https://rieckpil.de/whatis-json-processing-json-p/) ([Sources](https://github.com/rieckpil/getting-started-with-eclipse-microprofile/tree/master/json-p)) ## REVIEW Articles * [What’s new in Spring Boot 2.1](https://rieckpil.de/review-whats-new-in-spring-boot-2-1/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/whats-new-in-spring-boot-2.1)) * [What's new in Spring Boot 2.2](https://rieckpil.de/review-whats-new-in-spring-boot-2-2/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/whats-new-in-spring-boot-2.2)) * [What's new in Spring Boot 2.3](https://rieckpil.de/whats-new-in-spring-boot-2-3/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/whats-new-in-spring-boot-2.3)) * [What's new in MicroProfile 3.1](https://rieckpil.de/review-whats-new-in-microprofile-3-1/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/whats-new-in-microprofile-3.1)) * [Improved Java/Jakarta EE productivity with Adam Bien’s WAD (Watch and Deploy)](https://rieckpil.de/review-improved-java-jakarta-ee-productivity-with-adam-biens-wad-watch-and-deploy/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/improved-java-ee-productivity-with-wad)) * [5 Java 9 Features you might not know yet](https://rieckpil.de/review-5-java-9-features-you-might-not-know-yet/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/five-java-9-features)) * [Top 3 Maven Plugins to ensure Quality and Security for your project](https://rieckpil.de/top-3-maven-plugins-to-ensure-quality-and-security-for-your-project/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/maven-plugins-to-ensure-quality)) * [Joyful Open Liberty Developer Experience with Liberty Maven Plugin](https://rieckpil.de/joyful-open-liberty-developer-experience-with-liberty-maven-plugin/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/open-liberty-maven-plugin-review))
3,093
Official repository for the Android version of the immuni application
<h1 align="center">Immuni Android</h1> <div align="center"> <img width="256" height="256" src=".github/logo.png"> </div> <br /> <div align="center"> <!-- Latest Release --> <a href="https://github.com/immuni-app/app-android/releases"> <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/immuni-app/app-android"> </a> <!-- CoC --> <a href="CODE_OF_CONDUCT.md"> <img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" /> </a> <a href="https://circleci.com/gh/immuni-app/immuni-app-android"> <img alt="Circle CI Status" src="https://circleci.com/gh/immuni-app/immuni-app-android.svg?style=svg"> </a> </div> <div align="center"> <h3> <a href="https://github.com/immuni-app/documentation"> Documentation </a> <span> | </span> <a href="CONTRIBUTING.md"> Contributing </a> </h3> </div> # Table of contents - [Introduction](#introduction) - [Installation](#installation) - [Testing](#testing) - [Checking the build](#checking-the-build) - [Contributing](#contributing) - [Contributors](#contributors) - [License](#license) - [Authors / Copyright](#authors---copyright) - [Third-party component licenses](#third-party-component-licenses) - [Tools](#tools) - [Libraries](#libraries) - [License details](#license-details) # Introduction This repository contains the source code of Immuni's Android client. More detailed information about Immuni can be found in the following documents: - [High-Level Description](https://github.com/immuni-app/documentation) - [Product Description](https://github.com/immuni-app/documentation/blob/master/Product%20Description.md) - [Technology Description](https://github.com/immuni-app/documentation/blob/master/Technology%20Description.md) - [Traffic Analysis Mitigation](https://github.com/immuni-app/immuni-documentation/blob/master/Traffic%20Analysis%20Mitigation.md) **Please take the time to read and consider these documents in full before digging into the source code or opening an Issue. They contain a lot of details that are fundamental to understanding the source code and this repository's documentation.** # Installation The app can be installed using [Android Studio](https://developer.android.com/studio) or the [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) (gradlew) command line tool. ## Using Android Studio This is the recommended and most straightforward method. First, clone the repository with: ```sh git clone [email protected]:immuni-app/immuni-app-android.git ``` From Android Studio, select *Import Project*, then select the root folder of the cloned repository. Click *Make Project* to build the app and download all the required dependencies. Click *Run app* to install the app on your device or emulator. ## Using the Gradle Wrapper command line tool The Gradle Wrapper can be built using [Gradle](https://docs.gradle.org/current/userguide/installation.html#installation). You can install Gradle using [Brew](https://brew.sh/): ```sh brew install gradle ``` To generate the wrapper, execute this task: ```sh gradle wrapper ``` Clone the repository with: ```sh git clone [email protected]:immuni-app/immuni-app-android.git ``` Enter the project root folder with: ```sh cd immuni-app-android ``` Execute the command: ```sh ./gradlew assembleDebug ``` This creates an APK named *app-debug.apk* in *immuni-app-android/app/build/outputs/apk/*. The file is already signed with the debug key and aligned with [zipalign](https://developer.android.com/studio/command-line/zipalign), so you can immediately install it on a device. To build the APK and immediately install it on a running emulator or connected device, instead invoke installDebug: ```sh ./gradlew installDebug ``` >Please note that Google restricts the usage of the [Exposure Notification API](https://www.google.com/covid19/exposurenotifications/) to government entities or developers approved by a government entity to develop an application on behalf of a government for COVID-19 response efforts. Full details are in the [Additional Terms](https://blog.google/documents/72/Exposure_Notifications_Service_Additional_Terms.pdf) document. Otherwise, you may build and use the application, but you will not be able to use the underlying Exposure Notification system. For more information about how the project is generated and structured, please refer to the [CONTRIBUTING](CONTRIBUTING.md) file. # Testing The repository contains several unit and integration tests to guarantee high code quality and maintainability. To run the local unit tests, execute the following Gradle task from the desired app module: ```sh ./gradlew :[module name]:testDebugUnitTest ``` To run the instrumentation/UI tests, execute the following Gradle task: ```sh ./gradlew connectedAndroidTest ``` # Checking the build In addition to making the code open-source, we wish to help people verify that builds published on the App Store are coming from a specific commit of this repository. Please refer to the [Immuni Technology Description](https://github.com/immuni-app/documentation/blob/master/Technology%20Description.md#android-app-technologies) for a complete overview of the goals and status of this effort. Currently, we have a working open continuous integration for building the client. [Here](.circleci/config.yml) is the full specification. When it comes to reproducible builds, we will instead open an issue explaining what we have done so far and any missing steps. # Contributing Contributions are most welcome. Before proceeding, please read the [Code of Conduct](CODE_OF_CONDUCT.md) for guidance on how to approach the community and create a positive environment. Additionally, please read our [CONTRIBUTING](CONTRIBUTING.md) file, which contains guidance on ensuring a smooth contribution process. The Immuni project is composed of different repositories—one for each component or service. Please use this repository for contributions strictly relevant to the Immuni Android client. To propose a feature request, please open an issue in the [Documentation repository](https://github.com/immuni-app/documentation). This lets everyone involved see it, consider it, and participate in the discussion. Opening an issue or pull request in this repository may slow down the overall process. ## Contributors Here is a list of Immuni's contributors. Thank you to everyone involved for improving Immuni, day by day. <a href="https://github.com/immuni-app/immuni-app-android/graphs/contributors"> <img src="https://contributors-img.web.app/image?repo=immuni-app/immuni-app-android" /> </a> # License ## Authors / Copyright 2020 (c) Presidenza del Consiglio dei Ministri. ## Third-party component licenses ### Tools | Name | License | | ----------------------------------------------------------- | ------------------------- | | [Brew](https://brew.sh/) | BSD 2-Clause 'Simplified' | | [Gradle](https://gradle.org/) | Apache 2.0 | | [CommitLint](https://commitlint.js.org/#/) | MIT | | [Danger](https://danger.systems/js/) | MIT | | [Ktlint](https://github.com/pinterest/ktlint) | MIT | ### Libraries | Name | License | | ---------------------------------------------------------- | ---------- | | [Glide](https://github.com/bumptech/glide) | Apache 2.0 | | [Koin](https://github.com/InsertKoinIO/koin) | Apache 2.0 | | [Lottie](https://github.com/airbnb/lottie-android) | Apache 2.0 | | [Moshi](https://github.com/square/moshi) | Apache 2.0 | | [MockK](https://github.com/mockk/mockk) | Apache 2.0 | | [OkHttp](https://github.com/square/okhttp/) | Apache 2.0 | | [Retrofit](https://github.com/square/retrofit) | Apache 2.0 | ## License details The licence for this repository is a [GNU Affero General Public Licence version 3](https://www.gnu.org/licenses/agpl-3.0.html) (SPDX: AGPL-3.0). Please see the [LICENSE](LICENSE) file for full reference.
3,094
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
# Free, open source Project Management software [![License](http://img.shields.io/badge/License-AGPLv3-orange.svg)](https://www.gnu.org/licenses/agpl-3.0.en.html) [![Project Stats](https://www.openhub.net/p/mycollab/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mycollab) [![Build](https://travis-ci.org/MyCollab/mycollab.svg)](https://travis-ci.org/MyCollab/mycollab) [![Version](https://img.shields.io/badge/Version-7.0.3-brightgreen.svg)](https://docs.mycollab.com/) [![Github](https://img.shields.io/github/downloads/MyCollab/mycollab/total.svg)](https://github.com/MyCollab/mycollab/releases) ## Introduction MyCollab is the free and open source project management software. Intuitive UI, rich features, high performance and stable are the advantages compare with various popular tools in the market such as Redmine, Bugzilla, Mantis etc. This open source is included into a trusted commercial product that is deployed on hundreds of companies' servers. <table> <tr> <td align="center"> <a href="https://c2.staticflickr.com/8/7836/33297801958_8c403afca8_o.png" target="_blank" title="Project Dashboard"> <img src="https://c2.staticflickr.com/8/7836/33297801958_c3958e94ba_n.jpg" alt="Project Dashboard"> </a> <br /> <em>Project Dashboard</em> </td> <td align ="center"> <a href="https://c2.staticflickr.com/8/7918/47173080821_3352d05e2b_o.png" target="_blank" title="Ticket Dashboard"> <img src="https://c2.staticflickr.com/8/7918/47173080821_f6c092822e_n.jpg" alt="Ticket Dashboard"> </a> <br /> <em>Ticket Dashboard</em> </td> <td align="center"> <a href="https://c2.staticflickr.com/8/7868/46259674665_52e5d9ec03_o.png" target="_blank" title="Kanban Board"> <img src="https://c2.staticflickr.com/8/7868/46259674665_c80a0c15a7_n.jpg" alt="Kanban Board"> </a> <br /> <em>Kanban Board</em> </td> </tr> <tr> <td align="center"> <a href="https://c2.staticflickr.com/8/7874/46259716315_bd4269858d_o.png" target="_blank" title="Task View"> <img src="https://c2.staticflickr.com/8/7874/46259716315_44047af85e_n.jpg" alt="Task View"> </a> <br /> <em>Task View</em> </td> <td align="center"> <a href="https://c2.staticflickr.com/8/7896/47173858441_f2395a1b7d_o.png" target="_blank" title="Members"> <img src="https://c2.staticflickr.com/8/7896/47173858441_3b4c77990f_n.jpg" alt="Members"> </a> <br /> <em>Members</em> </td> <td align="center"> <a href="https://c2.staticflickr.com/8/7862/40209055153_0a16241b1b_o.png" target="_blank" title="Settings"> <img src="https://c2.staticflickr.com/8/7862/40209055153_54a427e593_n.jpg" alt="Settings"> </a> <br /> <em>Settings</em> </td> </tr> </table> New features, enhancements, and updates appear on a regular basis. Pull requests and bug reports are always welcome! Visit our website https://www.mycollab.com/ to get a free trial of the premium service. ## Features MyCollab provides the rich set features of Project Management, Customer Management module and online collaboration methods. * Project Management * Activity stream and audit logging * Kanban board * Roadmap view * Issues Management * Tasks and dependencies management * Milestones * Time tracking (for premium users only) * Invoice management (for premium users only) * Risk Management (For premium users only) * People and Permission management * Reporting We use MyCollab in our daily jobs to manage our customers information, projects. It is deployed in the production environment of our premium users, and we supported several organizations to deploy this community version on their servers as well. We take care of our open source edition similar than we do for our premium product, in fact both of them use the same code base structure. So feel free to use it in your business jobs! ## System Requirements MyCollab requires a running Java Runtime Environment (8 or greater), Java command should be presented in PATH environment and MySQL (InnoDB support recommended). * Java Runtime Environment 8+: MyCollab could run when any JVM compatible platform such as Oracle JRE or OpenJDK. * MySQL database, version 5.6+: the higher version is recommended * 1 GB RAM minimum, 2 GB RAM recommended ## Installation 1. Download MyCollab binary - https://www.mycollab.com/self-hosted/ 2. Follow installation guideline at https://docs.mycollab.com/getting-started/installation/ If you need to understand the more MyCollab advanced configuration settings, please visit the link https://docs.mycollab.com/getting-started/configuration/. You will finish reading and understanding in a matter of minutes. If you want to customize MyCollab, following links are useful to you: * Setup MyCollab projects with IntelliJ https://docs.mycollab.com/development/setup-mycollab-projects-with-intellij-ide/ * How to customize MyCollab https://docs.mycollab.com/development/customize-mycollab/ ## Support Contact the MyCollab team at: * Our growing FAQ https://docs.mycollab.com/faq/ * Our help page [http://support.mycollab.com/](https://mycollab.userecho.com/en/) * Our web form [https://www.mycollab.com/contact/](https://www.mycollab.com/contact/) ## License & Author * MyCollab community is licensed with Affero GPL v3. For license terms, see https://www.gnu.org/licenses/agpl-3.0.en.html * You can try MyCollab on-demand edition on site https://www.mycollab.com
3,095
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
# News App 🗞 [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/AkshayChordiya//blob/master/LICENSE) News App is a simple news app 🗞️ which uses [NewsAPI](https://newsapi.org/) to fetch top news headlines from the API. The main aim of this app is to be a leading example of how to build Modern Android applications for all Android Developers The codebase focuses 👓 on following key things: - Code structuring, style and comments - Dependency injection 🗡 - Offline first ✈️ - Kotlin + Coroutines - And tests 🛠 - Emojis (ofcourse) 😛 The idea is to keep the app super simple while demonstrating new libraries and tools which makes it easier to build high quality Android applications. <img alt="NewsApp Main Page" height="450px" src="https://raw.githubusercontent.com/AkshayChordiya/News/master/art/screen.png" /> # Development Setup 🖥 You will require latest version of Android Studio 3.0 (or newer) to be able to build the app ## API key 🔑 You'll need to provide API key to fetch the news from the News Service (API). Currently the news is fetched from [NewsAPI](https://newsapi.org/) - Generate an API key (It's only 2 steps!) from [NewsAPI](https://newsapi.org/) - Create new file named -> `credentials.properties` in our project root folder - Add the API key as shown below [Make sure to keep the double quotes]: ``` NEWS_API_KEY = "<INSERT_YOUR_API_KEY>" ``` - Build the app - Enjoyyyyy 🎉 ## Libraries and tools 🛠 News App uses libraries and tools used to build Modern Android application, mainly part of Android Jetpack 🚀 - [Kotlin](https://kotlinlang.org/) first - [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) and [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) first - Architecture components - [Dagger 2](https://developer.android.com/training/dependency-injection) for dependency injection 🗡 - [Retrofit](https://square.github.io/retrofit/) - Other [Android Jetpack](https://developer.android.com/jetpack) components ## Architecture The app uses MVVM [Model-View-ViewModel] architecture to have a unidirectional flow of data, separation of concern, testability, and a lot more. Read more: - [Building Modern Android Apps with Architecture Guidelines](https://medium.com/@aky/building-modern-apps-using-the-android-architecture-guidelines-3238fff96f14) - [Guide to app architecture](https://developer.android.com/jetpack/docs/guide) ![Architecture](https://developer.android.com/topic/libraries/architecture/images/final-architecture.png) ## Dependency Graph 🔪 The following diagram shows the dependency graph of the app. <img alt="News App Dependency Graph" height="450px" src="https://raw.githubusercontent.com/AkshayChordiya/News/master/art/dependency-graph.png" /> Generated by [Daggraph](https://github.com/dvdciri/daggraph) -------------------- ## Learn Architecture Components Trying to learn the new Architecture Components. I have wrote a series of articles to understand Android Architecture Components. Feel free to check it out to learn more. - [Introduction to Architecture Components](https://medium.com/@aky/introduction-to-android-architecture-components-22b8c84f0b9d) - [Exploring ViewModel Architecture component](https://medium.com/@aky/exploring-viewmodel-architecture-component-5d60828172f9) - [Exploring LiveData Architecture component](https://medium.com/@aky/exploring-livedata-architecture-component-f9375d3644ee) - [Exploring Room Architecture component](https://medium.com/@aky/exploring-room-architecture-component-6db807094241) - [Building Modern Android Apps with Architecture Guidelines](https://medium.com/@aky/building-modern-apps-using-the-android-architecture-guidelines-3238fff96f14) ### Extra - Caster.io Course and Podcast - [Android Architecture Components - A Deep Dive - Caster.io](https://caster.io/courses/android-architecture-components-deep-dive) 📺 - [Android Architecture Components Podcast on Fragmented](http://fragmentedpodcast.com/episodes/115/) 🎤 ## Testing The architecture components are highly testable. Following table shows how to test various parts of the app (cheatsheet for testing architecture component) | Component | Test | Mock | |:----------:|:------------:|:------------------:| | UI | Espresso | ViewModel | | ViewModel | JUnit | Repository | | Repository | JUnit | DAO and WebService | | DAO | Instrumented | - | | WebService | Instrumented | MockWebServer | ## Contributing Please read [CONTRIBUTING.md](CONTRIBUTING.md) for contributions. ## License The MIT License (MIT) Copyright (c) 2017 Akshay Chordiya Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3,096
Android Routing SDK
TheRouter: *Android componentization solution* --- [![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Language](https://img.shields.io/badge/Language-Kotlin-green)](https://kotlinlang.org/) [![Wiki](https://img.shields.io/badge/Wiki-open-green)](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki) HomePage | [中文官网](https://therouter.cn/docs/2022/11/23/01) ### A. Features TheRouter core functions have four functionalities: * Page Navigation([Navigator](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/Navigator)) * Cross-module dependency injection([ServiceProvider](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/ServiceProvider)) * Single module automatic initialization ([FlowTaskExecutor](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/FlowTaskExecutor)) * Enable client apps to remotely load method dynamically ([ActionManager](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/ActionManager)) * Demo: <img src="https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/uploads/image/demo.gif" width="50%" alt="demo gif" /> ### B. Introduction **For more detailed documentation, please check the project wiki**:[Wiki](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki) #### B1. Gradle configuration |module| apt | router | plugin | |---|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| |version| [![apt](https://img.shields.io/badge/apt-1.1.2-green)](https://repo1.maven.org/maven2/cn/therouter/apt/) | [![router](https://img.shields.io/badge/router-1.1.2-green)](https://repo1.maven.org/maven2/cn/therouter/router/) | [![plugin](https://img.shields.io/badge/plugin-1.1.2-green)](https://repo1.maven.org/maven2/cn/therouter/plugin/) | ``` // root build.gradle classpath 'cn.therouter:plugin:1.1.2' // app module apply plugin: 'therouter' // dependencies kapt "cn.therouter:apt:1.1.2" implementation "cn.therouter:router:1.1.2" ``` #### B2. initialization library The library contains the automatic initialization function inside,link to: [Single module automatic initialization](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/FlowTaskExecutor); therefore, there's no need for any initialization code. However, it is recommended that you set the `Debug` environment according to your business settings to view log information. ``` @Override protected void attachBaseContext(Context base) { TheRouter.setDebug(true or false); super.attachBaseContext(base); } ``` #### B3. page parameter injection Called in the `onCreate()` method of `Activity` or `Fragment`: (*It is recommended to do it directly in `BaseActivity(BaseFragment)`*) ``` @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); TheRouter.inject(this); } ``` #### B4. page navigation For the meaning of the annotation `@Route`, please check the documentation: [Page Navigation](https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/Navigator) ``` @Route(path = "http://therouter.com/home", action = "action://scheme.com", description = "second page", params = {"hello", "world"}) public class HomeActivity extends BaseActivity { @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); TheRouter.build("Path") .withInt("intValue", 12345678) .withString("str_123_Value", "传中文字符串") .withBoolean("boolValue", true) .withLong("longValue", 123456789012345L) .withChar("charValue", 'c') .withDouble("double", 3.14159265358972) .withFloat("floatValue", 3.14159265358972F) .navigation(); } } ``` ### C. proguard rules configuration ``` # need add for Fragment page route # -keep public class * extends android.app.Fragment # -keep public class * extends androidx.fragment.app.Fragment # -keep public class * extends android.support.v4.app.Fragment -keep class androidx.annotation.Keep -keep @androidx.annotation.Keep class * {*;} -keepclassmembers class * { @androidx.annotation.Keep *; } -keepclasseswithmembers class * { @androidx.annotation.Keep <methods>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <fields>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <init>(...); } -keepclasseswithmembers class * { @com.therouter.router.Autowired <fields>; } ``` ### D. Build and Debug #### D1. project module description ``` TheRouter ├─app │ └──sample ├─business-a │ └──modular business demo ├─business-b │ └──modular business demo ├─business-base │ └──modular business demo │ ├─apt │ └──Annotation processor tool code │ ├─plugin │ └──Gradle plugin │ └─router └──library code ``` #### D2. run Project 1. Open `local.properties` and declare the modules you want to debug. For example, if you want the source code to debug the `apt` module, you can declare `apt=true` 2. sync Gradle change #### D3. plugin source code debugging `plugin` debugging is special; you'll need to modify the `module` name to enable plugin debugging. 1. Modify the `plugin` folder name to `buildSrc` (Case sensitive) 2. Remove `classpath` reference in root `build.gradle` 3. sync Gradle change ### E. Change Log link to Releases:[Github Releases](https://github.com/HuolalaTech/hll-wp-therouter-android/releases) ### F. Author <img src="https://github.com/HuolalaTech/hll-wp-therouter-android/wiki/uploads/image/hll.png" width="40%" alt="HUOLALA mobile technology team" /> ### G. LICENSE TheRouter is licensed under the Apache License 2.0: [LICENSE](https://github.com/HuolalaTech/hll-wp-therouter-android/blob/main/LICENSE).
3,097
Generate types and converters from JSON, Schema, and GraphQL
![](https://raw.githubusercontent.com/quicktype/quicktype/master/media/quicktype-logo.svg?sanitize=true) [![npm version](https://badge.fury.io/js/quicktype.svg)](https://badge.fury.io/js/quicktype) ![Build status](https://github.com/quicktype/quicktype/actions/workflows/master.yaml/badge.svg) `quicktype` generates strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and [GraphQL queries](https://blog.quicktype.io/graphql-with-quicktype/), making it a breeze to work with JSON type-safely in many programming languages. - [Try `quicktype` in your browser](https://app.quicktype.io). - Read ['A first look at quicktype'](http://blog.quicktype.io/first-look/) for more introduction. - If you have any questions, check out the [FAQ](FAQ.md) first. ### Supported Inputs | JSON | JSON API URLs | [JSON Schema](https://app.quicktype.io/#s=coordinate) | | ---- | ------------- | ----------------------------------------------------- | | TypeScript | GraphQL queries | | ---------- | --------------- | ### Target Languages | [Ruby](https://app.quicktype.io/#l=ruby) | [JavaScript](https://app.quicktype.io/#l=js) | [Flow](https://app.quicktype.io/#l=flow) | [Rust](https://app.quicktype.io/#l=rust) | [Kotlin](https://app.quicktype.io/#l=kotlin) | | ---------------------------------------- | -------------------------------------------- | ---------------------------------------- | ---------------------------------------- | -------------------------------------------- | | [Dart](https://app.quicktype.io/#l=dart) | [Python](https://app.quicktype.io/#l=python) | [C#](https://app.quicktype.io/#l=cs) | [Go](https://app.quicktype.io/#l=go) | [C++](https://app.quicktype.io/#l=cpp) | | ---------------------------------------- | -------------------------------------------- | ------------------------------------ | ------------------------------------ | -------------------------------------- | | [Java](https://app.quicktype.io/#l=java) | [TypeScript](https://app.quicktype.io/#l=ts) | [Swift](https://app.quicktype.io/#l=swift) | [Objective-C](https://app.quicktype.io/#l=objc) | [Elm](https://app.quicktype.io/#l=elm) | | ---------------------------------------- | -------------------------------------------- | ------------------------------------------ | ----------------------------------------------- | -------------------------------------- | | [JSON Schema](https://app.quicktype.io/#l=schema) | [Pike](https://app.quicktype.io/#l=pike) | [Prop-Types](https://app.quicktype.io/#l=javascript-prop-types) | [Haskell](https://app.quicktype.io/#l=haskell) | | | ------------------------------------------------- | ---------------------------------------- | --------------------------------------------------------------- | ---------------------------------------------- | --- | _Missing your favorite language? Please implement it!_ ## Installation There are many ways to use `quicktype`. [app.quicktype.io](https://app.quicktype.io) is the most powerful and complete UI. The web app also works offline and doesn't send your sample data over the Internet, so paste away! For the best CLI, we recommend installing `quicktype` globally via `npm`: ```bash npm install -g quicktype ``` Other options: - [Homebrew](http://formulae.brew.sh/formula/quicktype) _(infrequently updated)_ - [Xcode extension](https://itunes.apple.com/us/app/paste-json-as-code-quicktype/id1330801220?mt=12)\* - [VSCode extension](https://marketplace.visualstudio.com/items/quicktype.quicktype)\* - [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=typeguard.quicktype-vs)\* <small>\* limited functionality</small> ## Using `quicktype` ```bash # Run quicktype without arguments for help and options quicktype # quicktype a simple JSON object in C# echo '{ "name": "David" }' | quicktype -l csharp # quicktype a top-level array and save as Go source echo '[1, 2, 3]' | quicktype -o ints.go # quicktype a sample JSON file in Swift quicktype person.json -o Person.swift # A verbose way to do the same thing quicktype \ --src person.json \ --src-lang json \ --lang swift \ --top-level Person \ --out Person.swift # quicktype a directory of samples as a C++ program # Suppose ./blockchain is a directory with files: # latest-block.json transactions.json marketcap.json quicktype ./blockchain -o blockchain-api.cpp # quicktype a live JSON API as a Java program quicktype https://api.somewhere.com/data -o Data.java ``` ### Generating code from JSON schema The recommended way to use `quicktype` is to generate a JSON schema from sample data, review and edit the schema, commit the schema to your project repo, then generate code from the schema as part of your build process: ```bash # First, infer a JSON schema from a sample. quicktype pokedex.json -l schema -o schema.json # Review the schema, make changes, # and commit it to your project repo. # Finally, generate model code from schema in your # build process for whatever languages you need: quicktype -s schema schema.json -o src/ios/models.swift quicktype -s schema schema.json -o src/android/Models.java quicktype -s schema schema.json -o src/nodejs/Models.ts # All of these models will serialize to and from the same # JSON, so different programs in your stack can communicate # seamlessly. ``` ### Generating code from TypeScript (Experimental) You can achieve a similar result by writing or generating a [TypeScript](http://www.typescriptlang.org/) file, then quicktyping it. TypeScript is a typed superset of JavaScript with simple, succinct syntax for defining types: ```typescript interface Person { name: string; nickname?: string; // an optional property luckyNumber: number; } ``` You can use TypeScript just like JSON schema was used in the last example: ```bash # First, infer a TypeScript file from a sample (or just write one!) quicktype pokedex.json -o pokedex.ts --just-types # Review the TypeScript, make changes, etc. quicktype pokedex.ts -o src/ios/models.swift ``` ### Calling `quicktype` from JavaScript You can use `quicktype` as a JavaScript function within `node` or browsers. First add the `quicktype-core` package: ```bash $ npm install quicktype-core ``` In general, first you create an `InputData` value with one or more JSON samples, JSON schemas, TypeScript sources, or other supported input types. Then you call `quicktype`, passing that `InputData` value and any options you want. ```javascript import { quicktype, InputData, jsonInputForTargetLanguage, JSONSchemaInput, FetchingJSONSchemaStore } from "quicktype-core"; async function quicktypeJSON(targetLanguage, typeName, jsonString) { const jsonInput = jsonInputForTargetLanguage(targetLanguage); // We could add multiple samples for the same desired // type, or many sources for other types. Here we're // just making one type from one piece of sample JSON. await jsonInput.addSource({ name: typeName, samples: [jsonString] }); const inputData = new InputData(); inputData.addInput(jsonInput); return await quicktype({ inputData, lang: targetLanguage }); } async function quicktypeJSONSchema(targetLanguage, typeName, jsonSchemaString) { const schemaInput = new JSONSchemaInput(new FetchingJSONSchemaStore()); // We could add multiple schemas for multiple types, // but here we're just making one type from JSON schema. await schemaInput.addSource({ name: typeName, schema: jsonSchemaString }); const inputData = new InputData(); inputData.addInput(schemaInput); return await quicktype({ inputData, lang: targetLanguage }); } async function main() { const { lines: swiftPerson } = await quicktypeJSON("swift", "Person", jsonString); console.log(swiftPerson.join("\n")); const { lines: pythonPerson } = await quicktypeJSONSchema("python", "Person", jsonSchemaString); console.log(pythonPerson.join("\n")); } main(); ``` The argument to `quicktype` is a complex object with many optional properties. [Explore its definition](https://github.com/quicktype/quicktype/blob/master/src/quicktype-core/Run.ts#L119) to understand what options are allowed. ## Contributing `quicktype` is [Open Source](LICENSE) and we love contributors! In fact, we have a [list of issues](https://github.com/quicktype/quicktype/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted) that are low-priority for us, but for which we'd happily accept contributions. Support for new target languages is also strongly desired. If you'd like to contribute, need help with anything at all, or would just like to talk things over, come [join us on Slack](http://slack.quicktype.io/). ### Setup, Build, Run `quicktype` is implemented in TypeScript and requires `nodejs` and `npm` to build and run. First, install `typescript` globally via `npm`: Clone this repo and do: #### macOS / Linux ```bash nvm use npm install script/quicktype # rebuild (slow) and run (fast) ``` #### Windows ```bash npm install --ignore-scripts # Install dependencies npm install -g typescript # Install typescript globally tsc --project src/cli # Rebuild node dist\cli\index.js # Run ``` ### Edit Install [Visual Studio Code](https://code.visualstudio.com/), open this workspace, and install the recommended extensions: ```bash code . # opens in VS Code ``` ### Live-reloading for quick feedback When working on an output language, you'll want to view generated output as you edit. Use `npm start` to watch for changes and recompile and rerun `quicktype` for live feedback. For example, if you're developing a new renderer for `fortran`, you could use the following command to rebuild and reinvoke `quicktype` as you implement your renderer: ```bash npm start -- "--lang fortran pokedex.json" ``` The command in quotes is passed to `quicktype`, so you can render local `.json` files, URLs, or add other options. ### Test ```bash # Run full test suite npm run test # Test a specific language (see test/languages.ts) FIXTURE=golang npm test # Test a single sample or directory FIXTURE=swift npm test -- pokedex.json FIXTURE=swift npm test -- test/inputs/json/samples ```
3,098
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android,Js, Jvm , Native, iOS) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
<h1>Ktorfit</h1> [![All Contribtors](https://img.shields.io/badge/Maven-Central-download.svg?style=flat-square)](https://mvnrepository.com/artifact/de.jensklingenberg.ktorfit) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Foso/Ktorfit) [![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg)](https://github.com/Foso/Ktorfit/blob/master/LICENSE) [Documentation](http://foso.github.io/Ktorfit) ![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat) ![badge-ios](http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat) ![badge-mac](http://img.shields.io/badge/platform-macos-111111.svg?style=flat) ![badge-watchos](http://img.shields.io/badge/platform-watchos-C0C0C0.svg?style=flat) ![badge-jvm](http://img.shields.io/badge/platform-jvm-DB413D.svg?style=flat) ![badge-linux](http://img.shields.io/badge/platform-linux-2D3F6C.svg?style=flat) ![badge-windows](http://img.shields.io/badge/platform-windows-4D76CD.svg?style=flat) ![badge-js](http://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat) ![badge-nodejs](https://img.shields.io/badge/platform-nodejs-F8DB5D.svg?style=flat) <p align="center"> <img src ="https://raw.githubusercontent.com/Foso/Experimental/master/carbon.png" /> </p> ## Introduction Ktorfit is a HTTP client/Kotlin Symbol Processor for Kotlin Multiplatform ( Android, iOS, Js, Jvm, Linux) using [KSP](https://github.com/google/ksp) and [Ktor clients](https://ktor.io/docs/getting-started-ktor-client.html) inspired by [Retrofit](https://square.github.io/retrofit/) ## Show some :heart: and star the repo to support the project [![GitHub stars](https://img.shields.io/github/stars/Foso/Ktorfit.svg?style=social&label=Star)](https://github.com/Foso/Ktorfit) [![GitHub forks](https://img.shields.io/github/forks/Foso/Ktorfit.svg?style=social&label=Fork)](https://github.com/Foso/Ktorfit/fork) [![GitHub watchers](https://img.shields.io/github/watchers/Foso/Ktorfit.svg?style=social&label=Watch)](https://github.com/Foso/Ktorfit) [![Twitter Follow](https://img.shields.io/twitter/follow/jklingenberg_.svg?style=social)](https://twitter.com/jklingenberg_) ## How to use For more documentation check: [http://foso.github.io/Ktorfit](http://foso.github.io/Ktorfit) First do the [Setup](#setup) Let's say you want to make a GET Request to https://swapi.dev/api/people/1/ Create a new Kotlin interface ```kotlin interface ExampleApi { @GET("people/1/") suspend fun getPerson(): String } ``` Now we add a function that will be used to make our request. The @GET annotation will tell Ktorfit that this a GET request. The value of @GET is the relative URL path that will be appended to the base url which we set later. An interface used for Ktorfit needs to have a Http method annotation on every function. Because Ktor relies on Coroutines by default your functions need to have the **suspend** modifier. Alternatively you can use [#Flow](https://foso.github.io/Ktorfit/#flow) or [Call](https://foso.github.io/Ktorfit/#call) ```kotlin val ktorfit = Ktorfit.Builder().baseUrl("https://swapi.dev/api/").build() val exampleApi = ktorfit.create<ExampleApi>() ``` Next we need to create a Ktorfit object, in the constructor we set the base url. We can then use the **create()** function to receive an implementation of the wanted type. ```kotlin val response = exampleApi.getPerson() println(response) ``` Now we can use exampleApi to make the request. ## Setup (You can also look how it's done in the [examples](https://github.com/Foso/Ktorfit/tree/master/example)) #### Gradle Plugins You need to add KSP and the [Ktorfit Gradle plugin](https://plugins.gradle.org/plugin/de.jensklingenberg.ktorfit) ```kotlin plugins { id("com.google.devtools.ksp") version "1.7.20-1.0.8" id("de.jensklingenberg.ktorfit") version "1.0.0" } ``` Next you have to add the Ktorfit KSP Plugin to the common target and every compilation target, where you want to use Ktorfit. ```kotlin val ktorfitVersion = "LATEST_KTORFIT_VERSION" dependencies { add("kspCommonMainMetadata", "de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfitVersion") add("ksp[NAMEOFPLATFORM]","de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfitVersion") ... } ``` [NAMEOFPLATFORM] is the name of the compilation target. When you want to use it for the Android module it's **kspAndroid**, for Js it's **kspJs**, etc. Look here for more information https://kotlinlang.org/docs/ksp-multiplatform.html #### Ktorfit-lib Add the Ktorfit-lib to your common module. ```kotlin val ktorfitVersion = "LATEST_KTORFIT_VERSION" sourceSets { val commonMain by getting{ dependencies{ implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfitVersion") } } ``` #### Ktor Ktorfit is based on Ktor Clients 2.2.2. You don't need to add an extra dependency for the default clients. When you want to use Ktor plugins for things like serialization, you need to add the dependencies and they need to be compatible with 2.2.2 ## 📙 Documentation In this Readme is only a basic example, for more documentation check: [http://foso.github.io/Ktorfit](http://foso.github.io/Ktorfit) ## 👷 Project Structure * <kbd>ktorfit-annotations</kbd> - module with annotations for the Ktorfit * <kbd>ktorfit-ksp</kbd> - module with source for the KSP plugin * <kbd>ktorfit-lib</kbd> - module with source for the Ktorfit lib * <kbd>sandbox</kbd> - experimental test module to try various stuff * <kbd>example</kbd> - contains example projects that use Ktorfit * <kbd>docs</kbd> - contains the source for the GitHub page ## ✍️ Feedback Feel free to send feedback on [Twitter](https://twitter.com/jklingenberg_) or [file an issue](https://github.com/foso/Ktorfit/issues/new). Feature requests/Pull Requests are always welcome. ## Credits Ktorfit is brought to you by these [contributors](https://github.com/Foso/Ktorfit/graphs/contributors). ## 📜 License This project is licensed under the Apache License, Version 2.0 - see the [LICENSE.md](https://github.com/Foso/Ktorfit/blob/master/LICENSE) file for details
3,099
{ } Declarative Kotlin DSL for choreographing Android transitions
# Transition X <p align="center"> <img src="https://github.com/arunkumar9t2/transition-x/raw/master/sample/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="210" hspace="10" vspace="10"> </p> **Kotlin DSL for choreographing Android Transitions** [![CircleCI](https://circleci.com/gh/arunkumar9t2/transition-x/tree/master.svg?style=svg)](https://circleci.com/gh/arunkumar9t2/transition-x/tree/master)[ ![Download](https://api.bintray.com/packages/arunkumar9t2/maven/transition-x/images/download.svg) ](https://bintray.com/arunkumar9t2/maven/transition-x/_latestVersion) [![Documentation](https://img.shields.io/badge/documentation-%20-brightgreen.svg)](https://arunkumar9t2.github.io/transition-x/transitionx/index.html) [![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23335-blue.svg)](http://androidweekly.net/#335) `TransitionManager` makes it easy to animate simple changes to layout without needing to explicitly calculate and specify `from` and `to` like `Animator` or `Animation` expects. When you call `TransitionManager.beginDelayedTransition(layout, transition)` before updating a layout, the framework automatically does a diff on before and after states and animates the difference. `Transition X` is intended to simplify construction of these `Transition` instances to take full advantage of the framework and provide a clear, concise, type safe and extensible DSL using Kotlin language features. I highly recommend reading the introduction blog post on [my blog.](https://arunkumar.dev/transtition-x-declarative-kotlin-dsl-for-choreographing-android-transitions/) # Download - Add repository to your project level `build.gradle` file. ```groovy allprojects { repositories { jcenter() } } ``` - Add library dependency to module level `build.gradle` file. ```groovy dependencies{ implementation 'in.arunkumarsampath:transition-x:1.1.0' } ``` # Introduction ![enter image description here](https://raw.githubusercontent.com/arunkumar9t2/transition-x/develop/art/transition%20x%20intro.png) As shown above, instead of creating XML files and later inflating them using `TransitionInflator`, it is possible to create `Transition` instances directly using `tranistionSet{}` block provided by the DSL. With _**Transition X**_, the construction and usage can be greatly simplified with a `prepareTransition` extension added to `ViewGroup`. For example: ```Kotlin constraintLayout.prepareTransition { fadeOut { startDelay = 100 } moveResize { pathMotion = ArcMotion() } fadeIn() +textView // Add textView as target using '+' operator exclude<RecyclerView>() // Exclude all recyclerViews ease { standardEasing // Applies FastOutSlowInInterpolator } } // Performing layout changes here will be animated just like // calling TransitionManager.beginDelayedTransition() ``` All blocks are type-safe and has IDE auto complete support thanks to Kotlin. # Getting Started ## Writing your first transition TransitionSet's can be built programmatically like shown below. ```kotlin val transition = TransitionSet().apply { addTransition(ChangeBounds().apply { startDelay = 100 setPathMotion(ArcMotion()) }) } ``` The Transition X equivalent would be: ```kotlin val transition = transitionSet { moveResize { startDelay = 100 pathMotion = ArcMotion() } } ``` Some of the transition names are **opinionated** to better express their intent and promote clear code. Here `ChangeBounds` transition usually animates a `View`'s height, width, or location on screen hence the name `moveResize` to better convey what it does. ## Working with custom transitions In case you have a custom transition class and want to use with the DSL, it is easy to do so. - If your transition has a `public no arg` constructor then the transition can be added using `customTransition<Type: Transition>{}` method, transition-x takes care of instantiating the transition. Below example shows usage of `ChangeCardColor` which animates a `CardView`'s `cardBackground` property. ```kotlin constraintLayout.prepareTransition { customTransition<ChangeCardColor> { +colorChangeCardView } } ``` - If your transition does not have `public no arg` constructor then, you can instantiate the transition yourself and then use `customTransition(transition) {}` instead to add the transition and configure it. ### Accessing custom properties In addition to the common properties like `startDelay`, `interpolator`, etc, if your transition has custom properties then `customProperties {}` block can be used. ```kotlin constraintLayout.prepareTransition { customTransition<ChangeCardColor> { +colorChangeCardView customProperties { myProperty = "hi" } } } ``` ## Adding, removing and excluding targets The DSL provides simplified syntax to deal with targets by talking to `Transition`'s add/exclude/remove API. - Use `+` operator or `add()` to add targets of type `String (Transition Name)` or `View` or `Resource Id`. ```kotlin transitionSet { +"TransitionName" +userIconView add(userIconView) } ``` - Use `-` operator or `remove()` to remove targets of type `String (Transition Name)` or `View` or `Resource Id`. ```kotlin transitionSet { -"TransitionName" -userIconView remove(userIconView) } ``` - `exclude` and `excludeChildren` methods are provided for excluding targets which can be useful in advanced transitions. It can be used on `Views`, `Resource Ids` or `Type` ```kotlin transitionSet { exclude<RecyclerView>() exclude(R.id.accentBackground) excludeChildren(constraintLayout) } ``` ## Interpolators - **Interpolators** can be directly added using `interpolator` property. ```kotlin transitionSet { moveResize() slide() interpolator = FastOutLinearInInterpolator() } ``` - **Easing** - DSL provides a dedicated `ease` block to add interpolators recommended by [material design spec](https://material.io/design/motion/speed.html#easing). - `standardEasing` - Recommended for views that move within visible area of the layout. Uses `FastOutSlowInInterpolator` - `decelerateEasing` - Recommended for views that appear/enter outside visible bounds of the layout. Uses `LinearOutSlowInInterpolator` - `accelerateEasing` - Recommended for Views that exit visible bounds of the layout. Uses `FastOutLinearInInterpolator` ```kotlin transitionSet { moveResize() ease { decelerateEasing } } ``` ## Nesting transitions Often, for fined grained transitions it it necessary to add different transition sets for different targets. It is simple to nest multiple transition sets just by using `transitionSet {}` recursively. ```kotlin transitionSet { auto { +"View 1" } transitionSet { moveResize() slide() +"View 2" } transitionSet { sequentially() fadeOut() moveResize() fadeIn() } } ``` ## Adding listeners to transitions Transition-X makes it easy to react to `Transition` lifecycle by providing lifecycle methods like `onEnd`, `onStart` which internally uses `Transition.addListener`. Example: ```kotlin rootCoordinatorLayout.prepareTransition { onStart { // Transition Started! } moveResize { +image1 } onEnd { // Transition Ended! } } ``` ## Additional transitions The library packages additional transitions not present in the support library and the plan is to add more commonly used transitions to provide a full package. Currently the following transitions are packaged: - `ChangeText`: Animates changes to a `TextView.text` property. - `ChangeColor`: Animates changes to `View.background` if it is a `ColorDrawable` or changes to `TextView.textColor` if the target is a `TextView`. # Samples <table> <tbody> <tr> <th width="20%">Sample</th> <th width="30%">DSL</th> <th width="50%">Demo</th> </tr> <tr> <td><b>Snackbar animation</b></td> <td>Snackbar is anchored below FAB. <code>moveResize</code> is used on on FAB since its position changes. <code>Slide</code> is used on <code>Snackbar</code> since it's visibility changes. <pre>constraintLayout.prepareTransition { moveResize { +fab } slide { +snackbarMessage } ease { decelerateEasing } } snackbarMessage.toggleGone() </pre> </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/snackbar_transition.gif" alt="" width="470" /></td> </tr> <tr> <td><b>Cascade animation</b></td> <td>It is possible to write normal logical code in the <code>prepareTransition</code> block. Here we add <code>moveResize</code> using loops and by adding a start delay based on position, we can emulate a cascade transition. <pre>constraintLayout.prepareTransition { texts.forEachIndexed { position, view -&gt; moveResize { +view startDelay = ((position + 1) * 150).toLong() } } moveResize { +fab } ease { decelerateEasing } } // Layout changes (if (defaultState) constraint1 else constraint2) .applyTo(constraintLayout) </pre> </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/cascade_transition.gif" alt="" width="470" /></td> </tr> <tr></tr> <tr> <td><b>Custom Transition</b></td> <td>In the following example, <code>ChangeCardColor</code> is a custom transition that animates <code>cardBackgroundColor</code> property of <code>MaterialCardView</code> . <pre>constraintLayout.prepareTransition { customTransition&lt;ChangeCardColor&gt; { +cardView } changeColor { +textView } duration = 1000 } // Layout changes cardView.setCardBackgroundColor(color) textView.setTextColor(calcForegroundWhiteOrBlack(color)) </pre> </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/custom_transition.gif" alt="" width="470" /></td> </tr> <tr> <td><b>Arc motion</b></td> <td>Here the <code>imageView</code>'s gravity is changed from <code>START | CENTER_VERTICAL</code> to <code>TOP | CENTER_HORIZONTAL</code>. By using a pathMotion it is possible to control the motion of the animation to follow material guidelines' arc motion. <pre>frameLayout.prepareTransition { moveResize { pathMotion = ArcMotion() +userIconView } } </pre> </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/arc_motion.gif" alt="" width="470" /></td> </tr> <tr> <td><b>Advanced choreography</b></td> <td>By using techniques above and coupling it with further customization via lifecycle listeners such as <code>onEnd</code> or <code>onPause</code> it is possible to have finer control over the entire transition process. In the example below, notice how different views are configured with different parameters for transition type, interpolation and ordering. <pre>constraintLayout.prepareTransition { auto { ease { standardEasing } exclude(metamorphosisDesc2) } transitionSet { fade() slide() ease { accelerateEasing } +metamorphosisDesc2 } changeImage { add(*imageViews) } onEnd { constraintLayout.prepareTransition { moveResize() changeText { +collapseButton changeTextBehavior <br /> = ChangeText.CHANGE_BEHAVIOR_OUT_IN } } collapseButton.setText(R.string.collapse) } duration = 300 } expandConstraint.applyTo(constraintLayout) metamorphosisDesc2.isGone = false metamorphosisDesc.isGone = true </pre> </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/metamorphosis.gif" alt="" width="470" /></td> </tr> <tr> <td><b>Shared element transition</b></td> <td>Transition instances created by the DSL can be directly used with <code> activity.window.sharedElementEnterTransition</code> or <code>fragment.sharedElementEnterTransition.</code> <pre> fragment.sharedElementEnterTransition = transitionSet { transitionSet { changeImage() moveResize() changeClipBounds() scaleRotate() ease { standardEasing } duration = 375 +cartItem.cartImageTransitionName() } transitionSet { ease { standardEasing } moveResize() scaleRotate() add(cartItem.name, cartItem.price) duration = 375 } } </pre> </td> <td> <p>Demo - WIP.</p> <p><a href="https://github.com/arunkumar9t2/transition-x/tree/master/sample/src/main/java/in/arunkumarsampath/transitionx/sample/home/transitionsamples/cart">Example</a></p> </td> </tr> <tr> <td><b>Animated Bottom Navigation</b></td> <td>Bottom navigation animation implmentend using custom choreography instead of relying on <code>AutoTransition</code>. The implementation uses <code>ConstraintLayout</code> to define the layouts and then simply show/hides the labels and adds tint to the icons. TransitionManager does the rest. transitionSet { fadeOut() moveResize { startDelay = 50 ease { standardEasing } } fadeIn { startDelay = 50 } changeColor { navItems.map { it.text }.forEach { text -> add(text) } +constraintLayout } customTransition<ChangeImageTint> { navItems.map { it.icon }.forEach { icon -> add(icon) } } } </td> <td><img src="https://github.com/arunkumar9t2/transition-x/raw/master/art/animated_bottom_navigation.gif" alt="" width="470" /></td> </tr> </tr> </tbody> </table> # Tasks - [x] Initial release of Kotlin DSL - [x] Provide samples for Shared Element Transitions - [x] Package common transition within the library module - [ ] Add wiki with best practices and gotchas. # Contributions Contributions are welcome! I would greatly appreciate creating an issue to discuss major changes before submitting a PR directly. How you can help: - Improving test coverage. - Finding the DSL not sufficient for your case? Create an issue so we can discuss. - Adding more animation samples to the sample app. # License Copyright 2019, Arunkumar. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.