Skip to content

Instantly share code, notes, and snippets.

View julngomz's full-sized avatar

Julian Gomez julngomz

View GitHub Profile
@julngomz
julngomz / basemap.json
Created April 23, 2025 01:59
OpenTiles Custom Basemap
{
"version": 8,
"name": "Basemap",
"metadata": {
"mapbox:autocomposite": false,
"mapbox:type": "template",
"openmaptiles:version": "3.x"
},
"sources": {
"openmaptiles": {
@julngomz
julngomz / quiz.py
Created November 24, 2024 21:05
Performance Assessment Code Example
overview = """
[Overview]
In programming, "syntax" refers to the structural rules of a language, defining
the correct arrangement of characters and symbols to form valid code, while "se
-mantics" describes the meaning of that code, essentially what the code does or
is intended to do when executed; meaning syntax dictates the "grammar" of the l
-anguage, and semantics explain the "meaning" behind the code.
Semantics: Defines the meaning of a code snippet, what operations are performe