Skip to content

Instantly share code, notes, and snippets.

@an-2018
an-2018 / odoo-vscode-enviroment.md
Last active January 17, 2023 17:57 — forked from rafnixg/odoo-vscode-enviroment.md
Configure Odoo for Development enviroment in VSCode

Install postgresql

sudo apt install postgresql postgresql-client
sudo -u postgres createuser -s $USER
createdb odoo-dev-16.0
createdb odoo-dev-14.0

Install Dependencies

Debian 10

@an-2018
an-2018 / index.html
Created May 3, 2022 13:06 — forked from jcollins-g/index.html
Sunflower
<!-- Copyright 2011 the Dart project authors. All rights reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file. -->
<h2>Dr. Fibonacci's Sunflower Spectacular</h2>
<div>
<canvas id="canvas" width="300" height="300"></canvas>
</div>