forked from carpentries/glosario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.yml
4943 lines (4406 loc) · 153 KB
/
glossary.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- slug: 68_95_997_rule
en:
term: "68-95-99.7 rule"
def: >
Expresses the fact that 68% of values lie within one [standard
deviation](#standard_deviation) of the [mean](#mean), 95% lie within two, and
99.7% lie within three. Conversely, about 0.3% of values lie more than three
standard deviations above or below the mean in most cases.
af:
term: "68-95-99.7 reël"
def: >
Beskryf die beginsel dat 68% van alle waardes binne een
[standaardafwyking](#standard_deviation) van die [gemiddelde](#mean) val, 95%
val binne twee en 99.7% val binne drie standaardafwykings. Omgekeerd, in die
meeste gevalle val 0.3% van die waardes meer as drie standaardafwykings bo of
onder die gemiddelde.
fr:
term: "règle de 68-95-99.7"
def: >
Exprime le fait que 68% des valeurs sont localisées à l'intérieur d'un (1)
[écart-type](#standard_deviation) de la [moyenne](#mean), 95% à l'intérieur de
deux (2) écarts-types, et 99,7% à l'interieur de trois (3) écarts-types. Inversement et dans la plupart des cas, environ 0.3% des valeurs
se situent à plus de 3 écarts-types au-dessus ou au-dessous de la moyenne.
- slug: abandonware
en:
term: "abandonware"
def: >
Software that is no longer being maintained.
pt:
term: "abandonware"
def: >
Software que não é mais mantido.
af:
term: "afgooiware"
def: >
Sagteware wat nie meer onderhou word nie.
fr:
term: "abandonware"
def: >
Un logiciel qui n'est plus maintenu.
- slug: absolute_error
en:
term: "absolute error"
def: >
The absolute value of the difference between the observed and the correct value.
Absolute error is usually less useful than [relative error](#relative_error).
af:
term: "absolute fout"
def: >
Die absolute fout is die absolute waarde van die verskil tussen die waargenome-
en die korrekte waarde. Die absolute fout is gewoonlik van minder waarde as
die [relatiewe](#relative_error) fout.
pt:
term: "erro absoluto"
def: >
O valor absoluto da diferença entre um valor observado e o valor correto.
O erro absoluto é normalmente menos útil do que o [erro relativo](#relative_error).
fr:
term: "erreur absolue"
def: >
La valeur absolue de la différence entre la valeur observée et la valeur correcte.
L'erreur absolue est généralement moins pertinente que l'[erreur relative](#relative_error).
- slug: absolute_path
ref:
- relative_path
en:
term: "absolute path"
def: >
A path that points to the same location in the [filesystem](#filesystem)
regardless of where it is evaluated. An absolute path is the equivalent of
latitude and longitude in geography.
af:
term: "absolute roete"
def: >
'n Roete wat dieselfde posisie in die [lêerstelsel](#filesystem) aandui ongeag
die posisie vanwaar dit geëvalueer word. Die absolute roete is die ekwivalent
van lengtegraad en breedtegraad in geografie.
fr:
term: "chemin d'accès absolu"
def: >
Un chemin d'accès absolu indique la même position dans le système de fichier
quelque soit l'emplacement où il est evalué. Un chemin d'accès absolu est
l'équivalent de la latitude et longitude en géographie.
es:
term: "ruta absoluta"
def: >
Una ruta que dirige a la misma ubicación en el sistema de archivos
independientemente del contexto donde sea evaluada. Una ruta absoluta es el
equivalente a la latitud y longitud en geografía.
pt:
term: "caminho absoluto"
def: >
Um caminho que leva ao mesmo local no sistema de arquivos independente do
contexto em que é avaliado. Um caminho absoluto pode ser comparado com a
latitude e longitude em geografia.
- slug: absolute_row_number
en:
term: "absolute row number"
def: >
The sequential index of a row in a table, regardless of what sections of the
table is being displayed.
af:
term: "absolute rynommer"
def: >
Die opeenvolgende indeks van 'n ry in 'n tabel, ongeag die gedeelte van die
tabel wat vertoon word.
es:
term: "número de fila absoluto"
def: >
El índice secuencial que indentifica una fila en un tablero, sin importar qué
secciones se estén mostrando.
pt:
term: "número de linha absoluto"
def: >
O índice sequencial de uma linha em uma tabela, independente de qual seção
da tabela está sendo exibida.
- slug: abstract_method
en:
term: "abstract method"
def: >
In [object-oriented programming](#oop), a [method](#method) that is defined but
not implemented. Programmers will define an abstract method in a [parent
class](#parent_class) to specify operations that [child classes](#child_class)
must provide.
af:
term: "abstrakte metode"
def: >
'n [Metode](#method), in [objekgeoriënteerde programmering](#oop), wat
gedefiniëer maar nie geïmplementeer is nie. Programmeerders sal 'n abstrakte
metode in 'n [voorsaatklas](#parent_class) definiëer wat in
[nasaatklasse](#child_class) geïmplementeer moet word.
- slug: abstract_syntax_tree
en:
term: "abstract syntax tree"
acronym: AST
def: >
A deeply nested data structure, or [tree](#tree), that represents the structure
of a program. For example, the AST might have a [node](#node) representing a
[`while` loop](#while_loop) with one [child](#child_tree) representing the loop
condition and another representing the [loop body](#loop_body).
af:
term: "abstrakte sintaksisontledingsboom"
def: >
'n Diepgeneste datastruktuur, of [boom](#tree), wat die struktuur van 'n program
verteenwoordig. Byvoorbeeld, as die abstrakte sintaksontledingsboom 'n
[nodus](#node) het wat 'n [`doen` terwyl-lus](#while_loop) verteenwoordig wat
met een [naasaatontledingsboom](#child_tree) die lustoestand verteenwoordig en
'n ander nasaatontledingsboom wat die [lusraam](#loop_body) verteenwoordig.
- slug: actual_result
en:
term: "actual result (of test)"
def: >
The value generated by running code in a test. If this matches the [expected
result](#expected_result), the test [passes](#pass_test); if the two are
different, the test [fails](#fail_test).
af:
term: "absolute resultaat (van 'n toets)"
def: >
Die waarde wat deur 'n toets gegenereer is. Indien dié waarde gelyk is aan die
[verwagte resultaat](#actual_result), is die toets suksesvol; as die twee
waardes verskil het die toets gefaal.
- slug: affordance
en:
term: "affordance"
def: >
A property of something that suggests how it can be used, such as a handle or button.
af:
term: "bekostigbaarheid"
def: >
'n Einskap van iets wat aandui hoe dit gebruik kan word, bevoorbeeld 'n
lêerhanteerder of 'n knoppie.
- slug: aggregation
en:
term: "aggregation"
def: >
To combine many values into one, e.g., by summing a set of numbers or
concatenating a set of strings.
es:
term: "agregación"
def: >
Combinar muchos valores en uno, por ejemplo, sumando una serie de números o
concatenando un conjunto de cadenas de caracteres.
fr:
term: "agrégation"
def: >
Synthétise plusieurs valeurs en une seule, example, en sommant plusieurs nombres
ou en concaténant un ensemble de caractères.
af:
term: "samevoeging"
def: >
Om 'n groep waardes in een te kombineer bv. om 'n versameling getalle op
te som of om 'n versameling alfabetiese stringe aaneen te skakel.
pt:
term: "agregação"
def: >
Combinar vários valores em um, por exemplo, somando um conjunto numérico ou concatenando
um conjunto de caracteres.
- slug: aggregation_function
en:
term: "aggregation function"
def: >
A function that combines many values into one, such as `sum` or `max`.
es:
term: "función de agregación"
def: >
Una función que combina varios valores en uno, como `sum` o `max`.
fr:
term: "fonction d'agrégation"
def: >
Une fonction qui permet de synthétiser plusieurs valeurs en une seule, example,
'sum' ou 'max'.
pt:
term: "função de agregação"
def: >
Uma função que combina muitos valores em um só, como `sum` ou `max`.
af:
term: "aggregaatfunksie"
def: >
'n Funksie wat 'n groep waardes saamvoeg, bv. `sum` (summering) en `max`
(maksimale waarde)
- slug: agile
en:
term: "agile development"
def: >
A software development methodology that emphasizes lots of small steps and
continuous feedback instead of up-front planning and long-term scheduling.
[Exploratory programming](#exploratory_programming) is often agile.
af:
term: "lenige ontwikkeling"
def: >
'n Sagteware-ontwikkelingsmetode wat die klem lê op vele klein stappies en
deurlopende terugvoering in plaas van vooraf beplanning en langtermyn
skeduluering. [Verkennende programmering](#exploratory_programming) is dikwel lenig.
- slug: aliasing
en:
term: "aliasing"
def: >
To have two or more references to the same thing, such as a data structure in
memory or a file on disk.
af:
term: "aliasering"
def: >
Om twee of meer verwysing na dieselfde ding te hê, soos byvoorbeeld meer as een
verwysing na 'n datastruktuur in geheue of na 'n lêer op 'n skyf.
- slug: anchor
en:
term: "anchor"
def: >
In a [regular expression](#regular_expression), a symbol that fixes a position
without matching characters. `^` matches the start of the line, while `$`
matches the end of the line and `\b` matches a break between word and non-word characters.
af:
term: "anker"
def: >
In 'n [gewone (reguliere) uitdrukking](#regular_expression), is 'n anker 'n
simbool wat 'n posisie aandui, bv. `^` dui die begin van 'n lyn aan en `$` dui
die einde van 'n lyn aan. 'n Uidrukking soos bv. `^Die` anker die soektog na die
woord `Die` aan die begin van die lyn.
fr:
term: "ancre"
def: >
C'est un symbole utilisé dans les expressions régulières (#regular_expression) afin de déterminer
une position sans pour autant identifier des charactères. `^` détermine le début d'une ligne,
tandis que `$` détermine sa fin. `\b` identifie un espace entre un mot et un non-mot.
- slug: anonymous_function
en:
term: "anonymous function"
def: >
A function that has not been assigned a name. Anonymous functions are usually
quite short, and are usually defined where they are used, e.g., as callbacks.
af:
term: "anonieme funksie"
def: >
'n Funksie waaraan daar nie 'n naam toegeken is nie. Anonieme funksies is
gewoonlik baie kort en word gewoonlik gedefinieer waar hulle gebruik word bv. in
die geval van 'n [terugskakelfunksie](#callback).
fr:
term: "fonction anonyme"
def: >
Une fonction qui ne s'est pas vue assignée de nom. Les fonctions anonymes sont en général
courtes et définies là où elles sont utilisées, exemple: callbacks
- slug: anti_join
en:
term: "anti join"
def: >
A [join](#join) that keeps rows from table A whose keys do *not* match keys in
table B.
af:
term: "anti-koppeling"
def: >
'n [Koppeling](#join) wat rye in tabel A bevat wie se sleutels *nie* die
sleutels van tabel B bevat nie.
- slug: api
en:
term: "Application Programming Interface"
acronym: "API"
def: >
A set of functions and procedures provided by one software library or web
service through which another application can communicate with it. An API is not
the code, the database, or the server: it's the access point.
af:
term: "Toepassing Programmeerderkoppelvlak"
def: >
n Versameling funksies en prosedures wat deur 'n sagtewareprogrammateek
of webdiens voorsien word vir gebruik deur ander toepassings om met
die programmateek of webdiens te kommunikeer. Die API is nie die kode, die
databasis of die bediener nie, dit is die koppelvlak.
- slug: append_mode
en:
term: "append mode"
def: >
To add data to the end of an existing file instead of overwriting the previous
contents of that file. Overwriting is the default, so most programming languages
require programs to be explicit about wanting to append instead.
af:
term: "byvoeg modus"
def: >
Om data aan die einde van 'n lêer te voeg in plaas daarvan om die inhoud van
dielêer te oorskryf. Oorskryf is die verstek, wat beteken dat
meesteprogrammeertale verwag dat programme eksplisiet moet aandui dat daar
bygevoeg inplaas van oorskryf moet word.
- slug: argument
en:
term: "argument"
def: >
A value passed into a function. Some authors use the term as a synonym for
[parameter](#parameter) and some do not; it is all very confusing.
es:
term: "argumento"
def: >
Un valor pasado a una función. Algunos autores usan el término como sinónimo de
[parámetro](#parameter) y algunos no; Todo es muy confuso.
pt:
term: "argumento"
def: >
Um valor passado para uma função. Algumas pessoas autoras usam este termo como sinônimo
de parâmetro(#parameter) e outras não fazem isso; é tudo bastante confuso.
ar:
term: "وسيطة"
def: >
قيمة يتم تمريرها إلى دالة أو وسيطة ، البعض يُطلِق عليها مصطلح (مُعطى) ، والبعض
الآخر يُطلِق عليها مصطلح (وسيطة) ، لذلك قد تُسبب الحيرة للبعض
- slug: arithmetic_mean
en:
term: "arithmetic mean"
def: >
See [mean](#mean).
pt:
term: "média aritmética"
def: >
Veja [média](#mean).
- slug: ascii
en:
term: "ASCII"
def: >
A standard way to represent the characters commonly used in the Western European
languages as 7- or 8-bit integers, now superceded by [Unicode](#unicode).
- slug: assertion
en:
term: "assertion"
def: >
A [Boolean](#boolean) expression that must be true at a certain point in a
program. Assertions may be built into the language (e.g., [Python](#python)'s
`assert` statement) or provided as functions (e.g., R's `stopifnot`). They are
often used in testing, but are also put in [production code](#production_code)
to check that it is behaving correctly.
- slug: associative_array
en:
term: "associative array"
def: >
See [dictionary](#dictionary).
- slug: asynchronous
ref:
- synchronous
en:
term: "asynchronous"
def: >
Not happening at the same time. In programming, an asynchronous operation is one
that runs independently of another, or that starts at one time and ends at another.
- slug: attribute
en:
term: "attribute"
def: >
A name-value pair associated with an object, used to store metadata about the
object such as an array's dimensions.
fr:
term: "attribut"
def: >
Un couple nom-valeur associé à un objet et utilisé pour stocker des métadonnées
concernant ce dernier, example, les dimensions d'un tableau.
- slug: auto_completion
en:
term: "auto-completion"
def: >
A feature that allows the user to finish a word or code quickly through the use
of pressing the TAB key to list possible words or code that the user can select from.
fr:
term: "auto-complétion"
def: >
Une fonctionnalité permettant à l'utilisateur de finir rapidement un mot ou du
code à travers l'utilisation de la touche TAB qui liste le mot ou le code
susceptible d'être choisi par l'utilisateur.
- slug: automatic_variable
ref:
- makefile
en:
term: "automatic variable"
def: >
A variable that is automatically given a value in a [build rule](#build_rule).
For example, Make automatically assigns the name of a rule's
[target](#build_target) to the automatic variable `$@`. Automatic variables are
frequently used when writing [pattern rules](#pattern_rule).
- slug: backpropagation
en:
term: "backpropagation"
def: >
An algorithm that iteratively adjusts the weights used in a [neural
network](#neural_network). Backpropagation is often used to implement [gradient descent](#gradient_descent).
- slug: backward_compatible
en:
term: "backward-compatible"
def: >
Software which is able to be used the same way as earlier versions of itself
without problems.
fr:
term: "compatibilité descendante"
def: >
Ce dit d'un logiciel qui est capable d'être utilisé de la même manière que ses
versions précédentes sans difficulté.
- slug: base_r
ref:
- tidyverse
en:
term: "base R"
def: >
The basic functions making up the R language. The base packages can be found in
`src/library` and are not updated outside of R; their version numbers follow R
version numbering. Base packages are installed and loaded with R, while priority
packages are installed with base R but must be loaded prior to use.
- slug: bayes_rule
en:
term: "Bayes' Rule"
def: >
See [Bayes' Theorem](bayes_theorem).
- slug: bayes_theorem
ref:
- bayesian_network
- naive_bayes_classifier
- prior_distribution
en:
term: "Bayes' Theorem"
def: >
An equation for calculating the probability that something is true if something
related to it is true. If P(X) is the probability that X is true and P(X|Y) is
the probability that X is true given Y is true, then P(X|Y) = P(Y|X) * P(X) / P(Y).
- slug: bayesian_network
ref:
- bayes_theorem
- markov_chain
- naive_bayes_classifier
en:
term: "Bayesian network"
def: >
A graph that represents the relationships between random variables for a given problem.
- slug: bias
ref:
- variance
- overfitting
- classification
- systematic_error
en:
term: "bias"
def: >
A statistic is biased if it is systematically or consistency different from the
parameter it is supposed to estimate.
- slug: big_data
ref:
- three_vs
en:
term: "big data"
def: >
Any data that until recently was too big for most people to work with on a
single computer.
- slug: binary
en:
term: "binary"
def: >
A system which can have one of two possible states. In computing often
represented as being in the state 0 or 1. Represented in [Boolean](#boolean)
logic as [false](#false) (0) or [true](#true) (1). Computers are built upon
systems which store 0s and 1s as [bits](#bit).
- slug: binary_expression
ref:
- nullary_expression
- ternary_expression
- unary_expression
en:
term: "binary expression"
def: >
An expression with two arguments or parameters, such as `1 + 2`.
- slug: binomial_distribution
ref:
- discrete_random_variable
- histogram
en:
term: "binomial distribution"
def: >
A [probability distribution](#probability_distribution) that arises when there
are a fixed number of trials, each of which can produce one of two outcomes, and
the probability of those outcomes does not change. As the number of trials
increases, the binomial distribution approximates a [normal distribution](#normal_distribution).
- slug: bit
ref:
- binary
- boolean
en:
term: "bit"
def: >
A unit of information representing representing alternatives, yes/no,
[true](#true)/[false](#false). In computing a state of either 0 or 1.
- slug: blob
en:
term: "binary large object"
acronym: "BLOB"
def: >
Data that is stored in a database without being interpreted in any way, such as
an audio file. The term is also now used to refer to data transferred over a
network or stored in a [version control](#version_control_system)
[repository](#repository) as uninterpreted bits.
- slug: block_comment
en:
term: "block comment"
def: >
A [comment](#comment) that spans multiple lines. Block comments may be marked
with special start and end symbols, like `/*` and `*/` in C and its descendents,
or each line may be prefixed with a marker like `#`.
pt:
term: "bloco de comentário"
def: >
Um [comentário](#comment) que abrange múltiplas linhas. Blocos de comentários
podem ser indicados com símbolos especiais, como `/*` e `*/` em C e linguagens
herdeiras dessa sintaxe, ou cada linha pode ser prefixada com uma indicação como `#`.
- slug: boilerplate
en:
term: "boilerplate"
def: >
Standard text that is included in legal contracts, licenses, and so on.
- slug: boolean
ref:
- truthy
- falsy
- binary
en:
term: "Boolean"
def: >
Relating to a variable or data type that can have either a logical value of
[true](#true) or a value of [false](#false). Named for George Boole, a 19th
Century mathemetician. Binary systems, like all computers are built on this
foundation of systems of logical evaluations between states of true and false, 1
or 0.
ar:
term: "التعبير المنطقي"
def: >
التعبير المنطقي عبارة عن تعبير يُستخدم لإنشاء جمل إما
تحمل القيمة صح أو القيمة خطأ
(true or false)
تُتستخدم التعبيرات المنطقية مع العبارات الشرطية في محركات البحث والخوارزميات
وتُسمى التعبيرات المنطقية أيضا تعبيرات المقارنة والتعبيرات الشرطية والتعبيرات العلائقية
- slug: branch
en:
term: "branch"
def: >
See [Git branch](#git_branch).
- slug: branch_per_feature_workflow
en:
term: "branch-per-feature workflow"
def: >
A common strategy for managing work with [Git](#git) and other [version control
systems](#version_control_system) in which a separate [branch](#git_branch) is
created for work on each new feature or each bug fix and merged when that work
is completed. This isolates changes from one another until they are completed.
- slug: breadcrumbs
en:
term: "breadcrumbs"
def: >
A set of supplementary navigational links included in many websites, usually
placed at the top of the page. Breadcrumbs show the users where the current page
lies in the website; the term comes from a fairy tale in which children left a
trail of breadcrumbs behind themselves so that they could find their way home.
- slug: breadth_first
ref:
- depth_first
en:
term: "breadth first"
def: >
To go through a nested data structure such as a [tree](#tree) by exploring all
of one level, then going on to the next level and so on, or to explore a problem
by examining the first step of each possible solution, and then trying the next
for each.
- slug: bug
en:
term: "bug"
def: >
A missing or undesirable [feature](#feature_software) of a piece of software;
the digital equivalent of a weed.
- slug: bug_report
en:
term: "bug report"
def: >
A collection of files, logs, or related information that describes either an
unexpected output of some code or program or an unexpected error or warning.
This information is used to help find and fix a bug in the program or code.
- slug: bug_tracker
en:
term: "bug tracker"
def: >
A system that tracks and manages [reported bugs](#bug_report) for a software
program, to make it easier to address and fix the bugs.
- slug: build_manager
ref:
- build_rule
- dependency
- makefile
en:
term: "build manager"
def: >
A program that keeps track of how files depend on one another and runs commands
to update any files that are out of date. Build managers were invented to
[compile](#compile) only those parts of programs that had changed, but are now
often used to implement workflows in which plots depend on result files, which
in turn depend on raw data files or configuration files.
- slug: build_recipe
en:
term: "build recipe"
def: >
The part of a [build rule](#build_rule) that describes how to update something
that has fallen out of date.
- slug: build_rule
en:
term: "build rule"
def: >
A specification for a [build manager](#build_manager) that describes how some
files depend on others and what to do if those files are out of date.
- slug: build_stale
en:
term: "stale (in build)"
def: >
To be out of date compared to a [prerequisite](#prerequisite). A [build
manager](#build_manager)'s job is to find and update things that are stale.
- slug: build_target
ref:
- makefile
- default_target
en:
term: "build target"
def: >
The file(s) that a [build rule](#build_rule) will update if they are out of date
compared to their [dependencies](#dependency).
- slug: byte_code
en:
term: "byte code"
def: >
A set of instructions designed to be executed efficiently by an [interpreter](#interpreter).
- slug: cache
en:
term: "cache"
def: >
Something that stores copies of data so that future requests for it can be
satisfied more quickly. The CPU in a computer uses a hardware cache to hold
recently-accessed values; many programs rely on a software cache to reduce
network traffic and latency. Figuring out when something in a cache is out of
date and should be replaced is one of the [two hard problems in computer science](#two_hard_problems).
- slug: caching
en:
term: "caching"
def: >
To save a copy of some data in a local [cache](#cache) to make future access faster.
- slug: call_stack
en:
term: "call stack"
def: >
A data structure that stores information about the active subroutines executed.
- slug: callback
en:
term: "callback function"
def: >
A function A that is passed to another function B so that B can call it at some
later point. Callbacks can be used [synchronously](#synchronous), as in generic
functions like `map` that invoke a callback function once for each element in a
collection, or [ascynrhonously](#asynchronous), as in a [client](#client) that
runs a callback when a [response](#http_response) is received in answer to a [request](#http_request).
- slug: camel_case
ref:
- kebab_case
- pothole_case
en:
term: "camel case"
def: >
A style of writing code that involves naming variables and objects with no
space, underscore (`_`), dot (`.`), or dash (`-`), with each word being
capitalized. Examples include `CalculateSum` and `findPattern`.
- slug: catch_exception
ref:
- condition
- handle_condition
en:
term: "catch (an exception)"
def: >
To accept responsibility for handling an error or other unexpected event. R
prefers "handling a condition" to "catching an exception".
ar:
term: "إستثناء"
def: >
الإستثناء هو الشرط الخاص الذي يُعالج به الشذوذ أو الشيء الغير متوقع الذي حدث
أثناء تنفيذ البرنامج
- slug: causation
en:
term: "causation"
def: >
- slug: cc_0
en:
term: "CC-0"
def: >
A [Creative Commons](#cc_license) [license](#license) that imposes no
restrictions whatsover, thereby putting a work in the public domain.
- slug: cc_by
en:
term: "CC-BY"
def: >
The [Creative Commons](#cc_license) - Attribution [license](#license) that
requires people to give credit to the author of a work but imposes no other restrictions.
- slug: cc_license
en:
term: "Creative Commons license"
def: >
A set of [licenses](#license) that can be applied to published work. Each
license is formed by concatenating one or more of `-BY` (Attribution): users
must cite the original source; `-SA` (ShareAlike): users must share their own
work under a similar license; `-NC` (NonCommercial): work may not be used for
commercial purposes without the creator's permission; `-ND` (NoDerivatives): no
derivative works (e.g., translations) can be created without the creator's
permission. Thus, `CC-BY-NC` means "users must give attribution and cannot use
commercially without permission The term `CC-0` (zero, not letter 'O') is
sometimes used to mean "no restrictions", i.e., the work is in the public domain.
- slug: centroid
en:
term: "centroid"
def: >
The center or anchor of a group created by a [clustering](#clustering) algorithm.
- slug: character_encoding
en:
term: "character encoding"
def: >
A specification of how characters are stored as bytes. The most commonly-used
encoding today is [UTF-8](#utf_8).
- slug: chi_square_test
en:
term: "chi-square test"
def: >
A statistical method for estimating whether two variables in a cross tabulation
are correlated. A chi-square distribution varies from a [normal
distribution](#normal_distribution) based on the [degrees of
freedom](#degrees_of_freedom) used to calculate it.
- slug: child_class
en:
term: "child class"
def: >
In [object-oriented programming](#oop), a class derived from another class
(called the [parent class](#child_class)).
- slug: child_tree
en:
term: "child (in a tree)"
def: >
A [node](#node) in a [tree](#node) that is below another node (call the [parent](#parent_tree)).
- slug: class
en:
term: "class"
def: >
In [object-oriented programming](#oop), a structure that combines data and
operations (called [methods](#method)). The program then uses a
[constructor](#constructor) to create an [object](#object) with those properties
and methods. Programmers generally put generic or reusable behavior in [parent
classes](#parent_class) and more detailed or specific behavior in [child classes](#child_class).
- slug: classification
ref:
- supervised_learning
- clustering
en:
term: "classification"
def: >
The process of identifying which predefined category an item belongs to, such as
deciding whether an email message is spam or not. Many [machine
learning](#machine_learning) algorithms perform classification.
- slug: cli
en:
term: "command-line interface"
acronym: "CLI"
def: >
A user interface that relies solely on text for commands and output, typically
running in a [shell](#shell).
- slug: client
en:
term: "client"
def: >
Typically, a program such as a web browser that gets data from a
[server](#server) and displays it to, or interacts with, users. The term is used
more generally to refer to any program A that makes requests of another program
B. A single program can be both a client and a server.
- slug: closure
en:
term: "closure"
def: >
A set of variables defined in the same [scope](#scope) whose existence has been
preserved after that scope has ended.
- slug: clustering
ref:
- centroid
- classification
- supervised_learning
- unsupervised_learning
en:
term: "clustering"
def: >
The process of dividing data into groups when the groups themselves are not
known in advance.
- slug: code_coverage
en:
term: "code coverage (in testing)"
def: >
How much of a library or program is executed when tests run. This is normally
reported as a percentage of lines of code: for example, if 40 out of 50 lines in
a file are run during testing, those tests have 80% code coverage.
- slug: code_review
en:
term: "code review"
def: >
To check a program or a change to a program by inspecting its source code.
- slug: coercion
en:
term: "coercion"
def: >
see [type coercion](#type_coercion).
- slug: cognitive_load
en:
term: "cognitive load"
def: >
The amount of working memory needed to accomplish a set of simultaneous tasks.
- slug: command_history
en:
term: "command history"
def: >
An automatically-created list of previously-executed commands. Most
[REPLs](#repl), including the [Unix shell](#shell), record history and allow
users to play back recent commands.
- slug: command_line_argument
en:
term: "command-line argument"
def: >
A filename or control flag given to a command-line program when it is run.
- slug: comment
en:
term: "comment"
def: >
Text written in a script that is not treated as code to be run, but rather as
text that describes what the code is doing. These are usually short notes, often
beginning with a `#` (in many programming languages).
fr:
term: "commentaire"
def: >
Text écrit dans un script qui n'est pas évalué lors de l'exécution du code. Il
est utilisé pour décrire ce qui se passe lorsque le code est évalué. Les
commentaires sont en général des notes brèves, qui commencent après un `#` (dans
plusieurs langages de programmation)
pt:
term: "comentário"
def: >
Texto escrito em um script que não é tratado como código a ser executado, e sim
como texto que descreve o que o código está fazendo. Normalmente é formado por
notas curtas, frequentemente começando com um `#` (em várias linguagens de programação).
- slug: commit
en:
term: "commit"
def: >
As a verb, the act of saving a set of changes to a database or version control
[repository](#repository). As a noun, the changes saved.
- slug: commit_message
en:
term: "commit message"
def: >
A comment attached to a [commit](#commit) that explains what was done and why.
- slug: compile
en:
term: "compile"
def: >
To translate textual source into another form. Programs in [compiled
languages](#compiled_language) are translated into machine instructions for a
computer to run, and [Markdown](#markdown) is usually translated into
[HTML](#html) for display.
- slug: compiled_language
en:
term: "compiled language"
def: >
Originally, a language such as C or Fortran that is translated into machine
instructions for execution. Languages such as Java are also compiled before
execution, but into [byte code](#byte_code) instead of machine instructions,
while languages like [Python](#python) are compiled to byte code on the fly.
- slug: compiler
en:
term: "compiler"
def: >
An application that translates programs written in some languages into machine