Skip to content

Instantly share code, notes, and snippets.

@jlstanus
jlstanus / agenda.md
Last active May 1, 2020 15:16
Incubhacker - Demo FreeCAD

Incubhacker: Demo FreeCAD

Introduction

Proxy Server

Why?

FR

Set up a proxy

In this step we will setup an apache proxy server: Our server is an ubuntu server (18.04.2).

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jlstanus
jlstanus / create_gpkg_table.sql
Last active February 27, 2019 13:23
Exemple of Geopackage creation with SQL
CREATE TABLE 'new_alert_zone_layer' (
id INTEGER PRIMARY KEY AUTOINCREMENT,
geometry MULTIPOLYGON NOT NULL,
LayerNameFr TEXT DEFAULT 'New Layer',
LayerNameNl TEXT DEFAULT 'New Layer',
NameNl TEXT NOT NULL,
NameFr TEXT NOT NULL,
Category TEXT NOT NULL DEFAULT 'INFO',
Buffer INTEGER NOT NULL DEFAULT 0,
'From' TEXT NOT NULL,