Skip to content

Commit

Permalink
Update glossary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elletjies authored Nov 13, 2024
1 parent f5c9bed commit 3b0bfd4
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9304,9 +9304,6 @@
def: >
'n [Koppeling](#join) wat data uit twee tabelle, A en B, kombineer. Waar [sleutels](#key) in tabel A ooreenstem met sleutels in tabel B, word [velde](
- slug: root_directory
en:
term: "root directory"
Expand All @@ -9319,9 +9316,6 @@
def: >
Die [gids](#directory) wat alles anders bevat, hetsy direk of indirek. Die wortelgids word geskryf as `/` (’n alleenstaande skuinsstreep).
- slug: root_math
ref:
- square_root
Expand Down Expand Up @@ -9357,9 +9351,6 @@
[standaardafwyking](#standaardafwyking), is dit in dieselfde eenhede as die
oorspronklike data.
- slug: root_tree
en:
term: "root (in a tree)"
Expand Down Expand Up @@ -9389,9 +9380,6 @@
def: >
Iemand wie se primêre verantwoordelikheid is om die gespesialiseerde sagteware te bou waarop ander navorsers staatmaak.
- slug: rseng
en:
term: "research software engineering"
Expand Down Expand Up @@ -9495,8 +9483,6 @@
def: >
Oorspronklik, 'n program geskryf in 'n taal wat te gebruikersvriendelik was vir "regte" programmeerders om ernstig op te neem; die term is nou sinoniem met program.
- slug: search_path
en:
term: "search path"
Expand Down Expand Up @@ -9639,9 +9625,6 @@
def: >
'n [Opdraglyn-onderhoudskerm](#cli) wat 'n gebruiker toelaat om met die [bedryfstelsel](#bedryfstelsel) te kommunikeer, soos Bash (vir Unix en MacOS) of PowerShell (vir Windows).
- slug: shell_script
en:
term: "shell script"
Expand All @@ -9657,7 +9640,6 @@
A variable set and used in the [Unix shell](#shell). Commonly used shell
variables include `HOME` (the user's home directory) and `PATH` (their [search path](#search_path)).
- slug: shiny
en:
term: "Shiny"
Expand All @@ -9671,8 +9653,6 @@
def: >
'n [R](#r_language) [pakket](#package) wat dit maklik maak om webtoepassings te bou om data interaktief te visualiseer en te manipuleer. Dit word dikwels gebruik om interaktiewe [grafieke](graph) en [tabellen](#table) direk vanuit [R](#r_language) te maak sonder om [HTML](#html), [CSS](#css) of JavaScript te moet ken.
- slug: short_circuit_test
ref:
- lazy_evaluation
Expand Down Expand Up @@ -9734,13 +9714,10 @@
One set of square brackets `[ ]`, used to select a structure from another structure based
on an index value, or range of values, inside the square brackets.
af:
term: "nkele vierkantige hakies"
term: "Enkele vierkantige hakies"
def: >
Een stel vierkantige hakies `[ ]`, wat gebruik word om 'n struktuur uit 'n ander struktuur te kies op grond van 'n indekswaarde, of 'n reeks waardes, binne die vierkantige hakies.
- slug: single_threaded
en:
term: "single-threaded"
Expand All @@ -9749,8 +9726,6 @@
Single-threaded execution is easier for people to understand, but less efficient
than [multi-threaded](#multi_threaded) execution.


- slug: singleton
ref:
- singleton_pattern
Expand Down Expand Up @@ -9782,9 +9757,6 @@
def: >
'n Afgekapte gedeelte van 'n bladsy se URL wat dit uniek identifiseer. In die voorbeeld `https://www.mysite.com/category/post-name`, is die slug `post-name`.
- slug: smtp
ref:
- smtps
Expand All @@ -9800,8 +9772,6 @@
def: >
A standard internet communication protocol for transmitting [email](#email).
- slug: smtps
ref:
- smtp
Expand Down

0 comments on commit 3b0bfd4

Please sign in to comment.