Skip to content

Instantly share code, notes, and snippets.

View Patrick-Erichsen's full-sized avatar

Patrick Erichsen Patrick-Erichsen

View GitHub Profile
@Patrick-Erichsen
Patrick-Erichsen / Continue_CLA.md
Last active December 18, 2024 22:26
Continue Individual Contributor License Agreement

Thank you for your interest in Continue Dev, Inc ("Continue"). To clarify the intellectual property license granted with Contributions from any person or entity, the Foundation must have on file a signed Contributor License Agreement ("CLA") from each Contributor, indicating agreement with the license terms below. This agreement is for your protection as a Contributor as well as the protection of Continue and its users. It does not change your rights to use your own Contributions for any other purpose.

You accept and agree to the following terms and conditions for Your Contributions (present and future) that you submit to Continue. In

@Patrick-Erichsen
Patrick-Erichsen / airbnbPropertyTypes.js
Created October 16, 2021 02:49
Airbnb Property Types
const airbnbPropertyTypes = {
1: 'Apartment',
2: 'House',
3: 'Bed and breakfast',
4: 'Cabin',
5: 'Castle',
6: 'Treehouse',
8: 'Boat',
9: 'Dorm',
10: 'Lighthouse',